interface TwoWayProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_smsvoice.CfnPool.TwoWayProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssmsvoice#CfnPool_TwoWayProperty |
![]() | software.amazon.awscdk.services.smsvoice.CfnPool.TwoWayProperty |
![]() | aws_cdk.aws_smsvoice.CfnPool.TwoWayProperty |
![]() | aws-cdk-lib » aws_smsvoice » CfnPool » TwoWayProperty |
The pool's two-way SMS configuration object.
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 twoWayProperty: smsvoice.CfnPool.TwoWayProperty = {
enabled: false,
// the properties below are optional
channelArn: 'channelArn',
channelRole: 'channelRole',
};
Properties
Name | Type | Description |
---|---|---|
enabled | boolean | IResolvable | By default this is set to false. |
channel | string | The Amazon Resource Name (ARN) of the two way channel. |
channel | string | An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages. |
enabled
Type:
boolean |
IResolvable
By default this is set to false.
When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.
channelArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the two way channel.
channelRole?
Type:
string
(optional)
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.