SecurityConfig / CentralSecurityServicesConfig / SsmAutomationConfig / DocumentSetConfig

AWS Systems Manager document sharing configuration

Example

- shareTargets:
organizationalUnits:
- Root
documents:
- name: SSM-ELB-Enable-Logging
template: path/to/document.yaml

Hierarchy

  • DocumentSetConfig

Implements

Constructors

Properties

Constructors

Properties

documents: DocumentConfig[] = []

List of the documents to be shared

shareTargets: ShareTargets = ...

Document share target, valid value should be any organizational unit. Document will be shared with every account within the given OU

Generated using TypeDoc