AWSSSMDocument
No description
type AWSSSMDocument {
metadata: ResourceMetadata!
approvedVersion: String!
attachmentsInformation: [AWSSSMDocumentAttachmentInformation!]!
author: String!
category: [String!]!
categoryEnum: [String!]!
createdAt: DateTime
defaultVersion: String!
description: String!
displayName: String!
format: AWSSSMDocumentFormatType!
type: AWSSSMDocumentType!
version: String!
hash: String!
hashType: AWSSSMDocumentHashType!
latestVersion: String!
name: String!
owner: String!
parameters: [AWSSSMDocumentParameter!]!
pendingReviewVersion: String!
platformTypes: [AWSSSMPlatformType!]!
requires: [AWSSSMDocumentRequirement!]!
reviewInformation: [AWSSSMDocumentReviewInformation!]!
reviewStatus: AWSSSMDocumentReviewStatusType!
schemaVersion: String!
sha1: String!
status: AWSSSMDocumentStatusType!
statusInformation: String!
tags: [AWSTag!]!
targetType: String!
versionName: String!
permission: AWSSSMDocumentPermission
}
Fields
AWSSSMDocument.metadata
● ResourceMetadata!
non-null object
The metadata to identify this resource in Shisho Cloud
AWSSSMDocument.approvedVersion
● String!
non-null scalar
The version of the document currently approved for use in the organization
AWSSSMDocument.attachmentsInformation
● [AWSSSMDocumentAttachmentInformation!]!
non-null object
Details about the document attachments, including names, locations, sizes, and so on
AWSSSMDocument.author
● String!
non-null scalar
The user in your organization who created the document
AWSSSMDocument.category
● [String!]!
non-null scalar
The classification of a document to help you identify and categorize its use
AWSSSMDocument.categoryEnum
● [String!]!
non-null scalar
The value that identifies a document's category
AWSSSMDocument.createdAt
● DateTime
scalar
The date when the document was created
AWSSSMDocument.defaultVersion
● String!
non-null scalar
The default version
AWSSSMDocument.description
● String!
non-null scalar
A description of the document
AWSSSMDocument.displayName
● String!
non-null scalar
The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument
AWSSSMDocument.format
● AWSSSMDocumentFormatType!
non-null enum
The document format, either JSON or YAML
AWSSSMDocument.type
● AWSSSMDocumentType!
non-null enum
The type of document
AWSSSMDocument.version
● String!
non-null scalar
The document version
AWSSSMDocument.hash
● String!
non-null scalar
The Sha256 or Sha1 hash created by the system when the document was created
AWSSSMDocument.hashType
● AWSSSMDocumentHashType!
non-null enum
The hash type of the document
AWSSSMDocument.latestVersion
● String!
non-null scalar
The latest version of the document
AWSSSMDocument.name
● String!
non-null scalar
The name of the SSM document
AWSSSMDocument.owner
● String!
non-null scalar
The Amazon Web Services user that created the document
AWSSSMDocument.parameters
● [AWSSSMDocumentParameter!]!
non-null object
A description of the parameters for a document
AWSSSMDocument.pendingReviewVersion
● String!
non-null scalar
The version of the document that is currently under review
AWSSSMDocument.platformTypes
● [AWSSSMPlatformType!]!
non-null enum
The list of operating system (OS) platforms compatible with this SSM document
AWSSSMDocument.requires
● [AWSSSMDocumentRequirement!]!
non-null object
A list of SSM documents required by a document
AWSSSMDocument.reviewInformation
● [AWSSSMDocumentReviewInformation!]!
non-null object
Details about the review of a document
AWSSSMDocument.reviewStatus
● AWSSSMDocumentReviewStatusType!
non-null enum
The current status of the review
AWSSSMDocument.schemaVersion
● String!
non-null scalar
The schema version
AWSSSMDocument.sha1
● String!
non-null scalar
The SHA1 hash of the document, which you can use for verification
AWSSSMDocument.status
● AWSSSMDocumentStatusType!
non-null enum
The status of the SSM document
AWSSSMDocument.statusInformation
● String!
non-null scalar
A message returned by Amazon Web Services Systems Manager that explains the Status value
AWSSSMDocument.tags
● [AWSTag!]!
non-null object
The tags, or metadata, that have been applied to the document
AWSSSMDocument.targetType
● String!
non-null scalar
The target type which defines the kinds of resources the document can run on
AWSSSMDocument.versionName
● String!
non-null scalar
The version of the artifact associated with the document
AWSSSMDocument.permission
● AWSSSMDocumentPermission
object
The permision details for the document
Member of
AWSSSM
object