ConnectionTypeDetail
Detailed information about a specific connection type within a connection.
Contents
Note
In the following list, the required parameters are described first.
- CreatedAt
-
The timestamp when this connection type was created.
Type: Timestamp
Required: Yes
- InviterEmail
-
The email address of the person who initiated this connection type.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 320.
Pattern:
[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*Required: Yes
- InviterName
-
The name of the person who initiated this connection type.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 80.
Pattern:
[\u0020-\u007E\u00A0-\uD7FF\uE000-\uFFFD]+Required: Yes
- OtherParticipant
-
Information about the other participant in this connection type.
Type: Participant object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- Status
-
The current status of this connection type.
Type: String
Valid Values:
ACTIVE | CANCELEDRequired: Yes
- CanceledAt
-
The timestamp when this connection type was cancelled, if applicable.
Type: Timestamp
Required: No
- CanceledBy
-
The AWS account ID of the participant who cancelled this connection type.
Type: String
Pattern:
[0-9]{12}Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: