Interface CfnApplicationInstance.ManifestOverridesPayloadProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationInstance.ManifestOverridesPayloadProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationInstance
@Stability(Stable)
public static interface CfnApplicationInstance.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.services.panorama.*;
ManifestOverridesPayloadProperty manifestOverridesPayloadProperty = ManifestOverridesPayloadProperty.builder()
.payloadData("payloadData")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplicationInstance.ManifestOverridesPayloadPropertystatic final classAn implementation forCfnApplicationInstance.ManifestOverridesPayloadProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPayloadData
The overrides document.- See Also:
-
builder
-