SecurityConfig / CentralSecurityServicesConfig / SsmAutomationConfig / DocumentSetConfig / DocumentConfig

https://docs.aws.amazon.com/systems-manager/latest/userguide/documents.html | AWS Systems Manager document configuration Use this configuration to define AWS System Manager documents (SSM documents) that can be used on managed instances in an environment.

Example

- name: SSM-ELB-Enable-Logging
template: path/to/document.yaml

Hierarchy

  • DocumentConfig

Implements

Constructors

Properties

Constructors

Properties

name: string = ''

Name of document to be created

template: string = ''

Document template file path. This file must be available in accelerator config repository.

Generated using TypeDoc