AWS CloudFormation · Schema

AWS CloudFormation Stack Resource

Represents a resource within an AWS CloudFormation stack. Each resource corresponds to a physical AWS service resource (such as an EC2 instance, S3 bucket, or Lambda function) that is provisioned and managed as part of the stack lifecycle.

AutomationAWSCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
StackName stringnull The name of the stack the resource belongs to.
StackId stringnull Unique identifier of the stack.
LogicalResourceId string The logical name of the resource as specified in the template.
PhysicalResourceId stringnull The name or unique identifier that corresponds to a physical instance ID of the resource.
ResourceType string The type of the resource (e.g. AWS::EC2::Instance, AWS::S3::Bucket).
Timestamp string The time the status was updated.
ResourceStatus string Current status of the resource.
ResourceStatusReason stringnull Success or failure message associated with the resource.
Description stringnull User-defined description associated with the resource.
DriftInformation object
ModuleInfo object
View JSON Schema on GitHub