interface PropertyMutationMetadataEntry
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CloudAssembly.Schema.PropertyMutationMetadataEntry |
Java | software.amazon.awscdk.cloudassembly.schema.PropertyMutationMetadataEntry |
Python | aws_cdk.cloud_assembly_schema.PropertyMutationMetadataEntry |
TypeScript | @aws-cdk/cloud-assembly-schema » PropertyMutationMetadataEntry |
Metadata type of a PropertyMutation.
Properties
| Name | Type | Description |
|---|---|---|
| property | string | Name of the property. |
| stack | string[] | Stack trace of the mutation. |
propertyName
Type:
string
Name of the property.
stackTrace
Type:
string[]
Stack trace of the mutation.

.NET
Java
Python
TypeScript