Options
All
  • Public
  • Public/Protected
  • All
English
  • English
  • Français
Menu
Warning
The configuration file schema documentation is a work in progress. Please use this draft document with caution. The deeper you browse into the hierarchy, the less accurate the definitions are likely to be.

Index

Interfaces

Type aliases

Type aliases

AWSConfigRuleType

AWSConfigRuleType: "managed" | "custom"

Type of Config rule: managed or custom

AvailabilityZone

AvailabilityZone: "a" | "b" | "c" | "d" | "e" | "f"

BGPASN

BGPASN: number

BGPASN1

BGPASN1: number

BGPASN2

BGPASN2: number

CIDR

CIDR: string

CertificateTypes

CertificateTypes: "DNS" | "EMAIL"

Validation method for the certificate being generated in ACM, either DNS or Email

FlowLogFilterTypes

FlowLogFilterTypes: "ACCEPT" | "REJECT" | "ALL"

For filter, specify the type of traffic to log. Choose all to log accepted and rejected traffic, reject to log only rejected traffic, or accept to log only accepted traffic

GatewayEndpoints

GatewayEndpoints: "s3" | "dynamodb"

Gateway VPC Endpoints deployed into the VPC. A gateway endpoint is for the following supported AWS services: Amazon S3 and DynamoDB

Region

Region: "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-west-1" | "us-west-2"

ReplacementStringList

ReplacementStringList: string[]

ReplacementStringList1

ReplacementStringList1: string[]

TransitGatewayAssociations

TransitGatewayAssociations: "ATTACH" | "VPN"

The type of Transit Gateway attachment, either Attach or VPN.

VPCFlowLogDestinationTypes

VPCFlowLogDestinationTypes: "S3" | "CWL" | "BOTH" | "NONE"

Flow logs can publish flow log data directly to Amazon CloudWatc, directly to S3, both or none

VPCFlowLogDestinationTypes1

VPCFlowLogDestinationTypes1: "S3" | "CWL" | "BOTH" | "NONE"

Flow logs can publish flow log data directly to Amazon CloudWatc, directly to S3, both or none

VPCFlowLogDestinationTypes2

VPCFlowLogDestinationTypes2: "S3" | "CWL" | "BOTH" | "NONE"

Flow logs can publish flow log data directly to Amazon CloudWatc, directly to S3, both or none

VPCFlowLogInterval

VPCFlowLogInterval: 60 | 600

Must be either: 60 or 600 (i.e. 1 or 10 minutes)