PolicyStoreAliasItem
Contains information about a policy store alias.
This data type is used as a response parameter for the ListPolicyStoreAliases operation.
Contents
Note
In the following list, the required parameters are described first.
- aliasArn
-
The Amazon Resource Name (ARN) of the policy store alias.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2500.
Pattern:
arn:[^:]*:[^:]*:[^:]*:[^:]*:.*Required: Yes
- aliasName
-
The name of the policy store alias.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 150.
Pattern:
[a-zA-Z0-9-/_]*Required: Yes
- createdAt
-
The date and time the policy store alias was created.
Type: Timestamp
Required: Yes
- policyStoreId
-
The ID of the policy store associated with the alias.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
[a-zA-Z0-9-/_]*Required: Yes
- state
-
The state of the policy store alias. Policy Store Aliases in the Active state can be used normally. When a policy store alias is deleted, it enters the PendingDeletion state. Policy Store Aliases in the PendingDeletion state cannot be used, and creating a policy store alias with the same alias name will fail.
Type: String
Valid Values:
Active | PendingDeletionRequired: Yes
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: