interface ProtectConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_smsvoice.ProtectConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssmsvoice#ProtectConfigurationReference |
![]() | software.amazon.awscdk.services.smsvoice.ProtectConfigurationReference |
![]() | aws_cdk.aws_smsvoice.ProtectConfigurationReference |
![]() | aws-cdk-lib » aws_smsvoice » ProtectConfigurationReference |
A reference to a ProtectConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_smsvoice as smsvoice } from 'aws-cdk-lib';
const protectConfigurationReference: smsvoice.ProtectConfigurationReference = {
protectConfigurationArn: 'protectConfigurationArn',
protectConfigurationId: 'protectConfigurationId',
};
Properties
Name | Type | Description |
---|---|---|
protect | string | The ARN of the ProtectConfiguration resource. |
protect | string | The ProtectConfigurationId of the ProtectConfiguration resource. |
protectConfigurationArn
Type:
string
The ARN of the ProtectConfiguration resource.
protectConfigurationId
Type:
string
The ProtectConfigurationId of the ProtectConfiguration resource.