interface TrailReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudTrail.TrailReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudtrail#TrailReference |
![]() | software.amazon.awscdk.services.cloudtrail.TrailReference |
![]() | aws_cdk.aws_cloudtrail.TrailReference |
![]() | aws-cdk-lib » aws_cloudtrail » TrailReference |
A reference to a Trail resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudtrail as cloudtrail } from 'aws-cdk-lib';
const trailReference: cloudtrail.TrailReference = {
trailArn: 'trailArn',
trailName: 'trailName',
};
Properties
Name | Type | Description |
---|---|---|
trail | string | The ARN of the Trail resource. |
trail | string | The TrailName of the Trail resource. |
trailArn
Type:
string
The ARN of the Trail resource.
trailName
Type:
string
The TrailName of the Trail resource.