We recommend new projects start with resources from the AWS provider.
aws-native.panorama.ApplicationInstance
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Creates an application instance and deploys it to a device.
Create ApplicationInstance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ApplicationInstance(name: string, args: ApplicationInstanceArgs, opts?: CustomResourceOptions);@overload
def ApplicationInstance(resource_name: str,
                        args: ApplicationInstanceArgs,
                        opts: Optional[ResourceOptions] = None)
@overload
def ApplicationInstance(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        default_runtime_context_device: Optional[str] = None,
                        manifest_payload: Optional[ApplicationInstanceManifestPayloadArgs] = None,
                        application_instance_id_to_replace: Optional[str] = None,
                        description: Optional[str] = None,
                        manifest_overrides_payload: Optional[ApplicationInstanceManifestOverridesPayloadArgs] = None,
                        name: Optional[str] = None,
                        runtime_role_arn: Optional[str] = None,
                        tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewApplicationInstance(ctx *Context, name string, args ApplicationInstanceArgs, opts ...ResourceOption) (*ApplicationInstance, error)public ApplicationInstance(string name, ApplicationInstanceArgs args, CustomResourceOptions? opts = null)
public ApplicationInstance(String name, ApplicationInstanceArgs args)
public ApplicationInstance(String name, ApplicationInstanceArgs args, CustomResourceOptions options)
type: aws-native:panorama:ApplicationInstance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ApplicationInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ApplicationInstanceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ApplicationInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ApplicationInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ApplicationInstanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ApplicationInstance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ApplicationInstance resource accepts the following input properties:
- DefaultRuntime stringContext Device 
- The device's ID.
- ManifestPayload Pulumi.Aws Native. Panorama. Inputs. Application Instance Manifest Payload 
- The application's manifest document.
- ApplicationInstance stringId To Replace 
- The ID of an application instance to replace with the new instance.
- Description string
- A description for the application instance.
- ManifestOverrides Pulumi.Payload Aws Native. Panorama. Inputs. Application Instance Manifest Overrides Payload 
- Setting overrides for the application manifest.
- Name string
- A name for the application instance.
- RuntimeRole stringArn 
- The ARN of a runtime role for the application instance.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- Tags for the application instance.
- DefaultRuntime stringContext Device 
- The device's ID.
- ManifestPayload ApplicationInstance Manifest Payload Args 
- The application's manifest document.
- ApplicationInstance stringId To Replace 
- The ID of an application instance to replace with the new instance.
- Description string
- A description for the application instance.
- ManifestOverrides ApplicationPayload Instance Manifest Overrides Payload Args 
- Setting overrides for the application manifest.
- Name string
- A name for the application instance.
- RuntimeRole stringArn 
- The ARN of a runtime role for the application instance.
- 
TagArgs 
- Tags for the application instance.
- defaultRuntime StringContext Device 
- The device's ID.
- manifestPayload ApplicationInstance Manifest Payload 
- The application's manifest document.
- applicationInstance StringId To Replace 
- The ID of an application instance to replace with the new instance.
- description String
- A description for the application instance.
- manifestOverrides ApplicationPayload Instance Manifest Overrides Payload 
- Setting overrides for the application manifest.
- name String
- A name for the application instance.
- runtimeRole StringArn 
- The ARN of a runtime role for the application instance.
- List<Tag>
- Tags for the application instance.
- defaultRuntime stringContext Device 
- The device's ID.
- manifestPayload ApplicationInstance Manifest Payload 
- The application's manifest document.
- applicationInstance stringId To Replace 
- The ID of an application instance to replace with the new instance.
- description string
- A description for the application instance.
- manifestOverrides ApplicationPayload Instance Manifest Overrides Payload 
- Setting overrides for the application manifest.
- name string
- A name for the application instance.
- runtimeRole stringArn 
- The ARN of a runtime role for the application instance.
- Tag[]
- Tags for the application instance.
- default_runtime_ strcontext_ device 
- The device's ID.
- manifest_payload ApplicationInstance Manifest Payload Args 
- The application's manifest document.
- application_instance_ strid_ to_ replace 
- The ID of an application instance to replace with the new instance.
- description str
- A description for the application instance.
- manifest_overrides_ Applicationpayload Instance Manifest Overrides Payload Args 
- Setting overrides for the application manifest.
- name str
- A name for the application instance.
- runtime_role_ strarn 
- The ARN of a runtime role for the application instance.
- 
Sequence[TagArgs] 
- Tags for the application instance.
- defaultRuntime StringContext Device 
- The device's ID.
- manifestPayload Property Map
- The application's manifest document.
- applicationInstance StringId To Replace 
- The ID of an application instance to replace with the new instance.
- description String
- A description for the application instance.
- manifestOverrides Property MapPayload 
- Setting overrides for the application manifest.
- name String
- A name for the application instance.
- runtimeRole StringArn 
- The ARN of a runtime role for the application instance.
- List<Property Map>
- Tags for the application instance.
Outputs
All input properties are implicitly available as output properties. Additionally, the ApplicationInstance resource produces the following output properties:
- ApplicationInstance stringId 
- The application instance's ID.
- Arn string
- The application instance's ARN.
- CreatedTime int
- The application instance's created time.
- DefaultRuntime stringContext Device Name 
- The application instance's default runtime context device name.
- HealthStatus Pulumi.Aws Native. Panorama. Application Instance Health Status 
- The application instance's health status.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated intTime 
- The application instance's last updated time.
- Status
Pulumi.Aws Native. Panorama. Application Instance Status 
- The application instance's status.
- StatusDescription string
- The application instance's status description.
- ApplicationInstance stringId 
- The application instance's ID.
- Arn string
- The application instance's ARN.
- CreatedTime int
- The application instance's created time.
- DefaultRuntime stringContext Device Name 
- The application instance's default runtime context device name.
- HealthStatus ApplicationInstance Health Status 
- The application instance's health status.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated intTime 
- The application instance's last updated time.
- Status
ApplicationInstance Status 
- The application instance's status.
- StatusDescription string
- The application instance's status description.
- applicationInstance StringId 
- The application instance's ID.
- arn String
- The application instance's ARN.
- createdTime Integer
- The application instance's created time.
- defaultRuntime StringContext Device Name 
- The application instance's default runtime context device name.
- healthStatus ApplicationInstance Health Status 
- The application instance's health status.
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated IntegerTime 
- The application instance's last updated time.
- status
ApplicationInstance Status 
- The application instance's status.
- statusDescription String
- The application instance's status description.
- applicationInstance stringId 
- The application instance's ID.
- arn string
- The application instance's ARN.
- createdTime number
- The application instance's created time.
- defaultRuntime stringContext Device Name 
- The application instance's default runtime context device name.
- healthStatus ApplicationInstance Health Status 
- The application instance's health status.
- id string
- The provider-assigned unique ID for this managed resource.
- lastUpdated numberTime 
- The application instance's last updated time.
- status
ApplicationInstance Status 
- The application instance's status.
- statusDescription string
- The application instance's status description.
- application_instance_ strid 
- The application instance's ID.
- arn str
- The application instance's ARN.
- created_time int
- The application instance's created time.
- default_runtime_ strcontext_ device_ name 
- The application instance's default runtime context device name.
- health_status ApplicationInstance Health Status 
- The application instance's health status.
- id str
- The provider-assigned unique ID for this managed resource.
- last_updated_ inttime 
- The application instance's last updated time.
- status
ApplicationInstance Status 
- The application instance's status.
- status_description str
- The application instance's status description.
- applicationInstance StringId 
- The application instance's ID.
- arn String
- The application instance's ARN.
- createdTime Number
- The application instance's created time.
- defaultRuntime StringContext Device Name 
- The application instance's default runtime context device name.
- healthStatus "RUNNING" | "ERROR" | "NOT_AVAILABLE"
- The application instance's health status.
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated NumberTime 
- The application instance's last updated time.
- status "DEPLOYMENT_PENDING" | "DEPLOYMENT_REQUESTED" | "DEPLOYMENT_IN_PROGRESS" | "DEPLOYMENT_ERROR" | "DEPLOYMENT_SUCCEEDED" | "REMOVAL_PENDING" | "REMOVAL_REQUESTED" | "REMOVAL_IN_PROGRESS" | "REMOVAL_FAILED" | "REMOVAL_SUCCEEDED"
- The application instance's status.
- statusDescription String
- The application instance's status description.
Supporting Types
ApplicationInstanceHealthStatus, ApplicationInstanceHealthStatusArgs        
- Running
- RUNNING
- Error
- ERROR
- NotAvailable 
- NOT_AVAILABLE
- ApplicationInstance Health Status Running 
- RUNNING
- ApplicationInstance Health Status Error 
- ERROR
- ApplicationInstance Health Status Not Available 
- NOT_AVAILABLE
- Running
- RUNNING
- Error
- ERROR
- NotAvailable 
- NOT_AVAILABLE
- Running
- RUNNING
- Error
- ERROR
- NotAvailable 
- NOT_AVAILABLE
- RUNNING
- RUNNING
- ERROR
- ERROR
- NOT_AVAILABLE
- NOT_AVAILABLE
- "RUNNING"
- RUNNING
- "ERROR"
- ERROR
- "NOT_AVAILABLE"
- NOT_AVAILABLE
ApplicationInstanceManifestOverridesPayload, ApplicationInstanceManifestOverridesPayloadArgs          
- PayloadData string
- The overrides document.
- PayloadData string
- The overrides document.
- payloadData String
- The overrides document.
- payloadData string
- The overrides document.
- payload_data str
- The overrides document.
- payloadData String
- The overrides document.
ApplicationInstanceManifestPayload, ApplicationInstanceManifestPayloadArgs        
- PayloadData string
- The application manifest.
- PayloadData string
- The application manifest.
- payloadData String
- The application manifest.
- payloadData string
- The application manifest.
- payload_data str
- The application manifest.
- payloadData String
- The application manifest.
ApplicationInstanceStatus, ApplicationInstanceStatusArgs      
- DeploymentPending 
- DEPLOYMENT_PENDING
- DeploymentRequested 
- DEPLOYMENT_REQUESTED
- DeploymentIn Progress 
- DEPLOYMENT_IN_PROGRESS
- DeploymentError 
- DEPLOYMENT_ERROR
- DeploymentSucceeded 
- DEPLOYMENT_SUCCEEDED
- RemovalPending 
- REMOVAL_PENDING
- RemovalRequested 
- REMOVAL_REQUESTED
- RemovalIn Progress 
- REMOVAL_IN_PROGRESS
- RemovalFailed 
- REMOVAL_FAILED
- RemovalSucceeded 
- REMOVAL_SUCCEEDED
- ApplicationInstance Status Deployment Pending 
- DEPLOYMENT_PENDING
- ApplicationInstance Status Deployment Requested 
- DEPLOYMENT_REQUESTED
- ApplicationInstance Status Deployment In Progress 
- DEPLOYMENT_IN_PROGRESS
- ApplicationInstance Status Deployment Error 
- DEPLOYMENT_ERROR
- ApplicationInstance Status Deployment Succeeded 
- DEPLOYMENT_SUCCEEDED
- ApplicationInstance Status Removal Pending 
- REMOVAL_PENDING
- ApplicationInstance Status Removal Requested 
- REMOVAL_REQUESTED
- ApplicationInstance Status Removal In Progress 
- REMOVAL_IN_PROGRESS
- ApplicationInstance Status Removal Failed 
- REMOVAL_FAILED
- ApplicationInstance Status Removal Succeeded 
- REMOVAL_SUCCEEDED
- DeploymentPending 
- DEPLOYMENT_PENDING
- DeploymentRequested 
- DEPLOYMENT_REQUESTED
- DeploymentIn Progress 
- DEPLOYMENT_IN_PROGRESS
- DeploymentError 
- DEPLOYMENT_ERROR
- DeploymentSucceeded 
- DEPLOYMENT_SUCCEEDED
- RemovalPending 
- REMOVAL_PENDING
- RemovalRequested 
- REMOVAL_REQUESTED
- RemovalIn Progress 
- REMOVAL_IN_PROGRESS
- RemovalFailed 
- REMOVAL_FAILED
- RemovalSucceeded 
- REMOVAL_SUCCEEDED
- DeploymentPending 
- DEPLOYMENT_PENDING
- DeploymentRequested 
- DEPLOYMENT_REQUESTED
- DeploymentIn Progress 
- DEPLOYMENT_IN_PROGRESS
- DeploymentError 
- DEPLOYMENT_ERROR
- DeploymentSucceeded 
- DEPLOYMENT_SUCCEEDED
- RemovalPending 
- REMOVAL_PENDING
- RemovalRequested 
- REMOVAL_REQUESTED
- RemovalIn Progress 
- REMOVAL_IN_PROGRESS
- RemovalFailed 
- REMOVAL_FAILED
- RemovalSucceeded 
- REMOVAL_SUCCEEDED
- DEPLOYMENT_PENDING
- DEPLOYMENT_PENDING
- DEPLOYMENT_REQUESTED
- DEPLOYMENT_REQUESTED
- DEPLOYMENT_IN_PROGRESS
- DEPLOYMENT_IN_PROGRESS
- DEPLOYMENT_ERROR
- DEPLOYMENT_ERROR
- DEPLOYMENT_SUCCEEDED
- DEPLOYMENT_SUCCEEDED
- REMOVAL_PENDING
- REMOVAL_PENDING
- REMOVAL_REQUESTED
- REMOVAL_REQUESTED
- REMOVAL_IN_PROGRESS
- REMOVAL_IN_PROGRESS
- REMOVAL_FAILED
- REMOVAL_FAILED
- REMOVAL_SUCCEEDED
- REMOVAL_SUCCEEDED
- "DEPLOYMENT_PENDING"
- DEPLOYMENT_PENDING
- "DEPLOYMENT_REQUESTED"
- DEPLOYMENT_REQUESTED
- "DEPLOYMENT_IN_PROGRESS"
- DEPLOYMENT_IN_PROGRESS
- "DEPLOYMENT_ERROR"
- DEPLOYMENT_ERROR
- "DEPLOYMENT_SUCCEEDED"
- DEPLOYMENT_SUCCEEDED
- "REMOVAL_PENDING"
- REMOVAL_PENDING
- "REMOVAL_REQUESTED"
- REMOVAL_REQUESTED
- "REMOVAL_IN_PROGRESS"
- REMOVAL_IN_PROGRESS
- "REMOVAL_FAILED"
- REMOVAL_FAILED
- "REMOVAL_SUCCEEDED"
- REMOVAL_SUCCEEDED
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.