AWSSSMDocumentRequirement
No description
type AWSSSMDocumentRequirement {
name: String!
type: String!
version: String!
versionName: String!
}
Fields
AWSSSMDocumentRequirement.name ● String! non-null scalar
The name of the required SSM document
AWSSSMDocumentRequirement.type ● String! non-null scalar
The document type of the required SSM document
AWSSSMDocumentRequirement.version ● String! non-null scalar
The document version required by the current document
AWSSSMDocumentRequirement.versionName ● String! non-null scalar
An optional field specifying the version of the artifact associated with the document
Member of
AWSSSMDocument object