PolicyAttributeTypeDescription
Information about a policy attribute type.
Contents
- AttributeName
-
The name of the attribute.
Type: String
Required: No
- AttributeType
-
The type of the attribute. For example,
Boolean
orInteger
.Type: String
Required: No
- Cardinality
-
The cardinality of the attribute.
Valid values:
-
ONE(1) : Single value required
-
ZERO_OR_ONE(0..1) : Up to one value is allowed
-
ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
-
ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
Type: String
Required: No
-
- DefaultValue
-
The default value of the attribute, if applicable.
Type: String
Required: No
- Description
-
A description of the attribute.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: