RcsAgentInformation
The information for an RCS agent in an AWS account.
Contents
- CreatedTimestamp
-
The time when the RCS agent was created, in UNIX epoch time
format. Type: Timestamp
Required: Yes
- DeletionProtectionEnabled
-
When set to true the RCS agent can't be deleted.
Type: Boolean
Required: Yes
- RcsAgentArn
-
The Amazon Resource Name (ARN) of the RCS agent.
Type: String
Required: Yes
- RcsAgentId
-
The unique identifier for the RCS agent.
Type: String
Required: Yes
- SelfManagedOptOutsEnabled
-
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.
Type: Boolean
Required: Yes
- Status
-
The current status of the RCS agent.
Type: String
Valid Values:
CREATED | PENDING | TESTING | PARTIAL | ACTIVE | DELETEDRequired: Yes
- TwoWayEnabled
-
When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.
Type: Boolean
Required: Yes
- OptOutListName
-
The name of the OptOutList associated with the RCS agent.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[A-Za-z0-9_-]+Required: No
- PoolId
-
The unique identifier of the pool associated with the RCS agent.
Type: String
Required: No
- TestingAgent
-
The testing agent information associated with the RCS agent.
Type: TestingAgentInformation object
Required: No
- TwoWayChannelArn
-
The Amazon Resource Name (ARN) of the two way channel.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
\S+Required: No
- TwoWayChannelRole
-
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:\S+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: