paws.management (version 0.1.0)

ssm_describe_document_permission: Describes the permissions for a Systems Manager document

Description

Describes the permissions for a Systems Manager document. If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's AWS account ID) or publicly (All).

Usage

ssm_describe_document_permission(Name, PermissionType)

Arguments

Name

[required] The name of the document for which you are the owner.

PermissionType

[required] The permission type for the document. The permission type can be Share.

Request syntax

svc$describe_document_permission(
  Name = "string",
  PermissionType = "Share"
)