AccountAssociationItem
Structure containing information about an account association, including its identifier, state, and related metadata.
Contents
- AccountAssociationId
-
The unique identifier of the account association.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[0-9a-zA-Z]+
Required: Yes
- AssociationState
-
The current state of the account association, indicating its status in the association lifecycle.
Type: String
Valid Values:
ASSOCIATION_IN_PROGRESS | ASSOCIATION_FAILED | ASSOCIATION_SUCCEEDED | ASSOCIATION_DELETING | REFRESH_TOKEN_EXPIRED
Required: Yes
- Arn
-
The Amazon Resource Name (ARN) of the account association.
Type: String
Length Constraints: Minimum length of 67. Maximum length of 1011.
Pattern:
arn:aws:iotmanagedintegrations:[0-9a-zA-Z-]+:[0-9]+:account-association/[0-9a-zA-Z]+
Required: No
- ConnectorDestinationId
-
The identifier of the connector destination associated with this account association.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[A-Za-z0-9-_]+
Required: No
- Description
-
A description of the account association.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
[A-Za-z0-9-_ ]+
Required: No
- ErrorMessage
-
The error message explaining any issues with the account association, if applicable.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
[A-Za-z0-9-_ ]+
Required: No
- Name
-
The name of the account association.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[A-Za-z0-9-_ ]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: