Amplify Toolbox
    Preparing search index...
    type AttributionMetadata = {
        createdBy: DeploymentEngineType;
        createdOn: Platform;
        createdWith: string;
        metadata: Record<string, string>;
        stackType: string;
    }
    Index

    Properties

    The synthesis engine that generated this stack

    createdOn: Platform

    The OS that synthesized this stack

    createdWith: string

    The library version that created this metadata

    metadata: Record<string, string>

    Field where constructs can put additional information for BI tracking

    stackType: string

    String that identifies what type of stack this metadata is set on