CfnResourceType: {
    logicalResourceId: string;
    physicalResourceId: string;
    resourceMetadata: {
        [key: string]: any;
    };
    resourceType: string;
}

Type declaration

  • logicalResourceId: string

    LogicalId of a resource in Amazon CloudFormation Stack Unique within the template

  • physicalResourceId: string

    PhysicalId of a resource in Amazon CloudFormation Stack Use the physical IDs to identify resources outside of AWS CloudFormation templates

  • resourceMetadata: {
        [key: string]: any;
    }

    The resourceMetadata holds all resources and properties

    • [key: string]: any
  • resourceType: string

    The resource type identifies the type of resource that you are declaring

Generated using TypeDoc