Interface CfnApplicationInstancePropsMixin.ManifestOverridesPayloadProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationInstancePropsMixin.ManifestOverridesPayloadProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationInstancePropsMixin
@Stability(Stable)
public static interface CfnApplicationInstancePropsMixin.ManifestOverridesPayloadProperty
extends software.amazon.jsii.JsiiSerializable
Parameter overrides for an application instance.
This is a JSON document that has a single key ( PayloadData ) where the value is an escaped string representation of the overrides document.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.panorama.*;
ManifestOverridesPayloadProperty manifestOverridesPayloadProperty = ManifestOverridesPayloadProperty.builder()
.payloadData("payloadData")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationInstancePropsMixin.ManifestOverridesPayloadProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPayloadData
The overrides document.- See Also:
-
builder
@Stability(Stable) static CfnApplicationInstancePropsMixin.ManifestOverridesPayloadProperty.Builder builder()
-