Skip to content

Commit

Permalink
#ResourceSpecificationVersion: "39.10.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 19, 2021
1 parent 3e87dca commit 8433faa
Show file tree
Hide file tree
Showing 441 changed files with 3,605 additions and 751 deletions.
7 changes: 4 additions & 3 deletions aws/afsouth1/ApiGateway.cue
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,10 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
TruststoreUri?: *string | fn.#Fn
TruststoreVersion?: *string | fn.#Fn
} | fn.#If
RegionalCertificateArn?: *string | fn.#Fn
SecurityPolicy?: *string | fn.#Fn
Tags?: *[...{
OwnershipVerificationCertificateArn?: *string | fn.#Fn
RegionalCertificateArn?: *string | fn.#Fn
SecurityPolicy?: *string | fn.#Fn
Tags?: *[...{
Key: *string | fn.#Fn
Value: *string | fn.#Fn
}] | fn.#If
Expand Down
9 changes: 5 additions & 4 deletions aws/afsouth1/ApiGatewayV2.cue
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,11 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
Properties: {
DomainName: *string | fn.#Fn
DomainNameConfigurations?: *[...{
CertificateArn?: *string | fn.#Fn
CertificateName?: *string | fn.#Fn
EndpointType?: *string | fn.#Fn
SecurityPolicy?: *string | fn.#Fn
CertificateArn?: *string | fn.#Fn
CertificateName?: *string | fn.#Fn
EndpointType?: *string | fn.#Fn
OwnershipVerificationCertificateArn?: *string | fn.#Fn
SecurityPolicy?: *string | fn.#Fn
}] | fn.#If
MutualTlsAuthentication?: *{
TruststoreUri?: *string | fn.#Fn
Expand Down
14 changes: 14 additions & 0 deletions aws/afsouth1/Athena.cue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@ import (
Metadata?: [string]: _
Condition?: string
}
#PreparedStatement: {
Type: "AWS::Athena::PreparedStatement"
Properties: {
Description?: *(strings.MinRunes(1) & strings.MaxRunes(1024)) | fn.#Fn
QueryStatement: *(strings.MinRunes(1) & strings.MaxRunes(262144)) | fn.#Fn
StatementName: *(strings.MinRunes(1) & strings.MaxRunes(256)) | fn.#Fn
WorkGroup: *(strings.MinRunes(1) & strings.MaxRunes(128)) | fn.#Fn
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Metadata?: [string]: _
Condition?: string
}
#WorkGroup: {
Type: "AWS::Athena::WorkGroup"
Properties: {
Expand Down
4 changes: 3 additions & 1 deletion aws/afsouth1/CodeBuild.cue
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
} | fn.#If
Name?: *string | fn.#Fn
QueuedTimeoutInMinutes?: *(>=5 & <=480) | fn.#Fn
ResourceAccessRole?: *string | fn.#Fn
SecondaryArtifacts?: *[...{
ArtifactIdentifier?: *string | fn.#Fn
EncryptionDisabled?: *bool | fn.#Fn
Expand Down Expand Up @@ -144,7 +145,8 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
}]] | fn.#If
Webhook?: *bool | fn.#Fn
} | fn.#If
VpcConfig?: *{
Visibility?: *string | fn.#Fn
VpcConfig?: *{
SecurityGroupIds?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
Subnets?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
VpcId?: *string | fn.#Fn
Expand Down
4 changes: 2 additions & 2 deletions aws/afsouth1/Config.cue

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws/afsouth1/EC2.cue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ import (
} | fn.#If
ReplaceUnhealthyInstances?: *bool | fn.#Fn
SpotOptions?: *{
AllocationStrategy?: *("lowestPrice" | "diversified" | "capacityOptimized") | fn.#Fn
AllocationStrategy?: *("lowestPrice" | "diversified" | "capacityOptimized" | "capacityOptimizedPrioritized") | fn.#Fn
InstanceInterruptionBehavior?: *("hibernate" | "stop" | "terminate") | fn.#Fn
InstancePoolsToUseCount?: *int | fn.#Fn
MaxTotalPrice?: *string | fn.#Fn
Expand Down
3 changes: 3 additions & 0 deletions aws/afsouth1/Elasticsearch.cue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
VolumeType?: *string | fn.#Fn
} | fn.#If
ElasticsearchClusterConfig?: *{
ColdStorageOptions?: *{
Enabled?: *bool | fn.#Fn
} | fn.#If
DedicatedMasterCount?: *int | fn.#Fn
DedicatedMasterEnabled?: *bool | fn.#Fn
DedicatedMasterType?: *string | fn.#Fn
Expand Down
9 changes: 7 additions & 2 deletions aws/afsouth1/FSx.cue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
Value: *string | fn.#Fn
}] | fn.#If
WindowsConfiguration?: *{
ActiveDirectoryId?: *string | fn.#Fn
Aliases?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
ActiveDirectoryId?: *string | fn.#Fn
Aliases?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
AuditLogConfiguration?: *{
AuditLogDestination?: *string | fn.#Fn
FileAccessAuditLogLevel: *string | fn.#Fn
FileShareAccessAuditLogLevel: *string | fn.#Fn
} | fn.#If
AutomaticBackupRetentionDays?: *int | fn.#Fn
CopyTagsToBackups?: *bool | fn.#Fn
DailyAutomaticBackupStartTime?: *string | fn.#Fn
Expand Down
51 changes: 47 additions & 4 deletions aws/afsouth1/Glue.cue
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ import (
DatabaseName?: *string | fn.#Fn
Description?: *string | fn.#Fn
Name?: *string | fn.#Fn
Role: *string | fn.#Fn
Schedule?: *{
RecrawlPolicy?: *{
RecrawlBehavior?: *string | fn.#Fn
} | fn.#If
Role: *string | fn.#Fn
Schedule?: *{
ScheduleExpression?: *string | fn.#Fn
} | fn.#If
SchemaChangePolicy?: *{
Expand Down Expand Up @@ -138,12 +141,22 @@ import (
Properties: {
CatalogId: *string | fn.#Fn
DatabaseInput: *{
CreateTableDefaultPermissions?: *[...{
Permissions?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
Principal?: *{
DataLakePrincipalIdentifier?: *string | fn.#Fn
} | fn.#If
}] | fn.#If
Description?: *string | fn.#Fn
LocationUri?: *string | fn.#Fn
Name?: *string | fn.#Fn
Parameters?: *{
[string]: _
} | fn.#Fn
TargetDatabase?: *{
CatalogId?: *string | fn.#Fn
DatabaseName?: *string | fn.#Fn
} | fn.#If
} | fn.#If
}
DependsOn?: string | [...string]
Expand Down Expand Up @@ -244,7 +257,14 @@ import (
Tags?: *{
[string]: _
} | fn.#Fn
Timeout?: *int | fn.#Fn
Timeout?: *int | fn.#Fn
TransformEncryption?: *{
MLUserDataEncryption?: *{
KmsKeyId?: *string | fn.#Fn
MLUserDataEncryptionMode: *string | fn.#Fn
} | fn.#If
TaskRunSecurityConfigurationName?: *string | fn.#Fn
} | fn.#If
TransformParameters: *{
FindMatchesParameters?: *{
AccuracyCostTradeoff?: *number | fn.#Fn
Expand Down Expand Up @@ -286,6 +306,15 @@ import (
Parameters?: *{
[string]: _
} | fn.#Fn
SchemaReference?: *{
SchemaId?: *{
RegistryName?: *string | fn.#Fn
SchemaArn?: *string | fn.#Fn
SchemaName?: *string | fn.#Fn
} | fn.#If
SchemaVersionId?: *string | fn.#Fn
SchemaVersionNumber?: *int | fn.#Fn
} | fn.#If
SerdeInfo?: *{
Name?: *string | fn.#Fn
Parameters?: *{
Expand Down Expand Up @@ -446,6 +475,15 @@ import (
Parameters?: *{
[string]: _
} | fn.#Fn
SchemaReference?: *{
SchemaId?: *{
RegistryName?: *string | fn.#Fn
SchemaArn?: *string | fn.#Fn
SchemaName?: *string | fn.#Fn
} | fn.#If
SchemaVersionId?: *string | fn.#Fn
SchemaVersionNumber?: *int | fn.#Fn
} | fn.#If
SerdeInfo?: *{
Name?: *string | fn.#Fn
Parameters?: *{
Expand All @@ -466,7 +504,12 @@ import (
}] | fn.#If
StoredAsSubDirectories?: *bool | fn.#Fn
} | fn.#If
TableType?: *("EXTERNAL_TABLE" | "VIRTUAL_VIEW") | fn.#Fn
TableType?: *("EXTERNAL_TABLE" | "VIRTUAL_VIEW") | fn.#Fn
TargetTable?: *{
CatalogId?: *string | fn.#Fn
DatabaseName?: *string | fn.#Fn
Name?: *string | fn.#Fn
} | fn.#If
ViewExpandedText?: *string | fn.#Fn
ViewOriginalText?: *string | fn.#Fn
} | fn.#If
Expand Down
2 changes: 1 addition & 1 deletion aws/afsouth1/Lambda.cue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ import (
PackageType?: *("Image" | "Zip") | fn.#Fn
ReservedConcurrentExecutions?: *int | fn.#Fn
Role: *(=~#"^arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$"#) | fn.#Fn
Runtime?: *("dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "go1.x" | "java11" | "java8" | "java8.al2" | "nodejs" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs4.3" | "nodejs4.3-edge" | "nodejs6.10" | "nodejs8.10" | "provided" | "provided.al2" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "ruby2.5" | "ruby2.7") | fn.#Fn
Runtime?: *("dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "go1.x" | "java11" | "java8" | "java8.al2" | "nodejs" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs4.3" | "nodejs4.3-edge" | "nodejs6.10" | "nodejs8.10" | "provided" | "provided.al2" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "ruby2.5" | "ruby2.7") | fn.#Fn
Tags?: *[...{
Key: *string | fn.#Fn
Value: *string | fn.#Fn
Expand Down
1 change: 1 addition & 0 deletions aws/afsouth1/S3.cue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
Type: "AWS::S3::AccessPoint"
Properties: {
Bucket: *(strings.MinRunes(3) & strings.MaxRunes(255)) | fn.#Fn
Name?: *(strings.MinRunes(3) & strings.MaxRunes(50) & (=~#"^[a-z0-9]([a-z0-9\-]*[a-z0-9])?$"#)) | fn.#Fn
Policy?: *{
[string]: _
} | fn.#Fn
Expand Down
8 changes: 5 additions & 3 deletions aws/afsouth1/S3Outposts.cue
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ import (
#Endpoint: {
Type: "AWS::S3Outposts::Endpoint"
Properties: {
OutpostId: *(=~#"^(op-[a-f0-9]{17}|\d{12}|ec2)$"#) | fn.#Fn
SecurityGroupId: *(strings.MinRunes(1) & strings.MaxRunes(100) & (=~#"^sg-([0-9a-f]{8}|[0-9a-f]{17})$"#)) | fn.#Fn
SubnetId: *(strings.MinRunes(1) & strings.MaxRunes(100) & (=~#"^subnet-([0-9a-f]{8}|[0-9a-f]{17})$"#)) | fn.#Fn
AccessType?: *("CustomerOwnedIp" | "Private") | fn.#Fn
CustomerOwnedIpv4Pool?: *(=~#"^ipv4pool-coip-([0-9a-f]{17})$"#) | fn.#Fn
OutpostId: *(=~#"^(op-[a-f0-9]{17}|\d{12}|ec2)$"#) | fn.#Fn
SecurityGroupId: *(strings.MinRunes(1) & strings.MaxRunes(100) & (=~#"^sg-([0-9a-f]{8}|[0-9a-f]{17})$"#)) | fn.#Fn
SubnetId: *(strings.MinRunes(1) & strings.MaxRunes(100) & (=~#"^subnet-([0-9a-f]{8}|[0-9a-f]{17})$"#)) | fn.#Fn
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
Expand Down
10 changes: 8 additions & 2 deletions aws/afsouth1/SageMaker.cue
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@ import (
} | fn.#Fn
Image?: *string | fn.#Fn
ImageConfig?: *{
RepositoryAccessMode: *string | fn.#Fn
RepositoryAccessMode: *string | fn.#Fn
RepositoryAuthConfig?: *{
RepositoryCredentialsProviderArn: *string | fn.#Fn
} | fn.#If
} | fn.#If
Mode?: *string | fn.#Fn
ModelDataUrl?: *string | fn.#Fn
Expand All @@ -290,7 +293,10 @@ import (
} | fn.#Fn
Image?: *string | fn.#Fn
ImageConfig?: *{
RepositoryAccessMode: *string | fn.#Fn
RepositoryAccessMode: *string | fn.#Fn
RepositoryAuthConfig?: *{
RepositoryCredentialsProviderArn: *string | fn.#Fn
} | fn.#If
} | fn.#If
Mode?: *string | fn.#Fn
ModelDataUrl?: *string | fn.#Fn
Expand Down
7 changes: 7 additions & 0 deletions aws/afsouth1/Synthetics.cue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ import "github.com/cue-sh/cfn-cue/aws/fn"
SubnetIds: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
VpcId?: *string | fn.#Fn
} | fn.#If
VisualReference?: *{
BaseCanaryRunId: *string | fn.#Fn
BaseScreenshots?: *[...{
IgnoreCoordinates?: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
ScreenshotName: *string | fn.#Fn
}] | fn.#If
} | fn.#If
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
Expand Down
32 changes: 32 additions & 0 deletions aws/afsouth1/WAFv2.cue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,38 @@ import (
Metadata?: [string]: _
Condition?: string
}
#LoggingConfiguration: {
Type: "AWS::WAFv2::LoggingConfiguration"
Properties: {
LogDestinationConfigs: [...(*string | fn.#Fn)] | (*string | fn.#Fn)
LoggingFilter?: *{
[string]: _
} | fn.#Fn
RedactedFields?: *[...{
JsonBody?: *{
[string]: _
} | fn.#Fn
Method?: *{
[string]: _
} | fn.#Fn
QueryString?: *{
[string]: _
} | fn.#Fn
SingleHeader?: *{
[string]: _
} | fn.#Fn
UriPath?: *{
[string]: _
} | fn.#Fn
}] | fn.#If
ResourceArn: *string | fn.#Fn
}
DependsOn?: string | [...string]
DeletionPolicy?: "Delete" | "Retain"
UpdateReplacePolicy?: "Delete" | "Retain"
Metadata?: [string]: _
Condition?: string
}
#RegexPatternSet: {
Type: "AWS::WAFv2::RegexPatternSet"
Properties: {
Expand Down
Loading

0 comments on commit 8433faa

Please sign in to comment.