interface PackageReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Panorama.PackageReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspanorama#PackageReference |
![]() | software.amazon.awscdk.services.panorama.PackageReference |
![]() | aws_cdk.aws_panorama.PackageReference |
![]() | aws-cdk-lib » aws_panorama » PackageReference |
A reference to a Package 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 packageReference: panorama.PackageReference = {
packageArn: 'packageArn',
packageId: 'packageId',
};
Properties
Name | Type | Description |
---|---|---|
package | string | The ARN of the Package resource. |
package | string | The PackageId of the Package resource. |
packageArn
Type:
string
The ARN of the Package resource.
packageId
Type:
string
The PackageId of the Package resource.