AWSECSAttribute
No description
type AWSECSAttribute {
name: String!
targetId: String!
targetType: AWSECSTaskTargetType!
value: String!
}
Fields
AWSECSAttribute.name ● String! non-null scalar
The name of the attribute. The required legth: 1 and 128 characters. The accepted characters: letters (uppercase and lowercase), numbers, hyphens (-), underscores (_), forward slashes (/), back slashes (), or periods (.).
AWSECSAttribute.targetId ● String! non-null scalar
The ID of the target
AWSECSAttribute.targetType ● AWSECSTaskTargetType! non-null enum
The type of the target to attach the attribute with
AWSECSAttribute.value ● String! non-null scalar
The value of the attribute. The required legth: 1 and 128 characters. The accepted characters: letters (uppercase and lowercase), numbers, hyphens (-), underscores (_), periods (.), at signs (@), forward slashes (/), back slashes (), colons (:), or spaces. The value can't start or end with a space.
Member of
AWSECSTask object ● AWSECSTaskDefinition object