Interface PropertyMutationMetadataEntry
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PropertyMutationMetadataEntry.Jsii$Proxy
@Generated(value="jsii-pacmak/1.128.0 (build 749b9a9)",
date="2026-04-29T18:45:31.285Z")
@Stability(Stable)
public interface PropertyMutationMetadataEntry
extends software.amazon.jsii.JsiiSerializable
Metadata type of a PropertyMutation.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloud_assembly_schema.*;
PropertyMutationMetadataEntry propertyMutationMetadataEntry = PropertyMutationMetadataEntry.builder()
.propertyName("propertyName")
.stackTrace(List.of("stackTrace"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forPropertyMutationMetadataEntrystatic final classAn implementation forPropertyMutationMetadataEntry -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPropertyName
Name of the property. -
getStackTrace
Stack trace of the mutation. -
builder
-