Class CfnApplicationInstancePropsMixin
End of support notice: On May 31, 2026, AWS will end support for AWS Panorama .
Implements
Inherited Members
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.
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 |
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.
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.
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.
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
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.
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
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.
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
Overrides
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.
CloudformationResource: AWS::Panorama::ApplicationInstance
Mixin: true
ExampleMetadata: fixture=_generated