_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
document
Information about the SSM document. | STRUCT( "sha1" VARCHAR, "hash" VARCHAR, "hash_type" VARCHAR, "name" VARCHAR, "display_name" VARCHAR, "version_name" VARCHAR, "owner" VARCHAR, "created_date" TIMESTAMP_S, "status" VARCHAR, "status_information" VARCHAR, "document_version" VARCHAR, "description" VARCHAR, "parameters" STRUCT( "name" VARCHAR, "type" VARCHAR, "description" VARCHAR, "default_value" VARCHAR )[], "platform_types" VARCHAR[], "document_type" VARCHAR, "schema_version" VARCHAR, "latest_version" VARCHAR, "default_version" VARCHAR, "document_format" VARCHAR, "target_type" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "attachments_information" STRUCT( "name" VARCHAR )[], "requires" STRUCT( "name" VARCHAR, "version" VARCHAR, "require_type" VARCHAR, "version_name" VARCHAR )[], "author" VARCHAR, "review_information" STRUCT( "reviewed_time" TIMESTAMP_S, "status" VARCHAR, "reviewer" VARCHAR )[], "approved_version" VARCHAR, "pending_review_version" VARCHAR, "review_status" VARCHAR, "category" VARCHAR[], "category_enum" VARCHAR[] ) |
Show child fields- document.approved_version
The version of the document currently approved for use in the organization.
- document.attachments_information[]
Show child fields- document.attachments_information[].name
The name of the attachment.
- document.author
The user in your organization who created the document.
- document.category[]
- document.category_enum[]
- document.created_date
The date when the document was created.
- document.default_version
The default version.
- document.description
A description of the document.
- document.display_name
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.
- document.document_format
The document format, either JSON or YAML.
- document.document_type
The type of document.
- document.document_version
The document version.
- document.hash
The Sha256 or Sha1 hash created by the system when the document was created. Sha1 hashes have been deprecated.
- document.hash_type
The hash type of the document. Valid values include Sha256 or Sha1. Sha1 hashes have been deprecated.
- document.latest_version
The latest version of the document.
- document.name
The name of the SSM document.
- document.owner
The Amazon Web Services user that created the document.
- document.parameters[]
Show child fields- document.parameters[].default_value
If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.
- document.parameters[].description
A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.
- document.parameters[].name
The name of the parameter.
- document.parameters[].type
The type of parameter. The type can be either String or StringList.
- document.pending_review_version
The version of the document that is currently under review.
- document.platform_types[]
- document.requires[]
Show child fields- document.requires[].name
The name of the required SSM document. The name can be an Amazon Resource Name (ARN).
- document.requires[].require_type
The document type of the required SSM document.
- document.requires[].version
The document version required by the current document.
- document.requires[].version_name
An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
- document.review_information[]
Show child fields- document.review_information[].reviewed_time
The time that the reviewer took action on the document review request.
- document.review_information[].reviewer
The reviewer assigned to take action on the document review request.
- document.review_information[].status
The current status of the document review request.
- document.review_status
The current status of the review.
- document.schema_version
The schema version.
- document.sha1
The SHA1 hash of the document, which you can use for verification.
- document.status
The status of the SSM document.
- document.status_information
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."
- document.tags[]
Show child fields- document.tags[].key
The name of the tag.
- document.tags[].value
The value of the tag.
- document.target_type
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.
- document.version_name
The version of the artifact associated with the document.
|