Builder

class Builder

Properties

Link copied to clipboard

By default this is set to false. When set to true the RCS agent can't be deleted.

Link copied to clipboard

The OptOutList to associate with the RCS agent. Valid values are either OptOutListName or OptOutListArn.

Link copied to clipboard

The unique identifier of the RCS agent to update. You can use either the RcsAgentId or RcsAgentArn.

Link copied to clipboard

By default this is set to false. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.

Link copied to clipboard

The Amazon Resource Name (ARN) of the two way channel.

Link copied to clipboard

An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.

Link copied to clipboard

By default this is set to false. When set to true you can receive incoming text messages from your end recipients.

Link copied to clipboard

The name of the S3 bucket where inbound RCS media files are stored. Two-way messaging must be enabled on the agent. To remove the media configuration, pass the sentinel value UNSET_RCS_MEDIA_CONFIGURATION for both this field and TwoWayMediaS3Role.

Link copied to clipboard

The key prefix used for inbound RCS media objects in the S3 bucket.

Link copied to clipboard

The ARN of the IAM role used to write inbound RCS media files to the S3 bucket. The role must have s3:PutObject permission on the bucket and a trust policy allowing sms-voice.amazonaws.com to assume it. To remove the media configuration, pass the sentinel value UNSET_RCS_MEDIA_CONFIGURATION for both this field and TwoWayMediaS3BucketName.

Link copied to clipboard

The list of RCS event types to enable for two-way messaging. Pass an empty list to disable all event types. The special value ALL enables all current and future event types and must be the sole element if used.