Elastic Load Balancing
API Reference (API Version 2012-06-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

PolicyAttributeTypeDescription

Description

The PolicyAttributeTypeDescription data type. This data type is used to describe values that are acceptable for the policy attribute.

Contents

AttributeName

The name of the attribute associated with the policy type.

Type: String

Required: No

AttributeType

The type of attribute. For example, Boolean, Integer, etc.

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 can be supplied
  • 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 human-readable description of the attribute.

Type: String

Required: No