@Stability(value=Stable)
public static interface CfnApplicationInstance.ManifestPayloadProperty
extends software.amazon.jsii.JsiiSerializable
This is a JSON document that has a single key ( PayloadData ) where the value is an escaped string representation of the application manifest ( graph.json ). This file is located in the graphs folder in your application source.
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.*;
ManifestPayloadProperty manifestPayloadProperty = ManifestPayloadProperty.builder()
.payloadData("payloadData")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationInstance.ManifestPayloadProperty.Builder
A builder for
CfnApplicationInstance.ManifestPayloadProperty |
static class |
CfnApplicationInstance.ManifestPayloadProperty.Jsii$Proxy
An implementation for
CfnApplicationInstance.ManifestPayloadProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationInstance.ManifestPayloadProperty.Builder |
builder() |
default String |
getPayloadData()
The application manifest.
|
@Stability(value=Stable) @Nullable default String getPayloadData()
@Stability(value=Stable) static CfnApplicationInstance.ManifestPayloadProperty.Builder builder()
Copyright © 2022. All rights reserved.