interface OptOutListReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_smsvoice.OptOutListReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssmsvoice#OptOutListReference |
![]() | software.amazon.awscdk.services.smsvoice.OptOutListReference |
![]() | aws_cdk.aws_smsvoice.OptOutListReference |
![]() | aws-cdk-lib » aws_smsvoice » OptOutListReference |
A reference to a OptOutList 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 optOutListReference: smsvoice.OptOutListReference = {
optOutListArn: 'optOutListArn',
optOutListName: 'optOutListName',
};
Properties
Name | Type | Description |
---|---|---|
opt | string | The ARN of the OptOutList resource. |
opt | string | The OptOutListName of the OptOutList resource. |
optOutListArn
Type:
string
The ARN of the OptOutList resource.
optOutListName
Type:
string
The OptOutListName of the OptOutList resource.