Class CfnApplicationInstanceMixinProps
Properties for CfnApplicationInstancePropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Panorama
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnApplicationInstanceMixinProps : ICfnApplicationInstanceMixinProps
Syntax (vb)
Public Class CfnApplicationInstanceMixinProps Implements ICfnApplicationInstanceMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Panorama;
var cfnApplicationInstanceMixinProps = new CfnApplicationInstanceMixinProps {
ApplicationInstanceIdToReplace = "applicationInstanceIdToReplace",
DefaultRuntimeContextDevice = "defaultRuntimeContextDevice",
Description = "description",
ManifestOverridesPayload = new ManifestOverridesPayloadProperty {
PayloadData = "payloadData"
},
ManifestPayload = new ManifestPayloadProperty {
PayloadData = "payloadData"
},
Name = "name",
RuntimeRoleArn = "runtimeRoleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnApplicationInstanceMixinProps() | Properties for CfnApplicationInstancePropsMixin. |
Properties
| ApplicationInstanceIdToReplace | The ID of an application instance to replace with the new instance. |
| DefaultRuntimeContextDevice | The device's ID. |
| Description | A description for the application instance. |
| ManifestOverridesPayload | Setting overrides for the application manifest. |
| ManifestPayload | The application's manifest document. |
| Name | A name for the application instance. |
| RuntimeRoleArn | The ARN of a runtime role for the application instance. |
| Tags | Tags for the application instance. |
Constructors
CfnApplicationInstanceMixinProps()
Properties for CfnApplicationInstancePropsMixin.
public CfnApplicationInstanceMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Panorama;
var cfnApplicationInstanceMixinProps = new CfnApplicationInstanceMixinProps {
ApplicationInstanceIdToReplace = "applicationInstanceIdToReplace",
DefaultRuntimeContextDevice = "defaultRuntimeContextDevice",
Description = "description",
ManifestOverridesPayload = new ManifestOverridesPayloadProperty {
PayloadData = "payloadData"
},
ManifestPayload = new ManifestPayloadProperty {
PayloadData = "payloadData"
},
Name = "name",
RuntimeRoleArn = "runtimeRoleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
ApplicationInstanceIdToReplace
The ID of an application instance to replace with the new instance.
public string? ApplicationInstanceIdToReplace { get; set; }
Property Value
Remarks
DefaultRuntimeContextDevice
The device's ID.
public string? DefaultRuntimeContextDevice { get; set; }
Property Value
Remarks
Description
A description for the application instance.
public string? Description { get; set; }
Property Value
Remarks
ManifestOverridesPayload
Setting overrides for the application manifest.
public object? ManifestOverridesPayload { get; set; }
Property Value
Remarks
ManifestPayload
The application's manifest document.
public object? ManifestPayload { get; set; }
Property Value
Remarks
Name
A name for the application instance.
public string? Name { get; set; }
Property Value
Remarks
RuntimeRoleArn
The ARN of a runtime role for the application instance.
public string? RuntimeRoleArn { get; set; }
Property Value
Remarks
Tags
Tags for the application instance.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]