AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Panorama::ApplicationInstance

CfnApplicationInstance

> End of support notice: On May 31, 2026, AWS will end support for AWS Panorama . After May 31, 2026, > you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see [AWS Panorama end of support](https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html) . Creates an application instance and deploys it to a device.

Import

import { CfnApplicationInstance } from 'aws-cdk-lib/aws-panorama';

Or use the module namespace:

import * as panorama from 'aws-cdk-lib/aws-panorama';
// panorama.CfnApplicationInstance

Properties

Configuration passed to the constructor as CfnApplicationInstanceProps.

defaultRuntimeContextDeviceRequired
string

The device's ID.

manifestPayloadRequired
IResolvable | ManifestPayloadProperty

The application's manifest document.

applicationInstanceIdToReplaceOptional
string

The ID of an application instance to replace with the new instance.

descriptionOptional
string

A description for the application instance.

manifestOverridesPayloadOptional
IResolvable | ManifestOverridesPayloadProperty

Setting overrides for the application manifest.

nameOptional
string

A name for the application instance.

runtimeRoleArnOptional
string

The ARN of a runtime role for the application instance.

tagsOptional
CfnTag[]

Tags for the application instance.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-panorama
CFN TypeAWS::Panorama::ApplicationInstance
Properties8

Related Constructs

External Links