interface ApplicationInstanceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Panorama.ApplicationInstanceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspanorama#ApplicationInstanceReference |
![]() | software.amazon.awscdk.services.panorama.ApplicationInstanceReference |
![]() | aws_cdk.aws_panorama.ApplicationInstanceReference |
![]() | aws-cdk-lib » aws_panorama » ApplicationInstanceReference |
A reference to a ApplicationInstance resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_panorama as panorama } from 'aws-cdk-lib';
const applicationInstanceReference: panorama.ApplicationInstanceReference = {
applicationInstanceArn: 'applicationInstanceArn',
applicationInstanceId: 'applicationInstanceId',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ARN of the ApplicationInstance resource. |
application | string | The ApplicationInstanceId of the ApplicationInstance resource. |
applicationInstanceArn
Type:
string
The ARN of the ApplicationInstance resource.
applicationInstanceId
Type:
string
The ApplicationInstanceId of the ApplicationInstance resource.