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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplicationInstance.ManifestOverridesPayloadProperty
static final class
An implementation forCfnApplicationInstance.ManifestOverridesPayloadProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPayloadData
The overrides document. -
builder
-