Show / Hide Table of Contents

Class CfnApplicationInstancePropsMixin

End of support notice: On May 31, 2026, AWS will end support for AWS Panorama .

Inheritance
object
Mixin
CfnApplicationInstancePropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Panorama
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnApplicationInstancePropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnApplicationInstancePropsMixin Inherits Mixin Implements IMixin
Remarks

After May 31, 2026,

you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see <a href="https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html">AWS Panorama end of support</a> .

Creates an application instance and deploys it to a device.

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

CloudformationResource: AWS::Panorama::ApplicationInstance

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnApplicationInstancePropsMixin = new CfnApplicationInstancePropsMixin(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"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnApplicationInstancePropsMixin(ICfnApplicationInstanceMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Panorama::ApplicationInstance.

Properties

CFN_PROPERTY_KEYS

End of support notice: On May 31, 2026, AWS will end support for AWS Panorama .

Props

End of support notice: On May 31, 2026, AWS will end support for AWS Panorama .

Strategy

End of support notice: On May 31, 2026, AWS will end support for AWS Panorama .

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnApplicationInstancePropsMixin(ICfnApplicationInstanceMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Panorama::ApplicationInstance.

public CfnApplicationInstancePropsMixin(ICfnApplicationInstanceMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnApplicationInstanceMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

After May 31, 2026,

you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see <a href="https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html">AWS Panorama end of support</a> .

Creates an application instance and deploys it to a device.

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

CloudformationResource: AWS::Panorama::ApplicationInstance

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

End of support notice: On May 31, 2026, AWS will end support for AWS Panorama .

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

After May 31, 2026,

you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see <a href="https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html">AWS Panorama end of support</a> .

Creates an application instance and deploys it to a device.

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

CloudformationResource: AWS::Panorama::ApplicationInstance

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnApplicationInstancePropsMixin = new CfnApplicationInstancePropsMixin(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"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

End of support notice: On May 31, 2026, AWS will end support for AWS Panorama .

protected virtual ICfnApplicationInstanceMixinProps Props { get; }
Property Value

ICfnApplicationInstanceMixinProps

Remarks

After May 31, 2026,

you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see <a href="https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html">AWS Panorama end of support</a> .

Creates an application instance and deploys it to a device.

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

CloudformationResource: AWS::Panorama::ApplicationInstance

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnApplicationInstancePropsMixin = new CfnApplicationInstancePropsMixin(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"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

End of support notice: On May 31, 2026, AWS will end support for AWS Panorama .

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

After May 31, 2026,

you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see <a href="https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html">AWS Panorama end of support</a> .

Creates an application instance and deploys it to a device.

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

CloudformationResource: AWS::Panorama::ApplicationInstance

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnApplicationInstancePropsMixin = new CfnApplicationInstancePropsMixin(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"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override void ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

After May 31, 2026,

you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see <a href="https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html">AWS Panorama end of support</a> .

Creates an application instance and deploys it to a device.

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

CloudformationResource: AWS::Panorama::ApplicationInstance

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

After May 31, 2026,

you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see <a href="https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html">AWS Panorama end of support</a> .

Creates an application instance and deploys it to a device.

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

CloudformationResource: AWS::Panorama::ApplicationInstance

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX