Show / Hide Table of Contents

Class CfnApplicationInstanceMixinProps

Properties for CfnApplicationInstancePropsMixin.

Inheritance
object
CfnApplicationInstanceMixinProps
Implements
ICfnApplicationInstanceMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html#cfn-panorama-applicationinstance-applicationinstanceidtoreplace

DefaultRuntimeContextDevice

The device's ID.

public string? DefaultRuntimeContextDevice { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html#cfn-panorama-applicationinstance-defaultruntimecontextdevice

Description

A description for the application instance.

public string? Description { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html#cfn-panorama-applicationinstance-description

ManifestOverridesPayload

Setting overrides for the application manifest.

public object? ManifestOverridesPayload { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html#cfn-panorama-applicationinstance-manifestoverridespayload

Type union: either IResolvable or CfnApplicationInstancePropsMixin.IManifestOverridesPayloadProperty

ManifestPayload

The application's manifest document.

public object? ManifestPayload { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html#cfn-panorama-applicationinstance-manifestpayload

Type union: either IResolvable or CfnApplicationInstancePropsMixin.IManifestPayloadProperty

Name

A name for the application instance.

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html#cfn-panorama-applicationinstance-name

RuntimeRoleArn

The ARN of a runtime role for the application instance.

public string? RuntimeRoleArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html#cfn-panorama-applicationinstance-runtimerolearn

Tags

Tags for the application instance.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-applicationinstance.html#cfn-panorama-applicationinstance-tags

Implements

ICfnApplicationInstanceMixinProps
Back to top Generated by DocFX