SecurityConfig / CentralSecurityServicesConfig / SsmAutomationConfig

AWS Systems Manager automation configuration

Example

ssmAutomation:
excludeRegions: []
documentSets:
- shareTargets:
organizationalUnits:
- Root
documents:
- name: SSM-ELB-Enable-Logging
template: path/to/document.yaml

Hierarchy

  • SsmAutomationConfig

Implements

Constructors

Properties

Constructors

Properties

documentSets: DocumentSetConfig[] = []

List of documents for automation

excludeRegions: string[] = []

(OPTIONAL) List of AWS Region names to be excluded from configuring block S3 public access

Generated using TypeDoc