ConnectionInvitationSummary
A summary view of a connection invitation containing key information without full details.
Contents
Note
In the following list, the required parameters are described first.
- Arn
-
The Amazon Resource Name (ARN) of the connection invitation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
arn:[a-zA-Z0-9-]+:partnercentral:[a-z0-9\-]*::catalog/[a-zA-Z]+/connection-invitation/pacinv-[A-Za-z0-9]{13}Required: Yes
- Catalog
-
The catalog identifier where the connection invitation exists.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9-]+Required: Yes
- ConnectionType
-
The type of connection being requested in the invitation.
Type: String
Valid Values:
OPPORTUNITY_COLLABORATION | SUBSIDIARYRequired: Yes
- CreatedAt
-
The timestamp when the connection invitation was created.
Type: Timestamp
Required: Yes
- Id
-
The unique identifier of the connection invitation.
Type: String
Pattern:
pacinv-[A-Za-z0-9]{13}Required: Yes
- OtherParticipantIdentifier
-
The identifier of the other participant in the connection invitation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[a-zA-Z0-9-]+Required: Yes
- ParticipantType
-
The type of participant (inviter or invitee) in the connection invitation.
Type: String
Valid Values:
SENDER | RECEIVERRequired: Yes
- Status
-
The current status of the connection invitation.
Type: String
Valid Values:
PENDING | ACCEPTED | REJECTED | CANCELED | EXPIREDRequired: Yes
- UpdatedAt
-
The timestamp when the connection invitation was last updated.
Type: Timestamp
Required: Yes
- ConnectionId
-
The identifier of the connection associated with this invitation.
Type: String
Pattern:
pac-[A-Za-z0-9]{13}Required: No
- ExpiresAt
-
The timestamp when the connection invitation will expire.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: