interface ProactiveEngagementReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_shield.ProactiveEngagementReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsshield#ProactiveEngagementReference |
![]() | software.amazon.awscdk.services.shield.ProactiveEngagementReference |
![]() | aws_cdk.aws_shield.ProactiveEngagementReference |
![]() | aws-cdk-lib » aws_shield » ProactiveEngagementReference |
A reference to a ProactiveEngagement resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_shield as shield } from 'aws-cdk-lib';
const proactiveEngagementReference: shield.ProactiveEngagementReference = {
accountId: 'accountId',
};
Properties
Name | Type | Description |
---|---|---|
account | string | The AccountId of the ProactiveEngagement resource. |
accountId
Type:
string
The AccountId of the ProactiveEngagement resource.