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