CreateRcsAgentResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the RCS agent was created, in UNIX epoch time format.

Link copied to clipboard

When set to true deletion protection is enabled. By default this is set to false.

Link copied to clipboard

The name of the OptOutList associated with the RCS agent.

Link copied to clipboard

The Amazon Resource Name (ARN) of the newly created RCS agent.

Link copied to clipboard

The unique identifier for the RCS agent.

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 current status of the RCS agent.

Link copied to clipboard
val tags: List<Tag>?

An array of tags (key and value pairs) associated with the RCS agent.

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.

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.

Link copied to clipboard

The list of RCS event types enabled for two-way messaging on the agent.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String