PropertyMutationMetadataEntry
- class aws_cdk.cloud_assembly_schema.PropertyMutationMetadataEntry(*, property_name, stack_trace)
Bases:
objectMetadata type of a PropertyMutation.
- Parameters:
property_name (
str) – Name of the property.stack_trace (
Sequence[str]) – Stack trace of the mutation.
Attributes
- property_name
Name of the property.
- stack_trace
Stack trace of the mutation.