AWS Fundamentals Logo
AWS Fundamentals
AWS::Panorama::ApplicationInstance

Panorama ApplicationInstance

Creates an application instance and deploys it to a device.

Properties

8 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DefaultRuntimeContextDevice
string
RequiredCreate-only
ManifestPayload
ManifestPayload
RequiredCreate-only
ApplicationInstanceIdToReplace
string
Create-onlyWrite-only
Description
string
Create-only
ManifestOverridesPayload
ManifestOverridesPayload
Create-only
Name
string
Create-only
RuntimeRoleArn
string
Create-only
Tags
array

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ApplicationInstanceIdstring-
Arnstring-
CreatedTimeinteger-
DefaultRuntimeContextDeviceNamestring-
HealthStatusstring-
LastUpdatedTimeinteger-
Statusstring-
StatusDescriptionstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Panorama::ApplicationInstance

Resources:
  MyResource:
    Type: AWS::Panorama::ApplicationInstance
    Properties:
      ManifestPayload: "value"
      DefaultRuntimeContextDevice: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

panorama:DescribeApplicationInstancepanorama:DescribeApplicationInstanceDetailspanorama:ListTagsForResources3:ListObjectss3:GetObjects3:GetObjectVersion

create

panorama:CreateApplicationInstancepanorama:ListTagsForResourcepanorama:TagResourcepanorama:DescribeApplicationInstancepanorama:DescribeApplicationInstanceDetailsiam:PassRoles3:ListBuckets3:PutObject

update

panorama:ListTagsForResourcepanorama:TagResourcepanorama:UntagResourcepanorama:DescribeApplicationInstancepanorama:DescribeApplicationInstanceDetailss3:ListObjectss3:GetObjects3:GetObjectVersion

list

panorama:ListApplicationInstancess3:ListBuckets3:GetObjects3:GetObjectVersion

delete

panorama:RemoveApplicationInstancepanorama:DescribeApplicationInstancepanorama:DescribeApplicationInstanceDetailss3:DeleteObjects3:DeleteObjectVersions3:DeleteObjectVersionTaggings3:ListObjectss3:GetObject

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

ServicePanorama
Properties16
Required2
TaggingSupported
Primary IDApplicationInstanceId

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameDescriptionManifestPayloadManifestOverridesPayloadRuntimeRoleArnDefaultRuntimeContextDeviceApplicationInstanceIdToReplace

Related Resources

External Links