Struct aws_sdk_ssm::model::document_description::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DocumentDescription
Implementations
The SHA1 hash of the document, which you can use for verification.
The SHA1 hash of the document, which you can use for verification.
The Sha256 or Sha1 hash created by the system when the document was created.
Sha1 hashes have been deprecated.
The Sha256 or Sha1 hash created by the system when the document was created.
Sha1 hashes have been deprecated.
The hash type of the document. Valid values include Sha256
or Sha1
.
Sha1 hashes have been deprecated.
The hash type of the document. Valid values include Sha256
or Sha1
.
Sha1 hashes have been deprecated.
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
.
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
.
The version of the artifact associated with the document.
The version of the artifact associated with the document.
The Amazon Web Services user account that created the document.
The Amazon Web Services user account that created the document.
The date when the document was created.
The date when the document was created.
The status of the SSM document.
The status of the SSM document.
A message returned by Amazon Web Services Systems Manager that explains the Status
value. For example, a Failed
status might be explained by the StatusInformation
message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."
A message returned by Amazon Web Services Systems Manager that explains the Status
value. For example, a Failed
status might be explained by the StatusInformation
message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."
The document version.
The document version.
A description of the document.
A description of the document.
Appends an item to parameters
.
To override the contents of this collection use set_parameters
.
A description of the parameters for a document.
A description of the parameters for a document.
Appends an item to platform_types
.
To override the contents of this collection use set_platform_types
.
The list of operating system (OS) platforms compatible with this SSM document.
The list of operating system (OS) platforms compatible with this SSM document.
The type of document.
The type of document.
The schema version.
The schema version.
The latest version of the document.
The latest version of the document.
The default version.
The default version.
The document format, either JSON or YAML.
The document format, either JSON or YAML.
The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance
. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.
The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance
. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags, or metadata, that have been applied to the document.
The tags, or metadata, that have been applied to the document.
Appends an item to attachments_information
.
To override the contents of this collection use set_attachments_information
.
Details about the document attachments, including names, locations, sizes, and so on.
Details about the document attachments, including names, locations, sizes, and so on.
Appends an item to requires
.
To override the contents of this collection use set_requires
.
A list of SSM documents required by a document. For example, an ApplicationConfiguration
document requires an ApplicationConfigurationSchema
document.
A list of SSM documents required by a document. For example, an ApplicationConfiguration
document requires an ApplicationConfigurationSchema
document.
The user in your organization who created the document.
The user in your organization who created the document.
Appends an item to review_information
.
To override the contents of this collection use set_review_information
.
Details about the review of a document.
Details about the review of a document.
The version of the document currently approved for use in the organization.
The version of the document currently approved for use in the organization.
The version of the document that is currently under review.
The version of the document that is currently under review.
The current status of the review.
The current status of the review.
Appends an item to category
.
To override the contents of this collection use set_category
.
The classification of a document to help you identify and categorize its use.
The classification of a document to help you identify and categorize its use.
Appends an item to category_enum
.
To override the contents of this collection use set_category_enum
.
The value that identifies a document's category.
The value that identifies a document's category.
Consumes the builder and constructs a DocumentDescription
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more