Skip to content

Commit

Permalink
#ResourceSpecificationVersion: "41.2.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 20, 2021
1 parent 0e1988f commit c037530
Show file tree
Hide file tree
Showing 230 changed files with 4,083 additions and 359 deletions.
14 changes: 14 additions & 0 deletions aws/afsouth1/ACMPCA.cue
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,18 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
Metadata?: [string]: _
Condition?: string
}
#Permission: {
Type: "AWS::ACMPCA::Permission"
Properties: {
Actions: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
CertificateAuthorityArn: *string | fn.#Fn
Principal: *string | fn.#Fn
SourceAccount?: *string | fn.#Fn
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Metadata?: [string]: _
Condition?: string
}
}
37 changes: 37 additions & 0 deletions aws/afsouth1/CodeCommit.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
package afsouth1

import "github.com/cue-sh/cfn-cue/aws/fn"

#CodeCommit: {
#Repository: {
Type: "AWS::CodeCommit::Repository"
Properties: {
Code?: *{
BranchName?: *string | fn.#Fn
S3: *{
Bucket: *string | fn.#Fn
Key: *string | fn.#Fn
ObjectVersion?: *string | fn.#Fn
} | fn.#If
} | fn.#If
RepositoryDescription?: *string | fn.#Fn
RepositoryName: *string | fn.#Fn
Tags?: *[...{
Key: *string | fn.#Fn
Value: *string | fn.#Fn
}] | fn.#If
Triggers?: *[...{
Branches?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
CustomData?: *string | fn.#Fn
DestinationArn: *string | fn.#Fn
Events: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
Name: *string | fn.#Fn
}] | fn.#If
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Metadata?: [string]: _
Condition?: string
}
}
2 changes: 1 addition & 1 deletion aws/afsouth1/EC2.cue
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ import (
SecurityGroupIds?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
SecurityGroups?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
TagSpecifications?: *[...{
ResourceType: *("client-vpn-endpoint" | "customer-gateway" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-gpu" | "elastic-ip" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "key-pair" | "launch-template" | "local-gateway-route-table-vpc-association" | "natgateway" | "network-acl" | "network-insights-analysis" | "network-insights-path" | "network-interface" | "placement-group" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-route-table" | "volume" | "vpc" | "vpc-flow-log" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway") | fn.#Fn
ResourceType: *("capacity-reservation" | "carrier-gateway" | "client-vpn-endpoint" | "customer-gateway" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-gpu" | "elastic-ip" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-route-table-virtual-interface-group-association" | "local-gateway-route-table-vpc-association" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "natgateway" | "network-acl" | "network-insights-analysis" | "network-insights-path" | "network-interface" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-route-table" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-service" | "vpc-flow-log" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway") | fn.#Fn
Tags: *[...{
Key: *string | fn.#Fn
Value: *string | fn.#Fn
Expand Down
2 changes: 1 addition & 1 deletion aws/afsouth1/Elasticsearch.cue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
DedicatedMasterEnabled?: *bool | fn.#Fn
DedicatedMasterType?: *string | fn.#Fn
InstanceCount?: *int | fn.#Fn
InstanceType?: *("c5.18xlarge.elasticsearch" | "c5.2xlarge.elasticsearch" | "c5.4xlarge.elasticsearch" | "c5.9xlarge.elasticsearch" | "c5.large.elasticsearch" | "c5.xlarge.elasticsearch" | "i3.16xlarge.elasticsearch" | "i3.2xlarge.elasticsearch" | "i3.4xlarge.elasticsearch" | "i3.8xlarge.elasticsearch" | "i3.large.elasticsearch" | "i3.xlarge.elasticsearch" | "m5.12xlarge.elasticsearch" | "m5.2xlarge.elasticsearch" | "m5.4xlarge.elasticsearch" | "m5.large.elasticsearch" | "m5.xlarge.elasticsearch" | "r5.12xlarge.elasticsearch" | "r5.2xlarge.elasticsearch" | "r5.4xlarge.elasticsearch" | "r5.large.elasticsearch" | "r5.xlarge.elasticsearch" | "t3.medium.elasticsearch" | "t3.small.elasticsearch" | "ultrawarm1.large.elasticsearch" | "ultrawarm1.medium.elasticsearch") | fn.#Fn
InstanceType?: *string | fn.#Fn
WarmCount?: *int | fn.#Fn
WarmEnabled?: *bool | fn.#Fn
WarmType?: *string | fn.#Fn
Expand Down
90 changes: 90 additions & 0 deletions aws/afsouth1/OpenSearchService.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
package afsouth1

import "github.com/cue-sh/cfn-cue/aws/fn"

#OpenSearchService: {
#Domain: {
Type: "AWS::OpenSearchService::Domain"
Properties: {
AccessPolicies?: *{
[string]: _
} | fn.#Fn
AdvancedOptions?: *{
[string]: *string | fn.#Fn
} | fn.#If
AdvancedSecurityOptions?: *{
Enabled?: *bool | fn.#Fn
InternalUserDatabaseEnabled?: *bool | fn.#Fn
MasterUserOptions?: *{
MasterUserARN?: *string | fn.#Fn
MasterUserName?: *string | fn.#Fn
MasterUserPassword?: *string | fn.#Fn
} | fn.#If
} | fn.#If
ClusterConfig?: *{
DedicatedMasterCount?: *int | fn.#Fn
DedicatedMasterEnabled?: *bool | fn.#Fn
DedicatedMasterType?: *string | fn.#Fn
InstanceCount?: *int | fn.#Fn
InstanceType?: *string | fn.#Fn
WarmCount?: *int | fn.#Fn
WarmEnabled?: *bool | fn.#Fn
WarmType?: *string | fn.#Fn
ZoneAwarenessConfig?: *{
AvailabilityZoneCount?: *int | fn.#Fn
} | fn.#If
ZoneAwarenessEnabled?: *bool | fn.#Fn
} | fn.#If
CognitoOptions?: *{
Enabled?: *bool | fn.#Fn
IdentityPoolId?: *string | fn.#Fn
RoleArn?: *string | fn.#Fn
UserPoolId?: *string | fn.#Fn
} | fn.#If
DomainEndpointOptions?: *{
CustomEndpoint?: *string | fn.#Fn
CustomEndpointCertificateArn?: *string | fn.#Fn
CustomEndpointEnabled?: *bool | fn.#Fn
EnforceHTTPS?: *bool | fn.#Fn
TLSSecurityPolicy?: *string | fn.#Fn
} | fn.#If
DomainName?: *string | fn.#Fn
EBSOptions?: *{
EBSEnabled?: *bool | fn.#Fn
Iops?: *int | fn.#Fn
VolumeSize?: *int | fn.#Fn
VolumeType?: *string | fn.#Fn
} | fn.#If
EncryptionAtRestOptions?: *{
Enabled?: *bool | fn.#Fn
KmsKeyId?: *string | fn.#Fn
} | fn.#If
EngineVersion?: *string | fn.#Fn
LogPublishingOptions?: *{
[string]: {
CloudWatchLogsLogGroupArn?: *string | fn.#Fn
Enabled?: *bool | fn.#Fn
}
} | fn.#If
NodeToNodeEncryptionOptions?: *{
Enabled?: *bool | fn.#Fn
} | fn.#If
SnapshotOptions?: *{
AutomatedSnapshotStartHour?: *int | fn.#Fn
} | fn.#If
Tags?: *[...{
Key: *string | fn.#Fn
Value: *string | fn.#Fn
}] | fn.#If
VPCOptions?: *{
SecurityGroupIds?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
SubnetIds?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
} | fn.#If
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Metadata?: [string]: _
Condition?: string
}
}
7 changes: 4 additions & 3 deletions aws/afsouth1/S3.cue
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,10 @@ import (
LogFilePrefix?: *string | fn.#Fn
} | fn.#If
MetricsConfigurations?: *[...{
Id: *string | fn.#Fn
Prefix?: *string | fn.#Fn
TagFilters?: *[...{
AccessPointArn?: *string | fn.#Fn
Id: *string | fn.#Fn
Prefix?: *string | fn.#Fn
TagFilters?: *[...{
Key: *string | fn.#Fn
Value: *string | fn.#Fn
}] | fn.#If
Expand Down
5 changes: 4 additions & 1 deletion aws/afsouth1/SQS.cue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
MessageRetentionPeriod?: *(>=60 & <=1209600) | fn.#Fn
QueueName?: *string | fn.#Fn
ReceiveMessageWaitTimeSeconds?: *(>=0 & <=20) | fn.#Fn
RedrivePolicy?: *{
RedriveAllowPolicy?: *{
[string]: _
} | fn.#Fn
RedrivePolicy?: *{
[string]: _
} | fn.#Fn
Tags?: *[...{
Expand Down
4 changes: 2 additions & 2 deletions aws/afsouth1/afsouth1.cue

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions aws/apeast1/ACMPCA.cue
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,18 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
Metadata?: [string]: _
Condition?: string
}
#Permission: {
Type: "AWS::ACMPCA::Permission"
Properties: {
Actions: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
CertificateAuthorityArn: *string | fn.#Fn
Principal: *string | fn.#Fn
SourceAccount?: *string | fn.#Fn
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Metadata?: [string]: _
Condition?: string
}
}
2 changes: 1 addition & 1 deletion aws/apeast1/EC2.cue
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ import (
SecurityGroupIds?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
SecurityGroups?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
TagSpecifications?: *[...{
ResourceType: *("client-vpn-endpoint" | "customer-gateway" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-gpu" | "elastic-ip" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "key-pair" | "launch-template" | "local-gateway-route-table-vpc-association" | "natgateway" | "network-acl" | "network-insights-analysis" | "network-insights-path" | "network-interface" | "placement-group" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-route-table" | "volume" | "vpc" | "vpc-flow-log" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway") | fn.#Fn
ResourceType: *("capacity-reservation" | "carrier-gateway" | "client-vpn-endpoint" | "customer-gateway" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-gpu" | "elastic-ip" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-route-table-virtual-interface-group-association" | "local-gateway-route-table-vpc-association" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "natgateway" | "network-acl" | "network-insights-analysis" | "network-insights-path" | "network-interface" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-route-table" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-service" | "vpc-flow-log" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway") | fn.#Fn
Tags: *[...{
Key: *string | fn.#Fn
Value: *string | fn.#Fn
Expand Down
2 changes: 1 addition & 1 deletion aws/apeast1/Elasticsearch.cue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
DedicatedMasterEnabled?: *bool | fn.#Fn
DedicatedMasterType?: *string | fn.#Fn
InstanceCount?: *int | fn.#Fn
InstanceType?: *("c5.18xlarge.elasticsearch" | "c5.2xlarge.elasticsearch" | "c5.4xlarge.elasticsearch" | "c5.9xlarge.elasticsearch" | "c5.large.elasticsearch" | "c5.xlarge.elasticsearch" | "c6g.12xlarge.elasticsearch" | "c6g.2xlarge.elasticsearch" | "c6g.4xlarge.elasticsearch" | "c6g.8xlarge.elasticsearch" | "c6g.large.elasticsearch" | "c6g.xlarge.elasticsearch" | "i3.16xlarge.elasticsearch" | "i3.2xlarge.elasticsearch" | "i3.4xlarge.elasticsearch" | "i3.8xlarge.elasticsearch" | "i3.large.elasticsearch" | "i3.xlarge.elasticsearch" | "m5.12xlarge.elasticsearch" | "m5.2xlarge.elasticsearch" | "m5.4xlarge.elasticsearch" | "m5.large.elasticsearch" | "m5.xlarge.elasticsearch" | "m6g.12xlarge.elasticsearch" | "m6g.2xlarge.elasticsearch" | "m6g.4xlarge.elasticsearch" | "m6g.8xlarge.elasticsearch" | "m6g.large.elasticsearch" | "m6g.xlarge.elasticsearch" | "r5.12xlarge.elasticsearch" | "r5.2xlarge.elasticsearch" | "r5.4xlarge.elasticsearch" | "r5.large.elasticsearch" | "r5.xlarge.elasticsearch" | "r6g.12xlarge.elasticsearch" | "r6g.2xlarge.elasticsearch" | "r6g.4xlarge.elasticsearch" | "r6g.8xlarge.elasticsearch" | "r6g.large.elasticsearch" | "r6g.xlarge.elasticsearch" | "t3.medium.elasticsearch" | "t3.small.elasticsearch" | "ultrawarm1.large.elasticsearch" | "ultrawarm1.medium.elasticsearch") | fn.#Fn
InstanceType?: *string | fn.#Fn
WarmCount?: *int | fn.#Fn
WarmEnabled?: *bool | fn.#Fn
WarmType?: *string | fn.#Fn
Expand Down
90 changes: 90 additions & 0 deletions aws/apeast1/OpenSearchService.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
package apeast1

import "github.com/cue-sh/cfn-cue/aws/fn"

#OpenSearchService: {
#Domain: {
Type: "AWS::OpenSearchService::Domain"
Properties: {
AccessPolicies?: *{
[string]: _
} | fn.#Fn
AdvancedOptions?: *{
[string]: *string | fn.#Fn
} | fn.#If
AdvancedSecurityOptions?: *{
Enabled?: *bool | fn.#Fn
InternalUserDatabaseEnabled?: *bool | fn.#Fn
MasterUserOptions?: *{
MasterUserARN?: *string | fn.#Fn
MasterUserName?: *string | fn.#Fn
MasterUserPassword?: *string | fn.#Fn
} | fn.#If
} | fn.#If
ClusterConfig?: *{
DedicatedMasterCount?: *int | fn.#Fn
DedicatedMasterEnabled?: *bool | fn.#Fn
DedicatedMasterType?: *string | fn.#Fn
InstanceCount?: *int | fn.#Fn
InstanceType?: *string | fn.#Fn
WarmCount?: *int | fn.#Fn
WarmEnabled?: *bool | fn.#Fn
WarmType?: *string | fn.#Fn
ZoneAwarenessConfig?: *{
AvailabilityZoneCount?: *int | fn.#Fn
} | fn.#If
ZoneAwarenessEnabled?: *bool | fn.#Fn
} | fn.#If
CognitoOptions?: *{
Enabled?: *bool | fn.#Fn
IdentityPoolId?: *string | fn.#Fn
RoleArn?: *string | fn.#Fn
UserPoolId?: *string | fn.#Fn
} | fn.#If
DomainEndpointOptions?: *{
CustomEndpoint?: *string | fn.#Fn
CustomEndpointCertificateArn?: *string | fn.#Fn
CustomEndpointEnabled?: *bool | fn.#Fn
EnforceHTTPS?: *bool | fn.#Fn
TLSSecurityPolicy?: *string | fn.#Fn
} | fn.#If
DomainName?: *string | fn.#Fn
EBSOptions?: *{
EBSEnabled?: *bool | fn.#Fn
Iops?: *int | fn.#Fn
VolumeSize?: *int | fn.#Fn
VolumeType?: *string | fn.#Fn
} | fn.#If
EncryptionAtRestOptions?: *{
Enabled?: *bool | fn.#Fn
KmsKeyId?: *string | fn.#Fn
} | fn.#If
EngineVersion?: *string | fn.#Fn
LogPublishingOptions?: *{
[string]: {
CloudWatchLogsLogGroupArn?: *string | fn.#Fn
Enabled?: *bool | fn.#Fn
}
} | fn.#If
NodeToNodeEncryptionOptions?: *{
Enabled?: *bool | fn.#Fn
} | fn.#If
SnapshotOptions?: *{
AutomatedSnapshotStartHour?: *int | fn.#Fn
} | fn.#If
Tags?: *[...{
Key: *string | fn.#Fn
Value: *string | fn.#Fn
}] | fn.#If
VPCOptions?: *{
SecurityGroupIds?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
SubnetIds?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
} | fn.#If
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Metadata?: [string]: _
Condition?: string
}
}
2 changes: 1 addition & 1 deletion aws/apeast1/RDS.cue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
CharacterSetName?: *string | fn.#Fn
CopyTagsToSnapshot?: *bool | fn.#Fn
DBClusterIdentifier?: *string | fn.#Fn
DBInstanceClass: *("db.m5.12xlarge" | "db.m5.16xlarge" | "db.m5.24xlarge" | "db.m5.2xlarge" | "db.m5.4xlarge" | "db.m5.8xlarge" | "db.m5.large" | "db.m5.xlarge" | "db.m5d.12xlarge" | "db.m5d.16xlarge" | "db.m5d.24xlarge" | "db.m5d.2xlarge" | "db.m5d.4xlarge" | "db.m5d.8xlarge" | "db.m5d.large" | "db.m5d.xlarge" | "db.r5.12xlarge" | "db.r5.12xlarge.tpc2.mem2x" | "db.r5.16xlarge" | "db.r5.24xlarge" | "db.r5.2xlarge" | "db.r5.2xlarge.tpc1.mem2x" | "db.r5.2xlarge.tpc2.mem4x" | "db.r5.2xlarge.tpc2.mem8x" | "db.r5.4xlarge" | "db.r5.4xlarge.tpc2.mem2x" | "db.r5.4xlarge.tpc2.mem3x" | "db.r5.4xlarge.tpc2.mem4x" | "db.r5.6xlarge.tpc2.mem4x" | "db.r5.8xlarge" | "db.r5.8xlarge.tpc2.mem3x" | "db.r5.large" | "db.r5.large.tpc1.mem2x" | "db.r5.xlarge" | "db.r5.xlarge.tpc2.mem2x" | "db.r5.xlarge.tpc2.mem4x" | "db.r5d.12xlarge" | "db.r5d.16xlarge" | "db.r5d.24xlarge" | "db.r5d.2xlarge" | "db.r5d.4xlarge" | "db.r5d.8xlarge" | "db.r5d.large" | "db.r5d.xlarge" | "db.r6g.12xlarge" | "db.r6g.16xlarge" | "db.r6g.2xlarge" | "db.r6g.4xlarge" | "db.r6g.8xlarge" | "db.r6g.large" | "db.r6g.xlarge" | "db.t3.2xlarge" | "db.t3.large" | "db.t3.medium" | "db.t3.micro" | "db.t3.small" | "db.t3.xlarge" | "db.t4g.large" | "db.t4g.medium" | "db.x1.16xlarge" | "db.x1.32xlarge") | fn.#Fn
DBInstanceClass: *("db.m5.12xlarge" | "db.m5.16xlarge" | "db.m5.24xlarge" | "db.m5.2xlarge" | "db.m5.4xlarge" | "db.m5.8xlarge" | "db.m5.large" | "db.m5.xlarge" | "db.m5d.12xlarge" | "db.m5d.16xlarge" | "db.m5d.24xlarge" | "db.m5d.2xlarge" | "db.m5d.4xlarge" | "db.m5d.8xlarge" | "db.m5d.large" | "db.m5d.xlarge" | "db.r5.12xlarge" | "db.r5.12xlarge.tpc2.mem2x" | "db.r5.16xlarge" | "db.r5.24xlarge" | "db.r5.2xlarge" | "db.r5.2xlarge.tpc1.mem2x" | "db.r5.2xlarge.tpc2.mem4x" | "db.r5.2xlarge.tpc2.mem8x" | "db.r5.4xlarge" | "db.r5.4xlarge.tpc2.mem2x" | "db.r5.4xlarge.tpc2.mem3x" | "db.r5.4xlarge.tpc2.mem4x" | "db.r5.6xlarge.tpc2.mem4x" | "db.r5.8xlarge" | "db.r5.8xlarge.tpc2.mem3x" | "db.r5.large" | "db.r5.large.tpc1.mem2x" | "db.r5.xlarge" | "db.r5.xlarge.tpc2.mem2x" | "db.r5.xlarge.tpc2.mem4x" | "db.r5d.12xlarge" | "db.r5d.16xlarge" | "db.r5d.24xlarge" | "db.r5d.2xlarge" | "db.r5d.4xlarge" | "db.r5d.8xlarge" | "db.r5d.large" | "db.r5d.xlarge" | "db.r6g.12xlarge" | "db.r6g.16xlarge" | "db.r6g.2xlarge" | "db.r6g.4xlarge" | "db.r6g.8xlarge" | "db.r6g.large" | "db.r6g.xlarge" | "db.t3.2xlarge" | "db.t3.large" | "db.t3.medium" | "db.t3.micro" | "db.t3.small" | "db.t3.xlarge" | "db.t4g.2xlarge" | "db.t4g.large" | "db.t4g.medium" | "db.t4g.micro" | "db.t4g.small" | "db.t4g.xlarge" | "db.x1.16xlarge" | "db.x1.32xlarge") | fn.#Fn
DBInstanceIdentifier?: *string | fn.#Fn
DBName?: *string | fn.#Fn
DBParameterGroupName?: *string | fn.#Fn
Expand Down
Loading

0 comments on commit c037530

Please sign in to comment.