diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_north_1/aws-pcaconnectorad-directoryregistration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_north_1/aws-pcaconnectorad-directoryregistration.json new file mode 100644 index 0000000000000000000000000000000000000000..32656e63ba977d052208bae38e93eb379be22303 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_north_1/aws-pcaconnectorad-directoryregistration.json @@ -0,0 +1,53 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DirectoryId" + ], + "definitions": { + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DirectoryRegistrationArn" + ], + "properties": { + "DirectoryId": { + "pattern": "^d-[0-9a-f]{10}$", + "type": "string" + }, + "DirectoryRegistrationArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:directory-registration(\\/[\\w-]+)$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/Tags" + } + }, + "readOnlyProperties": [ + "/properties/DirectoryRegistrationArn" + ], + "required": [ + "DirectoryId" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::DirectoryRegistration", + "writeOnlyProperties": [ + "/properties/DirectoryId", + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/amzn-sdc-deployment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/amzn-sdc-deployment.json new file mode 100644 index 0000000000000000000000000000000000000000..9cab05da9f172ea073828a43341b2ba0a5424a66 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/amzn-sdc-deployment.json @@ -0,0 +1,46 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/S3Key" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConfigName": { + "type": "string" + }, + "Dimension": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PipelineId": { + "type": "string" + }, + "S3Bucket": { + "type": "string" + }, + "S3Key": { + "type": "string" + }, + "Stage": { + "type": "string" + }, + "TargetRegionOverride": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ConfigName", + "S3Bucket", + "S3Key", + "Stage", + "Dimension" + ], + "typeName": "AMZN::SDC::Deployment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-apigatewayv2-vpclink.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-apigatewayv2-vpclink.json new file mode 100644 index 0000000000000000000000000000000000000000..6122cf0cee3fc50d70a70b040489650a7b06c8ed --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-apigatewayv2-vpclink.json @@ -0,0 +1,51 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/SecurityGroupIds", + "/properties/SubnetIds" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".*": { + "type": "string" + } + }, + "type": "object" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "SubnetIds", + "Name" + ], + "typeName": "AWS::ApiGatewayV2::VpcLink" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-appsync-graphqlapi.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-appsync-graphqlapi.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3634abdfe456268e43a02a91513b71950b4738 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-appsync-graphqlapi.json @@ -0,0 +1,302 @@ +{ + "additionalProperties": false, + "definitions": { + "AdditionalAuthenticationProvider": { + "additionalProperties": false, + "properties": { + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "UserPoolConfig": { + "$ref": "#/definitions/CognitoUserPoolConfig" + } + }, + "required": [ + "AuthenticationType" + ], + "type": "object" + }, + "CognitoUserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + }, + "EnhancedMetricsConfig": { + "additionalProperties": false, + "properties": { + "DataSourceLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_DATA_SOURCE_METRICS", + "PER_DATA_SOURCE_METRICS" + ], + "type": "string" + }, + "OperationLevelMetricsConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "ResolverLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_RESOLVER_METRICS", + "PER_RESOLVER_METRICS" + ], + "type": "string" + } + }, + "required": [ + "OperationLevelMetricsConfig", + "ResolverLevelMetricsBehavior", + "DataSourceLevelMetricsBehavior" + ], + "type": "object" + }, + "LambdaAuthorizerConfig": { + "additionalProperties": false, + "properties": { + "AuthorizerResultTtlInSeconds": { + "type": "number" + }, + "AuthorizerUri": { + "type": "string" + }, + "IdentityValidationExpression": { + "type": "string" + } + }, + "type": "object" + }, + "LogConfig": { + "additionalProperties": false, + "properties": { + "CloudWatchLogsRoleArn": { + "type": "string" + }, + "ExcludeVerboseContent": { + "type": "boolean" + }, + "FieldLogLevel": { + "enum": [ + "ALL", + "DEBUG", + "ERROR", + "INFO", + "NONE" + ], + "type": "string" + } + }, + "type": "object" + }, + "OpenIDConnectConfig": { + "additionalProperties": false, + "properties": { + "AuthTTL": { + "type": "number" + }, + "ClientId": { + "type": "string" + }, + "IatTTL": { + "type": "number" + }, + "Issuer": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "UserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "DefaultAction": { + "enum": [ + "ALLOW", + "DENY" + ], + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AdditionalAuthenticationProviders": { + "items": { + "$ref": "#/definitions/AdditionalAuthenticationProvider" + }, + "type": "array", + "uniqueItems": false + }, + "ApiId": { + "type": "string" + }, + "ApiType": { + "enum": [ + "GRAPHQL", + "MERGED" + ], + "type": "string" + }, + "Arn": { + "type": "string" + }, + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "EnhancedMetricsConfig": { + "$ref": "#/definitions/EnhancedMetricsConfig" + }, + "EnvironmentVariables": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "GraphQLDns": { + "type": "string" + }, + "GraphQLEndpointArn": { + "type": "string" + }, + "GraphQLUrl": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "IntrospectionConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "LogConfig": { + "$ref": "#/definitions/LogConfig" + }, + "MergedApiExecutionRoleArn": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "OwnerContact": { + "type": "string" + }, + "QueryDepthLimit": { + "type": "integer" + }, + "RealtimeDns": { + "type": "string" + }, + "RealtimeUrl": { + "type": "string" + }, + "ResolverCountLimit": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserPoolConfig": { + "$ref": "#/definitions/UserPoolConfig" + }, + "Visibility": { + "enum": [ + "GLOBAL", + "PRIVATE" + ], + "type": "string" + }, + "XrayEnabled": { + "type": "boolean" + } + }, + "readOnlyProperties": [ + "/properties/ApiId", + "/properties/GraphQLEndpointArn", + "/properties/Id", + "/properties/GraphQLDns", + "/properties/GraphQLUrl", + "/properties/RealtimeDns", + "/properties/RealtimeUrl", + "/properties/Arn" + ], + "required": [ + "Name", + "AuthenticationType" + ], + "typeName": "AWS::AppSync::GraphQLApi" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-cloudformation-waitcondition.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-cloudformation-waitcondition.json new file mode 100644 index 0000000000000000000000000000000000000000..a95be9629ad1040b38a26158409f0c240815d89d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-cloudformation-waitcondition.json @@ -0,0 +1,32 @@ +{ + "additionalProperties": false, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Count": { + "type": "integer" + }, + "Data": { + "type": [ + "object" + ] + }, + "Handle": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Timeout": { + "maximum": 43200, + "minimum": 0, + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Data" + ], + "typeName": "AWS::CloudFormation::WaitCondition" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-datapipeline-pipeline.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-datapipeline-pipeline.json new file mode 100644 index 0000000000000000000000000000000000000000..c6796b2ea1e971e076a2040502b6516ab5fd456b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-datapipeline-pipeline.json @@ -0,0 +1,172 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Field": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "RefValue": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + }, + "ParameterAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "StringValue", + "Key" + ], + "type": "object" + }, + "ParameterObject": { + "additionalProperties": false, + "properties": { + "Attributes": { + "items": { + "$ref": "#/definitions/ParameterAttribute" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "required": [ + "Attributes", + "Id" + ], + "type": "object" + }, + "ParameterValue": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Id", + "StringValue" + ], + "type": "object" + }, + "PipelineObject": { + "additionalProperties": false, + "properties": { + "Fields": { + "items": { + "$ref": "#/definitions/Field" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Fields", + "Id", + "Name" + ], + "type": "object" + }, + "PipelineTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Activate": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ParameterObjects": { + "items": { + "$ref": "#/definitions/ParameterObject" + }, + "type": "array", + "uniqueItems": false + }, + "ParameterValues": { + "items": { + "$ref": "#/definitions/ParameterValue" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineObjects": { + "items": { + "$ref": "#/definitions/PipelineObject" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineTags": { + "items": { + "$ref": "#/definitions/PipelineTag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ParameterObjects", + "Name" + ], + "typeName": "AWS::DataPipeline::Pipeline" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-directoryservice-microsoftad.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-directoryservice-microsoftad.json new file mode 100644 index 0000000000000000000000000000000000000000..16431658a0ac9e8f4457a87b8c93d80b0e475947 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-directoryservice-microsoftad.json @@ -0,0 +1,88 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/VpcSettings", + "/properties/Edition", + "/properties/Name", + "/properties/Password", + "/properties/ShortName", + "/properties/CreateAlias" + ], + "definitions": { + "VpcSettings": { + "additionalProperties": false, + "properties": { + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "required": [ + "VpcId", + "SubnetIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Alias": { + "type": "string" + }, + "CreateAlias": { + "type": "boolean" + }, + "DnsIpAddresses": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Edition": { + "enum": [ + "Enterprise", + "Standard" + ], + "type": "string" + }, + "EnableSso": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "ShortName": { + "type": "string" + }, + "VpcSettings": { + "$ref": "#/definitions/VpcSettings" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Alias", + "/properties/DnsIpAddresses" + ], + "required": [ + "VpcSettings", + "Name", + "Password" + ], + "typeName": "AWS::DirectoryService::MicrosoftAD" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-docdb-dbclusterparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-docdb-dbclusterparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..53704a93eb03284dbbdac5346e4df47a96d147e1 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-docdb-dbclusterparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::DocDB::DBClusterParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-clientvpnauthorizationrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-clientvpnauthorizationrule.json new file mode 100644 index 0000000000000000000000000000000000000000..a47ceaa39c917efcc3f56632ad5eb497237b9c63 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-clientvpnauthorizationrule.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ClientVpnEndpointId", + "/properties/AccessGroupId", + "/properties/TargetNetworkCidr", + "/properties/AuthorizeAllGroups", + "/properties/Description" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AccessGroupId": { + "type": "string" + }, + "AuthorizeAllGroups": { + "type": "boolean" + }, + "ClientVpnEndpointId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "TargetNetworkCidr": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ClientVpnEndpointId", + "TargetNetworkCidr" + ], + "typeName": "AWS::EC2::ClientVpnAuthorizationRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-launchtemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-launchtemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..0710635e300d0ff652ccaf2e20453c8588966904 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-launchtemplate.json @@ -0,0 +1,2086 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/LaunchTemplateName" + ], + "definitions": { + "AcceleratorCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "AcceleratorTotalMemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BaselineEbsBandwidthMbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/Ebs" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "CapacityReservationSpecification": { + "additionalProperties": false, + "properties": { + "CapacityReservationPreference": { + "enum": [ + "none", + "open" + ], + "type": "string" + }, + "CapacityReservationTarget": { + "$ref": "#/definitions/CapacityReservationTarget" + } + }, + "type": "object" + }, + "CapacityReservationTarget": { + "additionalProperties": false, + "properties": { + "CapacityReservationId": { + "type": "string" + }, + "CapacityReservationResourceGroupArn": { + "type": "string" + } + }, + "type": "object" + }, + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "CpuOptions": { + "additionalProperties": false, + "properties": { + "AmdSevSnp": { + "enum": [ + "enabled", + "disabled" + ], + "type": "string" + }, + "CoreCount": { + "type": "integer" + }, + "ThreadsPerCore": { + "type": "integer" + } + }, + "type": "object" + }, + "CreditSpecification": { + "additionalProperties": false, + "properties": { + "CpuCredits": { + "type": "string" + } + }, + "type": "object" + }, + "Ebs": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "KmsKeyId": { + "type": "string" + }, + "SnapshotId": { + "type": "string" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "ElasticGpuSpecification": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "EnaSrdSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdEnabled": { + "type": "boolean" + }, + "EnaSrdUdpSpecification": { + "$ref": "#/definitions/EnaSrdUdpSpecification" + } + }, + "type": "object" + }, + "EnaSrdUdpSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdUdpEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnclaveOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "HibernationOptions": { + "additionalProperties": false, + "properties": { + "Configured": { + "type": "boolean" + } + }, + "type": "object" + }, + "IamInstanceProfile": { + "additionalProperties": false, + "properties": { + "Arn": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "type": "object" + }, + "InstanceMarketOptions": { + "additionalProperties": false, + "properties": { + "MarketType": { + "enum": [ + "capacity-block", + "spot" + ], + "type": "string" + }, + "SpotOptions": { + "$ref": "#/definitions/SpotOptions" + } + }, + "type": "object" + }, + "InstanceRequirements": { + "additionalProperties": false, + "properties": { + "AcceleratorCount": { + "$ref": "#/definitions/AcceleratorCount" + }, + "AcceleratorManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "habana", + "nvidia", + "xilinx" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorNames": { + "items": { + "enum": [ + "a100", + "a10g", + "h100", + "inferentia", + "k520", + "k80", + "m60", + "radeon-pro-v520", + "t4", + "t4g", + "v100", + "vu9p" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorTotalMemoryMiB": { + "$ref": "#/definitions/AcceleratorTotalMemoryMiB" + }, + "AcceleratorTypes": { + "items": { + "enum": [ + "fpga", + "gpu", + "inference" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AllowedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "BareMetal": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "BaselineEbsBandwidthMbps": { + "$ref": "#/definitions/BaselineEbsBandwidthMbps" + }, + "BurstablePerformance": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "CpuManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "intel" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "ExcludedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InstanceGenerations": { + "items": { + "enum": [ + "current", + "previous" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "LocalStorage": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "LocalStorageTypes": { + "items": { + "enum": [ + "hdd", + "ssd" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": { + "type": "integer" + }, + "MemoryGiBPerVCpu": { + "$ref": "#/definitions/MemoryGiBPerVCpu" + }, + "MemoryMiB": { + "$ref": "#/definitions/MemoryMiB" + }, + "NetworkBandwidthGbps": { + "$ref": "#/definitions/NetworkBandwidthGbps" + }, + "NetworkInterfaceCount": { + "$ref": "#/definitions/NetworkInterfaceCount" + }, + "OnDemandMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "RequireHibernateSupport": { + "type": "boolean" + }, + "SpotMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "TotalLocalStorageGB": { + "$ref": "#/definitions/TotalLocalStorageGB" + }, + "VCpuCount": { + "$ref": "#/definitions/VCpuCount" + } + }, + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6Add": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateData": { + "additionalProperties": false, + "properties": { + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": false + }, + "CapacityReservationSpecification": { + "$ref": "#/definitions/CapacityReservationSpecification" + }, + "CpuOptions": { + "$ref": "#/definitions/CpuOptions" + }, + "CreditSpecification": { + "$ref": "#/definitions/CreditSpecification" + }, + "DisableApiStop": { + "type": "boolean" + }, + "DisableApiTermination": { + "type": "boolean" + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticGpuSpecifications": { + "items": { + "$ref": "#/definitions/ElasticGpuSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "ElasticInferenceAccelerators": { + "items": { + "$ref": "#/definitions/LaunchTemplateElasticInferenceAccelerator" + }, + "type": "array", + "uniqueItems": false + }, + "EnclaveOptions": { + "$ref": "#/definitions/EnclaveOptions" + }, + "HibernationOptions": { + "$ref": "#/definitions/HibernationOptions" + }, + "IamInstanceProfile": { + "$ref": "#/definitions/IamInstanceProfile" + }, + "ImageId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "InstanceInitiatedShutdownBehavior": { + "enum": [ + "stop", + "terminate" + ], + "type": "string" + }, + "InstanceMarketOptions": { + "$ref": "#/definitions/InstanceMarketOptions" + }, + "InstanceRequirements": { + "$ref": "#/definitions/InstanceRequirements" + }, + "InstanceType": { + "enum": [ + "a1.2xlarge", + "a1.4xlarge", + "a1.large", + "a1.medium", + "a1.metal", + "a1.xlarge", + "c1.medium", + "c1.xlarge", + "c3.2xlarge", + "c3.4xlarge", + "c3.8xlarge", + "c3.large", + "c3.xlarge", + "c4.2xlarge", + "c4.4xlarge", + "c4.8xlarge", + "c4.large", + "c4.xlarge", + "c5.12xlarge", + "c5.18xlarge", + "c5.24xlarge", + "c5.2xlarge", + "c5.4xlarge", + "c5.9xlarge", + "c5.large", + "c5.metal", + "c5.xlarge", + "c5a.12xlarge", + "c5a.16xlarge", + "c5a.24xlarge", + "c5a.2xlarge", + "c5a.4xlarge", + "c5a.8xlarge", + "c5a.large", + "c5a.xlarge", + "c5ad.12xlarge", + "c5ad.16xlarge", + "c5ad.24xlarge", + "c5ad.2xlarge", + "c5ad.4xlarge", + "c5ad.8xlarge", + "c5ad.large", + "c5ad.xlarge", + "c5d.12xlarge", + "c5d.18xlarge", + "c5d.24xlarge", + "c5d.2xlarge", + "c5d.4xlarge", + "c5d.9xlarge", + "c5d.large", + "c5d.metal", + "c5d.xlarge", + "c5n.18xlarge", + "c5n.2xlarge", + "c5n.4xlarge", + "c5n.9xlarge", + "c5n.large", + "c5n.metal", + "c5n.xlarge", + "c6a.12xlarge", + "c6a.16xlarge", + "c6a.24xlarge", + "c6a.2xlarge", + "c6a.32xlarge", + "c6a.48xlarge", + "c6a.4xlarge", + "c6a.8xlarge", + "c6a.large", + "c6a.metal", + "c6a.xlarge", + "c6g.12xlarge", + "c6g.16xlarge", + "c6g.2xlarge", + "c6g.4xlarge", + "c6g.8xlarge", + "c6g.large", + "c6g.medium", + "c6g.metal", + "c6g.xlarge", + "c6gd.12xlarge", + "c6gd.16xlarge", + "c6gd.2xlarge", + "c6gd.4xlarge", + "c6gd.8xlarge", + "c6gd.large", + "c6gd.medium", + "c6gd.metal", + "c6gd.xlarge", + "c6gn.12xlarge", + "c6gn.16xlarge", + "c6gn.2xlarge", + "c6gn.4xlarge", + "c6gn.8xlarge", + "c6gn.large", + "c6gn.medium", + "c6gn.xlarge", + "c6i.12xlarge", + "c6i.16xlarge", + "c6i.24xlarge", + "c6i.2xlarge", + "c6i.32xlarge", + "c6i.4xlarge", + "c6i.8xlarge", + "c6i.large", + "c6i.metal", + "c6i.xlarge", + "c6id.12xlarge", + "c6id.16xlarge", + "c6id.24xlarge", + "c6id.2xlarge", + "c6id.32xlarge", + "c6id.4xlarge", + "c6id.8xlarge", + "c6id.large", + "c6id.metal", + "c6id.xlarge", + "c6in.12xlarge", + "c6in.16xlarge", + "c6in.24xlarge", + "c6in.2xlarge", + "c6in.32xlarge", + "c6in.4xlarge", + "c6in.8xlarge", + "c6in.large", + "c6in.metal", + "c6in.xlarge", + "c7a.12xlarge", + "c7a.16xlarge", + "c7a.24xlarge", + "c7a.2xlarge", + "c7a.32xlarge", + "c7a.48xlarge", + "c7a.4xlarge", + "c7a.8xlarge", + "c7a.large", + "c7a.medium", + "c7a.metal-48xl", + "c7a.xlarge", + "c7g.12xlarge", + "c7g.16xlarge", + "c7g.2xlarge", + "c7g.4xlarge", + "c7g.8xlarge", + "c7g.large", + "c7g.medium", + "c7g.metal", + "c7g.xlarge", + "c7gd.12xlarge", + "c7gd.16xlarge", + "c7gd.2xlarge", + "c7gd.4xlarge", + "c7gd.8xlarge", + "c7gd.large", + "c7gd.medium", + "c7gd.metal", + "c7gd.xlarge", + "c7gn.12xlarge", + "c7gn.16xlarge", + "c7gn.2xlarge", + "c7gn.4xlarge", + "c7gn.8xlarge", + "c7gn.large", + "c7gn.medium", + "c7gn.metal", + "c7gn.xlarge", + "c7i-flex.2xlarge", + "c7i-flex.4xlarge", + "c7i-flex.8xlarge", + "c7i-flex.large", + "c7i-flex.xlarge", + "c7i.12xlarge", + "c7i.16xlarge", + "c7i.24xlarge", + "c7i.2xlarge", + "c7i.48xlarge", + "c7i.4xlarge", + "c7i.8xlarge", + "c7i.large", + "c7i.metal-24xl", + "c7i.metal-48xl", + "c7i.xlarge", + "c8g.12xlarge", + "c8g.16xlarge", + "c8g.24xlarge", + "c8g.2xlarge", + "c8g.48xlarge", + "c8g.4xlarge", + "c8g.8xlarge", + "c8g.large", + "c8g.medium", + "c8g.metal-24xl", + "c8g.metal-48xl", + "c8g.xlarge", + "cc1.4xlarge", + "cc2.8xlarge", + "cg1.4xlarge", + "cr1.8xlarge", + "d2.2xlarge", + "d2.4xlarge", + "d2.8xlarge", + "d2.xlarge", + "d3.2xlarge", + "d3.4xlarge", + "d3.8xlarge", + "d3.xlarge", + "d3en.12xlarge", + "d3en.2xlarge", + "d3en.4xlarge", + "d3en.6xlarge", + "d3en.8xlarge", + "d3en.xlarge", + "dl1.24xlarge", + "dl2q.24xlarge", + "f1.16xlarge", + "f1.2xlarge", + "f1.4xlarge", + "g2.2xlarge", + "g2.8xlarge", + "g3.16xlarge", + "g3.4xlarge", + "g3.8xlarge", + "g3s.xlarge", + "g4ad.16xlarge", + "g4ad.2xlarge", + "g4ad.4xlarge", + "g4ad.8xlarge", + "g4ad.xlarge", + "g4dn.12xlarge", + "g4dn.16xlarge", + "g4dn.2xlarge", + "g4dn.4xlarge", + "g4dn.8xlarge", + "g4dn.metal", + "g4dn.xlarge", + "g5.12xlarge", + "g5.16xlarge", + "g5.24xlarge", + "g5.2xlarge", + "g5.48xlarge", + "g5.4xlarge", + "g5.8xlarge", + "g5.xlarge", + "g5g.16xlarge", + "g5g.2xlarge", + "g5g.4xlarge", + "g5g.8xlarge", + "g5g.metal", + "g5g.xlarge", + "g6.12xlarge", + "g6.16xlarge", + "g6.24xlarge", + "g6.2xlarge", + "g6.48xlarge", + "g6.4xlarge", + "g6.8xlarge", + "g6.xlarge", + "g6e.12xlarge", + "g6e.16xlarge", + "g6e.24xlarge", + "g6e.2xlarge", + "g6e.48xlarge", + "g6e.4xlarge", + "g6e.8xlarge", + "g6e.xlarge", + "gr6.4xlarge", + "gr6.8xlarge", + "h1.16xlarge", + "h1.2xlarge", + "h1.4xlarge", + "h1.8xlarge", + "hi1.4xlarge", + "hpc6a.48xlarge", + "hpc6id.32xlarge", + "hpc7a.12xlarge", + "hpc7a.24xlarge", + "hpc7a.48xlarge", + "hpc7a.96xlarge", + "hpc7g.16xlarge", + "hpc7g.4xlarge", + "hpc7g.8xlarge", + "hs1.8xlarge", + "i2.2xlarge", + "i2.4xlarge", + "i2.8xlarge", + "i2.xlarge", + "i3.16xlarge", + "i3.2xlarge", + "i3.4xlarge", + "i3.8xlarge", + "i3.large", + "i3.metal", + "i3.xlarge", + "i3en.12xlarge", + "i3en.24xlarge", + "i3en.2xlarge", + "i3en.3xlarge", + "i3en.6xlarge", + "i3en.large", + "i3en.metal", + "i3en.xlarge", + "i4g.16xlarge", + "i4g.2xlarge", + "i4g.4xlarge", + "i4g.8xlarge", + "i4g.large", + "i4g.xlarge", + "i4i.12xlarge", + "i4i.16xlarge", + "i4i.24xlarge", + "i4i.2xlarge", + "i4i.32xlarge", + "i4i.4xlarge", + "i4i.8xlarge", + "i4i.large", + "i4i.metal", + "i4i.xlarge", + "im4gn.16xlarge", + "im4gn.2xlarge", + "im4gn.4xlarge", + "im4gn.8xlarge", + "im4gn.large", + "im4gn.xlarge", + "inf1.24xlarge", + "inf1.2xlarge", + "inf1.6xlarge", + "inf1.xlarge", + "inf2.24xlarge", + "inf2.48xlarge", + "inf2.8xlarge", + "inf2.xlarge", + "is4gen.2xlarge", + "is4gen.4xlarge", + "is4gen.8xlarge", + "is4gen.large", + "is4gen.medium", + "is4gen.xlarge", + "m1.large", + "m1.medium", + "m1.small", + "m1.xlarge", + "m2.2xlarge", + "m2.4xlarge", + "m2.xlarge", + "m3.2xlarge", + "m3.large", + "m3.medium", + "m3.xlarge", + "m4.10xlarge", + "m4.16xlarge", + "m4.2xlarge", + "m4.4xlarge", + "m4.large", + "m4.xlarge", + "m5.12xlarge", + "m5.16xlarge", + "m5.24xlarge", + "m5.2xlarge", + "m5.4xlarge", + "m5.8xlarge", + "m5.large", + "m5.metal", + "m5.xlarge", + "m5a.12xlarge", + "m5a.16xlarge", + "m5a.24xlarge", + "m5a.2xlarge", + "m5a.4xlarge", + "m5a.8xlarge", + "m5a.large", + "m5a.xlarge", + "m5ad.12xlarge", + "m5ad.16xlarge", + "m5ad.24xlarge", + "m5ad.2xlarge", + "m5ad.4xlarge", + "m5ad.8xlarge", + "m5ad.large", + "m5ad.xlarge", + "m5d.12xlarge", + "m5d.16xlarge", + "m5d.24xlarge", + "m5d.2xlarge", + "m5d.4xlarge", + "m5d.8xlarge", + "m5d.large", + "m5d.metal", + "m5d.xlarge", + "m5dn.12xlarge", + "m5dn.16xlarge", + "m5dn.24xlarge", + "m5dn.2xlarge", + "m5dn.4xlarge", + "m5dn.8xlarge", + "m5dn.large", + "m5dn.metal", + "m5dn.xlarge", + "m5n.12xlarge", + "m5n.16xlarge", + "m5n.24xlarge", + "m5n.2xlarge", + "m5n.4xlarge", + "m5n.8xlarge", + "m5n.large", + "m5n.metal", + "m5n.xlarge", + "m5zn.12xlarge", + "m5zn.2xlarge", + "m5zn.3xlarge", + "m5zn.6xlarge", + "m5zn.large", + "m5zn.metal", + "m5zn.xlarge", + "m6a.12xlarge", + "m6a.16xlarge", + "m6a.24xlarge", + "m6a.2xlarge", + "m6a.32xlarge", + "m6a.48xlarge", + "m6a.4xlarge", + "m6a.8xlarge", + "m6a.large", + "m6a.metal", + "m6a.xlarge", + "m6g.12xlarge", + "m6g.16xlarge", + "m6g.2xlarge", + "m6g.4xlarge", + "m6g.8xlarge", + "m6g.large", + "m6g.medium", + "m6g.metal", + "m6g.xlarge", + "m6gd.12xlarge", + "m6gd.16xlarge", + "m6gd.2xlarge", + "m6gd.4xlarge", + "m6gd.8xlarge", + "m6gd.large", + "m6gd.medium", + "m6gd.metal", + "m6gd.xlarge", + "m6i.12xlarge", + "m6i.16xlarge", + "m6i.24xlarge", + "m6i.2xlarge", + "m6i.32xlarge", + "m6i.4xlarge", + "m6i.8xlarge", + "m6i.large", + "m6i.metal", + "m6i.xlarge", + "m6id.12xlarge", + "m6id.16xlarge", + "m6id.24xlarge", + "m6id.2xlarge", + "m6id.32xlarge", + "m6id.4xlarge", + "m6id.8xlarge", + "m6id.large", + "m6id.metal", + "m6id.xlarge", + "m6idn.12xlarge", + "m6idn.16xlarge", + "m6idn.24xlarge", + "m6idn.2xlarge", + "m6idn.32xlarge", + "m6idn.4xlarge", + "m6idn.8xlarge", + "m6idn.large", + "m6idn.metal", + "m6idn.xlarge", + "m6in.12xlarge", + "m6in.16xlarge", + "m6in.24xlarge", + "m6in.2xlarge", + "m6in.32xlarge", + "m6in.4xlarge", + "m6in.8xlarge", + "m6in.large", + "m6in.metal", + "m6in.xlarge", + "m7a.12xlarge", + "m7a.16xlarge", + "m7a.24xlarge", + "m7a.2xlarge", + "m7a.32xlarge", + "m7a.48xlarge", + "m7a.4xlarge", + "m7a.8xlarge", + "m7a.large", + "m7a.medium", + "m7a.metal-48xl", + "m7a.xlarge", + "m7g.12xlarge", + "m7g.16xlarge", + "m7g.2xlarge", + "m7g.4xlarge", + "m7g.8xlarge", + "m7g.large", + "m7g.medium", + "m7g.metal", + "m7g.xlarge", + "m7gd.12xlarge", + "m7gd.16xlarge", + "m7gd.2xlarge", + "m7gd.4xlarge", + "m7gd.8xlarge", + "m7gd.large", + "m7gd.medium", + "m7gd.metal", + "m7gd.xlarge", + "m7i-flex.2xlarge", + "m7i-flex.4xlarge", + "m7i-flex.8xlarge", + "m7i-flex.large", + "m7i-flex.xlarge", + "m7i.12xlarge", + "m7i.16xlarge", + "m7i.24xlarge", + "m7i.2xlarge", + "m7i.48xlarge", + "m7i.4xlarge", + "m7i.8xlarge", + "m7i.large", + "m7i.metal-24xl", + "m7i.metal-48xl", + "m7i.xlarge", + "m8g.12xlarge", + "m8g.16xlarge", + "m8g.24xlarge", + "m8g.2xlarge", + "m8g.48xlarge", + "m8g.4xlarge", + "m8g.8xlarge", + "m8g.large", + "m8g.medium", + "m8g.metal-24xl", + "m8g.metal-48xl", + "m8g.xlarge", + "mac1.metal", + "mac2-m1ultra.metal", + "mac2-m2.metal", + "mac2-m2pro.metal", + "mac2.metal", + "p2.16xlarge", + "p2.8xlarge", + "p2.xlarge", + "p3.16xlarge", + "p3.2xlarge", + "p3.8xlarge", + "p3dn.24xlarge", + "p4d.24xlarge", + "p4de.24xlarge", + "p5.48xlarge", + "r3.2xlarge", + "r3.4xlarge", + "r3.8xlarge", + "r3.large", + "r3.xlarge", + "r4.16xlarge", + "r4.2xlarge", + "r4.4xlarge", + "r4.8xlarge", + "r4.large", + "r4.xlarge", + "r5.12xlarge", + "r5.16xlarge", + "r5.24xlarge", + "r5.2xlarge", + "r5.4xlarge", + "r5.8xlarge", + "r5.large", + "r5.metal", + "r5.xlarge", + "r5a.12xlarge", + "r5a.16xlarge", + "r5a.24xlarge", + "r5a.2xlarge", + "r5a.4xlarge", + "r5a.8xlarge", + "r5a.large", + "r5a.xlarge", + "r5ad.12xlarge", + "r5ad.16xlarge", + "r5ad.24xlarge", + "r5ad.2xlarge", + "r5ad.4xlarge", + "r5ad.8xlarge", + "r5ad.large", + "r5ad.xlarge", + "r5b.12xlarge", + "r5b.16xlarge", + "r5b.24xlarge", + "r5b.2xlarge", + "r5b.4xlarge", + "r5b.8xlarge", + "r5b.large", + "r5b.metal", + "r5b.xlarge", + "r5d.12xlarge", + "r5d.16xlarge", + "r5d.24xlarge", + "r5d.2xlarge", + "r5d.4xlarge", + "r5d.8xlarge", + "r5d.large", + "r5d.metal", + "r5d.xlarge", + "r5dn.12xlarge", + "r5dn.16xlarge", + "r5dn.24xlarge", + "r5dn.2xlarge", + "r5dn.4xlarge", + "r5dn.8xlarge", + "r5dn.large", + "r5dn.metal", + "r5dn.xlarge", + "r5n.12xlarge", + "r5n.16xlarge", + "r5n.24xlarge", + "r5n.2xlarge", + "r5n.4xlarge", + "r5n.8xlarge", + "r5n.large", + "r5n.metal", + "r5n.xlarge", + "r6a.12xlarge", + "r6a.16xlarge", + "r6a.24xlarge", + "r6a.2xlarge", + "r6a.32xlarge", + "r6a.48xlarge", + "r6a.4xlarge", + "r6a.8xlarge", + "r6a.large", + "r6a.metal", + "r6a.xlarge", + "r6g.12xlarge", + "r6g.16xlarge", + "r6g.2xlarge", + "r6g.4xlarge", + "r6g.8xlarge", + "r6g.large", + "r6g.medium", + "r6g.metal", + "r6g.xlarge", + "r6gd.12xlarge", + "r6gd.16xlarge", + "r6gd.2xlarge", + "r6gd.4xlarge", + "r6gd.8xlarge", + "r6gd.large", + "r6gd.medium", + "r6gd.metal", + "r6gd.xlarge", + "r6i.12xlarge", + "r6i.16xlarge", + "r6i.24xlarge", + "r6i.2xlarge", + "r6i.32xlarge", + "r6i.4xlarge", + "r6i.8xlarge", + "r6i.large", + "r6i.metal", + "r6i.xlarge", + "r6id.12xlarge", + "r6id.16xlarge", + "r6id.24xlarge", + "r6id.2xlarge", + "r6id.32xlarge", + "r6id.4xlarge", + "r6id.8xlarge", + "r6id.large", + "r6id.metal", + "r6id.xlarge", + "r6idn.12xlarge", + "r6idn.16xlarge", + "r6idn.24xlarge", + "r6idn.2xlarge", + "r6idn.32xlarge", + "r6idn.4xlarge", + "r6idn.8xlarge", + "r6idn.large", + "r6idn.metal", + "r6idn.xlarge", + "r6in.12xlarge", + "r6in.16xlarge", + "r6in.24xlarge", + "r6in.2xlarge", + "r6in.32xlarge", + "r6in.4xlarge", + "r6in.8xlarge", + "r6in.large", + "r6in.metal", + "r6in.xlarge", + "r7a.12xlarge", + "r7a.16xlarge", + "r7a.24xlarge", + "r7a.2xlarge", + "r7a.32xlarge", + "r7a.48xlarge", + "r7a.4xlarge", + "r7a.8xlarge", + "r7a.large", + "r7a.medium", + "r7a.metal-48xl", + "r7a.xlarge", + "r7g.12xlarge", + "r7g.16xlarge", + "r7g.2xlarge", + "r7g.4xlarge", + "r7g.8xlarge", + "r7g.large", + "r7g.medium", + "r7g.metal", + "r7g.xlarge", + "r7gd.12xlarge", + "r7gd.16xlarge", + "r7gd.2xlarge", + "r7gd.4xlarge", + "r7gd.8xlarge", + "r7gd.large", + "r7gd.medium", + "r7gd.metal", + "r7gd.xlarge", + "r7i.12xlarge", + "r7i.16xlarge", + "r7i.24xlarge", + "r7i.2xlarge", + "r7i.48xlarge", + "r7i.4xlarge", + "r7i.8xlarge", + "r7i.large", + "r7i.metal-24xl", + "r7i.metal-48xl", + "r7i.xlarge", + "r7iz.12xlarge", + "r7iz.16xlarge", + "r7iz.2xlarge", + "r7iz.32xlarge", + "r7iz.4xlarge", + "r7iz.8xlarge", + "r7iz.large", + "r7iz.metal-16xl", + "r7iz.metal-32xl", + "r7iz.xlarge", + "r8g.12xlarge", + "r8g.16xlarge", + "r8g.24xlarge", + "r8g.2xlarge", + "r8g.48xlarge", + "r8g.4xlarge", + "r8g.8xlarge", + "r8g.large", + "r8g.medium", + "r8g.metal-24xl", + "r8g.metal-48xl", + "r8g.xlarge", + "t1.micro", + "t2.2xlarge", + "t2.large", + "t2.medium", + "t2.micro", + "t2.nano", + "t2.small", + "t2.xlarge", + "t3.2xlarge", + "t3.large", + "t3.medium", + "t3.micro", + "t3.nano", + "t3.small", + "t3.xlarge", + "t3a.2xlarge", + "t3a.large", + "t3a.medium", + "t3a.micro", + "t3a.nano", + "t3a.small", + "t3a.xlarge", + "t4g.2xlarge", + "t4g.large", + "t4g.medium", + "t4g.micro", + "t4g.nano", + "t4g.small", + "t4g.xlarge", + "trn1.2xlarge", + "trn1.32xlarge", + "trn1n.32xlarge", + "u-12tb1.112xlarge", + "u-12tb1.metal", + "u-18tb1.112xlarge", + "u-18tb1.metal", + "u-24tb1.112xlarge", + "u-24tb1.metal", + "u-3tb1.56xlarge", + "u-6tb1.112xlarge", + "u-6tb1.56xlarge", + "u-6tb1.metal", + "u-9tb1.112xlarge", + "u-9tb1.metal", + "u7i-12tb.224xlarge", + "u7ib-12tb.224xlarge", + "u7in-16tb.224xlarge", + "u7in-24tb.224xlarge", + "u7in-32tb.224xlarge", + "vt1.24xlarge", + "vt1.3xlarge", + "vt1.6xlarge", + "x1.16xlarge", + "x1.32xlarge", + "x1e.16xlarge", + "x1e.2xlarge", + "x1e.32xlarge", + "x1e.4xlarge", + "x1e.8xlarge", + "x1e.xlarge", + "x2gd.12xlarge", + "x2gd.16xlarge", + "x2gd.2xlarge", + "x2gd.4xlarge", + "x2gd.8xlarge", + "x2gd.large", + "x2gd.medium", + "x2gd.metal", + "x2gd.xlarge", + "x2idn.16xlarge", + "x2idn.24xlarge", + "x2idn.32xlarge", + "x2idn.metal", + "x2iedn.16xlarge", + "x2iedn.24xlarge", + "x2iedn.2xlarge", + "x2iedn.32xlarge", + "x2iedn.4xlarge", + "x2iedn.8xlarge", + "x2iedn.metal", + "x2iedn.xlarge", + "x2iezn.12xlarge", + "x2iezn.2xlarge", + "x2iezn.4xlarge", + "x2iezn.6xlarge", + "x2iezn.8xlarge", + "x2iezn.metal", + "x8g.12xlarge", + "x8g.16xlarge", + "x8g.24xlarge", + "x8g.2xlarge", + "x8g.48xlarge", + "x8g.4xlarge", + "x8g.8xlarge", + "x8g.large", + "x8g.medium", + "x8g.metal-24xl", + "x8g.metal-48xl", + "x8g.xlarge", + "z1d.12xlarge", + "z1d.2xlarge", + "z1d.3xlarge", + "z1d.6xlarge", + "z1d.large", + "z1d.metal", + "z1d.xlarge" + ], + "type": "string" + }, + "KernelId": { + "type": "string" + }, + "KeyName": { + "type": "string" + }, + "LicenseSpecifications": { + "items": { + "$ref": "#/definitions/LicenseSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "MaintenanceOptions": { + "$ref": "#/definitions/MaintenanceOptions" + }, + "MetadataOptions": { + "$ref": "#/definitions/MetadataOptions" + }, + "Monitoring": { + "$ref": "#/definitions/Monitoring" + }, + "NetworkInterfaces": { + "items": { + "$ref": "#/definitions/NetworkInterface" + }, + "type": "array", + "uniqueItems": false + }, + "Placement": { + "$ref": "#/definitions/Placement" + }, + "PrivateDnsNameOptions": { + "$ref": "#/definitions/PrivateDnsNameOptions" + }, + "RamDiskId": { + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/TagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "UserData": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateElasticInferenceAccelerator": { + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + }, + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateTagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "LicenseSpecification": { + "additionalProperties": false, + "properties": { + "LicenseConfigurationArn": { + "type": "string" + } + }, + "type": "object" + }, + "MaintenanceOptions": { + "additionalProperties": false, + "properties": { + "AutoRecovery": { + "enum": [ + "default", + "disabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "MemoryGiBPerVCpu": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "MemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "MetadataOptions": { + "additionalProperties": false, + "properties": { + "HttpEndpoint": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpProtocolIpv6": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpPutResponseHopLimit": { + "type": "integer" + }, + "HttpTokens": { + "enum": [ + "optional", + "required" + ], + "type": "string" + }, + "InstanceMetadataTags": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "Monitoring": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "NetworkBandwidthGbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "NetworkInterface": { + "additionalProperties": false, + "dependentExcluded": { + "AssociateCarrierIpAddress": [ + "NetworkInterfaceId" + ], + "AssociatePublicIpAddress": [ + "NetworkInterfaceId" + ], + "NetworkInterfaceId": [ + "AssociateCarrierIpAddress", + "AssociatePublicIpAddress" + ] + }, + "properties": { + "AssociateCarrierIpAddress": { + "type": "boolean" + }, + "AssociatePublicIpAddress": { + "type": "boolean" + }, + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "DeleteOnTermination": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "DeviceIndex": { + "type": "integer" + }, + "EnaSrdSpecification": { + "$ref": "#/definitions/EnaSrdSpecification" + }, + "Groups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InterfaceType": { + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "items": { + "$ref": "#/definitions/Ipv6Add" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "NetworkCardIndex": { + "type": "integer" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PrimaryIpv6": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "items": { + "$ref": "#/definitions/PrivateIpAdd" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "type": "object" + }, + "NetworkInterfaceCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "Placement": { + "additionalProperties": false, + "properties": { + "Affinity": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "GroupId": { + "type": "string" + }, + "GroupName": { + "type": "string" + }, + "HostId": { + "type": "string" + }, + "HostResourceGroupArn": { + "type": "string" + }, + "PartitionNumber": { + "type": "integer" + }, + "SpreadDomain": { + "type": "string" + }, + "Tenancy": { + "enum": [ + "dedicated", + "default", + "host" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateDnsNameOptions": { + "additionalProperties": false, + "properties": { + "EnableResourceNameDnsAAAARecord": { + "type": "boolean" + }, + "EnableResourceNameDnsARecord": { + "type": "boolean" + }, + "HostnameType": { + "enum": [ + "ip-name", + "resource-name" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateIpAdd": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "type": "object" + }, + "SpotOptions": { + "additionalProperties": false, + "properties": { + "BlockDurationMinutes": { + "type": "integer" + }, + "InstanceInterruptionBehavior": { + "enum": [ + "hibernate", + "stop", + "terminate" + ], + "type": "string" + }, + "MaxPrice": { + "type": "string" + }, + "SpotInstanceType": { + "enum": [ + "one-time", + "persistent" + ], + "type": "string" + }, + "ValidUntil": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "TotalLocalStorageGB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "VCpuCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/LaunchTemplateId" + ], + "properties": { + "DefaultVersionNumber": { + "type": "string" + }, + "LatestVersionNumber": { + "type": "string" + }, + "LaunchTemplateData": { + "$ref": "#/definitions/LaunchTemplateData" + }, + "LaunchTemplateId": { + "type": "string" + }, + "LaunchTemplateName": { + "pattern": "[a-zA-Z0-9\\(\\)\\.\\-/_]+", + "type": "string" + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/LaunchTemplateTagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "VersionDescription": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/DefaultVersionNumber", + "/properties/LaunchTemplateId", + "/properties/LatestVersionNumber" + ], + "required": [ + "LaunchTemplateData" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::EC2::LaunchTemplate", + "writeOnlyProperties": [ + "/properties/LaunchTemplateData", + "/properties/VersionDescription", + "/properties/TagSpecifications" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-networkinterfacepermission.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-networkinterfacepermission.json new file mode 100644 index 0000000000000000000000000000000000000000..786d5803840a00bb8eacfc9e821f99bff07b071b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-networkinterfacepermission.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AwsAccountId", + "/properties/Permission", + "/properties/NetworkInterfaceId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AwsAccountId": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "Permission": { + "enum": [ + "EIP-ASSOCIATE", + "INSTANCE-ATTACH" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "AwsAccountId", + "Permission", + "NetworkInterfaceId" + ], + "typeName": "AWS::EC2::NetworkInterfacePermission" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-trafficmirrorsession.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-trafficmirrorsession.json new file mode 100644 index 0000000000000000000000000000000000000000..bb62feb445048a7215db4e37b5f5b980da63770d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-trafficmirrorsession.json @@ -0,0 +1,70 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/NetworkInterfaceId" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PacketLength": { + "type": "integer" + }, + "SessionNumber": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TrafficMirrorFilterId": { + "type": "string" + }, + "TrafficMirrorTargetId": { + "type": "string" + }, + "VirtualNetworkId": { + "type": "integer" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "TrafficMirrorTargetId", + "SessionNumber", + "NetworkInterfaceId", + "TrafficMirrorFilterId" + ], + "typeName": "AWS::EC2::TrafficMirrorSession" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-vpnconnection.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-vpnconnection.json new file mode 100644 index 0000000000000000000000000000000000000000..a2af4f26942a35c673e3ec21f650c6fbd353d8ed --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-vpnconnection.json @@ -0,0 +1,100 @@ +{ + "$schema": "https://raw.githubusercontent.com/aws-cloudformation/cloudformation-resource-schema/blob/master/src/main/resources/schema/provider.definition.schema.v1.json", + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Type", + "/properties/CustomerGatewayId", + "/properties/VpnGatewayId", + "/properties/TransitGatewayId", + "/properties/EnableAcceleration", + "/properties/VpnTunnelOptionsSpecifications", + "/properties/StaticRoutesOnly" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VpnTunnelOptionsSpecification": { + "additionalProperties": false, + "properties": { + "PreSharedKey": { + "type": "string" + }, + "TunnelInsideCidr": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/VpnConnectionId" + ], + "properties": { + "CustomerGatewayId": { + "type": "string" + }, + "EnableAcceleration": { + "type": "boolean" + }, + "StaticRoutesOnly": { + "type": "boolean" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TransitGatewayId": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "VpnConnectionId": { + "type": "string" + }, + "VpnGatewayId": { + "type": "string" + }, + "VpnTunnelOptionsSpecifications": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/VpnTunnelOptionsSpecification" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/VpnConnectionId" + ], + "required": [ + "Type", + "CustomerGatewayId" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EC2::VPNConnection" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-efs-accesspoint.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-efs-accesspoint.json new file mode 100644 index 0000000000000000000000000000000000000000..8820d9c54430ddf637cedfc4b2a55deffc45fd2c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-efs-accesspoint.json @@ -0,0 +1,142 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FileSystemId", + "/properties/ClientToken", + "/properties/PosixUser", + "/properties/PosixUser/Uid", + "/properties/PosixUser/Gid", + "/properties/PosixUser/SecondaryGids", + "/properties/RootDirectory", + "/properties/RootDirectory/Path", + "/properties/RootDirectory/CreationInfo", + "/properties/RootDirectory/CreationInfo/OwnerUid", + "/properties/RootDirectory/CreationInfo/OwnerGid", + "/properties/RootDirectory/CreationInfo/Permissions" + ], + "definitions": { + "AccessPointTag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "type": "object" + }, + "CreationInfo": { + "additionalProperties": false, + "properties": { + "OwnerGid": { + "type": "string" + }, + "OwnerUid": { + "type": "string" + }, + "Permissions": { + "pattern": "^[0-7]{3,4}$", + "type": "string" + } + }, + "required": [ + "OwnerUid", + "OwnerGid", + "Permissions" + ], + "type": "object" + }, + "PosixUser": { + "additionalProperties": false, + "properties": { + "Gid": { + "type": "string" + }, + "SecondaryGids": { + "items": { + "type": "string" + }, + "type": "array" + }, + "Uid": { + "type": "string" + } + }, + "required": [ + "Uid", + "Gid" + ], + "type": "object" + }, + "RootDirectory": { + "additionalProperties": false, + "properties": { + "CreationInfo": { + "$ref": "#/definitions/CreationInfo" + }, + "Path": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(\\/|(\\/(?!\\.)+[^$#<>;`|&?{}^*/\\n]+){1,4})$", + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/AccessPointId" + ], + "properties": { + "AccessPointId": { + "type": "string" + }, + "AccessPointTags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AccessPointTag" + }, + "type": "array", + "uniqueItems": true + }, + "Arn": { + "type": "string" + }, + "ClientToken": { + "pattern": ".+", + "type": "string" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "PosixUser": { + "$ref": "#/definitions/PosixUser" + }, + "RootDirectory": { + "$ref": "#/definitions/RootDirectory" + } + }, + "readOnlyProperties": [ + "/properties/AccessPointId", + "/properties/Arn" + ], + "required": [ + "FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/AccessPointTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::AccessPoint" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-efs-filesystem.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-efs-filesystem.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0172cb4395d0a4b0522666400065f13385b978 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-efs-filesystem.json @@ -0,0 +1,228 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AvailabilityZoneName", + "/properties/Encrypted", + "/properties/KmsKeyId", + "/properties/PerformanceMode" + ], + "definitions": { + "Arn": { + "type": "string" + }, + "BackupPolicy": { + "additionalProperties": false, + "properties": { + "Status": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "required": [ + "Status" + ], + "type": "object" + }, + "ElasticFileSystemTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "FileSystemProtection": { + "additionalProperties": false, + "properties": { + "ReplicationOverwriteProtection": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "type": "object" + }, + "LifecyclePolicy": { + "additionalProperties": false, + "properties": { + "TransitionToArchive": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToIA": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToPrimaryStorageClass": { + "enum": [ + "AFTER_1_ACCESS" + ], + "type": "string" + } + }, + "type": "object" + }, + "ReplicationConfiguration": { + "additionalProperties": false, + "properties": { + "Destinations": { + "items": { + "$ref": "#/definitions/ReplicationDestination" + }, + "maxItems": 1, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ReplicationDestination": { + "additionalProperties": false, + "properties": { + "AvailabilityZoneName": { + "type": "string" + }, + "FileSystemId": { + "type": "string" + }, + "KmsKeyId": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FileSystemId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "AvailabilityZoneName": { + "pattern": ".+", + "type": "string" + }, + "BackupPolicy": { + "$ref": "#/definitions/BackupPolicy" + }, + "BypassPolicyLockoutSafetyCheck": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "FileSystemPolicy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "FileSystemProtection": { + "$ref": "#/definitions/FileSystemProtection" + }, + "FileSystemTags": { + "items": { + "$ref": "#/definitions/ElasticFileSystemTag" + }, + "type": "array", + "uniqueItems": true + }, + "KmsKeyId": { + "pattern": "^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|mrk-[0-9a-f]{32}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(key/mrk-[0-9a-f]{32})|(alias/[a-zA-Z0-9/_-]+))))$", + "type": "string" + }, + "LifecyclePolicies": { + "items": { + "$ref": "#/definitions/LifecyclePolicy" + }, + "type": "array", + "uniqueItems": true + }, + "PerformanceMode": { + "enum": [ + "generalPurpose", + "maxIO" + ], + "type": "string" + }, + "ProvisionedThroughputInMibps": { + "type": "number" + }, + "ReplicationConfiguration": { + "$ref": "#/definitions/ReplicationConfiguration" + }, + "ThroughputMode": { + "enum": [ + "bursting", + "elastic", + "provisioned" + ], + "type": "string" + } + }, + "propertyTransform": { + "/properties/FileSystemProtection/ReplicationOverwriteProtection": "$uppercase(FileSystemProtection.ReplicationOverwriteProtection)='DISABLED' ? 'REPLICATING' : $uppercase(FileSystemProtection.ReplicationOverwriteProtection)", + "/properties/KmsKeyId": "\"arn:aws[-a-z]*:kms:[a-z0-9-]+:[0-9]{12}:key/[a-zA-Z0-9-]+\"" + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/FileSystemTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::FileSystem", + "writeOnlyProperties": [ + "/properties/BypassPolicyLockoutSafetyCheck", + "/properties/ReplicationConfiguration/Destinations/*/AvailabilityZoneName", + "/properties/ReplicationConfiguration/Destinations/*/KmsKeyId" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-elasticloadbalancingv2-loadbalancer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-elasticloadbalancingv2-loadbalancer.json new file mode 100644 index 0000000000000000000000000000000000000000..671bb8c1c9d2f62d4ad85eeb001a6f416cd48ac0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-elasticloadbalancingv2-loadbalancer.json @@ -0,0 +1,176 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Type", + "/properties/Scheme" + ], + "definitions": { + "LoadBalancerAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "SubnetMapping": { + "additionalProperties": false, + "properties": { + "AllocationId": { + "type": "string" + }, + "IPv6Address": { + "type": "string" + }, + "PrivateIPv4Address": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "required": [ + "SubnetId" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html", + "primaryIdentifier": [ + "/properties/LoadBalancerArn" + ], + "properties": { + "CanonicalHostedZoneID": { + "type": "string" + }, + "DNSName": { + "type": "string" + }, + "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": { + "type": "string" + }, + "IpAddressType": { + "enum": [ + "dualstack", + "dualstack-without-public-ipv4", + "ipv4" + ], + "type": "string" + }, + "LoadBalancerArn": { + "type": "string" + }, + "LoadBalancerAttributes": { + "arrayType": "AttributeList", + "insertionOrder": false, + "items": { + "$ref": "#/definitions/LoadBalancerAttribute" + }, + "type": "array", + "uniqueItems": true + }, + "LoadBalancerFullName": { + "type": "string" + }, + "LoadBalancerName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Scheme": { + "enum": [ + "internal", + "internet-facing" + ], + "type": "string" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SubnetMappings": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SubnetMapping" + }, + "type": "array", + "uniqueItems": true + }, + "Subnets": { + "format": "AWS::EC2::Subnet.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "enum": [ + "application", + "network", + "gateway" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/LoadBalancerName", + "/properties/LoadBalancerFullName", + "/properties/CanonicalHostedZoneID", + "/properties/LoadBalancerArn", + "/properties/DNSName" + ], + "requiredXor": [ + "Subnets", + "SubnetMappings" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticloadbalancingv2", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ElasticLoadBalancingV2::LoadBalancer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-alias.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-alias.json new file mode 100644 index 0000000000000000000000000000000000000000..c5a72a9671720d7234847fbdccc39fdc499f3391 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-alias.json @@ -0,0 +1,48 @@ +{ + "additionalProperties": false, + "definitions": { + "RoutingStrategy": { + "additionalProperties": false, + "properties": { + "FleetId": { + "type": "string" + }, + "Message": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RoutingStrategy": { + "$ref": "#/definitions/RoutingStrategy" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "RoutingStrategy", + "Name" + ], + "typeName": "AWS::GameLift::Alias" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-build.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-build.json new file mode 100644 index 0000000000000000000000000000000000000000..fcdd28d89bfb0da8b1b8e0767cb6f6e6bd90d8ee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-build.json @@ -0,0 +1,56 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StorageLocation", + "/properties/OperatingSystem" + ], + "definitions": { + "S3Location": { + "additionalProperties": false, + "properties": { + "Bucket": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "ObjectVersion": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "Bucket", + "Key", + "RoleArn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OperatingSystem": { + "type": "string" + }, + "StorageLocation": { + "$ref": "#/definitions/S3Location" + }, + "Version": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "typeName": "AWS::GameLift::Build" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-fleet.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-fleet.json new file mode 100644 index 0000000000000000000000000000000000000000..99f60e7774a059078630aeb4e75812b5dbd52682 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-fleet.json @@ -0,0 +1,198 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PeerVpcAwsAccountId", + "/properties/BuildId", + "/properties/EC2InstanceType", + "/properties/ServerLaunchParameters", + "/properties/CertificateConfiguration", + "/properties/LogPaths", + "/properties/ServerLaunchPath", + "/properties/FleetType", + "/properties/ScriptId", + "/properties/PeerVpcId", + "/properties/InstanceRoleARN" + ], + "definitions": { + "CertificateConfiguration": { + "additionalProperties": false, + "properties": { + "CertificateType": { + "type": "string" + } + }, + "required": [ + "CertificateType" + ], + "type": "object" + }, + "IpPermission": { + "additionalProperties": false, + "properties": { + "FromPort": { + "type": "integer" + }, + "IpRange": { + "type": "string" + }, + "Protocol": { + "type": "string" + }, + "ToPort": { + "type": "integer" + } + }, + "required": [ + "IpRange", + "FromPort", + "ToPort", + "Protocol" + ], + "type": "object" + }, + "ResourceCreationLimitPolicy": { + "additionalProperties": false, + "properties": { + "NewGameSessionsPerCreator": { + "type": "integer" + }, + "PolicyPeriodInMinutes": { + "type": "integer" + } + }, + "type": "object" + }, + "RuntimeConfiguration": { + "additionalProperties": false, + "properties": { + "GameSessionActivationTimeoutSeconds": { + "type": "integer" + }, + "MaxConcurrentGameSessionActivations": { + "type": "integer" + }, + "ServerProcesses": { + "items": { + "$ref": "#/definitions/ServerProcess" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ServerProcess": { + "additionalProperties": false, + "properties": { + "ConcurrentExecutions": { + "type": "integer" + }, + "LaunchPath": { + "type": "string" + }, + "Parameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + } + }, + "required": [ + "ConcurrentExecutions", + "LaunchPath" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "BuildId": { + "type": "string" + }, + "CertificateConfiguration": { + "$ref": "#/definitions/CertificateConfiguration" + }, + "Description": { + "type": "string" + }, + "DesiredEC2Instances": { + "type": "integer" + }, + "EC2InboundPermissions": { + "items": { + "$ref": "#/definitions/IpPermission" + }, + "type": "array", + "uniqueItems": true + }, + "EC2InstanceType": { + "type": "string" + }, + "FleetType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstanceRoleARN": { + "type": "string" + }, + "LogPaths": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MaxSize": { + "type": "integer" + }, + "MetricGroups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MinSize": { + "type": "integer" + }, + "Name": { + "type": "string" + }, + "NewGameSessionProtectionPolicy": { + "type": "string" + }, + "PeerVpcAwsAccountId": { + "type": "string" + }, + "PeerVpcId": { + "type": "string" + }, + "ResourceCreationLimitPolicy": { + "$ref": "#/definitions/ResourceCreationLimitPolicy" + }, + "RuntimeConfiguration": { + "$ref": "#/definitions/RuntimeConfiguration" + }, + "ScriptId": { + "type": "string" + }, + "ServerLaunchParameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + }, + "ServerLaunchPath": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- ]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EC2InstanceType", + "Name" + ], + "typeName": "AWS::GameLift::Fleet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iam-accesskey.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iam-accesskey.json new file mode 100644 index 0000000000000000000000000000000000000000..7aaaec51d4c6d77d9114388ceeb6da404cbb8f2e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iam-accesskey.json @@ -0,0 +1,39 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Serial", + "/properties/UserName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "SecretAccessKey": { + "type": "string" + }, + "Serial": { + "type": "integer" + }, + "Status": { + "enum": [ + "Active", + "Inactive" + ], + "type": "string" + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/SecretAccessKey" + ], + "required": [ + "UserName" + ], + "typeName": "AWS::IAM::AccessKey" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iam-managedpolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iam-managedpolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..41620915f04547ba34d395d4b39e7491f28563fb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iam-managedpolicy.json @@ -0,0 +1,100 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ManagedPolicyName", + "/properties/Description", + "/properties/Path" + ], + "primaryIdentifier": [ + "/properties/PolicyArn" + ], + "properties": { + "AttachmentCount": { + "type": "integer" + }, + "CreateDate": { + "type": "string" + }, + "DefaultVersionId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Groups": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "IsAttachable": { + "type": "boolean" + }, + "ManagedPolicyName": { + "type": "string" + }, + "Path": { + "pattern": "^/(.+/)*$", + "type": "string" + }, + "PermissionsBoundaryUsageCount": { + "type": "integer" + }, + "PolicyArn": { + "type": "string" + }, + "PolicyDocument": { + "maxLength": 6144, + "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+", + "type": [ + "object", + "string" + ] + }, + "PolicyId": { + "type": "string" + }, + "Roles": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "UpdateDate": { + "type": "string" + }, + "Users": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/PolicyArn", + "/properties/AttachmentCount", + "/properties/CreateDate", + "/properties/DefaultVersionId", + "/properties/IsAttachable", + "/properties/PermissionsBoundaryUsageCount", + "/properties/PolicyId", + "/properties/UpdateDate" + ], + "required": [ + "PolicyDocument" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iam", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::IAM::ManagedPolicy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-certificate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-certificate.json new file mode 100644 index 0000000000000000000000000000000000000000..dd5e29c8ea60978e5f425a3c6488d9c0c2b9053e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-certificate.json @@ -0,0 +1,33 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CertificateSigningRequest" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "CertificateSigningRequest": { + "pattern": "[\\s\\S]*", + "type": "string" + }, + "Id": { + "type": "string" + }, + "Status": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Status", + "CertificateSigningRequest" + ], + "typeName": "AWS::IoT::Certificate" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-policy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-policy.json new file mode 100644 index 0000000000000000000000000000000000000000..ebabbd9f3dc383372d215a88bd905bd67464e96c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-policy.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PolicyDocument", + "/properties/PolicyName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PolicyDocument": { + "format": "json", + "pattern": "[\\s\\S]*", + "type": [ + "object", + "string" + ] + }, + "PolicyName": { + "pattern": "[\\w+=,.@-]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "PolicyDocument" + ], + "typeName": "AWS::IoT::Policy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-policyprincipalattachment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-policyprincipalattachment.json new file mode 100644 index 0000000000000000000000000000000000000000..4bb0a7c55d1b668148953b68f5e826fe949dae57 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-policyprincipalattachment.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Principal", + "/properties/PolicyName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "PolicyName": { + "type": "string" + }, + "Principal": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PolicyName", + "Principal" + ], + "typeName": "AWS::IoT::PolicyPrincipalAttachment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-thing.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-thing.json new file mode 100644 index 0000000000000000000000000000000000000000..7c61fcf7027e82091ca1d6b0c0415bbb3e827b07 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-thing.json @@ -0,0 +1,40 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ThingName" + ], + "definitions": { + "AttributePayload": { + "additionalProperties": false, + "properties": { + "Attributes": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AttributePayload": { + "$ref": "#/definitions/AttributePayload" + }, + "Id": { + "type": "string" + }, + "ThingName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "typeName": "AWS::IoT::Thing" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-thingprincipalattachment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-thingprincipalattachment.json new file mode 100644 index 0000000000000000000000000000000000000000..e847399bfc097fb9f9ab75cf4c7a7b03ee406a30 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-thingprincipalattachment.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Principal", + "/properties/ThingName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Principal": { + "type": "string" + }, + "ThingName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ThingName", + "Principal" + ], + "typeName": "AWS::IoT::ThingPrincipalAttachment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-topicrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-topicrule.json new file mode 100644 index 0000000000000000000000000000000000000000..5c05e7d2417558ff5b8118f96a822019ccc66921 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-topicrule.json @@ -0,0 +1,632 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/RuleName" + ], + "definitions": { + "Action": { + "additionalProperties": false, + "properties": { + "CloudwatchAlarm": { + "$ref": "#/definitions/CloudwatchAlarmAction" + }, + "CloudwatchMetric": { + "$ref": "#/definitions/CloudwatchMetricAction" + }, + "DynamoDB": { + "$ref": "#/definitions/DynamoDBAction" + }, + "DynamoDBv2": { + "$ref": "#/definitions/DynamoDBv2Action" + }, + "Elasticsearch": { + "$ref": "#/definitions/ElasticsearchAction" + }, + "Firehose": { + "$ref": "#/definitions/FirehoseAction" + }, + "Http": { + "$ref": "#/definitions/HttpAction" + }, + "IotAnalytics": { + "$ref": "#/definitions/IotAnalyticsAction" + }, + "IotEvents": { + "$ref": "#/definitions/IotEventsAction" + }, + "IotSiteWise": { + "$ref": "#/definitions/IotSiteWiseAction" + }, + "Kinesis": { + "$ref": "#/definitions/KinesisAction" + }, + "Lambda": { + "$ref": "#/definitions/LambdaAction" + }, + "Republish": { + "$ref": "#/definitions/RepublishAction" + }, + "S3": { + "$ref": "#/definitions/S3Action" + }, + "Sns": { + "$ref": "#/definitions/SnsAction" + }, + "Sqs": { + "$ref": "#/definitions/SqsAction" + }, + "StepFunctions": { + "$ref": "#/definitions/StepFunctionsAction" + } + }, + "type": "object" + }, + "AssetPropertyTimestamp": { + "additionalProperties": false, + "properties": { + "OffsetInNanos": { + "type": "string" + }, + "TimeInSeconds": { + "type": "string" + } + }, + "required": [ + "TimeInSeconds" + ], + "type": "object" + }, + "AssetPropertyValue": { + "additionalProperties": false, + "properties": { + "Quality": { + "type": "string" + }, + "Timestamp": { + "$ref": "#/definitions/AssetPropertyTimestamp" + }, + "Value": { + "$ref": "#/definitions/AssetPropertyVariant" + } + }, + "required": [ + "Value", + "Timestamp" + ], + "type": "object" + }, + "AssetPropertyVariant": { + "additionalProperties": false, + "properties": { + "BooleanValue": { + "type": "string" + }, + "DoubleValue": { + "type": "string" + }, + "IntegerValue": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "type": "object" + }, + "CloudwatchAlarmAction": { + "additionalProperties": false, + "properties": { + "AlarmName": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "StateReason": { + "type": "string" + }, + "StateValue": { + "type": "string" + } + }, + "required": [ + "AlarmName", + "StateReason", + "StateValue", + "RoleArn" + ], + "type": "object" + }, + "CloudwatchMetricAction": { + "additionalProperties": false, + "properties": { + "MetricName": { + "type": "string" + }, + "MetricNamespace": { + "type": "string" + }, + "MetricTimestamp": { + "type": "string" + }, + "MetricUnit": { + "type": "string" + }, + "MetricValue": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "MetricName", + "MetricValue", + "MetricNamespace", + "MetricUnit", + "RoleArn" + ], + "type": "object" + }, + "DynamoDBAction": { + "additionalProperties": false, + "properties": { + "HashKeyField": { + "type": "string" + }, + "HashKeyType": { + "enum": [ + "NUMBER", + "STRING" + ], + "type": "string" + }, + "HashKeyValue": { + "type": "string" + }, + "PayloadField": { + "type": "string" + }, + "RangeKeyField": { + "type": "string" + }, + "RangeKeyType": { + "enum": [ + "NUMBER", + "STRING" + ], + "type": "string" + }, + "RangeKeyValue": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "TableName": { + "type": "string" + } + }, + "required": [ + "TableName", + "HashKeyField", + "HashKeyValue", + "RoleArn" + ], + "type": "object" + }, + "DynamoDBv2Action": { + "additionalProperties": false, + "properties": { + "PutItem": { + "$ref": "#/definitions/PutItemInput" + }, + "RoleArn": { + "type": "string" + } + }, + "type": "object" + }, + "ElasticsearchAction": { + "additionalProperties": false, + "properties": { + "Endpoint": { + "pattern": "https?://.*", + "type": "string" + }, + "Id": { + "type": "string" + }, + "Index": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type", + "Endpoint", + "Index", + "Id", + "RoleArn" + ], + "type": "object" + }, + "FirehoseAction": { + "additionalProperties": false, + "properties": { + "DeliveryStreamName": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "Separator": { + "pattern": "([\\n\\t])|(\\r\\n)|(,)", + "type": "string" + } + }, + "required": [ + "DeliveryStreamName", + "RoleArn" + ], + "type": "object" + }, + "HttpAction": { + "additionalProperties": false, + "properties": { + "Auth": { + "$ref": "#/definitions/HttpAuthorization" + }, + "ConfirmationUrl": { + "type": "string" + }, + "Headers": { + "items": { + "$ref": "#/definitions/HttpActionHeader" + }, + "type": "array", + "uniqueItems": true + }, + "Url": { + "type": "string" + } + }, + "required": [ + "Url" + ], + "type": "object" + }, + "HttpActionHeader": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "HttpAuthorization": { + "additionalProperties": false, + "properties": { + "Sigv4": { + "$ref": "#/definitions/SigV4Authorization" + } + }, + "type": "object" + }, + "IotAnalyticsAction": { + "additionalProperties": false, + "properties": { + "ChannelName": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "ChannelName", + "RoleArn" + ], + "type": "object" + }, + "IotEventsAction": { + "additionalProperties": false, + "properties": { + "InputName": { + "type": "string" + }, + "MessageId": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "InputName", + "RoleArn" + ], + "type": "object" + }, + "IotSiteWiseAction": { + "additionalProperties": false, + "properties": { + "PutAssetPropertyValueEntries": { + "items": { + "$ref": "#/definitions/PutAssetPropertyValueEntry" + }, + "type": "array", + "uniqueItems": true + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "PutAssetPropertyValueEntries", + "RoleArn" + ], + "type": "object" + }, + "KinesisAction": { + "additionalProperties": false, + "properties": { + "PartitionKey": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "StreamName": { + "type": "string" + } + }, + "required": [ + "StreamName", + "RoleArn" + ], + "type": "object" + }, + "LambdaAction": { + "additionalProperties": false, + "properties": { + "FunctionArn": { + "type": "string" + } + }, + "type": "object" + }, + "PutAssetPropertyValueEntry": { + "additionalProperties": false, + "properties": { + "AssetId": { + "type": "string" + }, + "EntryId": { + "type": "string" + }, + "PropertyAlias": { + "type": "string" + }, + "PropertyId": { + "type": "string" + }, + "PropertyValues": { + "items": { + "$ref": "#/definitions/AssetPropertyValue" + }, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "PropertyValues" + ], + "type": "object" + }, + "PutItemInput": { + "additionalProperties": false, + "properties": { + "TableName": { + "type": "string" + } + }, + "required": [ + "TableName" + ], + "type": "object" + }, + "RepublishAction": { + "additionalProperties": false, + "properties": { + "Qos": { + "type": "integer" + }, + "RoleArn": { + "type": "string" + }, + "Topic": { + "type": "string" + } + }, + "required": [ + "Topic", + "RoleArn" + ], + "type": "object" + }, + "S3Action": { + "additionalProperties": false, + "properties": { + "BucketName": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "BucketName", + "Key", + "RoleArn" + ], + "type": "object" + }, + "SigV4Authorization": { + "additionalProperties": false, + "properties": { + "RoleArn": { + "type": "string" + }, + "ServiceName": { + "type": "string" + }, + "SigningRegion": { + "type": "string" + } + }, + "required": [ + "ServiceName", + "SigningRegion", + "RoleArn" + ], + "type": "object" + }, + "SnsAction": { + "additionalProperties": false, + "properties": { + "MessageFormat": { + "enum": [ + "JSON", + "RAW" + ], + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "TargetArn": { + "type": "string" + } + }, + "required": [ + "TargetArn", + "RoleArn" + ], + "type": "object" + }, + "SqsAction": { + "additionalProperties": false, + "properties": { + "QueueUrl": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "UseBase64": { + "type": "boolean" + } + }, + "required": [ + "RoleArn", + "QueueUrl" + ], + "type": "object" + }, + "StepFunctionsAction": { + "additionalProperties": false, + "properties": { + "ExecutionNamePrefix": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "StateMachineName": { + "type": "string" + } + }, + "required": [ + "StateMachineName", + "RoleArn" + ], + "type": "object" + }, + "TopicRulePayload": { + "additionalProperties": false, + "properties": { + "Actions": { + "items": { + "$ref": "#/definitions/Action" + }, + "type": "array", + "uniqueItems": true + }, + "AwsIotSqlVersion": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ErrorAction": { + "$ref": "#/definitions/Action" + }, + "RuleDisabled": { + "type": "boolean" + }, + "Sql": { + "type": "string" + } + }, + "required": [ + "RuleDisabled", + "Actions", + "Sql" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "RuleName": { + "pattern": "^[a-zA-Z0-9_]+$", + "type": "string" + }, + "TopicRulePayload": { + "$ref": "#/definitions/TopicRulePayload" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "TopicRulePayload" + ], + "typeName": "AWS::IoT::TopicRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesis-streamconsumer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesis-streamconsumer.json new file mode 100644 index 0000000000000000000000000000000000000000..853b4133615b58db1f0091503f4744b6a2c9c8a2 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesis-streamconsumer.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StreamARN", + "/properties/ConsumerName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConsumerARN": { + "type": "string" + }, + "ConsumerCreationTimestamp": { + "type": "string" + }, + "ConsumerName": { + "type": "string" + }, + "ConsumerStatus": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "StreamARN": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/ConsumerStatus", + "/properties/Id", + "/properties/ConsumerARN", + "/properties/ConsumerCreationTimestamp" + ], + "required": [ + "ConsumerName", + "StreamARN" + ], + "typeName": "AWS::Kinesis::StreamConsumer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalytics-application.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalytics-application.json new file mode 100644 index 0000000000000000000000000000000000000000..99646df3e723ef959fca74f048bd1c2b433be65f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalytics-application.json @@ -0,0 +1,230 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CSVMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordColumnDelimiter": { + "type": "string" + }, + "RecordRowDelimiter": { + "type": "string" + } + }, + "required": [ + "RecordRowDelimiter", + "RecordColumnDelimiter" + ], + "type": "object" + }, + "Input": { + "additionalProperties": false, + "properties": { + "InputParallelism": { + "$ref": "#/definitions/InputParallelism" + }, + "InputProcessingConfiguration": { + "$ref": "#/definitions/InputProcessingConfiguration" + }, + "InputSchema": { + "$ref": "#/definitions/InputSchema" + }, + "KinesisFirehoseInput": { + "$ref": "#/definitions/KinesisFirehoseInput" + }, + "KinesisStreamsInput": { + "$ref": "#/definitions/KinesisStreamsInput" + }, + "NamePrefix": { + "type": "string" + } + }, + "required": [ + "NamePrefix", + "InputSchema" + ], + "type": "object" + }, + "InputLambdaProcessor": { + "additionalProperties": false, + "properties": { + "ResourceARN": { + "type": "string" + }, + "RoleARN": { + "type": "string" + } + }, + "required": [ + "ResourceARN", + "RoleARN" + ], + "type": "object" + }, + "InputParallelism": { + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + } + }, + "type": "object" + }, + "InputProcessingConfiguration": { + "additionalProperties": false, + "properties": { + "InputLambdaProcessor": { + "$ref": "#/definitions/InputLambdaProcessor" + } + }, + "type": "object" + }, + "InputSchema": { + "additionalProperties": false, + "properties": { + "RecordColumns": { + "items": { + "$ref": "#/definitions/RecordColumn" + }, + "type": "array", + "uniqueItems": false + }, + "RecordEncoding": { + "type": "string" + }, + "RecordFormat": { + "$ref": "#/definitions/RecordFormat" + } + }, + "required": [ + "RecordColumns", + "RecordFormat" + ], + "type": "object" + }, + "JSONMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordRowPath": { + "type": "string" + } + }, + "required": [ + "RecordRowPath" + ], + "type": "object" + }, + "KinesisFirehoseInput": { + "additionalProperties": false, + "properties": { + "ResourceARN": { + "type": "string" + }, + "RoleARN": { + "type": "string" + } + }, + "required": [ + "ResourceARN", + "RoleARN" + ], + "type": "object" + }, + "KinesisStreamsInput": { + "additionalProperties": false, + "properties": { + "ResourceARN": { + "type": "string" + }, + "RoleARN": { + "type": "string" + } + }, + "required": [ + "ResourceARN", + "RoleARN" + ], + "type": "object" + }, + "MappingParameters": { + "additionalProperties": false, + "properties": { + "CSVMappingParameters": { + "$ref": "#/definitions/CSVMappingParameters" + }, + "JSONMappingParameters": { + "$ref": "#/definitions/JSONMappingParameters" + } + }, + "type": "object" + }, + "RecordColumn": { + "additionalProperties": false, + "properties": { + "Mapping": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SqlType": { + "type": "string" + } + }, + "required": [ + "SqlType", + "Name" + ], + "type": "object" + }, + "RecordFormat": { + "additionalProperties": false, + "properties": { + "MappingParameters": { + "$ref": "#/definitions/MappingParameters" + }, + "RecordFormatType": { + "type": "string" + } + }, + "required": [ + "RecordFormatType" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationCode": { + "type": "string" + }, + "ApplicationDescription": { + "type": "string" + }, + "ApplicationName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Inputs": { + "items": { + "$ref": "#/definitions/Input" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Inputs" + ], + "typeName": "AWS::KinesisAnalytics::Application" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalytics-applicationreferencedatasource.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalytics-applicationreferencedatasource.json new file mode 100644 index 0000000000000000000000000000000000000000..10c265e57ddc6c042d93ef84d5fcbc92e6203a22 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalytics-applicationreferencedatasource.json @@ -0,0 +1,165 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CSVMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordColumnDelimiter": { + "type": "string" + }, + "RecordRowDelimiter": { + "type": "string" + } + }, + "required": [ + "RecordRowDelimiter", + "RecordColumnDelimiter" + ], + "type": "object" + }, + "JSONMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordRowPath": { + "type": "string" + } + }, + "required": [ + "RecordRowPath" + ], + "type": "object" + }, + "MappingParameters": { + "additionalProperties": false, + "properties": { + "CSVMappingParameters": { + "$ref": "#/definitions/CSVMappingParameters" + }, + "JSONMappingParameters": { + "$ref": "#/definitions/JSONMappingParameters" + } + }, + "type": "object" + }, + "RecordColumn": { + "additionalProperties": false, + "properties": { + "Mapping": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SqlType": { + "type": "string" + } + }, + "required": [ + "SqlType", + "Name" + ], + "type": "object" + }, + "RecordFormat": { + "additionalProperties": false, + "properties": { + "MappingParameters": { + "$ref": "#/definitions/MappingParameters" + }, + "RecordFormatType": { + "type": "string" + } + }, + "required": [ + "RecordFormatType" + ], + "type": "object" + }, + "ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "ReferenceSchema": { + "$ref": "#/definitions/ReferenceSchema" + }, + "S3ReferenceDataSource": { + "$ref": "#/definitions/S3ReferenceDataSource" + }, + "TableName": { + "type": "string" + } + }, + "required": [ + "ReferenceSchema" + ], + "type": "object" + }, + "ReferenceSchema": { + "additionalProperties": false, + "properties": { + "RecordColumns": { + "items": { + "$ref": "#/definitions/RecordColumn" + }, + "type": "array", + "uniqueItems": false + }, + "RecordEncoding": { + "type": "string" + }, + "RecordFormat": { + "$ref": "#/definitions/RecordFormat" + } + }, + "required": [ + "RecordColumns", + "RecordFormat" + ], + "type": "object" + }, + "S3ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "BucketARN": { + "type": "string" + }, + "FileKey": { + "type": "string" + }, + "ReferenceRoleARN": { + "type": "string" + } + }, + "required": [ + "BucketARN", + "FileKey", + "ReferenceRoleARN" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "ReferenceDataSource": { + "$ref": "#/definitions/ReferenceDataSource" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "ReferenceDataSource" + ], + "typeName": "AWS::KinesisAnalytics::ApplicationReferenceDataSource" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json new file mode 100644 index 0000000000000000000000000000000000000000..11d3fa0f5196161d686a5b0b00bcd4180938d616 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json @@ -0,0 +1,42 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CloudWatchLoggingOption": { + "additionalProperties": false, + "properties": { + "LogStreamARN": { + "type": "string" + } + }, + "required": [ + "LogStreamARN" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "CloudWatchLoggingOption": { + "$ref": "#/definitions/CloudWatchLoggingOption" + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "CloudWatchLoggingOption" + ], + "typeName": "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalyticsv2-applicationreferencedatasource.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalyticsv2-applicationreferencedatasource.json new file mode 100644 index 0000000000000000000000000000000000000000..c4a433e09fb1ae82925fdbdf00d0cbd3a4b3d9c4 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalyticsv2-applicationreferencedatasource.json @@ -0,0 +1,161 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CSVMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordColumnDelimiter": { + "type": "string" + }, + "RecordRowDelimiter": { + "type": "string" + } + }, + "required": [ + "RecordRowDelimiter", + "RecordColumnDelimiter" + ], + "type": "object" + }, + "JSONMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordRowPath": { + "type": "string" + } + }, + "required": [ + "RecordRowPath" + ], + "type": "object" + }, + "MappingParameters": { + "additionalProperties": false, + "properties": { + "CSVMappingParameters": { + "$ref": "#/definitions/CSVMappingParameters" + }, + "JSONMappingParameters": { + "$ref": "#/definitions/JSONMappingParameters" + } + }, + "type": "object" + }, + "RecordColumn": { + "additionalProperties": false, + "properties": { + "Mapping": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SqlType": { + "type": "string" + } + }, + "required": [ + "SqlType", + "Name" + ], + "type": "object" + }, + "RecordFormat": { + "additionalProperties": false, + "properties": { + "MappingParameters": { + "$ref": "#/definitions/MappingParameters" + }, + "RecordFormatType": { + "type": "string" + } + }, + "required": [ + "RecordFormatType" + ], + "type": "object" + }, + "ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "ReferenceSchema": { + "$ref": "#/definitions/ReferenceSchema" + }, + "S3ReferenceDataSource": { + "$ref": "#/definitions/S3ReferenceDataSource" + }, + "TableName": { + "type": "string" + } + }, + "required": [ + "ReferenceSchema" + ], + "type": "object" + }, + "ReferenceSchema": { + "additionalProperties": false, + "properties": { + "RecordColumns": { + "items": { + "$ref": "#/definitions/RecordColumn" + }, + "type": "array", + "uniqueItems": false + }, + "RecordEncoding": { + "type": "string" + }, + "RecordFormat": { + "$ref": "#/definitions/RecordFormat" + } + }, + "required": [ + "RecordColumns", + "RecordFormat" + ], + "type": "object" + }, + "S3ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "BucketARN": { + "type": "string" + }, + "FileKey": { + "type": "string" + } + }, + "required": [ + "BucketARN", + "FileKey" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "ReferenceDataSource": { + "$ref": "#/definitions/ReferenceDataSource" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "ReferenceDataSource" + ], + "typeName": "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-lambda-resourcepolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-lambda-resourcepolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..702e69b0e7170676b2618a3f84c66d6f5c610f76 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-lambda-resourcepolicy.json @@ -0,0 +1,31 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ResourceArn" + ], + "primaryIdentifier": [ + "/properties/ResourceArn" + ], + "properties": { + "PolicyDocument": { + "type": "object" + }, + "ResourceArn": { + "maxLength": 1024, + "minLength": 12, + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + } + }, + "required": [ + "ResourceArn", + "PolicyDocument" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Lambda::ResourcePolicy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-lambda-version.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-lambda-version.json new file mode 100644 index 0000000000000000000000000000000000000000..41fcb31449b33217b2e912d145c1721230f42c08 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-lambda-version.json @@ -0,0 +1,112 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FunctionName", + "/properties/Description", + "/properties/CodeSha256", + "/properties/ProvisionedConcurrencyConfig", + "/properties/RuntimePolicy" + ], + "definitions": { + "ProvisionedConcurrencyConfiguration": { + "additionalProperties": false, + "properties": { + "ProvisionedConcurrentExecutions": { + "type": "integer" + } + }, + "required": [ + "ProvisionedConcurrentExecutions" + ], + "type": "object" + }, + "RuntimePolicy": { + "additionalProperties": false, + "properties": { + "RuntimeVersionArn": { + "maxLength": 2048, + "minLength": 26, + "pattern": "^arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}::runtime:.+$", + "type": "string" + }, + "UpdateRuntimeOn": { + "type": "string" + } + }, + "required": [ + "UpdateRuntimeOn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FunctionArn" + ], + "properties": { + "CodeSha256": { + "type": "string" + }, + "Description": { + "maxLength": 256, + "minLength": 0, + "type": "string" + }, + "FunctionArn": { + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "FunctionName": { + "anyOf": [ + { + "relationshipRef": { + "propertyPath": "/properties/FunctionName", + "typeName": "AWS::Lambda::Function" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::Lambda::Function" + } + } + ], + "maxLength": 140, + "minLength": 1, + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "Policy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "ProvisionedConcurrencyConfig": { + "$ref": "#/definitions/ProvisionedConcurrencyConfiguration" + }, + "RuntimePolicy": { + "$ref": "#/definitions/RuntimePolicy" + }, + "Version": { + "type": "string" + } + }, + "propertyTransform": { + "/properties/FunctionName": "$split(FunctionName, \":\")[-1] $OR FunctionName" + }, + "readOnlyProperties": [ + "/properties/Version", + "/properties/FunctionArn" + ], + "required": [ + "FunctionName" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Lambda::Version" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-logs-delivery.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-logs-delivery.json new file mode 100644 index 0000000000000000000000000000000000000000..8bc576d1da6abec93009e46e3bb14c7a0f77b381 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-logs-delivery.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DeliverySourceName", + "/properties/DeliveryDestinationArn" + ], + "definitions": { + "Arn": { + "maxLength": 2048, + "minLength": 16, + "pattern": "[\\w#+=/:,.@-]*\\*?", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DeliveryId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationArn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationType": { + "maxLength": 12, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliveryId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliverySourceName": { + "maxLength": 60, + "minLength": 1, + "pattern": "[\\w-]*$", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/DeliveryId", + "/properties/Arn", + "/properties/DeliveryDestinationType" + ], + "required": [ + "DeliverySourceName", + "DeliveryDestinationArn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Logs::Delivery" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-logs-deliverydestination.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-logs-deliverydestination.json new file mode 100644 index 0000000000000000000000000000000000000000..76914f833fcc677b497b56a24c9e1d2a015d66e8 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-logs-deliverydestination.json @@ -0,0 +1,108 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/DestinationResourceArn" + ], + "definitions": { + "Arn": { + "maxLength": 2048, + "minLength": 16, + "pattern": "[\\w#+=/:,.@-]*\\*?", + "type": "string" + }, + "DestinationPolicy": { + "additionalProperties": false, + "properties": { + "DeliveryDestinationName": { + "maxLength": 60, + "minLength": 1, + "type": "string" + }, + "DeliveryDestinationPolicy": { + "maxLength": 51200, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "DeliveryDestinationName", + "DeliveryDestinationPolicy" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Name" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationPolicy": { + "items": { + "$ref": "#/definitions/DestinationPolicy" + }, + "type": "object" + }, + "DeliveryDestinationType": { + "maxLength": 12, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DestinationResourceArn": { + "$ref": "#/definitions/Arn" + }, + "Name": { + "maxLength": 60, + "minLength": 1, + "pattern": "[\\w-]*$", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/DeliveryDestinationType" + ], + "required": [ + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Logs::DeliveryDestination" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opensearchservice-domain.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opensearchservice-domain.json new file mode 100644 index 0000000000000000000000000000000000000000..c3ce78e81af4f7f7c05ce0dcd4ae14af37c5e9f3 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opensearchservice-domain.json @@ -0,0 +1,529 @@ +{ + "additionalProperties": false, + "conditionalCreateOnlyProperties": [ + "/properties/EncryptionAtRestOptions/Enabled", + "/properties/EncryptionAtRestOptions/KmsKeyId", + "/properties/AdvancedSecurityOptions/Enabled" + ], + "createOnlyProperties": [ + "/properties/DomainName" + ], + "definitions": { + "AdvancedSecurityOptionsInput": { + "additionalProperties": false, + "properties": { + "AnonymousAuthDisableDate": { + "type": "string" + }, + "AnonymousAuthEnabled": { + "type": "boolean" + }, + "Enabled": { + "type": "boolean" + }, + "InternalUserDatabaseEnabled": { + "type": "boolean" + }, + "JWTOptions": { + "$ref": "#/definitions/JWTOptions" + }, + "MasterUserOptions": { + "$ref": "#/definitions/MasterUserOptions" + }, + "SAMLOptions": { + "$ref": "#/definitions/SAMLOptions" + } + }, + "type": "object" + }, + "ClusterConfig": { + "additionalProperties": false, + "properties": { + "ColdStorageOptions": { + "$ref": "#/definitions/ColdStorageOptions" + }, + "DedicatedMasterCount": { + "type": "integer" + }, + "DedicatedMasterEnabled": { + "type": "boolean" + }, + "DedicatedMasterType": { + "type": "string" + }, + "InstanceCount": { + "type": "integer" + }, + "InstanceType": { + "type": "string" + }, + "MultiAZWithStandbyEnabled": { + "type": "boolean" + }, + "WarmCount": { + "type": "integer" + }, + "WarmEnabled": { + "type": "boolean" + }, + "WarmType": { + "type": "string" + }, + "ZoneAwarenessConfig": { + "$ref": "#/definitions/ZoneAwarenessConfig" + }, + "ZoneAwarenessEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "CognitoOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "IdentityPoolId": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + }, + "ColdStorageOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "DomainEndpointOptions": { + "additionalProperties": false, + "properties": { + "CustomEndpoint": { + "type": "string" + }, + "CustomEndpointCertificateArn": { + "type": "string" + }, + "CustomEndpointEnabled": { + "type": "boolean" + }, + "EnforceHTTPS": { + "type": "boolean" + }, + "TLSSecurityPolicy": { + "type": "string" + } + }, + "type": "object" + }, + "EBSOptions": { + "additionalProperties": false, + "properties": { + "EBSEnabled": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "type": "string" + } + }, + "type": "object" + }, + "EncryptionAtRestOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "KmsKeyId": { + "type": "string" + } + }, + "type": "object" + }, + "Idp": { + "additionalProperties": false, + "properties": { + "EntityId": { + "type": "string" + }, + "MetadataContent": { + "maxLength": 1048576, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "MetadataContent", + "EntityId" + ], + "type": "object" + }, + "JWTOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "PublicKey": { + "type": "string" + }, + "RolesKey": { + "type": "string" + }, + "SubjectKey": { + "type": "string" + } + }, + "type": "object" + }, + "LogPublishingOption": { + "additionalProperties": false, + "properties": { + "CloudWatchLogsLogGroupArn": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "MasterUserOptions": { + "additionalProperties": false, + "properties": { + "MasterUserARN": { + "type": "string" + }, + "MasterUserName": { + "type": "string" + }, + "MasterUserPassword": { + "type": "string" + } + }, + "type": "object" + }, + "NodeToNodeEncryptionOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "OffPeakWindow": { + "additionalProperties": false, + "properties": { + "WindowStartTime": { + "$ref": "#/definitions/WindowStartTime" + } + }, + "type": "object" + }, + "OffPeakWindowOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "OffPeakWindow": { + "$ref": "#/definitions/OffPeakWindow" + } + }, + "type": "object" + }, + "SAMLOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "Idp": { + "$ref": "#/definitions/Idp" + }, + "MasterBackendRole": { + "type": "string" + }, + "MasterUserName": { + "type": "string" + }, + "RolesKey": { + "type": "string" + }, + "SessionTimeoutMinutes": { + "type": "integer" + }, + "SubjectKey": { + "type": "string" + } + }, + "type": "object" + }, + "ServiceSoftwareOptions": { + "additionalProperties": false, + "properties": { + "AutomatedUpdateDate": { + "type": "string" + }, + "Cancellable": { + "type": "boolean" + }, + "CurrentVersion": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "NewVersion": { + "type": "string" + }, + "OptionalDeployment": { + "type": "boolean" + }, + "UpdateAvailable": { + "type": "boolean" + }, + "UpdateStatus": { + "type": "string" + } + }, + "type": "object" + }, + "SnapshotOptions": { + "additionalProperties": false, + "properties": { + "AutomatedSnapshotStartHour": { + "type": "integer" + } + }, + "type": "object" + }, + "SoftwareUpdateOptions": { + "additionalProperties": false, + "properties": { + "AutoSoftwareUpdateEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 0, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VPCOptions": { + "additionalProperties": false, + "properties": { + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "WindowStartTime": { + "additionalProperties": false, + "properties": { + "Hours": { + "maximum": 23, + "minimum": 0, + "type": "integer" + }, + "Minutes": { + "maximum": 59, + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "Hours", + "Minutes" + ], + "type": "object" + }, + "ZoneAwarenessConfig": { + "additionalProperties": false, + "properties": { + "AvailabilityZoneCount": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DomainName" + ], + "properties": { + "AccessPolicies": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "AdvancedOptions": { + "additionalProperties": false, + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "AdvancedSecurityOptions": { + "$ref": "#/definitions/AdvancedSecurityOptionsInput" + }, + "Arn": { + "type": "string" + }, + "ClusterConfig": { + "$ref": "#/definitions/ClusterConfig" + }, + "CognitoOptions": { + "$ref": "#/definitions/CognitoOptions" + }, + "DomainArn": { + "type": "string" + }, + "DomainEndpoint": { + "type": "string" + }, + "DomainEndpointOptions": { + "$ref": "#/definitions/DomainEndpointOptions" + }, + "DomainEndpointV2": { + "type": "string" + }, + "DomainEndpoints": { + "additionalProperties": false, + "patternProperties": { + "^.*$": { + "type": "string" + } + }, + "type": "object" + }, + "DomainName": { + "type": "string" + }, + "EBSOptions": { + "$ref": "#/definitions/EBSOptions" + }, + "EncryptionAtRestOptions": { + "$ref": "#/definitions/EncryptionAtRestOptions" + }, + "EngineVersion": { + "type": "string" + }, + "IPAddressType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "LogPublishingOptions": { + "additionalProperties": false, + "patternProperties": { + "[a-zA-Z0-9]+": { + "$ref": "#/definitions/LogPublishingOption" + } + }, + "type": "object" + }, + "NodeToNodeEncryptionOptions": { + "$ref": "#/definitions/NodeToNodeEncryptionOptions" + }, + "OffPeakWindowOptions": { + "$ref": "#/definitions/OffPeakWindowOptions" + }, + "ServiceSoftwareOptions": { + "$ref": "#/definitions/ServiceSoftwareOptions" + }, + "SkipShardMigrationWait": { + "type": "boolean" + }, + "SnapshotOptions": { + "$ref": "#/definitions/SnapshotOptions" + }, + "SoftwareUpdateOptions": { + "$ref": "#/definitions/SoftwareUpdateOptions" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + }, + "VPCOptions": { + "$ref": "#/definitions/VPCOptions" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn", + "/properties/DomainArn", + "/properties/DomainEndpoint", + "/properties/DomainEndpointV2", + "/properties/DomainEndpoints", + "/properties/ServiceSoftwareOptions", + "/properties/AdvancedSecurityOptions/AnonymousAuthDisableDate" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "typeName": "AWS::OpenSearchService::Domain", + "writeOnlyProperties": [ + "/properties/AdvancedSecurityOptions/MasterUserOptions", + "/properties/AdvancedSecurityOptions/SAMLOptions/MasterUserName", + "/properties/AdvancedSecurityOptions/SAMLOptions/MasterBackendRole", + "/properties/AdvancedSecurityOptions/JWTOptions/PublicKey" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-instance.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-instance.json new file mode 100644 index 0000000000000000000000000000000000000000..7971f63404029b002faf17c0d7afdc54198ddc58 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-instance.json @@ -0,0 +1,247 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Tenancy", + "/properties/VirtualizationType", + "/properties/TimeBasedAutoScaling", + "/properties/RootDeviceType", + "/properties/AutoScalingType", + "/properties/StackId", + "/properties/AvailabilityZone", + "/properties/SubnetId", + "/properties/BlockDeviceMappings", + "/properties/EbsOptimized" + ], + "definitions": { + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/EbsBlockDevice" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "EbsBlockDevice": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "SnapshotId": { + "type": "string" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "TimeBasedAutoScaling": { + "additionalProperties": false, + "properties": { + "Friday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Monday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Saturday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Sunday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Thursday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Tuesday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Wednesday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AgentVersion": { + "type": "string" + }, + "AmiId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "Architecture": { + "type": "string" + }, + "AutoScalingType": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": true + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticIps": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Hostname": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstallUpdatesOnBoot": { + "type": "boolean" + }, + "InstanceType": { + "type": "string" + }, + "LayerIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Os": { + "type": "string" + }, + "PrivateDnsName": { + "type": "string" + }, + "PrivateIp": { + "type": "string" + }, + "PublicDnsName": { + "type": "string" + }, + "PublicIp": { + "type": "string" + }, + "RootDeviceType": { + "type": "string" + }, + "SshKeyName": { + "type": "string" + }, + "StackId": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "Tenancy": { + "type": "string" + }, + "TimeBasedAutoScaling": { + "$ref": "#/definitions/TimeBasedAutoScaling" + }, + "VirtualizationType": { + "type": "string" + }, + "Volumes": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/PublicIp", + "/properties/Id", + "/properties/PublicDnsName", + "/properties/PrivateDnsName", + "/properties/PrivateIp" + ], + "required": [ + "LayerIds", + "InstanceType", + "StackId" + ], + "typeName": "AWS::OpsWorks::Instance" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-layer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-layer.json new file mode 100644 index 0000000000000000000000000000000000000000..9c1034b21961f3f700c6031803c6bcb8dcd039b8 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-layer.json @@ -0,0 +1,265 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StackId", + "/properties/Type" + ], + "definitions": { + "AutoScalingThresholds": { + "additionalProperties": false, + "properties": { + "CpuThreshold": { + "type": "number" + }, + "IgnoreMetricsTime": { + "type": "integer" + }, + "InstanceCount": { + "type": "integer" + }, + "LoadThreshold": { + "type": "number" + }, + "MemoryThreshold": { + "type": "number" + }, + "ThresholdsWaitTime": { + "type": "integer" + } + }, + "type": "object" + }, + "LifecycleEventConfiguration": { + "additionalProperties": false, + "properties": { + "ShutdownEventConfiguration": { + "$ref": "#/definitions/ShutdownEventConfiguration" + } + }, + "type": "object" + }, + "LoadBasedAutoScaling": { + "additionalProperties": false, + "properties": { + "DownScaling": { + "$ref": "#/definitions/AutoScalingThresholds" + }, + "Enable": { + "type": "boolean" + }, + "UpScaling": { + "$ref": "#/definitions/AutoScalingThresholds" + } + }, + "type": "object" + }, + "Recipes": { + "additionalProperties": false, + "properties": { + "Configure": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Deploy": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Setup": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Shutdown": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Undeploy": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ShutdownEventConfiguration": { + "additionalProperties": false, + "properties": { + "DelayUntilElbConnectionsDrained": { + "type": "boolean" + }, + "ExecutionTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VolumeConfiguration": { + "additionalProperties": false, + "properties": { + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "MountPoint": { + "type": "string" + }, + "NumberOfDisks": { + "type": "integer" + }, + "RaidLevel": { + "type": "integer" + }, + "Size": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Attributes": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "AutoAssignElasticIps": { + "type": "boolean" + }, + "AutoAssignPublicIps": { + "type": "boolean" + }, + "CustomInstanceProfileArn": { + "type": "string" + }, + "CustomJson": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "CustomRecipes": { + "$ref": "#/definitions/Recipes" + }, + "CustomSecurityGroupIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "EnableAutoHealing": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "InstallUpdatesOnBoot": { + "type": "boolean" + }, + "LifecycleEventConfiguration": { + "$ref": "#/definitions/LifecycleEventConfiguration" + }, + "LoadBasedAutoScaling": { + "$ref": "#/definitions/LoadBasedAutoScaling" + }, + "Name": { + "type": "string" + }, + "Packages": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Shortname": { + "type": "string" + }, + "StackId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "type": "string" + }, + "UseEbsOptimizedInstances": { + "type": "boolean" + }, + "VolumeConfigurations": { + "items": { + "$ref": "#/definitions/VolumeConfiguration" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EnableAutoHealing", + "Type", + "AutoAssignElasticIps", + "Shortname", + "AutoAssignPublicIps", + "Name", + "StackId" + ], + "typeName": "AWS::OpsWorks::Layer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-stack.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-stack.json new file mode 100644 index 0000000000000000000000000000000000000000..c09118118134632df93b0658d4ea12a5e828d58d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-stack.json @@ -0,0 +1,234 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CloneAppIds", + "/properties/ClonePermissions", + "/properties/ServiceRoleArn", + "/properties/VpcId", + "/properties/SourceStackId" + ], + "definitions": { + "ChefConfiguration": { + "additionalProperties": false, + "properties": { + "BerkshelfVersion": { + "type": "string" + }, + "ManageBerkshelf": { + "type": "boolean" + } + }, + "type": "object" + }, + "ElasticIp": { + "additionalProperties": false, + "properties": { + "Ip": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Ip" + ], + "type": "object" + }, + "RdsDbInstance": { + "additionalProperties": false, + "properties": { + "DbPassword": { + "type": "string" + }, + "DbUser": { + "type": "string" + }, + "RdsDbInstanceArn": { + "type": "string" + } + }, + "required": [ + "DbPassword", + "RdsDbInstanceArn", + "DbUser" + ], + "type": "object" + }, + "Source": { + "additionalProperties": false, + "properties": { + "Password": { + "type": "string" + }, + "Revision": { + "type": "string" + }, + "SshKey": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "Username": { + "type": "string" + } + }, + "type": "object" + }, + "StackConfigurationManager": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "dependentRequired": { + "VpcId": [ + "DefaultSubnetId" + ] + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AgentVersion": { + "type": "string" + }, + "Attributes": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "ChefConfiguration": { + "$ref": "#/definitions/ChefConfiguration" + }, + "CloneAppIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "ClonePermissions": { + "type": "boolean" + }, + "ConfigurationManager": { + "$ref": "#/definitions/StackConfigurationManager" + }, + "CustomCookbooksSource": { + "$ref": "#/definitions/Source" + }, + "CustomJson": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "DefaultAvailabilityZone": { + "type": "string" + }, + "DefaultInstanceProfileArn": { + "type": "string" + }, + "DefaultOs": { + "type": "string" + }, + "DefaultRootDeviceType": { + "type": "string" + }, + "DefaultSshKeyName": { + "type": "string" + }, + "DefaultSubnetId": { + "type": "string" + }, + "EcsClusterArn": { + "type": "string" + }, + "ElasticIps": { + "items": { + "$ref": "#/definitions/ElasticIp" + }, + "type": "array", + "uniqueItems": true + }, + "HostnameTheme": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RdsDbInstances": { + "items": { + "$ref": "#/definitions/RdsDbInstance" + }, + "type": "array", + "uniqueItems": true + }, + "ServiceRoleArn": { + "type": "string" + }, + "SourceStackId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UseCustomCookbooks": { + "type": "boolean" + }, + "UseOpsworksSecurityGroups": { + "type": "boolean" + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "DefaultInstanceProfileArn", + "ServiceRoleArn", + "Name" + ], + "typeName": "AWS::OpsWorks::Stack" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-connector.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-connector.json new file mode 100644 index 0000000000000000000000000000000000000000..33419e0dab51f310768bda2d466ff1c3a1006148 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-connector.json @@ -0,0 +1,91 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CertificateAuthorityArn", + "/properties/DirectoryId", + "/properties/VpcInformation" + ], + "definitions": { + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + }, + "VpcInformation": { + "additionalProperties": false, + "properties": { + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "maxLength": 20, + "minLength": 11, + "pattern": "^(?:sg-[0-9a-f]{8}|sg-[0-9a-f]{17})$", + "type": "string" + }, + "maxItems": 5, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "SecurityGroupIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ConnectorArn" + ], + "properties": { + "CertificateAuthorityArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:acm-pca:[\\w-]+:[0-9]+:certificate-authority(\\/[\\w-]+)$", + "type": "string" + }, + "ConnectorArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector(\\/[\\w-]+)$", + "type": "string" + }, + "DirectoryId": { + "pattern": "^d-[0-9a-f]{10}$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/Tags" + }, + "VpcInformation": { + "$ref": "#/definitions/VpcInformation" + } + }, + "readOnlyProperties": [ + "/properties/ConnectorArn" + ], + "required": [ + "CertificateAuthorityArn", + "DirectoryId", + "VpcInformation" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::Connector", + "writeOnlyProperties": [ + "/properties/CertificateAuthorityArn", + "/properties/DirectoryId", + "/properties/Tags", + "/properties/VpcInformation" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-directoryregistration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-directoryregistration.json new file mode 100644 index 0000000000000000000000000000000000000000..32656e63ba977d052208bae38e93eb379be22303 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-directoryregistration.json @@ -0,0 +1,53 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DirectoryId" + ], + "definitions": { + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DirectoryRegistrationArn" + ], + "properties": { + "DirectoryId": { + "pattern": "^d-[0-9a-f]{10}$", + "type": "string" + }, + "DirectoryRegistrationArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:directory-registration(\\/[\\w-]+)$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/Tags" + } + }, + "readOnlyProperties": [ + "/properties/DirectoryRegistrationArn" + ], + "required": [ + "DirectoryId" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::DirectoryRegistration", + "writeOnlyProperties": [ + "/properties/DirectoryId", + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-template.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-template.json new file mode 100644 index 0000000000000000000000000000000000000000..fbf58aaa73ab629e6f5be0f3498ac578010b9ce5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-template.json @@ -0,0 +1,994 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ConnectorArn", + "/properties/Name" + ], + "definitions": { + "ApplicationPolicies": { + "additionalProperties": false, + "properties": { + "Critical": { + "type": "boolean" + }, + "Policies": { + "items": { + "$ref": "#/definitions/ApplicationPolicy" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "Policies" + ], + "type": "object" + }, + "ApplicationPolicy": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "PolicyType": { + "$ref": "#/definitions/ApplicationPolicyType" + } + }, + "required": [ + "PolicyType" + ], + "title": "PolicyType", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "PolicyObjectIdentifier": { + "maxLength": 64, + "minLength": 1, + "pattern": "^([0-2])\\.([0-9]|([0-3][0-9]))(\\.([0-9]+)){0,126}$", + "type": "string" + } + }, + "required": [ + "PolicyObjectIdentifier" + ], + "title": "PolicyObjectIdentifier", + "type": "object" + } + ] + }, + "ApplicationPolicyType": { + "enum": [ + "ALL_APPLICATION_POLICIES", + "ANY_PURPOSE", + "ATTESTATION_IDENTITY_KEY_CERTIFICATE", + "CERTIFICATE_REQUEST_AGENT", + "CLIENT_AUTHENTICATION", + "CODE_SIGNING", + "CTL_USAGE", + "DIGITAL_RIGHTS", + "DIRECTORY_SERVICE_EMAIL_REPLICATION", + "DISALLOWED_LIST", + "DNS_SERVER_TRUST", + "DOCUMENT_ENCRYPTION", + "DOCUMENT_SIGNING", + "DYNAMIC_CODE_GENERATOR", + "EARLY_LAUNCH_ANTIMALWARE_DRIVER", + "EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "ENCLAVE", + "ENCRYPTING_FILE_SYSTEM", + "ENDORSEMENT_KEY_CERTIFICATE", + "FILE_RECOVERY", + "HAL_EXTENSION", + "IP_SECURITY_END_SYSTEM", + "IP_SECURITY_IKE_INTERMEDIATE", + "IP_SECURITY_TUNNEL_TERMINATION", + "IP_SECURITY_USER", + "ISOLATED_USER_MODE", + "KDC_AUTHENTICATION", + "KERNEL_MODE_CODE_SIGNING", + "KEY_PACK_LICENSES", + "KEY_RECOVERY", + "KEY_RECOVERY_AGENT", + "LICENSE_SERVER_VERIFICATION", + "LIFETIME_SIGNING", + "MICROSOFT_PUBLISHER", + "MICROSOFT_TIME_STAMPING", + "MICROSOFT_TRUST_LIST_SIGNING", + "OCSP_SIGNING", + "OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "PLATFORM_CERTIFICATE", + "PREVIEW_BUILD_SIGNING", + "PRIVATE_KEY_ARCHIVAL", + "PROTECTED_PROCESS_LIGHT_VERIFICATION", + "PROTECTED_PROCESS_VERIFICATION", + "QUALIFIED_SUBORDINATION", + "REVOKED_LIST_SIGNER", + "ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION", + "ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION", + "ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL", + "ROOT_LIST_SIGNER", + "SECURE_EMAIL", + "SERVER_AUTHENTICATION", + "SMART_CARD_LOGIN", + "SPC_ENCRYPTED_DIGEST_RETRY_COUNT", + "SPC_RELAXED_PE_MARKER_CHECK", + "TIME_STAMPING", + "WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION", + "WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION", + "WINDOWS_HARDWARE_DRIVER_VERIFICATION", + "WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION", + "WINDOWS_KITS_COMPONENT", + "WINDOWS_RT_VERIFICATION", + "WINDOWS_SOFTWARE_EXTENSION_VERIFICATION", + "WINDOWS_STORE", + "WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "WINDOWS_TCB_COMPONENT", + "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT", + "WINDOWS_UPDATE" + ], + "type": "string" + }, + "CertificateValidity": { + "additionalProperties": false, + "properties": { + "RenewalPeriod": { + "$ref": "#/definitions/ValidityPeriod" + }, + "ValidityPeriod": { + "$ref": "#/definitions/ValidityPeriod" + } + }, + "required": [ + "RenewalPeriod", + "ValidityPeriod" + ], + "type": "object" + }, + "ClientCompatibilityV2": { + "enum": [ + "WINDOWS_SERVER_2003", + "WINDOWS_SERVER_2008", + "WINDOWS_SERVER_2008_R2", + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "ClientCompatibilityV3": { + "enum": [ + "WINDOWS_SERVER_2008", + "WINDOWS_SERVER_2008_R2", + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "ClientCompatibilityV4": { + "enum": [ + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "EnrollmentFlagsV2": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnrollmentFlagsV3": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnrollmentFlagsV4": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "ExtensionsV2": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "ExtensionsV3": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "ExtensionsV4": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "GeneralFlagsV2": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "GeneralFlagsV3": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "GeneralFlagsV4": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "HashAlgorithm": { + "enum": [ + "SHA256", + "SHA384", + "SHA512" + ], + "type": "string" + }, + "KeySpec": { + "enum": [ + "KEY_EXCHANGE", + "SIGNATURE" + ], + "type": "string" + }, + "KeyUsage": { + "additionalProperties": false, + "properties": { + "Critical": { + "type": "boolean" + }, + "UsageFlags": { + "$ref": "#/definitions/KeyUsageFlags" + } + }, + "required": [ + "UsageFlags" + ], + "type": "object" + }, + "KeyUsageFlags": { + "additionalProperties": false, + "properties": { + "DataEncipherment": { + "type": "boolean" + }, + "DigitalSignature": { + "type": "boolean" + }, + "KeyAgreement": { + "type": "boolean" + }, + "KeyEncipherment": { + "type": "boolean" + }, + "NonRepudiation": { + "type": "boolean" + } + }, + "type": "object" + }, + "KeyUsageProperty": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "PropertyType": { + "$ref": "#/definitions/KeyUsagePropertyType" + } + }, + "required": [ + "PropertyType" + ], + "title": "PropertyType", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "PropertyFlags": { + "$ref": "#/definitions/KeyUsagePropertyFlags" + } + }, + "required": [ + "PropertyFlags" + ], + "title": "PropertyFlags", + "type": "object" + } + ] + }, + "KeyUsagePropertyFlags": { + "additionalProperties": false, + "properties": { + "Decrypt": { + "type": "boolean" + }, + "KeyAgreement": { + "type": "boolean" + }, + "Sign": { + "type": "boolean" + } + }, + "type": "object" + }, + "KeyUsagePropertyType": { + "enum": [ + "ALL" + ], + "type": "string" + }, + "PrivateKeyAlgorithm": { + "enum": [ + "RSA", + "ECDH_P256", + "ECDH_P384", + "ECDH_P521" + ], + "type": "string" + }, + "PrivateKeyAttributesV2": { + "additionalProperties": false, + "properties": { + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "KeySpec", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyAttributesV3": { + "additionalProperties": false, + "properties": { + "Algorithm": { + "$ref": "#/definitions/PrivateKeyAlgorithm" + }, + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "KeyUsageProperty": { + "$ref": "#/definitions/KeyUsageProperty" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Algorithm", + "KeySpec", + "KeyUsageProperty", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyAttributesV4": { + "additionalProperties": false, + "properties": { + "Algorithm": { + "$ref": "#/definitions/PrivateKeyAlgorithm" + }, + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "KeyUsageProperty": { + "$ref": "#/definitions/KeyUsageProperty" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "KeySpec", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyFlagsV2": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV2" + }, + "ExportableKey": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "PrivateKeyFlagsV3": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV3" + }, + "ExportableKey": { + "type": "boolean" + }, + "RequireAlternateSignatureAlgorithm": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "PrivateKeyFlagsV4": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV4" + }, + "ExportableKey": { + "type": "boolean" + }, + "RequireAlternateSignatureAlgorithm": { + "type": "boolean" + }, + "RequireSameKeyRenewal": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + }, + "UseLegacyProvider": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "SubjectNameFlagsV2": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "SubjectNameFlagsV3": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "SubjectNameFlagsV4": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + }, + "TemplateDefinition": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "TemplateV2": { + "$ref": "#/definitions/TemplateV2" + } + }, + "required": [ + "TemplateV2" + ], + "title": "TemplateV2", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "TemplateV3": { + "$ref": "#/definitions/TemplateV3" + } + }, + "required": [ + "TemplateV3" + ], + "title": "TemplateV3", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "TemplateV4": { + "$ref": "#/definitions/TemplateV4" + } + }, + "required": [ + "TemplateV4" + ], + "title": "TemplateV4", + "type": "object" + } + ] + }, + "TemplateV2": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV2" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV2" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV2" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV2" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV2" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV2" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "TemplateV3": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV3" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV3" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV3" + }, + "HashAlgorithm": { + "$ref": "#/definitions/HashAlgorithm" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV3" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV3" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV3" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "HashAlgorithm", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "TemplateV4": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV4" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV4" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV4" + }, + "HashAlgorithm": { + "$ref": "#/definitions/HashAlgorithm" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV4" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV4" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV4" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "ValidityPeriod": { + "additionalProperties": false, + "properties": { + "Period": { + "maximum": 8766000, + "minimum": 1, + "type": "number" + }, + "PeriodType": { + "$ref": "#/definitions/ValidityPeriodType" + } + }, + "required": [ + "Period", + "PeriodType" + ], + "type": "object" + }, + "ValidityPeriodType": { + "enum": [ + "HOURS", + "DAYS", + "WEEKS", + "MONTHS", + "YEARS" + ], + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/TemplateArn" + ], + "properties": { + "ConnectorArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$", + "type": "string" + }, + "Definition": { + "$ref": "#/definitions/TemplateDefinition" + }, + "Name": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "ReenrollAllCertificateHolders": { + "type": "boolean" + }, + "Tags": { + "$ref": "#/definitions/Tags" + }, + "TemplateArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}\\/template\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/TemplateArn" + ], + "required": [ + "ConnectorArn", + "Definition", + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-pcaconnectorad", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::Template", + "writeOnlyProperties": [ + "/properties/ConnectorArn", + "/properties/Definition", + "/properties/Name", + "/properties/ReenrollAllCertificateHolders", + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-quicksight-datasource.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-quicksight-datasource.json new file mode 100644 index 0000000000000000000000000000000000000000..9df3fb87c40e30f9b47cac1c392a95d889b77f8c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-quicksight-datasource.json @@ -0,0 +1,951 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AwsAccountId", + "/properties/DataSourceId", + "/properties/Type" + ], + "definitions": { + "AmazonElasticsearchParameters": { + "additionalProperties": false, + "properties": { + "Domain": { + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Domain" + ], + "type": "object" + }, + "AmazonOpenSearchParameters": { + "additionalProperties": false, + "properties": { + "Domain": { + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Domain" + ], + "type": "object" + }, + "AthenaParameters": { + "additionalProperties": false, + "properties": { + "RoleArn": { + "maxLength": 2048, + "minLength": 20, + "type": "string" + }, + "WorkGroup": { + "maxLength": 128, + "minLength": 1, + "type": "string" + } + }, + "type": "object" + }, + "AuroraParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "AuroraPostgreSqlParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "AwsIotAnalyticsParameters": { + "additionalProperties": false, + "properties": { + "DataSetName": { + "maxLength": 128, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "DataSetName" + ], + "type": "object" + }, + "CredentialPair": { + "additionalProperties": false, + "properties": { + "AlternateDataSourceParameters": { + "items": { + "$ref": "#/definitions/DataSourceParameters" + }, + "maxItems": 50, + "minItems": 1, + "type": "array" + }, + "Password": { + "maxLength": 1024, + "minLength": 1, + "type": "string" + }, + "Username": { + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Password", + "Username" + ], + "type": "object" + }, + "DataSourceCredentials": { + "additionalProperties": false, + "properties": { + "CopySourceArn": { + "pattern": "^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:datasource/.+$", + "type": "string" + }, + "CredentialPair": { + "$ref": "#/definitions/CredentialPair" + }, + "SecretArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:[-a-z0-9]*:secretsmanager:[-a-z0-9]*:[0-9]{12}:secret:.+$", + "type": "string" + } + }, + "type": "object" + }, + "DataSourceErrorInfo": { + "additionalProperties": false, + "properties": { + "Message": { + "type": "string" + }, + "Type": { + "$ref": "#/definitions/DataSourceErrorInfoType" + } + }, + "type": "object" + }, + "DataSourceErrorInfoType": { + "enum": [ + "ACCESS_DENIED", + "COPY_SOURCE_NOT_FOUND", + "TIMEOUT", + "ENGINE_VERSION_NOT_SUPPORTED", + "UNKNOWN_HOST", + "GENERIC_SQL_FAILURE", + "CONFLICT", + "UNKNOWN" + ], + "type": "string" + }, + "DataSourceParameters": { + "additionalProperties": false, + "properties": { + "AmazonElasticsearchParameters": { + "$ref": "#/definitions/AmazonElasticsearchParameters" + }, + "AmazonOpenSearchParameters": { + "$ref": "#/definitions/AmazonOpenSearchParameters" + }, + "AthenaParameters": { + "$ref": "#/definitions/AthenaParameters" + }, + "AuroraParameters": { + "$ref": "#/definitions/AuroraParameters" + }, + "AuroraPostgreSqlParameters": { + "$ref": "#/definitions/AuroraPostgreSqlParameters" + }, + "DatabricksParameters": { + "$ref": "#/definitions/DatabricksParameters" + }, + "MariaDbParameters": { + "$ref": "#/definitions/MariaDbParameters" + }, + "MySqlParameters": { + "$ref": "#/definitions/MySqlParameters" + }, + "OracleParameters": { + "$ref": "#/definitions/OracleParameters" + }, + "PostgreSqlParameters": { + "$ref": "#/definitions/PostgreSqlParameters" + }, + "PrestoParameters": { + "$ref": "#/definitions/PrestoParameters" + }, + "RdsParameters": { + "$ref": "#/definitions/RdsParameters" + }, + "RedshiftParameters": { + "$ref": "#/definitions/RedshiftParameters" + }, + "S3Parameters": { + "$ref": "#/definitions/S3Parameters" + }, + "SnowflakeParameters": { + "$ref": "#/definitions/SnowflakeParameters" + }, + "SparkParameters": { + "$ref": "#/definitions/SparkParameters" + }, + "SqlServerParameters": { + "$ref": "#/definitions/SqlServerParameters" + }, + "StarburstParameters": { + "$ref": "#/definitions/StarburstParameters" + }, + "TeradataParameters": { + "$ref": "#/definitions/TeradataParameters" + }, + "TrinoParameters": { + "$ref": "#/definitions/TrinoParameters" + } + }, + "type": "object" + }, + "DataSourceType": { + "enum": [ + "ADOBE_ANALYTICS", + "AMAZON_ELASTICSEARCH", + "AMAZON_OPENSEARCH", + "ATHENA", + "AURORA", + "AURORA_POSTGRESQL", + "AWS_IOT_ANALYTICS", + "DATABRICKS", + "DENODO", + "DREMIO", + "DYNAMODB", + "SAPHANA", + "DB2_AS400", + "EXASOL", + "FILE", + "GITHUB", + "JIRA", + "MARIADB", + "MYSQL", + "ORACLE", + "POSTGRESQL", + "PRESTO", + "REDSHIFT", + "S3", + "S3_TABLES", + "SALESFORCE", + "SERVICENOW", + "SNOWFLAKE", + "SPARK", + "SQLSERVER", + "TERADATA", + "TIMESTREAM", + "TWITTER", + "BIGQUERY", + "GOOGLE_ANALYTICS", + "TRINO", + "STARBURST", + "MONGO", + "MONGO_ATLAS", + "DOCUMENTDB", + "APPFLOW", + "IMPALA", + "GLUE" + ], + "type": "string" + }, + "DatabricksParameters": { + "additionalProperties": false, + "properties": { + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + }, + "SqlEndpointPath": { + "maxLength": 4096, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Host", + "Port", + "SqlEndpointPath" + ], + "type": "object" + }, + "IdentityCenterConfiguration": { + "additionalProperties": false, + "properties": { + "EnableIdentityPropagation": { + "default": null, + "type": "boolean" + } + }, + "type": "object" + }, + "ManifestFileLocation": { + "additionalProperties": false, + "properties": { + "Bucket": { + "maxLength": 1024, + "minLength": 1, + "type": "string" + }, + "Key": { + "maxLength": 1024, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Bucket", + "Key" + ], + "type": "object" + }, + "MariaDbParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "MySqlParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "OracleParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "PostgreSqlParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "PrestoParameters": { + "additionalProperties": false, + "properties": { + "Catalog": { + "maxLength": 128, + "minLength": 0, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Catalog", + "Host", + "Port" + ], + "type": "object" + }, + "RdsParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "InstanceId": { + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Database", + "InstanceId" + ], + "type": "object" + }, + "RedshiftIAMParameters": { + "additionalProperties": false, + "properties": { + "AutoCreateDatabaseUser": { + "default": false, + "type": "boolean" + }, + "DatabaseGroups": { + "items": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "maxItems": 50, + "minItems": 1, + "type": "array" + }, + "DatabaseUser": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "RoleArn": { + "maxLength": 2048, + "minLength": 20, + "type": "string" + } + }, + "required": [ + "RoleArn" + ], + "type": "object" + }, + "RedshiftParameters": { + "additionalProperties": false, + "properties": { + "ClusterId": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "IAMParameters": { + "$ref": "#/definitions/RedshiftIAMParameters" + }, + "IdentityCenterConfiguration": { + "$ref": "#/definitions/IdentityCenterConfiguration" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 0, + "type": "number" + } + }, + "required": [ + "Database" + ], + "type": "object" + }, + "ResourcePermission": { + "additionalProperties": false, + "properties": { + "Actions": { + "items": { + "type": "string" + }, + "maxItems": 20, + "minItems": 1, + "type": "array" + }, + "Principal": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Resource": { + "type": "string" + } + }, + "required": [ + "Actions", + "Principal" + ], + "type": "object" + }, + "ResourceStatus": { + "enum": [ + "CREATION_IN_PROGRESS", + "CREATION_SUCCESSFUL", + "CREATION_FAILED", + "UPDATE_IN_PROGRESS", + "UPDATE_SUCCESSFUL", + "UPDATE_FAILED", + "DELETED" + ], + "type": "string" + }, + "S3Parameters": { + "additionalProperties": false, + "properties": { + "ManifestFileLocation": { + "$ref": "#/definitions/ManifestFileLocation" + }, + "RoleArn": { + "maxLength": 2048, + "minLength": 20, + "type": "string" + } + }, + "required": [ + "ManifestFileLocation" + ], + "type": "object" + }, + "SnowflakeParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Warehouse": { + "maxLength": 128, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Database", + "Host", + "Warehouse" + ], + "type": "object" + }, + "SparkParameters": { + "additionalProperties": false, + "properties": { + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Host", + "Port" + ], + "type": "object" + }, + "SqlServerParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "SslProperties": { + "additionalProperties": false, + "properties": { + "DisableSsl": { + "default": false, + "type": "boolean" + } + }, + "type": "object" + }, + "StarburstParameters": { + "additionalProperties": false, + "properties": { + "Catalog": { + "maxLength": 128, + "minLength": 0, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + }, + "ProductType": { + "$ref": "#/definitions/StarburstProductType" + } + }, + "required": [ + "Catalog", + "Host", + "Port" + ], + "type": "object" + }, + "StarburstProductType": { + "enum": [ + "GALAXY", + "ENTERPRISE" + ], + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "TeradataParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "TrinoParameters": { + "additionalProperties": false, + "properties": { + "Catalog": { + "maxLength": 128, + "minLength": 0, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Catalog", + "Host", + "Port" + ], + "type": "object" + }, + "VpcConnectionProperties": { + "additionalProperties": false, + "properties": { + "VpcConnectionArn": { + "type": "string" + } + }, + "required": [ + "VpcConnectionArn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/AwsAccountId", + "/properties/DataSourceId" + ], + "properties": { + "AlternateDataSourceParameters": { + "items": { + "$ref": "#/definitions/DataSourceParameters" + }, + "maxItems": 50, + "minItems": 1, + "type": "array" + }, + "Arn": { + "type": "string" + }, + "AwsAccountId": { + "maxLength": 12, + "minLength": 12, + "pattern": "^[0-9]{12}$", + "type": "string" + }, + "CreatedTime": { + "format": "date-time", + "type": "string" + }, + "Credentials": { + "$ref": "#/definitions/DataSourceCredentials" + }, + "DataSourceId": { + "type": "string" + }, + "DataSourceParameters": { + "$ref": "#/definitions/DataSourceParameters" + }, + "ErrorInfo": { + "$ref": "#/definitions/DataSourceErrorInfo" + }, + "FolderArns": { + "items": { + "type": "string" + }, + "maxItems": 10, + "minItems": 0, + "type": "array" + }, + "LastUpdatedTime": { + "format": "date-time", + "type": "string" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Permissions": { + "items": { + "$ref": "#/definitions/ResourcePermission" + }, + "maxItems": 64, + "minItems": 1, + "type": "array" + }, + "SslProperties": { + "$ref": "#/definitions/SslProperties" + }, + "Status": { + "$ref": "#/definitions/ResourceStatus" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 200, + "minItems": 1, + "type": "array" + }, + "Type": { + "$ref": "#/definitions/DataSourceType" + }, + "VpcConnectionProperties": { + "$ref": "#/definitions/VpcConnectionProperties" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreatedTime", + "/properties/LastUpdatedTime", + "/properties/Status" + ], + "required": [ + "Name", + "Type" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-quicksight", + "typeName": "AWS::QuickSight::DataSource", + "writeOnlyProperties": [ + "/properties/Credentials", + "/properties/FolderArns" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-route53-healthcheck.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-route53-healthcheck.json new file mode 100644 index 0000000000000000000000000000000000000000..e45baa386f757e2bc7796ffddc614dc44ac09cee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-route53-healthcheck.json @@ -0,0 +1,127 @@ +{ + "additionalProperties": false, + "definitions": { + "AlarmIdentifier": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "required": [ + "Region", + "Name" + ], + "type": "object" + }, + "HealthCheckConfig": { + "additionalProperties": false, + "properties": { + "AlarmIdentifier": { + "$ref": "#/definitions/AlarmIdentifier" + }, + "ChildHealthChecks": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "EnableSNI": { + "type": "boolean" + }, + "FailureThreshold": { + "type": "integer" + }, + "FullyQualifiedDomainName": { + "type": "string" + }, + "HealthThreshold": { + "type": "integer" + }, + "IPAddress": { + "type": "string" + }, + "InsufficientDataHealthStatus": { + "type": "string" + }, + "Inverted": { + "type": "boolean" + }, + "MeasureLatency": { + "type": "boolean" + }, + "Port": { + "type": "integer" + }, + "Regions": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "RequestInterval": { + "type": "integer" + }, + "ResourcePath": { + "type": "string" + }, + "SearchString": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "HealthCheckTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "HealthCheckConfig": { + "$ref": "#/definitions/HealthCheckConfig" + }, + "HealthCheckTags": { + "items": { + "$ref": "#/definitions/HealthCheckTag" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "HealthCheckConfig" + ], + "typeName": "AWS::Route53::HealthCheck" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-sagemaker-endpoint.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-sagemaker-endpoint.json new file mode 100644 index 0000000000000000000000000000000000000000..aa61eea77af1172e66411f87b0e0421877804058 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-sagemaker-endpoint.json @@ -0,0 +1,211 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/EndpointName" + ], + "definitions": { + "Alarm": { + "additionalProperties": false, + "properties": { + "AlarmName": { + "pattern": "^(?!\\s*$).+", + "type": "string" + } + }, + "required": [ + "AlarmName" + ], + "type": "object" + }, + "AutoRollbackConfig": { + "additionalProperties": false, + "properties": { + "Alarms": { + "items": { + "$ref": "#/definitions/Alarm" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "Alarms" + ], + "type": "object" + }, + "BlueGreenUpdatePolicy": { + "additionalProperties": false, + "properties": { + "MaximumExecutionTimeoutInSeconds": { + "type": "integer" + }, + "TerminationWaitInSeconds": { + "type": "integer" + }, + "TrafficRoutingConfiguration": { + "$ref": "#/definitions/TrafficRoutingConfig" + } + }, + "required": [ + "TrafficRoutingConfiguration" + ], + "type": "object" + }, + "CapacitySize": { + "additionalProperties": false, + "properties": { + "Type": { + "enum": [ + "CAPACITY_PERCENT", + "INSTANCE_COUNT" + ], + "type": "string" + }, + "Value": { + "type": "integer" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + }, + "DeploymentConfig": { + "additionalProperties": false, + "properties": { + "AutoRollbackConfiguration": { + "$ref": "#/definitions/AutoRollbackConfig" + }, + "BlueGreenUpdatePolicy": { + "$ref": "#/definitions/BlueGreenUpdatePolicy" + }, + "RollingUpdatePolicy": { + "$ref": "#/definitions/RollingUpdatePolicy" + } + }, + "type": "object" + }, + "RollingUpdatePolicy": { + "additionalProperties": false, + "properties": { + "MaximumBatchSize": { + "$ref": "#/definitions/CapacitySize" + }, + "MaximumExecutionTimeoutInSeconds": { + "type": "integer" + }, + "RollbackMaximumBatchSize": { + "$ref": "#/definitions/CapacitySize" + }, + "WaitIntervalInSeconds": { + "type": "integer" + } + }, + "required": [ + "MaximumBatchSize", + "WaitIntervalInSeconds" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TrafficRoutingConfig": { + "additionalProperties": false, + "properties": { + "CanarySize": { + "$ref": "#/definitions/CapacitySize" + }, + "LinearStepSize": { + "$ref": "#/definitions/CapacitySize" + }, + "Type": { + "enum": [ + "ALL_AT_ONCE", + "CANARY", + "LINEAR" + ], + "type": "string" + }, + "WaitIntervalInSeconds": { + "type": "integer" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "VariantProperty": { + "additionalProperties": false, + "properties": { + "VariantPropertyType": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DeploymentConfig": { + "$ref": "#/definitions/DeploymentConfig" + }, + "EndpointConfigName": { + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "EndpointName": { + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "ExcludeRetainedVariantProperties": { + "items": { + "$ref": "#/definitions/VariantProperty" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "RetainAllVariantProperties": { + "type": "boolean" + }, + "RetainDeploymentConfig": { + "type": "boolean" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EndpointConfigName" + ], + "typeName": "AWS::SageMaker::Endpoint" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-acceptedportfolioshare.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-acceptedportfolioshare.json new file mode 100644 index 0000000000000000000000000000000000000000..12d64a39fc4fad677c042e6cb8205ef143afef51 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-acceptedportfolioshare.json @@ -0,0 +1,28 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/PortfolioId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PortfolioId" + ], + "typeName": "AWS::ServiceCatalog::AcceptedPortfolioShare" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolio.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolio.json new file mode 100644 index 0000000000000000000000000000000000000000..42850b244fa54bd010ada9adea6d284505579868 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolio.json @@ -0,0 +1,60 @@ +{ + "additionalProperties": false, + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioName": { + "type": "string" + }, + "ProviderName": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/PortfolioName" + ], + "required": [ + "ProviderName", + "DisplayName" + ], + "typeName": "AWS::ServiceCatalog::Portfolio" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolioprincipalassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolioprincipalassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..9be3710efd2eca0d482619b90662bf7708b70350 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolioprincipalassociation.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/PortfolioId", + "/properties/PrincipalARN", + "/properties/PrincipalType" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + }, + "PrincipalARN": { + "type": "string" + }, + "PrincipalType": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PrincipalARN", + "PortfolioId", + "PrincipalType" + ], + "typeName": "AWS::ServiceCatalog::PortfolioPrincipalAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolioproductassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolioproductassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..51ef37ad727951d702e2925474c8cdd81a0d58fe --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolioproductassociation.json @@ -0,0 +1,37 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/SourcePortfolioId", + "/properties/PortfolioId", + "/properties/ProductId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + }, + "ProductId": { + "type": "string" + }, + "SourcePortfolioId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PortfolioId", + "ProductId" + ], + "typeName": "AWS::ServiceCatalog::PortfolioProductAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-tagoptionassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-tagoptionassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..71dc9c071e6eb5a0808b1dd5a66f8c131c441682 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-tagoptionassociation.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ResourceId", + "/properties/TagOptionId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "ResourceId": { + "type": "string" + }, + "TagOptionId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "TagOptionId", + "ResourceId" + ], + "typeName": "AWS::ServiceCatalog::TagOptionAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-transfer-user.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-transfer-user.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca100446b2518a95c1a160ba52e5807776732e5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-transfer-user.json @@ -0,0 +1,133 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ServerId", + "/properties/UserName" + ], + "definitions": { + "HomeDirectoryMapEntry": { + "additionalProperties": false, + "properties": { + "Entry": { + "type": "string" + }, + "Target": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Entry", + "Target" + ], + "type": "object" + }, + "PosixProfile": { + "additionalProperties": false, + "properties": { + "Gid": { + "type": "number" + }, + "SecondaryGids": { + "items": { + "type": "number" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "number" + } + }, + "required": [ + "Uid", + "Gid" + ], + "type": "object" + }, + "SshPublicKey": { + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "HomeDirectory": { + "type": "string" + }, + "HomeDirectoryMappings": { + "items": { + "$ref": "#/definitions/HomeDirectoryMapEntry" + }, + "type": "array", + "uniqueItems": false + }, + "HomeDirectoryType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Policy": { + "type": "string" + }, + "PosixProfile": { + "$ref": "#/definitions/PosixProfile" + }, + "Role": { + "type": "string" + }, + "ServerId": { + "type": "string" + }, + "SshPublicKeys": { + "items": { + "$ref": "#/definitions/SshPublicKey" + }, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Role", + "ServerId", + "UserName" + ], + "typeName": "AWS::Transfer::User" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-ipset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-ipset.json new file mode 100644 index 0000000000000000000000000000000000000000..94373f418c07d5937f7c709536b479c405625c88 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-ipset.json @@ -0,0 +1,49 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "IPSetDescriptor": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "IPSetDescriptors": { + "items": { + "$ref": "#/definitions/IPSetDescriptor" + }, + "type": "array", + "uniqueItems": true + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAF::IPSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-rule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-rule.json new file mode 100644 index 0000000000000000000000000000000000000000..b710c22a22101b0f7c9fa2616b457c5809eb7b44 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-rule.json @@ -0,0 +1,58 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "Predicate": { + "additionalProperties": false, + "properties": { + "DataId": { + "type": "string" + }, + "Negated": { + "type": "boolean" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type", + "DataId", + "Negated" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Predicates": { + "items": { + "$ref": "#/definitions/Predicate" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "Name" + ], + "typeName": "AWS::WAF::Rule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-sizeconstraintset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-sizeconstraintset.json new file mode 100644 index 0000000000000000000000000000000000000000..dc99c2496dbf6535d78a6e89794cb08c92208827 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-sizeconstraintset.json @@ -0,0 +1,73 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "FieldToMatch": { + "additionalProperties": false, + "properties": { + "Data": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "SizeConstraint": { + "additionalProperties": false, + "properties": { + "ComparisonOperator": { + "type": "string" + }, + "FieldToMatch": { + "$ref": "#/definitions/FieldToMatch" + }, + "Size": { + "type": "integer" + }, + "TextTransformation": { + "type": "string" + } + }, + "required": [ + "ComparisonOperator", + "Size", + "TextTransformation", + "FieldToMatch" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SizeConstraints": { + "items": { + "$ref": "#/definitions/SizeConstraint" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "SizeConstraints", + "Name" + ], + "typeName": "AWS::WAF::SizeConstraintSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-webacl.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-webacl.json new file mode 100644 index 0000000000000000000000000000000000000000..be54de03f4c3fe6ad339bc88b632a69217af6372 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-webacl.json @@ -0,0 +1,73 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "ActivatedRule": { + "additionalProperties": false, + "properties": { + "Action": { + "$ref": "#/definitions/WafAction" + }, + "Priority": { + "type": "integer" + }, + "RuleId": { + "type": "string" + } + }, + "required": [ + "Priority", + "RuleId" + ], + "type": "object" + }, + "WafAction": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DefaultAction": { + "$ref": "#/definitions/WafAction" + }, + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Rules": { + "items": { + "$ref": "#/definitions/ActivatedRule" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "DefaultAction", + "Name" + ], + "typeName": "AWS::WAF::WebACL" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-xssmatchset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-xssmatchset.json new file mode 100644 index 0000000000000000000000000000000000000000..253758b36b01ac685b78913ba9d5291259438de9 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-waf-xssmatchset.json @@ -0,0 +1,65 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "FieldToMatch": { + "additionalProperties": false, + "properties": { + "Data": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "XssMatchTuple": { + "additionalProperties": false, + "properties": { + "FieldToMatch": { + "$ref": "#/definitions/FieldToMatch" + }, + "TextTransformation": { + "type": "string" + } + }, + "required": [ + "TextTransformation", + "FieldToMatch" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "XssMatchTuples": { + "items": { + "$ref": "#/definitions/XssMatchTuple" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "XssMatchTuples", + "Name" + ], + "typeName": "AWS::WAF::XssMatchSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-geomatchset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-geomatchset.json new file mode 100644 index 0000000000000000000000000000000000000000..b1e8301ef3f80a5eaf6e6f2e6fcaf8ee385bb381 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-geomatchset.json @@ -0,0 +1,49 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "GeoMatchConstraint": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "GeoMatchConstraints": { + "items": { + "$ref": "#/definitions/GeoMatchConstraint" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAFRegional::GeoMatchSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-ipset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-ipset.json new file mode 100644 index 0000000000000000000000000000000000000000..dd4ff36629a80e02eab250910ae923cf3f87b01f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-ipset.json @@ -0,0 +1,49 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "IPSetDescriptor": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "IPSetDescriptors": { + "items": { + "$ref": "#/definitions/IPSetDescriptor" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAFRegional::IPSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-ratebasedrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-ratebasedrule.json new file mode 100644 index 0000000000000000000000000000000000000000..fa1d5c035452b0880a887e2133fb41fbe2b9918b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-ratebasedrule.json @@ -0,0 +1,67 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName", + "/properties/RateKey" + ], + "definitions": { + "Predicate": { + "additionalProperties": false, + "properties": { + "DataId": { + "type": "string" + }, + "Negated": { + "type": "boolean" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type", + "DataId", + "Negated" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "MatchPredicates": { + "items": { + "$ref": "#/definitions/Predicate" + }, + "type": "array", + "uniqueItems": false + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RateKey": { + "type": "string" + }, + "RateLimit": { + "type": "integer" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "RateLimit", + "RateKey", + "Name" + ], + "typeName": "AWS::WAFRegional::RateBasedRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-rule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-rule.json new file mode 100644 index 0000000000000000000000000000000000000000..c019c2a7973b8ce506273106c526cb263fac7493 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-rule.json @@ -0,0 +1,67 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "Predicate": { + "additionalProperties": false, + "properties": { + "DataId": { + "type": "string" + }, + "Negated": { + "type": "boolean" + }, + "Type": { + "enum": [ + "ByteMatch", + "GeoMatch", + "IPMatch", + "RegexMatch", + "SizeConstraint", + "SqlInjectionMatch", + "XssMatch" + ], + "type": "string" + } + }, + "required": [ + "Type", + "DataId", + "Negated" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Predicates": { + "items": { + "$ref": "#/definitions/Predicate" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "Name" + ], + "typeName": "AWS::WAFRegional::Rule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-sizeconstraintset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-sizeconstraintset.json new file mode 100644 index 0000000000000000000000000000000000000000..ba49684b9010534b6422dd29fe3fbfe6963ab01b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-sizeconstraintset.json @@ -0,0 +1,72 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "FieldToMatch": { + "additionalProperties": false, + "properties": { + "Data": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "SizeConstraint": { + "additionalProperties": false, + "properties": { + "ComparisonOperator": { + "type": "string" + }, + "FieldToMatch": { + "$ref": "#/definitions/FieldToMatch" + }, + "Size": { + "type": "integer" + }, + "TextTransformation": { + "type": "string" + } + }, + "required": [ + "ComparisonOperator", + "Size", + "TextTransformation", + "FieldToMatch" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SizeConstraints": { + "items": { + "$ref": "#/definitions/SizeConstraint" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAFRegional::SizeConstraintSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-webacl.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-webacl.json new file mode 100644 index 0000000000000000000000000000000000000000..c52965870ca569942c16b81e7a090b74012256cb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-wafregional-webacl.json @@ -0,0 +1,74 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "Action": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "Rule": { + "additionalProperties": false, + "properties": { + "Action": { + "$ref": "#/definitions/Action" + }, + "Priority": { + "type": "integer" + }, + "RuleId": { + "type": "string" + } + }, + "required": [ + "Action", + "Priority", + "RuleId" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DefaultAction": { + "$ref": "#/definitions/Action" + }, + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Rules": { + "items": { + "$ref": "#/definitions/Rule" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "DefaultAction", + "Name" + ], + "typeName": "AWS::WAFRegional::WebACL" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/__init__.py b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..6d7285b0417eb575e23cc3d1458128d2893bea99 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/__init__.py @@ -0,0 +1,1339 @@ +from __future__ import annotations + +# pylint: disable=too-many-lines +types: list[str] = [ + "AWS::ACMPCA::Certificate", + "AWS::ACMPCA::CertificateAuthority", + "AWS::ACMPCA::CertificateAuthorityActivation", + "AWS::ACMPCA::Permission", + "AWS::ARCZonalShift::AutoshiftObserverNotificationStatus", + "AWS::ARCZonalShift::ZonalAutoshiftConfiguration", + "AWS::AccessAnalyzer::Analyzer", + "AWS::AmazonMQ::Broker", + "AWS::AmazonMQ::Configuration", + "AWS::AmazonMQ::ConfigurationAssociation", + "AWS::ApiGateway::Account", + "AWS::ApiGateway::ApiKey", + "AWS::ApiGateway::Authorizer", + "AWS::ApiGateway::BasePathMapping", + "AWS::ApiGateway::ClientCertificate", + "AWS::ApiGateway::Deployment", + "AWS::ApiGateway::DocumentationPart", + "AWS::ApiGateway::DocumentationVersion", + "AWS::ApiGateway::DomainName", + "AWS::ApiGateway::GatewayResponse", + "AWS::ApiGateway::Method", + "AWS::ApiGateway::Model", + "AWS::ApiGateway::RequestValidator", + "AWS::ApiGateway::Resource", + "AWS::ApiGateway::RestApi", + "AWS::ApiGateway::Stage", + "AWS::ApiGateway::UsagePlan", + "AWS::ApiGateway::UsagePlanKey", + "AWS::ApiGateway::VpcLink", + "AWS::ApiGatewayV2::Api", + "AWS::ApiGatewayV2::ApiMapping", + "AWS::ApiGatewayV2::Authorizer", + "AWS::ApiGatewayV2::Deployment", + "AWS::ApiGatewayV2::DomainName", + "AWS::ApiGatewayV2::Integration", + "AWS::ApiGatewayV2::IntegrationResponse", + "AWS::ApiGatewayV2::Model", + "AWS::ApiGatewayV2::Route", + "AWS::ApiGatewayV2::RouteResponse", + "AWS::ApiGatewayV2::Stage", + "AWS::AppConfig::Application", + "AWS::AppConfig::ConfigurationProfile", + "AWS::AppConfig::Deployment", + "AWS::AppConfig::DeploymentStrategy", + "AWS::AppConfig::Environment", + "AWS::AppConfig::Extension", + "AWS::AppConfig::ExtensionAssociation", + "AWS::AppConfig::HostedConfigurationVersion", + "AWS::AppMesh::GatewayRoute", + "AWS::AppMesh::Mesh", + "AWS::AppMesh::Route", + "AWS::AppMesh::VirtualGateway", + "AWS::AppMesh::VirtualNode", + "AWS::AppMesh::VirtualRouter", + "AWS::AppMesh::VirtualService", + "AWS::AppSync::Api", + "AWS::AppSync::ApiCache", + "AWS::AppSync::ApiKey", + "AWS::AppSync::ChannelNamespace", + "AWS::AppSync::DataSource", + "AWS::AppSync::DomainName", + "AWS::AppSync::DomainNameApiAssociation", + "AWS::AppSync::FunctionConfiguration", + "AWS::AppSync::GraphQLApi", + "AWS::AppSync::GraphQLSchema", + "AWS::AppSync::Resolver", + "AWS::AppSync::SourceApiAssociation", + "AWS::ApplicationAutoScaling::ScalableTarget", + "AWS::ApplicationAutoScaling::ScalingPolicy", + "AWS::ApplicationInsights::Application", + "AWS::ApplicationSignals::ServiceLevelObjective", + "AWS::Athena::CapacityReservation", + "AWS::Athena::DataCatalog", + "AWS::Athena::NamedQuery", + "AWS::Athena::PreparedStatement", + "AWS::Athena::WorkGroup", + "AWS::AutoScaling::AutoScalingGroup", + "AWS::AutoScaling::LaunchConfiguration", + "AWS::AutoScaling::LifecycleHook", + "AWS::AutoScaling::ScalingPolicy", + "AWS::AutoScaling::ScheduledAction", + "AWS::AutoScaling::WarmPool", + "AWS::Backup::BackupPlan", + "AWS::Backup::BackupSelection", + "AWS::Backup::BackupVault", + "AWS::Backup::RestoreTestingPlan", + "AWS::Backup::RestoreTestingSelection", + "AWS::Batch::ComputeEnvironment", + "AWS::Batch::JobDefinition", + "AWS::Batch::JobQueue", + "AWS::Batch::SchedulingPolicy", + "AWS::CDK::Metadata", + "AWS::CE::AnomalyMonitor", + "AWS::CE::AnomalySubscription", + "AWS::CertificateManager::Certificate", + "AWS::Chatbot::MicrosoftTeamsChannelConfiguration", + "AWS::Chatbot::SlackChannelConfiguration", + "AWS::CloudFormation::CustomResource", + "AWS::CloudFormation::HookDefaultVersion", + "AWS::CloudFormation::HookTypeConfig", + "AWS::CloudFormation::HookVersion", + "AWS::CloudFormation::Macro", + "AWS::CloudFormation::PublicTypeVersion", + "AWS::CloudFormation::ResourceDefaultVersion", + "AWS::CloudFormation::ResourceVersion", + "AWS::CloudFormation::Stack", + "AWS::CloudFormation::StackSet", + "AWS::CloudFormation::WaitCondition", + "AWS::CloudFormation::WaitConditionHandle", + "AWS::CloudFront::CachePolicy", + "AWS::CloudFront::CloudFrontOriginAccessIdentity", + "AWS::CloudFront::ContinuousDeploymentPolicy", + "AWS::CloudFront::Distribution", + "AWS::CloudFront::Function", + "AWS::CloudFront::KeyGroup", + "AWS::CloudFront::KeyValueStore", + "AWS::CloudFront::MonitoringSubscription", + "AWS::CloudFront::OriginAccessControl", + "AWS::CloudFront::OriginRequestPolicy", + "AWS::CloudFront::PublicKey", + "AWS::CloudFront::RealtimeLogConfig", + "AWS::CloudFront::ResponseHeadersPolicy", + "AWS::CloudTrail::EventDataStore", + "AWS::CloudTrail::Trail", + "AWS::CloudWatch::Alarm", + "AWS::CloudWatch::AnomalyDetector", + "AWS::CloudWatch::CompositeAlarm", + "AWS::CloudWatch::Dashboard", + "AWS::CloudWatch::InsightRule", + "AWS::CloudWatch::MetricStream", + "AWS::CodeBuild::Project", + "AWS::CodeBuild::ReportGroup", + "AWS::CodeBuild::SourceCredential", + "AWS::CodeDeploy::Application", + "AWS::CodeDeploy::DeploymentConfig", + "AWS::CodeDeploy::DeploymentGroup", + "AWS::CodePipeline::CustomActionType", + "AWS::CodePipeline::Pipeline", + "AWS::Cognito::IdentityPool", + "AWS::Cognito::IdentityPoolPrincipalTag", + "AWS::Cognito::IdentityPoolRoleAttachment", + "AWS::Cognito::LogDeliveryConfiguration", + "AWS::Cognito::UserPool", + "AWS::Cognito::UserPoolClient", + "AWS::Cognito::UserPoolGroup", + "AWS::Cognito::UserPoolResourceServer", + "AWS::Cognito::UserPoolRiskConfigurationAttachment", + "AWS::Cognito::UserPoolUICustomizationAttachment", + "AWS::Cognito::UserPoolUser", + "AWS::Cognito::UserPoolUserToGroupAttachment", + "AWS::Config::AggregationAuthorization", + "AWS::Config::ConfigRule", + "AWS::Config::ConfigurationAggregator", + "AWS::Config::ConfigurationRecorder", + "AWS::Config::ConformancePack", + "AWS::Config::DeliveryChannel", + "AWS::Config::OrganizationConfigRule", + "AWS::Config::OrganizationConformancePack", + "AWS::Config::RemediationConfiguration", + "AWS::Config::StoredQuery", + "AWS::ControlTower::EnabledBaseline", + "AWS::ControlTower::EnabledControl", + "AWS::ControlTower::LandingZone", + "AWS::DLM::LifecyclePolicy", + "AWS::DMS::DataMigration", + "AWS::DMS::DataProvider", + "AWS::DMS::InstanceProfile", + "AWS::DMS::MigrationProject", + "AWS::DMS::ReplicationConfig", + "AWS::DataPipeline::Pipeline", + "AWS::DataSync::Agent", + "AWS::DataSync::LocationAzureBlob", + "AWS::DataSync::LocationEFS", + "AWS::DataSync::LocationFSxLustre", + "AWS::DataSync::LocationFSxONTAP", + "AWS::DataSync::LocationFSxWindows", + "AWS::DataSync::LocationHDFS", + "AWS::DataSync::LocationNFS", + "AWS::DataSync::LocationObjectStorage", + "AWS::DataSync::LocationS3", + "AWS::DataSync::LocationSMB", + "AWS::DataSync::Task", + "AWS::DirectoryService::MicrosoftAD", + "AWS::DirectoryService::SimpleAD", + "AWS::DocDB::DBCluster", + "AWS::DocDB::DBClusterParameterGroup", + "AWS::DocDB::DBInstance", + "AWS::DocDB::DBSubnetGroup", + "AWS::DocDB::EventSubscription", + "AWS::DynamoDB::GlobalTable", + "AWS::DynamoDB::Table", + "AWS::EC2::CapacityReservation", + "AWS::EC2::CapacityReservationFleet", + "AWS::EC2::ClientVpnAuthorizationRule", + "AWS::EC2::ClientVpnEndpoint", + "AWS::EC2::ClientVpnRoute", + "AWS::EC2::ClientVpnTargetNetworkAssociation", + "AWS::EC2::CustomerGateway", + "AWS::EC2::DHCPOptions", + "AWS::EC2::EC2Fleet", + "AWS::EC2::EIP", + "AWS::EC2::EIPAssociation", + "AWS::EC2::EgressOnlyInternetGateway", + "AWS::EC2::FlowLog", + "AWS::EC2::GatewayRouteTableAssociation", + "AWS::EC2::Host", + "AWS::EC2::IPAM", + "AWS::EC2::IPAMAllocation", + "AWS::EC2::IPAMPool", + "AWS::EC2::IPAMPoolCidr", + "AWS::EC2::IPAMResourceDiscovery", + "AWS::EC2::IPAMResourceDiscoveryAssociation", + "AWS::EC2::IPAMScope", + "AWS::EC2::Instance", + "AWS::EC2::InstanceConnectEndpoint", + "AWS::EC2::InternetGateway", + "AWS::EC2::KeyPair", + "AWS::EC2::LaunchTemplate", + "AWS::EC2::NatGateway", + "AWS::EC2::NetworkAcl", + "AWS::EC2::NetworkAclEntry", + "AWS::EC2::NetworkInterface", + "AWS::EC2::NetworkInterfaceAttachment", + "AWS::EC2::NetworkInterfacePermission", + "AWS::EC2::NetworkPerformanceMetricSubscription", + "AWS::EC2::PlacementGroup", + "AWS::EC2::PrefixList", + "AWS::EC2::Route", + "AWS::EC2::RouteTable", + "AWS::EC2::SecurityGroup", + "AWS::EC2::SecurityGroupEgress", + "AWS::EC2::SecurityGroupIngress", + "AWS::EC2::SecurityGroupVpcAssociation", + "AWS::EC2::SnapshotBlockPublicAccess", + "AWS::EC2::SpotFleet", + "AWS::EC2::Subnet", + "AWS::EC2::SubnetCidrBlock", + "AWS::EC2::SubnetNetworkAclAssociation", + "AWS::EC2::SubnetRouteTableAssociation", + "AWS::EC2::TrafficMirrorFilter", + "AWS::EC2::TrafficMirrorFilterRule", + "AWS::EC2::TrafficMirrorSession", + "AWS::EC2::TrafficMirrorTarget", + "AWS::EC2::TransitGateway", + "AWS::EC2::TransitGatewayAttachment", + "AWS::EC2::TransitGatewayConnect", + "AWS::EC2::TransitGatewayMulticastDomain", + "AWS::EC2::TransitGatewayMulticastDomainAssociation", + "AWS::EC2::TransitGatewayMulticastGroupMember", + "AWS::EC2::TransitGatewayMulticastGroupSource", + "AWS::EC2::TransitGatewayPeeringAttachment", + "AWS::EC2::TransitGatewayRoute", + "AWS::EC2::TransitGatewayRouteTable", + "AWS::EC2::TransitGatewayRouteTableAssociation", + "AWS::EC2::TransitGatewayRouteTablePropagation", + "AWS::EC2::TransitGatewayVpcAttachment", + "AWS::EC2::VPC", + "AWS::EC2::VPCCidrBlock", + "AWS::EC2::VPCDHCPOptionsAssociation", + "AWS::EC2::VPCEndpoint", + "AWS::EC2::VPCEndpointConnectionNotification", + "AWS::EC2::VPCEndpointService", + "AWS::EC2::VPCEndpointServicePermissions", + "AWS::EC2::VPCGatewayAttachment", + "AWS::EC2::VPCPeeringConnection", + "AWS::EC2::VPNConnection", + "AWS::EC2::VPNConnectionRoute", + "AWS::EC2::VPNGateway", + "AWS::EC2::VPNGatewayRoutePropagation", + "AWS::EC2::Volume", + "AWS::EC2::VolumeAttachment", + "AWS::ECR::PullThroughCacheRule", + "AWS::ECR::RegistryPolicy", + "AWS::ECR::ReplicationConfiguration", + "AWS::ECR::Repository", + "AWS::ECR::RepositoryCreationTemplate", + "AWS::ECS::CapacityProvider", + "AWS::ECS::Cluster", + "AWS::ECS::ClusterCapacityProviderAssociations", + "AWS::ECS::PrimaryTaskSet", + "AWS::ECS::Service", + "AWS::ECS::TaskDefinition", + "AWS::ECS::TaskSet", + "AWS::EFS::AccessPoint", + "AWS::EFS::FileSystem", + "AWS::EFS::MountTarget", + "AWS::EKS::AccessEntry", + "AWS::EKS::Addon", + "AWS::EKS::Cluster", + "AWS::EKS::FargateProfile", + "AWS::EKS::IdentityProviderConfig", + "AWS::EKS::Nodegroup", + "AWS::EKS::PodIdentityAssociation", + "AWS::EMR::Cluster", + "AWS::EMR::InstanceFleetConfig", + "AWS::EMR::InstanceGroupConfig", + "AWS::EMR::SecurityConfiguration", + "AWS::EMR::Step", + "AWS::EMR::Studio", + "AWS::EMRContainers::VirtualCluster", + "AWS::EMRServerless::Application", + "AWS::ElastiCache::CacheCluster", + "AWS::ElastiCache::ParameterGroup", + "AWS::ElastiCache::ReplicationGroup", + "AWS::ElastiCache::SecurityGroup", + "AWS::ElastiCache::SecurityGroupIngress", + "AWS::ElastiCache::ServerlessCache", + "AWS::ElastiCache::SubnetGroup", + "AWS::ElastiCache::User", + "AWS::ElastiCache::UserGroup", + "AWS::ElasticBeanstalk::Application", + "AWS::ElasticBeanstalk::ApplicationVersion", + "AWS::ElasticBeanstalk::ConfigurationTemplate", + "AWS::ElasticBeanstalk::Environment", + "AWS::ElasticLoadBalancing::LoadBalancer", + "AWS::ElasticLoadBalancingV2::Listener", + "AWS::ElasticLoadBalancingV2::ListenerCertificate", + "AWS::ElasticLoadBalancingV2::ListenerRule", + "AWS::ElasticLoadBalancingV2::LoadBalancer", + "AWS::ElasticLoadBalancingV2::TargetGroup", + "AWS::ElasticLoadBalancingV2::TrustStore", + "AWS::ElasticLoadBalancingV2::TrustStoreRevocation", + "AWS::Elasticsearch::Domain", + "AWS::EventSchemas::Discoverer", + "AWS::EventSchemas::Registry", + "AWS::EventSchemas::RegistryPolicy", + "AWS::EventSchemas::Schema", + "AWS::Events::ApiDestination", + "AWS::Events::Archive", + "AWS::Events::Connection", + "AWS::Events::EventBus", + "AWS::Events::EventBusPolicy", + "AWS::Events::Rule", + "AWS::FIS::ExperimentTemplate", + "AWS::FIS::TargetAccountConfiguration", + "AWS::FMS::NotificationChannel", + "AWS::FMS::Policy", + "AWS::FMS::ResourceSet", + "AWS::FSx::DataRepositoryAssociation", + "AWS::FSx::FileSystem", + "AWS::FSx::Snapshot", + "AWS::FSx::StorageVirtualMachine", + "AWS::FSx::Volume", + "AWS::GameLift::Alias", + "AWS::GameLift::Build", + "AWS::GameLift::Fleet", + "AWS::GlobalAccelerator::Accelerator", + "AWS::GlobalAccelerator::CrossAccountAttachment", + "AWS::GlobalAccelerator::EndpointGroup", + "AWS::GlobalAccelerator::Listener", + "AWS::Glue::Classifier", + "AWS::Glue::Connection", + "AWS::Glue::Crawler", + "AWS::Glue::CustomEntityType", + "AWS::Glue::DataCatalogEncryptionSettings", + "AWS::Glue::DataQualityRuleset", + "AWS::Glue::Database", + "AWS::Glue::DevEndpoint", + "AWS::Glue::Job", + "AWS::Glue::MLTransform", + "AWS::Glue::Partition", + "AWS::Glue::SecurityConfiguration", + "AWS::Glue::Table", + "AWS::Glue::Trigger", + "AWS::Glue::UsageProfile", + "AWS::Glue::Workflow", + "AWS::GuardDuty::Detector", + "AWS::GuardDuty::Filter", + "AWS::GuardDuty::IPSet", + "AWS::GuardDuty::MalwareProtectionPlan", + "AWS::GuardDuty::Master", + "AWS::GuardDuty::Member", + "AWS::GuardDuty::ThreatIntelSet", + "AWS::IAM::AccessKey", + "AWS::IAM::Group", + "AWS::IAM::GroupPolicy", + "AWS::IAM::InstanceProfile", + "AWS::IAM::ManagedPolicy", + "AWS::IAM::OIDCProvider", + "AWS::IAM::Policy", + "AWS::IAM::Role", + "AWS::IAM::RolePolicy", + "AWS::IAM::SAMLProvider", + "AWS::IAM::ServerCertificate", + "AWS::IAM::ServiceLinkedRole", + "AWS::IAM::User", + "AWS::IAM::UserPolicy", + "AWS::IAM::UserToGroupAddition", + "AWS::IdentityStore::Group", + "AWS::IdentityStore::GroupMembership", + "AWS::ImageBuilder::Component", + "AWS::ImageBuilder::ContainerRecipe", + "AWS::ImageBuilder::DistributionConfiguration", + "AWS::ImageBuilder::Image", + "AWS::ImageBuilder::ImagePipeline", + "AWS::ImageBuilder::ImageRecipe", + "AWS::ImageBuilder::InfrastructureConfiguration", + "AWS::ImageBuilder::LifecyclePolicy", + "AWS::ImageBuilder::Workflow", + "AWS::InternetMonitor::Monitor", + "AWS::IoT::Certificate", + "AWS::IoT::Policy", + "AWS::IoT::PolicyPrincipalAttachment", + "AWS::IoT::Thing", + "AWS::IoT::ThingPrincipalAttachment", + "AWS::IoT::TopicRule", + "AWS::KMS::Alias", + "AWS::KMS::Key", + "AWS::KMS::ReplicaKey", + "AWS::Kinesis::ResourcePolicy", + "AWS::Kinesis::Stream", + "AWS::Kinesis::StreamConsumer", + "AWS::KinesisAnalyticsV2::Application", + "AWS::KinesisFirehose::DeliveryStream", + "AWS::LakeFormation::DataCellsFilter", + "AWS::LakeFormation::DataLakeSettings", + "AWS::LakeFormation::Permissions", + "AWS::LakeFormation::PrincipalPermissions", + "AWS::LakeFormation::Resource", + "AWS::LakeFormation::Tag", + "AWS::LakeFormation::TagAssociation", + "AWS::Lambda::Alias", + "AWS::Lambda::EventInvokeConfig", + "AWS::Lambda::EventSourceMapping", + "AWS::Lambda::Function", + "AWS::Lambda::LayerVersion", + "AWS::Lambda::LayerVersionPermission", + "AWS::Lambda::Permission", + "AWS::Lambda::Version", + "AWS::LaunchWizard::Deployment", + "AWS::Location::APIKey", + "AWS::Location::GeofenceCollection", + "AWS::Location::Map", + "AWS::Location::PlaceIndex", + "AWS::Location::RouteCalculator", + "AWS::Location::Tracker", + "AWS::Location::TrackerConsumer", + "AWS::Logs::AccountPolicy", + "AWS::Logs::Delivery", + "AWS::Logs::DeliveryDestination", + "AWS::Logs::DeliverySource", + "AWS::Logs::Destination", + "AWS::Logs::LogAnomalyDetector", + "AWS::Logs::LogGroup", + "AWS::Logs::LogStream", + "AWS::Logs::MetricFilter", + "AWS::Logs::QueryDefinition", + "AWS::Logs::ResourcePolicy", + "AWS::Logs::SubscriptionFilter", + "AWS::M2::Application", + "AWS::M2::Environment", + "AWS::MSK::BatchScramSecret", + "AWS::MSK::Cluster", + "AWS::MSK::ClusterPolicy", + "AWS::MSK::Configuration", + "AWS::MSK::VpcConnection", + "AWS::MWAA::Environment", + "AWS::MemoryDB::ACL", + "AWS::MemoryDB::Cluster", + "AWS::MemoryDB::ParameterGroup", + "AWS::MemoryDB::SubnetGroup", + "AWS::MemoryDB::User", + "AWS::Neptune::DBCluster", + "AWS::Neptune::DBClusterParameterGroup", + "AWS::Neptune::DBInstance", + "AWS::Neptune::DBParameterGroup", + "AWS::Neptune::DBSubnetGroup", + "AWS::Neptune::EventSubscription", + "AWS::NetworkFirewall::Firewall", + "AWS::NetworkFirewall::FirewallPolicy", + "AWS::NetworkFirewall::LoggingConfiguration", + "AWS::NetworkFirewall::RuleGroup", + "AWS::NetworkFirewall::TLSInspectionConfiguration", + "AWS::NetworkManager::ConnectAttachment", + "AWS::NetworkManager::ConnectPeer", + "AWS::NetworkManager::CoreNetwork", + "AWS::NetworkManager::CustomerGatewayAssociation", + "AWS::NetworkManager::Device", + "AWS::NetworkManager::GlobalNetwork", + "AWS::NetworkManager::Link", + "AWS::NetworkManager::LinkAssociation", + "AWS::NetworkManager::Site", + "AWS::NetworkManager::SiteToSiteVpnAttachment", + "AWS::NetworkManager::TransitGatewayPeering", + "AWS::NetworkManager::TransitGatewayRegistration", + "AWS::NetworkManager::TransitGatewayRouteTableAttachment", + "AWS::NetworkManager::VpcAttachment", + "AWS::Oam::Link", + "AWS::Oam::Sink", + "AWS::OpenSearchService::Domain", + "AWS::OpsWorks::App", + "AWS::OpsWorks::ElasticLoadBalancerAttachment", + "AWS::OpsWorks::Instance", + "AWS::OpsWorks::Layer", + "AWS::OpsWorks::Stack", + "AWS::OpsWorks::UserProfile", + "AWS::OpsWorks::Volume", + "AWS::Organizations::Account", + "AWS::Organizations::Organization", + "AWS::Organizations::OrganizationalUnit", + "AWS::Organizations::Policy", + "AWS::Organizations::ResourcePolicy", + "AWS::PCAConnectorAD::Connector", + "AWS::PCAConnectorAD::DirectoryRegistration", + "AWS::PCAConnectorAD::ServicePrincipalName", + "AWS::PCAConnectorAD::Template", + "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry", + "AWS::PCAConnectorSCEP::Challenge", + "AWS::PCAConnectorSCEP::Connector", + "AWS::Pipes::Pipe", + "AWS::RAM::Permission", + "AWS::RAM::ResourceShare", + "AWS::RDS::DBCluster", + "AWS::RDS::DBClusterParameterGroup", + "AWS::RDS::DBInstance", + "AWS::RDS::DBParameterGroup", + "AWS::RDS::DBProxy", + "AWS::RDS::DBProxyEndpoint", + "AWS::RDS::DBProxyTargetGroup", + "AWS::RDS::DBSecurityGroup", + "AWS::RDS::DBSecurityGroupIngress", + "AWS::RDS::DBSubnetGroup", + "AWS::RDS::EventSubscription", + "AWS::RDS::GlobalCluster", + "AWS::RDS::Integration", + "AWS::RDS::OptionGroup", + "AWS::RUM::AppMonitor", + "AWS::Redshift::Cluster", + "AWS::Redshift::ClusterParameterGroup", + "AWS::Redshift::ClusterSecurityGroup", + "AWS::Redshift::ClusterSecurityGroupIngress", + "AWS::Redshift::ClusterSubnetGroup", + "AWS::Redshift::EndpointAccess", + "AWS::Redshift::EndpointAuthorization", + "AWS::Redshift::EventSubscription", + "AWS::Redshift::Integration", + "AWS::Redshift::ScheduledAction", + "AWS::RedshiftServerless::Namespace", + "AWS::RedshiftServerless::Workgroup", + "AWS::Rekognition::Collection", + "AWS::ResourceExplorer2::DefaultViewAssociation", + "AWS::ResourceExplorer2::Index", + "AWS::ResourceExplorer2::View", + "AWS::ResourceGroups::Group", + "AWS::RolesAnywhere::CRL", + "AWS::RolesAnywhere::Profile", + "AWS::RolesAnywhere::TrustAnchor", + "AWS::Route53::DNSSEC", + "AWS::Route53::HealthCheck", + "AWS::Route53::HostedZone", + "AWS::Route53::KeySigningKey", + "AWS::Route53::RecordSet", + "AWS::Route53::RecordSetGroup", + "AWS::Route53Profiles::Profile", + "AWS::Route53Profiles::ProfileAssociation", + "AWS::Route53Profiles::ProfileResourceAssociation", + "AWS::Route53Resolver::FirewallDomainList", + "AWS::Route53Resolver::FirewallRuleGroup", + "AWS::Route53Resolver::FirewallRuleGroupAssociation", + "AWS::Route53Resolver::ResolverConfig", + "AWS::Route53Resolver::ResolverDNSSECConfig", + "AWS::Route53Resolver::ResolverEndpoint", + "AWS::Route53Resolver::ResolverQueryLoggingConfig", + "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation", + "AWS::Route53Resolver::ResolverRule", + "AWS::Route53Resolver::ResolverRuleAssociation", + "AWS::S3::AccessGrant", + "AWS::S3::AccessGrantsInstance", + "AWS::S3::AccessGrantsLocation", + "AWS::S3::AccessPoint", + "AWS::S3::Bucket", + "AWS::S3::BucketPolicy", + "AWS::S3ObjectLambda::AccessPoint", + "AWS::S3ObjectLambda::AccessPointPolicy", + "AWS::SDB::Domain", + "AWS::SNS::Subscription", + "AWS::SNS::Topic", + "AWS::SNS::TopicInlinePolicy", + "AWS::SNS::TopicPolicy", + "AWS::SQS::Queue", + "AWS::SQS::QueueInlinePolicy", + "AWS::SQS::QueuePolicy", + "AWS::SSM::Association", + "AWS::SSM::Document", + "AWS::SSM::MaintenanceWindow", + "AWS::SSM::MaintenanceWindowTarget", + "AWS::SSM::MaintenanceWindowTask", + "AWS::SSM::Parameter", + "AWS::SSM::PatchBaseline", + "AWS::SSO::Application", + "AWS::SSO::ApplicationAssignment", + "AWS::SSO::Assignment", + "AWS::SSO::Instance", + "AWS::SSO::InstanceAccessControlAttributeConfiguration", + "AWS::SSO::PermissionSet", + "AWS::SageMaker::App", + "AWS::SageMaker::AppImageConfig", + "AWS::SageMaker::Domain", + "AWS::SageMaker::FeatureGroup", + "AWS::SageMaker::Image", + "AWS::SageMaker::ImageVersion", + "AWS::SageMaker::MlflowTrackingServer", + "AWS::SageMaker::ModelCard", + "AWS::SageMaker::ModelPackage", + "AWS::SageMaker::ModelPackageGroup", + "AWS::SageMaker::Pipeline", + "AWS::SageMaker::Project", + "AWS::SageMaker::Space", + "AWS::SageMaker::StudioLifecycleConfig", + "AWS::SageMaker::UserProfile", + "AWS::Scheduler::Schedule", + "AWS::Scheduler::ScheduleGroup", + "AWS::SecretsManager::ResourcePolicy", + "AWS::SecretsManager::RotationSchedule", + "AWS::SecretsManager::Secret", + "AWS::SecretsManager::SecretTargetAttachment", + "AWS::SecurityHub::AutomationRule", + "AWS::SecurityHub::DelegatedAdmin", + "AWS::SecurityHub::Hub", + "AWS::SecurityHub::Insight", + "AWS::SecurityHub::OrganizationConfiguration", + "AWS::SecurityHub::ProductSubscription", + "AWS::SecurityHub::SecurityControl", + "AWS::SecurityHub::Standard", + "AWS::ServiceCatalog::AcceptedPortfolioShare", + "AWS::ServiceCatalog::CloudFormationProduct", + "AWS::ServiceCatalog::CloudFormationProvisionedProduct", + "AWS::ServiceCatalog::LaunchNotificationConstraint", + "AWS::ServiceCatalog::LaunchRoleConstraint", + "AWS::ServiceCatalog::LaunchTemplateConstraint", + "AWS::ServiceCatalog::Portfolio", + "AWS::ServiceCatalog::PortfolioPrincipalAssociation", + "AWS::ServiceCatalog::PortfolioProductAssociation", + "AWS::ServiceCatalog::PortfolioShare", + "AWS::ServiceCatalog::ResourceUpdateConstraint", + "AWS::ServiceCatalog::ServiceAction", + "AWS::ServiceCatalog::ServiceActionAssociation", + "AWS::ServiceCatalog::StackSetConstraint", + "AWS::ServiceCatalog::TagOption", + "AWS::ServiceCatalog::TagOptionAssociation", + "AWS::ServiceCatalogAppRegistry::Application", + "AWS::ServiceCatalogAppRegistry::AttributeGroup", + "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation", + "AWS::ServiceCatalogAppRegistry::ResourceAssociation", + "AWS::ServiceDiscovery::HttpNamespace", + "AWS::ServiceDiscovery::Instance", + "AWS::ServiceDiscovery::PrivateDnsNamespace", + "AWS::ServiceDiscovery::PublicDnsNamespace", + "AWS::ServiceDiscovery::Service", + "AWS::Shield::DRTAccess", + "AWS::Shield::ProactiveEngagement", + "AWS::Shield::Protection", + "AWS::Shield::ProtectionGroup", + "AWS::StepFunctions::Activity", + "AWS::StepFunctions::StateMachine", + "AWS::StepFunctions::StateMachineAlias", + "AWS::StepFunctions::StateMachineVersion", + "AWS::Synthetics::Canary", + "AWS::Transfer::Agreement", + "AWS::Transfer::Certificate", + "AWS::Transfer::Connector", + "AWS::Transfer::Profile", + "AWS::Transfer::Server", + "AWS::Transfer::User", + "AWS::Transfer::Workflow", + "AWS::VerifiedPermissions::IdentitySource", + "AWS::VerifiedPermissions::Policy", + "AWS::VerifiedPermissions::PolicyStore", + "AWS::VerifiedPermissions::PolicyTemplate", + "AWS::VpcLattice::AccessLogSubscription", + "AWS::VpcLattice::AuthPolicy", + "AWS::VpcLattice::Listener", + "AWS::VpcLattice::ResourcePolicy", + "AWS::VpcLattice::Rule", + "AWS::VpcLattice::Service", + "AWS::VpcLattice::ServiceNetwork", + "AWS::VpcLattice::ServiceNetworkServiceAssociation", + "AWS::VpcLattice::ServiceNetworkVpcAssociation", + "AWS::VpcLattice::TargetGroup", + "AWS::WAF::ByteMatchSet", + "AWS::WAF::IPSet", + "AWS::WAF::Rule", + "AWS::WAF::SizeConstraintSet", + "AWS::WAF::SqlInjectionMatchSet", + "AWS::WAF::WebACL", + "AWS::WAF::XssMatchSet", + "AWS::WAFv2::IPSet", + "AWS::WAFv2::LoggingConfiguration", + "AWS::WAFv2::RegexPatternSet", + "AWS::WAFv2::RuleGroup", + "AWS::WAFv2::WebACL", + "AWS::WAFv2::WebACLAssociation", + "AWS::WorkSpaces::Workspace", + "AWS::XRay::Group", + "AWS::XRay::ResourcePolicy", + "AWS::XRay::SamplingRule", + "Module", +] + +# pylint: disable=too-many-lines +cached: list[str] = [ + "Module", + "aws-accessanalyzer-analyzer.json", + "aws-acmpca-certificate.json", + "aws-acmpca-certificateauthority.json", + "aws-acmpca-certificateauthorityactivation.json", + "aws-acmpca-permission.json", + "aws-amazonmq-broker.json", + "aws-amazonmq-configuration.json", + "aws-apigateway-account.json", + "aws-apigateway-apikey.json", + "aws-apigateway-authorizer.json", + "aws-apigateway-basepathmapping.json", + "aws-apigateway-clientcertificate.json", + "aws-apigateway-deployment.json", + "aws-apigateway-documentationpart.json", + "aws-apigateway-documentationversion.json", + "aws-apigateway-gatewayresponse.json", + "aws-apigateway-method.json", + "aws-apigateway-model.json", + "aws-apigateway-requestvalidator.json", + "aws-apigateway-resource.json", + "aws-apigateway-stage.json", + "aws-apigateway-usageplan.json", + "aws-apigateway-usageplankey.json", + "aws-apigateway-vpclink.json", + "aws-apigatewayv2-api.json", + "aws-apigatewayv2-apimapping.json", + "aws-apigatewayv2-authorizer.json", + "aws-apigatewayv2-deployment.json", + "aws-apigatewayv2-domainname.json", + "aws-apigatewayv2-integration.json", + "aws-apigatewayv2-integrationresponse.json", + "aws-apigatewayv2-model.json", + "aws-apigatewayv2-route.json", + "aws-apigatewayv2-routeresponse.json", + "aws-apigatewayv2-stage.json", + "aws-appconfig-application.json", + "aws-appconfig-configurationprofile.json", + "aws-appconfig-deployment.json", + "aws-appconfig-deploymentstrategy.json", + "aws-appconfig-environment.json", + "aws-appconfig-extension.json", + "aws-appconfig-extensionassociation.json", + "aws-appconfig-hostedconfigurationversion.json", + "aws-applicationautoscaling-scalabletarget.json", + "aws-applicationautoscaling-scalingpolicy.json", + "aws-applicationinsights-application.json", + "aws-applicationsignals-servicelevelobjective.json", + "aws-appmesh-gatewayroute.json", + "aws-appmesh-mesh.json", + "aws-appmesh-route.json", + "aws-appmesh-virtualgateway.json", + "aws-appmesh-virtualnode.json", + "aws-appmesh-virtualrouter.json", + "aws-appmesh-virtualservice.json", + "aws-appsync-api.json", + "aws-appsync-apicache.json", + "aws-appsync-apikey.json", + "aws-appsync-channelnamespace.json", + "aws-appsync-datasource.json", + "aws-appsync-domainname.json", + "aws-appsync-domainnameapiassociation.json", + "aws-appsync-functionconfiguration.json", + "aws-appsync-graphqlschema.json", + "aws-appsync-resolver.json", + "aws-appsync-sourceapiassociation.json", + "aws-arczonalshift-autoshiftobservernotificationstatus.json", + "aws-arczonalshift-zonalautoshiftconfiguration.json", + "aws-athena-capacityreservation.json", + "aws-athena-datacatalog.json", + "aws-athena-namedquery.json", + "aws-athena-preparedstatement.json", + "aws-athena-workgroup.json", + "aws-autoscaling-autoscalinggroup.json", + "aws-autoscaling-launchconfiguration.json", + "aws-autoscaling-lifecyclehook.json", + "aws-autoscaling-scalingpolicy.json", + "aws-autoscaling-scheduledaction.json", + "aws-autoscaling-warmpool.json", + "aws-backup-backupplan.json", + "aws-backup-backupselection.json", + "aws-backup-backupvault.json", + "aws-backup-restoretestingplan.json", + "aws-backup-restoretestingselection.json", + "aws-batch-computeenvironment.json", + "aws-batch-jobdefinition.json", + "aws-batch-jobqueue.json", + "aws-batch-schedulingpolicy.json", + "aws-ce-anomalymonitor.json", + "aws-ce-anomalysubscription.json", + "aws-certificatemanager-certificate.json", + "aws-chatbot-microsoftteamschannelconfiguration.json", + "aws-chatbot-slackchannelconfiguration.json", + "aws-cloudformation-customresource.json", + "aws-cloudformation-hookdefaultversion.json", + "aws-cloudformation-hooktypeconfig.json", + "aws-cloudformation-hookversion.json", + "aws-cloudformation-macro.json", + "aws-cloudformation-publictypeversion.json", + "aws-cloudformation-resourcedefaultversion.json", + "aws-cloudformation-resourceversion.json", + "aws-cloudformation-stack.json", + "aws-cloudformation-stackset.json", + "aws-cloudformation-waitconditionhandle.json", + "aws-cloudfront-cachepolicy.json", + "aws-cloudfront-cloudfrontoriginaccessidentity.json", + "aws-cloudfront-continuousdeploymentpolicy.json", + "aws-cloudfront-distribution.json", + "aws-cloudfront-function.json", + "aws-cloudfront-keygroup.json", + "aws-cloudfront-keyvaluestore.json", + "aws-cloudfront-monitoringsubscription.json", + "aws-cloudfront-originaccesscontrol.json", + "aws-cloudfront-originrequestpolicy.json", + "aws-cloudfront-publickey.json", + "aws-cloudfront-realtimelogconfig.json", + "aws-cloudfront-responseheaderspolicy.json", + "aws-cloudtrail-eventdatastore.json", + "aws-cloudtrail-trail.json", + "aws-cloudwatch-alarm.json", + "aws-cloudwatch-anomalydetector.json", + "aws-cloudwatch-compositealarm.json", + "aws-cloudwatch-dashboard.json", + "aws-cloudwatch-insightrule.json", + "aws-cloudwatch-metricstream.json", + "aws-codebuild-project.json", + "aws-codebuild-reportgroup.json", + "aws-codebuild-sourcecredential.json", + "aws-codedeploy-application.json", + "aws-codedeploy-deploymentconfig.json", + "aws-codedeploy-deploymentgroup.json", + "aws-codepipeline-pipeline.json", + "aws-cognito-identitypool.json", + "aws-cognito-identitypoolprincipaltag.json", + "aws-cognito-identitypoolroleattachment.json", + "aws-cognito-logdeliveryconfiguration.json", + "aws-cognito-userpool.json", + "aws-cognito-userpoolclient.json", + "aws-cognito-userpoolgroup.json", + "aws-cognito-userpoolresourceserver.json", + "aws-cognito-userpoolriskconfigurationattachment.json", + "aws-cognito-userpooluicustomizationattachment.json", + "aws-cognito-userpooluser.json", + "aws-cognito-userpoolusertogroupattachment.json", + "aws-config-aggregationauthorization.json", + "aws-config-configrule.json", + "aws-config-configurationaggregator.json", + "aws-config-configurationrecorder.json", + "aws-config-conformancepack.json", + "aws-config-deliverychannel.json", + "aws-config-organizationconfigrule.json", + "aws-config-organizationconformancepack.json", + "aws-config-remediationconfiguration.json", + "aws-config-storedquery.json", + "aws-controltower-enabledbaseline.json", + "aws-controltower-enabledcontrol.json", + "aws-controltower-landingzone.json", + "aws-datasync-agent.json", + "aws-datasync-locationazureblob.json", + "aws-datasync-locationefs.json", + "aws-datasync-locationfsxlustre.json", + "aws-datasync-locationfsxontap.json", + "aws-datasync-locationfsxwindows.json", + "aws-datasync-locationhdfs.json", + "aws-datasync-locationnfs.json", + "aws-datasync-locationobjectstorage.json", + "aws-datasync-locations3.json", + "aws-datasync-locationsmb.json", + "aws-datasync-task.json", + "aws-dlm-lifecyclepolicy.json", + "aws-dms-datamigration.json", + "aws-dms-dataprovider.json", + "aws-dms-instanceprofile.json", + "aws-dms-migrationproject.json", + "aws-dms-replicationconfig.json", + "aws-docdb-dbcluster.json", + "aws-docdb-dbinstance.json", + "aws-docdb-dbsubnetgroup.json", + "aws-docdb-eventsubscription.json", + "aws-dynamodb-globaltable.json", + "aws-dynamodb-table.json", + "aws-ec2-capacityreservation.json", + "aws-ec2-capacityreservationfleet.json", + "aws-ec2-clientvpnendpoint.json", + "aws-ec2-clientvpnroute.json", + "aws-ec2-clientvpntargetnetworkassociation.json", + "aws-ec2-customergateway.json", + "aws-ec2-dhcpoptions.json", + "aws-ec2-ec2fleet.json", + "aws-ec2-egressonlyinternetgateway.json", + "aws-ec2-eip.json", + "aws-ec2-eipassociation.json", + "aws-ec2-flowlog.json", + "aws-ec2-gatewayroutetableassociation.json", + "aws-ec2-instance.json", + "aws-ec2-instanceconnectendpoint.json", + "aws-ec2-internetgateway.json", + "aws-ec2-ipam.json", + "aws-ec2-ipamallocation.json", + "aws-ec2-ipampool.json", + "aws-ec2-ipampoolcidr.json", + "aws-ec2-ipamresourcediscovery.json", + "aws-ec2-ipamresourcediscoveryassociation.json", + "aws-ec2-ipamscope.json", + "aws-ec2-keypair.json", + "aws-ec2-natgateway.json", + "aws-ec2-networkacl.json", + "aws-ec2-networkaclentry.json", + "aws-ec2-networkinterfaceattachment.json", + "aws-ec2-networkperformancemetricsubscription.json", + "aws-ec2-placementgroup.json", + "aws-ec2-prefixlist.json", + "aws-ec2-route.json", + "aws-ec2-routetable.json", + "aws-ec2-securitygroup.json", + "aws-ec2-securitygroupegress.json", + "aws-ec2-securitygroupingress.json", + "aws-ec2-securitygroupvpcassociation.json", + "aws-ec2-snapshotblockpublicaccess.json", + "aws-ec2-spotfleet.json", + "aws-ec2-subnet.json", + "aws-ec2-subnetcidrblock.json", + "aws-ec2-subnetnetworkaclassociation.json", + "aws-ec2-subnetroutetableassociation.json", + "aws-ec2-trafficmirrorfilter.json", + "aws-ec2-trafficmirrorfilterrule.json", + "aws-ec2-trafficmirrortarget.json", + "aws-ec2-transitgateway.json", + "aws-ec2-transitgatewayattachment.json", + "aws-ec2-transitgatewayconnect.json", + "aws-ec2-transitgatewaymulticastdomain.json", + "aws-ec2-transitgatewaymulticastdomainassociation.json", + "aws-ec2-transitgatewaymulticastgroupmember.json", + "aws-ec2-transitgatewaymulticastgroupsource.json", + "aws-ec2-transitgatewaypeeringattachment.json", + "aws-ec2-transitgatewayroute.json", + "aws-ec2-transitgatewayroutetable.json", + "aws-ec2-transitgatewayroutetableassociation.json", + "aws-ec2-transitgatewayroutetablepropagation.json", + "aws-ec2-transitgatewayvpcattachment.json", + "aws-ec2-volume.json", + "aws-ec2-volumeattachment.json", + "aws-ec2-vpc.json", + "aws-ec2-vpccidrblock.json", + "aws-ec2-vpcdhcpoptionsassociation.json", + "aws-ec2-vpcendpoint.json", + "aws-ec2-vpcendpointconnectionnotification.json", + "aws-ec2-vpcendpointservice.json", + "aws-ec2-vpcendpointservicepermissions.json", + "aws-ec2-vpcgatewayattachment.json", + "aws-ec2-vpcpeeringconnection.json", + "aws-ec2-vpnconnection.json", + "aws-ec2-vpnconnectionroute.json", + "aws-ec2-vpngateway.json", + "aws-ecr-pullthroughcacherule.json", + "aws-ecr-registrypolicy.json", + "aws-ecr-replicationconfiguration.json", + "aws-ecr-repository.json", + "aws-ecr-repositorycreationtemplate.json", + "aws-ecs-capacityprovider.json", + "aws-ecs-cluster.json", + "aws-ecs-clustercapacityproviderassociations.json", + "aws-ecs-primarytaskset.json", + "aws-ecs-service.json", + "aws-ecs-taskdefinition.json", + "aws-ecs-taskset.json", + "aws-efs-accesspoint.json", + "aws-efs-mounttarget.json", + "aws-eks-accessentry.json", + "aws-eks-addon.json", + "aws-eks-cluster.json", + "aws-eks-fargateprofile.json", + "aws-eks-identityproviderconfig.json", + "aws-eks-nodegroup.json", + "aws-eks-podidentityassociation.json", + "aws-elasticache-cachecluster.json", + "aws-elasticache-parametergroup.json", + "aws-elasticache-replicationgroup.json", + "aws-elasticache-securitygroup.json", + "aws-elasticache-securitygroupingress.json", + "aws-elasticache-serverlesscache.json", + "aws-elasticache-user.json", + "aws-elasticache-usergroup.json", + "aws-elasticloadbalancing-loadbalancer.json", + "aws-elasticloadbalancingv2-listener.json", + "aws-elasticloadbalancingv2-listenercertificate.json", + "aws-elasticloadbalancingv2-listenerrule.json", + "aws-elasticloadbalancingv2-targetgroup.json", + "aws-elasticloadbalancingv2-truststore.json", + "aws-elasticloadbalancingv2-truststorerevocation.json", + "aws-elasticsearch-domain.json", + "aws-emr-cluster.json", + "aws-emr-instancefleetconfig.json", + "aws-emr-instancegroupconfig.json", + "aws-emr-step.json", + "aws-emr-studio.json", + "aws-emrserverless-application.json", + "aws-events-apidestination.json", + "aws-events-archive.json", + "aws-events-connection.json", + "aws-events-eventbus.json", + "aws-events-eventbuspolicy.json", + "aws-events-rule.json", + "aws-eventschemas-discoverer.json", + "aws-eventschemas-registry.json", + "aws-eventschemas-registrypolicy.json", + "aws-eventschemas-schema.json", + "aws-fis-experimenttemplate.json", + "aws-fis-targetaccountconfiguration.json", + "aws-fms-notificationchannel.json", + "aws-fms-policy.json", + "aws-fms-resourceset.json", + "aws-fsx-datarepositoryassociation.json", + "aws-fsx-filesystem.json", + "aws-fsx-snapshot.json", + "aws-fsx-storagevirtualmachine.json", + "aws-fsx-volume.json", + "aws-globalaccelerator-accelerator.json", + "aws-globalaccelerator-crossaccountattachment.json", + "aws-globalaccelerator-endpointgroup.json", + "aws-globalaccelerator-listener.json", + "aws-glue-classifier.json", + "aws-glue-connection.json", + "aws-glue-crawler.json", + "aws-glue-customentitytype.json", + "aws-glue-database.json", + "aws-glue-datacatalogencryptionsettings.json", + "aws-glue-dataqualityruleset.json", + "aws-glue-devendpoint.json", + "aws-glue-job.json", + "aws-glue-mltransform.json", + "aws-glue-partition.json", + "aws-glue-securityconfiguration.json", + "aws-glue-table.json", + "aws-glue-trigger.json", + "aws-glue-usageprofile.json", + "aws-glue-workflow.json", + "aws-guardduty-detector.json", + "aws-guardduty-filter.json", + "aws-guardduty-ipset.json", + "aws-guardduty-malwareprotectionplan.json", + "aws-guardduty-master.json", + "aws-guardduty-member.json", + "aws-guardduty-threatintelset.json", + "aws-iam-group.json", + "aws-iam-grouppolicy.json", + "aws-iam-oidcprovider.json", + "aws-iam-policy.json", + "aws-iam-role.json", + "aws-iam-rolepolicy.json", + "aws-iam-samlprovider.json", + "aws-iam-servercertificate.json", + "aws-iam-servicelinkedrole.json", + "aws-iam-user.json", + "aws-iam-userpolicy.json", + "aws-iam-usertogroupaddition.json", + "aws-identitystore-group.json", + "aws-identitystore-groupmembership.json", + "aws-imagebuilder-component.json", + "aws-imagebuilder-containerrecipe.json", + "aws-imagebuilder-distributionconfiguration.json", + "aws-imagebuilder-image.json", + "aws-imagebuilder-imagepipeline.json", + "aws-imagebuilder-imagerecipe.json", + "aws-imagebuilder-infrastructureconfiguration.json", + "aws-imagebuilder-lifecyclepolicy.json", + "aws-imagebuilder-workflow.json", + "aws-internetmonitor-monitor.json", + "aws-kinesis-resourcepolicy.json", + "aws-kinesis-stream.json", + "aws-kinesisanalyticsv2-application.json", + "aws-kinesisfirehose-deliverystream.json", + "aws-kms-alias.json", + "aws-kms-key.json", + "aws-kms-replicakey.json", + "aws-lakeformation-datacellsfilter.json", + "aws-lakeformation-datalakesettings.json", + "aws-lakeformation-permissions.json", + "aws-lakeformation-principalpermissions.json", + "aws-lakeformation-resource.json", + "aws-lakeformation-tag.json", + "aws-lakeformation-tagassociation.json", + "aws-lambda-alias.json", + "aws-lambda-eventinvokeconfig.json", + "aws-lambda-eventsourcemapping.json", + "aws-lambda-function.json", + "aws-lambda-layerversion.json", + "aws-lambda-layerversionpermission.json", + "aws-lambda-permission.json", + "aws-launchwizard-deployment.json", + "aws-location-apikey.json", + "aws-location-geofencecollection.json", + "aws-location-map.json", + "aws-location-placeindex.json", + "aws-location-routecalculator.json", + "aws-location-tracker.json", + "aws-location-trackerconsumer.json", + "aws-logs-accountpolicy.json", + "aws-logs-deliverysource.json", + "aws-logs-destination.json", + "aws-logs-loganomalydetector.json", + "aws-logs-loggroup.json", + "aws-logs-logstream.json", + "aws-logs-metricfilter.json", + "aws-logs-querydefinition.json", + "aws-logs-resourcepolicy.json", + "aws-logs-subscriptionfilter.json", + "aws-m2-application.json", + "aws-m2-environment.json", + "aws-memorydb-acl.json", + "aws-memorydb-cluster.json", + "aws-memorydb-parametergroup.json", + "aws-memorydb-subnetgroup.json", + "aws-memorydb-user.json", + "aws-msk-batchscramsecret.json", + "aws-msk-cluster.json", + "aws-msk-clusterpolicy.json", + "aws-msk-configuration.json", + "aws-msk-vpcconnection.json", + "aws-mwaa-environment.json", + "aws-neptune-dbcluster.json", + "aws-neptune-dbsubnetgroup.json", + "aws-neptune-eventsubscription.json", + "aws-networkfirewall-firewall.json", + "aws-networkfirewall-firewallpolicy.json", + "aws-networkfirewall-loggingconfiguration.json", + "aws-networkfirewall-rulegroup.json", + "aws-networkfirewall-tlsinspectionconfiguration.json", + "aws-networkmanager-connectattachment.json", + "aws-networkmanager-connectpeer.json", + "aws-networkmanager-corenetwork.json", + "aws-networkmanager-customergatewayassociation.json", + "aws-networkmanager-device.json", + "aws-networkmanager-globalnetwork.json", + "aws-networkmanager-link.json", + "aws-networkmanager-linkassociation.json", + "aws-networkmanager-site.json", + "aws-networkmanager-sitetositevpnattachment.json", + "aws-networkmanager-transitgatewaypeering.json", + "aws-networkmanager-transitgatewayregistration.json", + "aws-networkmanager-transitgatewayroutetableattachment.json", + "aws-networkmanager-vpcattachment.json", + "aws-oam-link.json", + "aws-oam-sink.json", + "aws-opensearchservice-domain.json", + "aws-opsworks-app.json", + "aws-opsworks-elasticloadbalancerattachment.json", + "aws-opsworks-userprofile.json", + "aws-opsworks-volume.json", + "aws-organizations-account.json", + "aws-organizations-organization.json", + "aws-organizations-organizationalunit.json", + "aws-organizations-policy.json", + "aws-organizations-resourcepolicy.json", + "aws-pcaconnectorad-serviceprincipalname.json", + "aws-pcaconnectorad-templategroupaccesscontrolentry.json", + "aws-pcaconnectorscep-challenge.json", + "aws-pcaconnectorscep-connector.json", + "aws-pipes-pipe.json", + "aws-ram-permission.json", + "aws-ram-resourceshare.json", + "aws-rds-dbcluster.json", + "aws-rds-dbclusterparametergroup.json", + "aws-rds-dbinstance.json", + "aws-rds-dbparametergroup.json", + "aws-rds-dbproxy.json", + "aws-rds-dbproxyendpoint.json", + "aws-rds-dbproxytargetgroup.json", + "aws-rds-dbsecuritygroup.json", + "aws-rds-dbsecuritygroupingress.json", + "aws-rds-dbsubnetgroup.json", + "aws-rds-eventsubscription.json", + "aws-rds-globalcluster.json", + "aws-rds-integration.json", + "aws-rds-optiongroup.json", + "aws-redshift-cluster.json", + "aws-redshift-clusterparametergroup.json", + "aws-redshift-clustersecuritygroup.json", + "aws-redshift-clustersecuritygroupingress.json", + "aws-redshift-clustersubnetgroup.json", + "aws-redshift-endpointaccess.json", + "aws-redshift-endpointauthorization.json", + "aws-redshift-eventsubscription.json", + "aws-redshift-integration.json", + "aws-redshift-scheduledaction.json", + "aws-redshiftserverless-namespace.json", + "aws-redshiftserverless-workgroup.json", + "aws-rekognition-collection.json", + "aws-resourceexplorer2-defaultviewassociation.json", + "aws-resourceexplorer2-index.json", + "aws-resourceexplorer2-view.json", + "aws-resourcegroups-group.json", + "aws-rolesanywhere-crl.json", + "aws-rolesanywhere-profile.json", + "aws-rolesanywhere-trustanchor.json", + "aws-route53-dnssec.json", + "aws-route53-hostedzone.json", + "aws-route53-keysigningkey.json", + "aws-route53-recordset.json", + "aws-route53-recordsetgroup.json", + "aws-route53profiles-profile.json", + "aws-route53profiles-profileassociation.json", + "aws-route53profiles-profileresourceassociation.json", + "aws-route53resolver-firewalldomainlist.json", + "aws-route53resolver-firewallrulegroup.json", + "aws-route53resolver-firewallrulegroupassociation.json", + "aws-route53resolver-resolverconfig.json", + "aws-route53resolver-resolverdnssecconfig.json", + "aws-route53resolver-resolverendpoint.json", + "aws-route53resolver-resolverqueryloggingconfig.json", + "aws-route53resolver-resolverqueryloggingconfigassociation.json", + "aws-route53resolver-resolverrule.json", + "aws-route53resolver-resolverruleassociation.json", + "aws-rum-appmonitor.json", + "aws-s3-accessgrant.json", + "aws-s3-accessgrantsinstance.json", + "aws-s3-accessgrantslocation.json", + "aws-s3-accesspoint.json", + "aws-s3-bucket.json", + "aws-s3-bucketpolicy.json", + "aws-s3objectlambda-accesspoint.json", + "aws-s3objectlambda-accesspointpolicy.json", + "aws-sagemaker-app.json", + "aws-sagemaker-appimageconfig.json", + "aws-sagemaker-domain.json", + "aws-sagemaker-featuregroup.json", + "aws-sagemaker-image.json", + "aws-sagemaker-imageversion.json", + "aws-sagemaker-mlflowtrackingserver.json", + "aws-sagemaker-modelcard.json", + "aws-sagemaker-modelpackage.json", + "aws-sagemaker-modelpackagegroup.json", + "aws-sagemaker-pipeline.json", + "aws-sagemaker-project.json", + "aws-sagemaker-space.json", + "aws-sagemaker-studiolifecycleconfig.json", + "aws-sagemaker-userprofile.json", + "aws-scheduler-schedule.json", + "aws-scheduler-schedulegroup.json", + "aws-sdb-domain.json", + "aws-secretsmanager-resourcepolicy.json", + "aws-secretsmanager-rotationschedule.json", + "aws-secretsmanager-secret.json", + "aws-secretsmanager-secrettargetattachment.json", + "aws-securityhub-automationrule.json", + "aws-securityhub-delegatedadmin.json", + "aws-securityhub-hub.json", + "aws-securityhub-insight.json", + "aws-securityhub-organizationconfiguration.json", + "aws-securityhub-productsubscription.json", + "aws-securityhub-securitycontrol.json", + "aws-securityhub-standard.json", + "aws-servicecatalog-cloudformationproduct.json", + "aws-servicecatalog-cloudformationprovisionedproduct.json", + "aws-servicecatalog-launchnotificationconstraint.json", + "aws-servicecatalog-launchroleconstraint.json", + "aws-servicecatalog-launchtemplateconstraint.json", + "aws-servicecatalog-portfolioshare.json", + "aws-servicecatalog-resourceupdateconstraint.json", + "aws-servicecatalog-serviceaction.json", + "aws-servicecatalog-serviceactionassociation.json", + "aws-servicecatalog-stacksetconstraint.json", + "aws-servicecatalog-tagoption.json", + "aws-servicecatalogappregistry-application.json", + "aws-servicecatalogappregistry-attributegroup.json", + "aws-servicecatalogappregistry-attributegroupassociation.json", + "aws-servicecatalogappregistry-resourceassociation.json", + "aws-servicediscovery-httpnamespace.json", + "aws-servicediscovery-instance.json", + "aws-servicediscovery-privatednsnamespace.json", + "aws-servicediscovery-publicdnsnamespace.json", + "aws-servicediscovery-service.json", + "aws-shield-drtaccess.json", + "aws-shield-proactiveengagement.json", + "aws-shield-protection.json", + "aws-shield-protectiongroup.json", + "aws-sns-subscription.json", + "aws-sns-topicinlinepolicy.json", + "aws-sns-topicpolicy.json", + "aws-sqs-queue.json", + "aws-sqs-queueinlinepolicy.json", + "aws-sqs-queuepolicy.json", + "aws-ssm-association.json", + "aws-ssm-document.json", + "aws-ssm-maintenancewindow.json", + "aws-ssm-maintenancewindowtarget.json", + "aws-ssm-maintenancewindowtask.json", + "aws-ssm-parameter.json", + "aws-ssm-patchbaseline.json", + "aws-sso-application.json", + "aws-sso-applicationassignment.json", + "aws-sso-assignment.json", + "aws-sso-instance.json", + "aws-sso-instanceaccesscontrolattributeconfiguration.json", + "aws-sso-permissionset.json", + "aws-stepfunctions-activity.json", + "aws-stepfunctions-statemachine.json", + "aws-stepfunctions-statemachinealias.json", + "aws-stepfunctions-statemachineversion.json", + "aws-synthetics-canary.json", + "aws-transfer-agreement.json", + "aws-transfer-certificate.json", + "aws-transfer-connector.json", + "aws-transfer-profile.json", + "aws-transfer-server.json", + "aws-transfer-workflow.json", + "aws-verifiedpermissions-identitysource.json", + "aws-verifiedpermissions-policy.json", + "aws-verifiedpermissions-policystore.json", + "aws-verifiedpermissions-policytemplate.json", + "aws-vpclattice-accesslogsubscription.json", + "aws-vpclattice-authpolicy.json", + "aws-vpclattice-listener.json", + "aws-vpclattice-resourcepolicy.json", + "aws-vpclattice-rule.json", + "aws-vpclattice-service.json", + "aws-vpclattice-servicenetwork.json", + "aws-vpclattice-servicenetworkserviceassociation.json", + "aws-vpclattice-servicenetworkvpcassociation.json", + "aws-vpclattice-targetgroup.json", + "aws-waf-bytematchset.json", + "aws-waf-sqlinjectionmatchset.json", + "aws-wafv2-ipset.json", + "aws-wafv2-loggingconfiguration.json", + "aws-wafv2-regexpatternset.json", + "aws-wafv2-rulegroup.json", + "aws-wafv2-webacl.json", + "aws-wafv2-webaclassociation.json", + "aws-workspaces-workspace.json", + "aws-xray-group.json", + "aws-xray-resourcepolicy.json", + "aws-xray-samplingrule.json", + "module.json", +] diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-amazonmq-configurationassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-amazonmq-configurationassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..fe8b1edc071941b824a2ee40846a99013fe299a5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-amazonmq-configurationassociation.json @@ -0,0 +1,46 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Broker" + ], + "definitions": { + "ConfigurationId": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "Revision": { + "type": "integer" + } + }, + "required": [ + "Revision", + "Id" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Broker": { + "type": "string" + }, + "Configuration": { + "$ref": "#/definitions/ConfigurationId" + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Broker", + "Configuration" + ], + "typeName": "AWS::AmazonMQ::ConfigurationAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-apigateway-domainname.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-apigateway-domainname.json new file mode 100644 index 0000000000000000000000000000000000000000..d7be1d979356dc2a8cf662ba286a9de151059845 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-apigateway-domainname.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DomainName" + ], + "definitions": { + "EndpointConfiguration": { + "additionalProperties": false, + "properties": { + "Types": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "CertificateArn": { + "type": "string" + }, + "DistributionDomainName": { + "type": "string" + }, + "DistributionHostedZoneId": { + "type": "string" + }, + "DomainName": { + "type": "string" + }, + "EndpointConfiguration": { + "$ref": "#/definitions/EndpointConfiguration" + }, + "Id": { + "type": "string" + }, + "RegionalCertificateArn": { + "type": "string" + }, + "RegionalDomainName": { + "type": "string" + }, + "RegionalHostedZoneId": { + "type": "string" + }, + "SecurityPolicy": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/DistributionDomainName", + "/properties/RegionalDomainName", + "/properties/Id", + "/properties/DistributionHostedZoneId", + "/properties/RegionalHostedZoneId" + ], + "required": [ + "DomainName" + ], + "typeName": "AWS::ApiGateway::DomainName" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-apigateway-restapi.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-apigateway-restapi.json new file mode 100644 index 0000000000000000000000000000000000000000..54905e2c8ba0916662fdb7532bbcab26c0ca7286 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-apigateway-restapi.json @@ -0,0 +1,163 @@ +{ + "additionalProperties": false, + "definitions": { + "EndpointConfiguration": { + "additionalProperties": false, + "properties": { + "Types": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcEndpointIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "S3Location": { + "additionalProperties": false, + "properties": { + "Bucket": { + "type": "string" + }, + "ETag": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/RestApiId" + ], + "properties": { + "ApiKeySourceType": { + "enum": [ + "AUTHORIZER", + "HEADER" + ], + "type": "string" + }, + "BinaryMediaTypes": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Body": { + "type": [ + "object", + "string" + ] + }, + "BodyS3Location": { + "$ref": "#/definitions/S3Location" + }, + "CloneFrom": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "DisableExecuteApiEndpoint": { + "type": "boolean" + }, + "EndpointConfiguration": { + "$ref": "#/definitions/EndpointConfiguration" + }, + "FailOnWarnings": { + "type": "boolean" + }, + "MinimumCompressionSize": { + "type": "integer" + }, + "Mode": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "additionalProperties": false, + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": [ + "object", + "string" + ] + }, + "Policy": { + "type": [ + "object", + "string" + ] + }, + "RestApiId": { + "type": "string" + }, + "RootResourceId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/RestApiId", + "/properties/RootResourceId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ApiGateway::RestApi", + "writeOnlyProperties": [ + "/properties/Body", + "/properties/BodyS3Location", + "/properties/CloneFrom", + "/properties/FailOnWarnings", + "/properties/Mode", + "/properties/Parameters" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-appsync-graphqlapi.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-appsync-graphqlapi.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3634abdfe456268e43a02a91513b71950b4738 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-appsync-graphqlapi.json @@ -0,0 +1,302 @@ +{ + "additionalProperties": false, + "definitions": { + "AdditionalAuthenticationProvider": { + "additionalProperties": false, + "properties": { + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "UserPoolConfig": { + "$ref": "#/definitions/CognitoUserPoolConfig" + } + }, + "required": [ + "AuthenticationType" + ], + "type": "object" + }, + "CognitoUserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + }, + "EnhancedMetricsConfig": { + "additionalProperties": false, + "properties": { + "DataSourceLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_DATA_SOURCE_METRICS", + "PER_DATA_SOURCE_METRICS" + ], + "type": "string" + }, + "OperationLevelMetricsConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "ResolverLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_RESOLVER_METRICS", + "PER_RESOLVER_METRICS" + ], + "type": "string" + } + }, + "required": [ + "OperationLevelMetricsConfig", + "ResolverLevelMetricsBehavior", + "DataSourceLevelMetricsBehavior" + ], + "type": "object" + }, + "LambdaAuthorizerConfig": { + "additionalProperties": false, + "properties": { + "AuthorizerResultTtlInSeconds": { + "type": "number" + }, + "AuthorizerUri": { + "type": "string" + }, + "IdentityValidationExpression": { + "type": "string" + } + }, + "type": "object" + }, + "LogConfig": { + "additionalProperties": false, + "properties": { + "CloudWatchLogsRoleArn": { + "type": "string" + }, + "ExcludeVerboseContent": { + "type": "boolean" + }, + "FieldLogLevel": { + "enum": [ + "ALL", + "DEBUG", + "ERROR", + "INFO", + "NONE" + ], + "type": "string" + } + }, + "type": "object" + }, + "OpenIDConnectConfig": { + "additionalProperties": false, + "properties": { + "AuthTTL": { + "type": "number" + }, + "ClientId": { + "type": "string" + }, + "IatTTL": { + "type": "number" + }, + "Issuer": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "UserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "DefaultAction": { + "enum": [ + "ALLOW", + "DENY" + ], + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AdditionalAuthenticationProviders": { + "items": { + "$ref": "#/definitions/AdditionalAuthenticationProvider" + }, + "type": "array", + "uniqueItems": false + }, + "ApiId": { + "type": "string" + }, + "ApiType": { + "enum": [ + "GRAPHQL", + "MERGED" + ], + "type": "string" + }, + "Arn": { + "type": "string" + }, + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "EnhancedMetricsConfig": { + "$ref": "#/definitions/EnhancedMetricsConfig" + }, + "EnvironmentVariables": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "GraphQLDns": { + "type": "string" + }, + "GraphQLEndpointArn": { + "type": "string" + }, + "GraphQLUrl": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "IntrospectionConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "LogConfig": { + "$ref": "#/definitions/LogConfig" + }, + "MergedApiExecutionRoleArn": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "OwnerContact": { + "type": "string" + }, + "QueryDepthLimit": { + "type": "integer" + }, + "RealtimeDns": { + "type": "string" + }, + "RealtimeUrl": { + "type": "string" + }, + "ResolverCountLimit": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserPoolConfig": { + "$ref": "#/definitions/UserPoolConfig" + }, + "Visibility": { + "enum": [ + "GLOBAL", + "PRIVATE" + ], + "type": "string" + }, + "XrayEnabled": { + "type": "boolean" + } + }, + "readOnlyProperties": [ + "/properties/ApiId", + "/properties/GraphQLEndpointArn", + "/properties/Id", + "/properties/GraphQLDns", + "/properties/GraphQLUrl", + "/properties/RealtimeDns", + "/properties/RealtimeUrl", + "/properties/Arn" + ], + "required": [ + "Name", + "AuthenticationType" + ], + "typeName": "AWS::AppSync::GraphQLApi" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-cloudformation-waitcondition.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-cloudformation-waitcondition.json new file mode 100644 index 0000000000000000000000000000000000000000..a95be9629ad1040b38a26158409f0c240815d89d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-cloudformation-waitcondition.json @@ -0,0 +1,32 @@ +{ + "additionalProperties": false, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Count": { + "type": "integer" + }, + "Data": { + "type": [ + "object" + ] + }, + "Handle": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Timeout": { + "maximum": 43200, + "minimum": 0, + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Data" + ], + "typeName": "AWS::CloudFormation::WaitCondition" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-codepipeline-customactiontype.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-codepipeline-customactiontype.json new file mode 100644 index 0000000000000000000000000000000000000000..3e3c3f35972efafcab2c3a84b0658ee70b64fd00 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-codepipeline-customactiontype.json @@ -0,0 +1,164 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ConfigurationProperties", + "/properties/OutputArtifactDetails", + "/properties/Version", + "/properties/InputArtifactDetails", + "/properties/Settings", + "/properties/Provider", + "/properties/Category" + ], + "definitions": { + "ArtifactDetails": { + "additionalProperties": false, + "properties": { + "MaximumCount": { + "type": "integer" + }, + "MinimumCount": { + "type": "integer" + } + }, + "required": [ + "MinimumCount", + "MaximumCount" + ], + "type": "object" + }, + "ConfigurationProperties": { + "additionalProperties": false, + "properties": { + "Description": { + "type": "string" + }, + "Key": { + "type": "boolean" + }, + "Name": { + "type": "string" + }, + "Queryable": { + "type": "boolean" + }, + "Required": { + "type": "boolean" + }, + "Secret": { + "type": "boolean" + }, + "Type": { + "enum": [ + "Boolean", + "Number", + "String" + ], + "type": "string" + } + }, + "required": [ + "Secret", + "Required", + "Key", + "Name" + ], + "type": "object" + }, + "Settings": { + "additionalProperties": false, + "properties": { + "EntityUrlTemplate": { + "type": "string" + }, + "ExecutionUrlTemplate": { + "type": "string" + }, + "RevisionUrlTemplate": { + "type": "string" + }, + "ThirdPartyConfigurationUrl": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Category": { + "enum": [ + "Approval", + "Build", + "Compute", + "Deploy", + "Invoke", + "Source", + "Test" + ], + "type": "string" + }, + "ConfigurationProperties": { + "items": { + "$ref": "#/definitions/ConfigurationProperties" + }, + "type": "array", + "uniqueItems": true + }, + "Id": { + "type": "string" + }, + "InputArtifactDetails": { + "$ref": "#/definitions/ArtifactDetails" + }, + "OutputArtifactDetails": { + "$ref": "#/definitions/ArtifactDetails" + }, + "Provider": { + "pattern": "[0-9A-Za-z_-]+", + "type": "string" + }, + "Settings": { + "$ref": "#/definitions/Settings" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Version": { + "pattern": "[0-9A-Za-z_-]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Category", + "InputArtifactDetails", + "Version", + "OutputArtifactDetails", + "Provider" + ], + "typeName": "AWS::CodePipeline::CustomActionType" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-datapipeline-pipeline.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-datapipeline-pipeline.json new file mode 100644 index 0000000000000000000000000000000000000000..c6796b2ea1e971e076a2040502b6516ab5fd456b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-datapipeline-pipeline.json @@ -0,0 +1,172 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Field": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "RefValue": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + }, + "ParameterAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "StringValue", + "Key" + ], + "type": "object" + }, + "ParameterObject": { + "additionalProperties": false, + "properties": { + "Attributes": { + "items": { + "$ref": "#/definitions/ParameterAttribute" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "required": [ + "Attributes", + "Id" + ], + "type": "object" + }, + "ParameterValue": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Id", + "StringValue" + ], + "type": "object" + }, + "PipelineObject": { + "additionalProperties": false, + "properties": { + "Fields": { + "items": { + "$ref": "#/definitions/Field" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Fields", + "Id", + "Name" + ], + "type": "object" + }, + "PipelineTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Activate": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ParameterObjects": { + "items": { + "$ref": "#/definitions/ParameterObject" + }, + "type": "array", + "uniqueItems": false + }, + "ParameterValues": { + "items": { + "$ref": "#/definitions/ParameterValue" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineObjects": { + "items": { + "$ref": "#/definitions/PipelineObject" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineTags": { + "items": { + "$ref": "#/definitions/PipelineTag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ParameterObjects", + "Name" + ], + "typeName": "AWS::DataPipeline::Pipeline" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-directoryservice-microsoftad.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-directoryservice-microsoftad.json new file mode 100644 index 0000000000000000000000000000000000000000..16431658a0ac9e8f4457a87b8c93d80b0e475947 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-directoryservice-microsoftad.json @@ -0,0 +1,88 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/VpcSettings", + "/properties/Edition", + "/properties/Name", + "/properties/Password", + "/properties/ShortName", + "/properties/CreateAlias" + ], + "definitions": { + "VpcSettings": { + "additionalProperties": false, + "properties": { + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "required": [ + "VpcId", + "SubnetIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Alias": { + "type": "string" + }, + "CreateAlias": { + "type": "boolean" + }, + "DnsIpAddresses": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Edition": { + "enum": [ + "Enterprise", + "Standard" + ], + "type": "string" + }, + "EnableSso": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "ShortName": { + "type": "string" + }, + "VpcSettings": { + "$ref": "#/definitions/VpcSettings" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Alias", + "/properties/DnsIpAddresses" + ], + "required": [ + "VpcSettings", + "Name", + "Password" + ], + "typeName": "AWS::DirectoryService::MicrosoftAD" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-directoryservice-simplead.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-directoryservice-simplead.json new file mode 100644 index 0000000000000000000000000000000000000000..56e25c97d8f19384343d7d415cb2a08e1b4101f0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-directoryservice-simplead.json @@ -0,0 +1,99 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Size", + "/properties/VpcSettings", + "/properties/Name", + "/properties/Password", + "/properties/ShortName", + "/properties/Description", + "/properties/CreateAlias" + ], + "definitions": { + "VpcSettings": { + "additionalProperties": false, + "properties": { + "SubnetIds": { + "items": { + "pattern": "^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "pattern": "^(vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17})$", + "type": "string" + } + }, + "required": [ + "VpcId", + "SubnetIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Alias": { + "type": "string" + }, + "CreateAlias": { + "type": "boolean" + }, + "Description": { + "pattern": "^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$", + "type": "string" + }, + "DnsIpAddresses": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "EnableSso": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "Name": { + "pattern": "^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$", + "type": "string" + }, + "Password": { + "pattern": "(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9\\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\\s]))^.*", + "type": "string" + }, + "ShortName": { + "pattern": "^[^\\\\/:*?\"<>|.]+[^\\\\/:*?\"<>|]*$", + "type": "string" + }, + "Size": { + "enum": [ + "Large", + "Small" + ], + "type": "string" + }, + "VpcSettings": { + "$ref": "#/definitions/VpcSettings" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Alias", + "/properties/DnsIpAddresses" + ], + "required": [ + "VpcSettings", + "Size", + "Name", + "Password" + ], + "typeName": "AWS::DirectoryService::SimpleAD" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-docdb-dbclusterparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-docdb-dbclusterparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..53704a93eb03284dbbdac5346e4df47a96d147e1 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-docdb-dbclusterparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::DocDB::DBClusterParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-clientvpnauthorizationrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-clientvpnauthorizationrule.json new file mode 100644 index 0000000000000000000000000000000000000000..a47ceaa39c917efcc3f56632ad5eb497237b9c63 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-clientvpnauthorizationrule.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ClientVpnEndpointId", + "/properties/AccessGroupId", + "/properties/TargetNetworkCidr", + "/properties/AuthorizeAllGroups", + "/properties/Description" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AccessGroupId": { + "type": "string" + }, + "AuthorizeAllGroups": { + "type": "boolean" + }, + "ClientVpnEndpointId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "TargetNetworkCidr": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ClientVpnEndpointId", + "TargetNetworkCidr" + ], + "typeName": "AWS::EC2::ClientVpnAuthorizationRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-host.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-host.json new file mode 100644 index 0000000000000000000000000000000000000000..3f8a8acd6266e15a5ded5027972d6798c5743801 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-host.json @@ -0,0 +1,39 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/InstanceType", + "/properties/AvailabilityZone" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AutoPlacement": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "HostRecovery": { + "enum": [ + "off", + "on" + ], + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstanceType": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "AvailabilityZone", + "InstanceType" + ], + "typeName": "AWS::EC2::Host" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-launchtemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-launchtemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..0710635e300d0ff652ccaf2e20453c8588966904 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-launchtemplate.json @@ -0,0 +1,2086 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/LaunchTemplateName" + ], + "definitions": { + "AcceleratorCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "AcceleratorTotalMemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BaselineEbsBandwidthMbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/Ebs" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "CapacityReservationSpecification": { + "additionalProperties": false, + "properties": { + "CapacityReservationPreference": { + "enum": [ + "none", + "open" + ], + "type": "string" + }, + "CapacityReservationTarget": { + "$ref": "#/definitions/CapacityReservationTarget" + } + }, + "type": "object" + }, + "CapacityReservationTarget": { + "additionalProperties": false, + "properties": { + "CapacityReservationId": { + "type": "string" + }, + "CapacityReservationResourceGroupArn": { + "type": "string" + } + }, + "type": "object" + }, + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "CpuOptions": { + "additionalProperties": false, + "properties": { + "AmdSevSnp": { + "enum": [ + "enabled", + "disabled" + ], + "type": "string" + }, + "CoreCount": { + "type": "integer" + }, + "ThreadsPerCore": { + "type": "integer" + } + }, + "type": "object" + }, + "CreditSpecification": { + "additionalProperties": false, + "properties": { + "CpuCredits": { + "type": "string" + } + }, + "type": "object" + }, + "Ebs": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "KmsKeyId": { + "type": "string" + }, + "SnapshotId": { + "type": "string" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "ElasticGpuSpecification": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "EnaSrdSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdEnabled": { + "type": "boolean" + }, + "EnaSrdUdpSpecification": { + "$ref": "#/definitions/EnaSrdUdpSpecification" + } + }, + "type": "object" + }, + "EnaSrdUdpSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdUdpEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnclaveOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "HibernationOptions": { + "additionalProperties": false, + "properties": { + "Configured": { + "type": "boolean" + } + }, + "type": "object" + }, + "IamInstanceProfile": { + "additionalProperties": false, + "properties": { + "Arn": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "type": "object" + }, + "InstanceMarketOptions": { + "additionalProperties": false, + "properties": { + "MarketType": { + "enum": [ + "capacity-block", + "spot" + ], + "type": "string" + }, + "SpotOptions": { + "$ref": "#/definitions/SpotOptions" + } + }, + "type": "object" + }, + "InstanceRequirements": { + "additionalProperties": false, + "properties": { + "AcceleratorCount": { + "$ref": "#/definitions/AcceleratorCount" + }, + "AcceleratorManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "habana", + "nvidia", + "xilinx" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorNames": { + "items": { + "enum": [ + "a100", + "a10g", + "h100", + "inferentia", + "k520", + "k80", + "m60", + "radeon-pro-v520", + "t4", + "t4g", + "v100", + "vu9p" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorTotalMemoryMiB": { + "$ref": "#/definitions/AcceleratorTotalMemoryMiB" + }, + "AcceleratorTypes": { + "items": { + "enum": [ + "fpga", + "gpu", + "inference" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AllowedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "BareMetal": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "BaselineEbsBandwidthMbps": { + "$ref": "#/definitions/BaselineEbsBandwidthMbps" + }, + "BurstablePerformance": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "CpuManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "intel" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "ExcludedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InstanceGenerations": { + "items": { + "enum": [ + "current", + "previous" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "LocalStorage": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "LocalStorageTypes": { + "items": { + "enum": [ + "hdd", + "ssd" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": { + "type": "integer" + }, + "MemoryGiBPerVCpu": { + "$ref": "#/definitions/MemoryGiBPerVCpu" + }, + "MemoryMiB": { + "$ref": "#/definitions/MemoryMiB" + }, + "NetworkBandwidthGbps": { + "$ref": "#/definitions/NetworkBandwidthGbps" + }, + "NetworkInterfaceCount": { + "$ref": "#/definitions/NetworkInterfaceCount" + }, + "OnDemandMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "RequireHibernateSupport": { + "type": "boolean" + }, + "SpotMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "TotalLocalStorageGB": { + "$ref": "#/definitions/TotalLocalStorageGB" + }, + "VCpuCount": { + "$ref": "#/definitions/VCpuCount" + } + }, + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6Add": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateData": { + "additionalProperties": false, + "properties": { + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": false + }, + "CapacityReservationSpecification": { + "$ref": "#/definitions/CapacityReservationSpecification" + }, + "CpuOptions": { + "$ref": "#/definitions/CpuOptions" + }, + "CreditSpecification": { + "$ref": "#/definitions/CreditSpecification" + }, + "DisableApiStop": { + "type": "boolean" + }, + "DisableApiTermination": { + "type": "boolean" + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticGpuSpecifications": { + "items": { + "$ref": "#/definitions/ElasticGpuSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "ElasticInferenceAccelerators": { + "items": { + "$ref": "#/definitions/LaunchTemplateElasticInferenceAccelerator" + }, + "type": "array", + "uniqueItems": false + }, + "EnclaveOptions": { + "$ref": "#/definitions/EnclaveOptions" + }, + "HibernationOptions": { + "$ref": "#/definitions/HibernationOptions" + }, + "IamInstanceProfile": { + "$ref": "#/definitions/IamInstanceProfile" + }, + "ImageId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "InstanceInitiatedShutdownBehavior": { + "enum": [ + "stop", + "terminate" + ], + "type": "string" + }, + "InstanceMarketOptions": { + "$ref": "#/definitions/InstanceMarketOptions" + }, + "InstanceRequirements": { + "$ref": "#/definitions/InstanceRequirements" + }, + "InstanceType": { + "enum": [ + "a1.2xlarge", + "a1.4xlarge", + "a1.large", + "a1.medium", + "a1.metal", + "a1.xlarge", + "c1.medium", + "c1.xlarge", + "c3.2xlarge", + "c3.4xlarge", + "c3.8xlarge", + "c3.large", + "c3.xlarge", + "c4.2xlarge", + "c4.4xlarge", + "c4.8xlarge", + "c4.large", + "c4.xlarge", + "c5.12xlarge", + "c5.18xlarge", + "c5.24xlarge", + "c5.2xlarge", + "c5.4xlarge", + "c5.9xlarge", + "c5.large", + "c5.metal", + "c5.xlarge", + "c5a.12xlarge", + "c5a.16xlarge", + "c5a.24xlarge", + "c5a.2xlarge", + "c5a.4xlarge", + "c5a.8xlarge", + "c5a.large", + "c5a.xlarge", + "c5ad.12xlarge", + "c5ad.16xlarge", + "c5ad.24xlarge", + "c5ad.2xlarge", + "c5ad.4xlarge", + "c5ad.8xlarge", + "c5ad.large", + "c5ad.xlarge", + "c5d.12xlarge", + "c5d.18xlarge", + "c5d.24xlarge", + "c5d.2xlarge", + "c5d.4xlarge", + "c5d.9xlarge", + "c5d.large", + "c5d.metal", + "c5d.xlarge", + "c5n.18xlarge", + "c5n.2xlarge", + "c5n.4xlarge", + "c5n.9xlarge", + "c5n.large", + "c5n.metal", + "c5n.xlarge", + "c6a.12xlarge", + "c6a.16xlarge", + "c6a.24xlarge", + "c6a.2xlarge", + "c6a.32xlarge", + "c6a.48xlarge", + "c6a.4xlarge", + "c6a.8xlarge", + "c6a.large", + "c6a.metal", + "c6a.xlarge", + "c6g.12xlarge", + "c6g.16xlarge", + "c6g.2xlarge", + "c6g.4xlarge", + "c6g.8xlarge", + "c6g.large", + "c6g.medium", + "c6g.metal", + "c6g.xlarge", + "c6gd.12xlarge", + "c6gd.16xlarge", + "c6gd.2xlarge", + "c6gd.4xlarge", + "c6gd.8xlarge", + "c6gd.large", + "c6gd.medium", + "c6gd.metal", + "c6gd.xlarge", + "c6gn.12xlarge", + "c6gn.16xlarge", + "c6gn.2xlarge", + "c6gn.4xlarge", + "c6gn.8xlarge", + "c6gn.large", + "c6gn.medium", + "c6gn.xlarge", + "c6i.12xlarge", + "c6i.16xlarge", + "c6i.24xlarge", + "c6i.2xlarge", + "c6i.32xlarge", + "c6i.4xlarge", + "c6i.8xlarge", + "c6i.large", + "c6i.metal", + "c6i.xlarge", + "c6id.12xlarge", + "c6id.16xlarge", + "c6id.24xlarge", + "c6id.2xlarge", + "c6id.32xlarge", + "c6id.4xlarge", + "c6id.8xlarge", + "c6id.large", + "c6id.metal", + "c6id.xlarge", + "c6in.12xlarge", + "c6in.16xlarge", + "c6in.24xlarge", + "c6in.2xlarge", + "c6in.32xlarge", + "c6in.4xlarge", + "c6in.8xlarge", + "c6in.large", + "c6in.metal", + "c6in.xlarge", + "c7a.12xlarge", + "c7a.16xlarge", + "c7a.24xlarge", + "c7a.2xlarge", + "c7a.32xlarge", + "c7a.48xlarge", + "c7a.4xlarge", + "c7a.8xlarge", + "c7a.large", + "c7a.medium", + "c7a.metal-48xl", + "c7a.xlarge", + "c7g.12xlarge", + "c7g.16xlarge", + "c7g.2xlarge", + "c7g.4xlarge", + "c7g.8xlarge", + "c7g.large", + "c7g.medium", + "c7g.metal", + "c7g.xlarge", + "c7gd.12xlarge", + "c7gd.16xlarge", + "c7gd.2xlarge", + "c7gd.4xlarge", + "c7gd.8xlarge", + "c7gd.large", + "c7gd.medium", + "c7gd.metal", + "c7gd.xlarge", + "c7gn.12xlarge", + "c7gn.16xlarge", + "c7gn.2xlarge", + "c7gn.4xlarge", + "c7gn.8xlarge", + "c7gn.large", + "c7gn.medium", + "c7gn.metal", + "c7gn.xlarge", + "c7i-flex.2xlarge", + "c7i-flex.4xlarge", + "c7i-flex.8xlarge", + "c7i-flex.large", + "c7i-flex.xlarge", + "c7i.12xlarge", + "c7i.16xlarge", + "c7i.24xlarge", + "c7i.2xlarge", + "c7i.48xlarge", + "c7i.4xlarge", + "c7i.8xlarge", + "c7i.large", + "c7i.metal-24xl", + "c7i.metal-48xl", + "c7i.xlarge", + "c8g.12xlarge", + "c8g.16xlarge", + "c8g.24xlarge", + "c8g.2xlarge", + "c8g.48xlarge", + "c8g.4xlarge", + "c8g.8xlarge", + "c8g.large", + "c8g.medium", + "c8g.metal-24xl", + "c8g.metal-48xl", + "c8g.xlarge", + "cc1.4xlarge", + "cc2.8xlarge", + "cg1.4xlarge", + "cr1.8xlarge", + "d2.2xlarge", + "d2.4xlarge", + "d2.8xlarge", + "d2.xlarge", + "d3.2xlarge", + "d3.4xlarge", + "d3.8xlarge", + "d3.xlarge", + "d3en.12xlarge", + "d3en.2xlarge", + "d3en.4xlarge", + "d3en.6xlarge", + "d3en.8xlarge", + "d3en.xlarge", + "dl1.24xlarge", + "dl2q.24xlarge", + "f1.16xlarge", + "f1.2xlarge", + "f1.4xlarge", + "g2.2xlarge", + "g2.8xlarge", + "g3.16xlarge", + "g3.4xlarge", + "g3.8xlarge", + "g3s.xlarge", + "g4ad.16xlarge", + "g4ad.2xlarge", + "g4ad.4xlarge", + "g4ad.8xlarge", + "g4ad.xlarge", + "g4dn.12xlarge", + "g4dn.16xlarge", + "g4dn.2xlarge", + "g4dn.4xlarge", + "g4dn.8xlarge", + "g4dn.metal", + "g4dn.xlarge", + "g5.12xlarge", + "g5.16xlarge", + "g5.24xlarge", + "g5.2xlarge", + "g5.48xlarge", + "g5.4xlarge", + "g5.8xlarge", + "g5.xlarge", + "g5g.16xlarge", + "g5g.2xlarge", + "g5g.4xlarge", + "g5g.8xlarge", + "g5g.metal", + "g5g.xlarge", + "g6.12xlarge", + "g6.16xlarge", + "g6.24xlarge", + "g6.2xlarge", + "g6.48xlarge", + "g6.4xlarge", + "g6.8xlarge", + "g6.xlarge", + "g6e.12xlarge", + "g6e.16xlarge", + "g6e.24xlarge", + "g6e.2xlarge", + "g6e.48xlarge", + "g6e.4xlarge", + "g6e.8xlarge", + "g6e.xlarge", + "gr6.4xlarge", + "gr6.8xlarge", + "h1.16xlarge", + "h1.2xlarge", + "h1.4xlarge", + "h1.8xlarge", + "hi1.4xlarge", + "hpc6a.48xlarge", + "hpc6id.32xlarge", + "hpc7a.12xlarge", + "hpc7a.24xlarge", + "hpc7a.48xlarge", + "hpc7a.96xlarge", + "hpc7g.16xlarge", + "hpc7g.4xlarge", + "hpc7g.8xlarge", + "hs1.8xlarge", + "i2.2xlarge", + "i2.4xlarge", + "i2.8xlarge", + "i2.xlarge", + "i3.16xlarge", + "i3.2xlarge", + "i3.4xlarge", + "i3.8xlarge", + "i3.large", + "i3.metal", + "i3.xlarge", + "i3en.12xlarge", + "i3en.24xlarge", + "i3en.2xlarge", + "i3en.3xlarge", + "i3en.6xlarge", + "i3en.large", + "i3en.metal", + "i3en.xlarge", + "i4g.16xlarge", + "i4g.2xlarge", + "i4g.4xlarge", + "i4g.8xlarge", + "i4g.large", + "i4g.xlarge", + "i4i.12xlarge", + "i4i.16xlarge", + "i4i.24xlarge", + "i4i.2xlarge", + "i4i.32xlarge", + "i4i.4xlarge", + "i4i.8xlarge", + "i4i.large", + "i4i.metal", + "i4i.xlarge", + "im4gn.16xlarge", + "im4gn.2xlarge", + "im4gn.4xlarge", + "im4gn.8xlarge", + "im4gn.large", + "im4gn.xlarge", + "inf1.24xlarge", + "inf1.2xlarge", + "inf1.6xlarge", + "inf1.xlarge", + "inf2.24xlarge", + "inf2.48xlarge", + "inf2.8xlarge", + "inf2.xlarge", + "is4gen.2xlarge", + "is4gen.4xlarge", + "is4gen.8xlarge", + "is4gen.large", + "is4gen.medium", + "is4gen.xlarge", + "m1.large", + "m1.medium", + "m1.small", + "m1.xlarge", + "m2.2xlarge", + "m2.4xlarge", + "m2.xlarge", + "m3.2xlarge", + "m3.large", + "m3.medium", + "m3.xlarge", + "m4.10xlarge", + "m4.16xlarge", + "m4.2xlarge", + "m4.4xlarge", + "m4.large", + "m4.xlarge", + "m5.12xlarge", + "m5.16xlarge", + "m5.24xlarge", + "m5.2xlarge", + "m5.4xlarge", + "m5.8xlarge", + "m5.large", + "m5.metal", + "m5.xlarge", + "m5a.12xlarge", + "m5a.16xlarge", + "m5a.24xlarge", + "m5a.2xlarge", + "m5a.4xlarge", + "m5a.8xlarge", + "m5a.large", + "m5a.xlarge", + "m5ad.12xlarge", + "m5ad.16xlarge", + "m5ad.24xlarge", + "m5ad.2xlarge", + "m5ad.4xlarge", + "m5ad.8xlarge", + "m5ad.large", + "m5ad.xlarge", + "m5d.12xlarge", + "m5d.16xlarge", + "m5d.24xlarge", + "m5d.2xlarge", + "m5d.4xlarge", + "m5d.8xlarge", + "m5d.large", + "m5d.metal", + "m5d.xlarge", + "m5dn.12xlarge", + "m5dn.16xlarge", + "m5dn.24xlarge", + "m5dn.2xlarge", + "m5dn.4xlarge", + "m5dn.8xlarge", + "m5dn.large", + "m5dn.metal", + "m5dn.xlarge", + "m5n.12xlarge", + "m5n.16xlarge", + "m5n.24xlarge", + "m5n.2xlarge", + "m5n.4xlarge", + "m5n.8xlarge", + "m5n.large", + "m5n.metal", + "m5n.xlarge", + "m5zn.12xlarge", + "m5zn.2xlarge", + "m5zn.3xlarge", + "m5zn.6xlarge", + "m5zn.large", + "m5zn.metal", + "m5zn.xlarge", + "m6a.12xlarge", + "m6a.16xlarge", + "m6a.24xlarge", + "m6a.2xlarge", + "m6a.32xlarge", + "m6a.48xlarge", + "m6a.4xlarge", + "m6a.8xlarge", + "m6a.large", + "m6a.metal", + "m6a.xlarge", + "m6g.12xlarge", + "m6g.16xlarge", + "m6g.2xlarge", + "m6g.4xlarge", + "m6g.8xlarge", + "m6g.large", + "m6g.medium", + "m6g.metal", + "m6g.xlarge", + "m6gd.12xlarge", + "m6gd.16xlarge", + "m6gd.2xlarge", + "m6gd.4xlarge", + "m6gd.8xlarge", + "m6gd.large", + "m6gd.medium", + "m6gd.metal", + "m6gd.xlarge", + "m6i.12xlarge", + "m6i.16xlarge", + "m6i.24xlarge", + "m6i.2xlarge", + "m6i.32xlarge", + "m6i.4xlarge", + "m6i.8xlarge", + "m6i.large", + "m6i.metal", + "m6i.xlarge", + "m6id.12xlarge", + "m6id.16xlarge", + "m6id.24xlarge", + "m6id.2xlarge", + "m6id.32xlarge", + "m6id.4xlarge", + "m6id.8xlarge", + "m6id.large", + "m6id.metal", + "m6id.xlarge", + "m6idn.12xlarge", + "m6idn.16xlarge", + "m6idn.24xlarge", + "m6idn.2xlarge", + "m6idn.32xlarge", + "m6idn.4xlarge", + "m6idn.8xlarge", + "m6idn.large", + "m6idn.metal", + "m6idn.xlarge", + "m6in.12xlarge", + "m6in.16xlarge", + "m6in.24xlarge", + "m6in.2xlarge", + "m6in.32xlarge", + "m6in.4xlarge", + "m6in.8xlarge", + "m6in.large", + "m6in.metal", + "m6in.xlarge", + "m7a.12xlarge", + "m7a.16xlarge", + "m7a.24xlarge", + "m7a.2xlarge", + "m7a.32xlarge", + "m7a.48xlarge", + "m7a.4xlarge", + "m7a.8xlarge", + "m7a.large", + "m7a.medium", + "m7a.metal-48xl", + "m7a.xlarge", + "m7g.12xlarge", + "m7g.16xlarge", + "m7g.2xlarge", + "m7g.4xlarge", + "m7g.8xlarge", + "m7g.large", + "m7g.medium", + "m7g.metal", + "m7g.xlarge", + "m7gd.12xlarge", + "m7gd.16xlarge", + "m7gd.2xlarge", + "m7gd.4xlarge", + "m7gd.8xlarge", + "m7gd.large", + "m7gd.medium", + "m7gd.metal", + "m7gd.xlarge", + "m7i-flex.2xlarge", + "m7i-flex.4xlarge", + "m7i-flex.8xlarge", + "m7i-flex.large", + "m7i-flex.xlarge", + "m7i.12xlarge", + "m7i.16xlarge", + "m7i.24xlarge", + "m7i.2xlarge", + "m7i.48xlarge", + "m7i.4xlarge", + "m7i.8xlarge", + "m7i.large", + "m7i.metal-24xl", + "m7i.metal-48xl", + "m7i.xlarge", + "m8g.12xlarge", + "m8g.16xlarge", + "m8g.24xlarge", + "m8g.2xlarge", + "m8g.48xlarge", + "m8g.4xlarge", + "m8g.8xlarge", + "m8g.large", + "m8g.medium", + "m8g.metal-24xl", + "m8g.metal-48xl", + "m8g.xlarge", + "mac1.metal", + "mac2-m1ultra.metal", + "mac2-m2.metal", + "mac2-m2pro.metal", + "mac2.metal", + "p2.16xlarge", + "p2.8xlarge", + "p2.xlarge", + "p3.16xlarge", + "p3.2xlarge", + "p3.8xlarge", + "p3dn.24xlarge", + "p4d.24xlarge", + "p4de.24xlarge", + "p5.48xlarge", + "r3.2xlarge", + "r3.4xlarge", + "r3.8xlarge", + "r3.large", + "r3.xlarge", + "r4.16xlarge", + "r4.2xlarge", + "r4.4xlarge", + "r4.8xlarge", + "r4.large", + "r4.xlarge", + "r5.12xlarge", + "r5.16xlarge", + "r5.24xlarge", + "r5.2xlarge", + "r5.4xlarge", + "r5.8xlarge", + "r5.large", + "r5.metal", + "r5.xlarge", + "r5a.12xlarge", + "r5a.16xlarge", + "r5a.24xlarge", + "r5a.2xlarge", + "r5a.4xlarge", + "r5a.8xlarge", + "r5a.large", + "r5a.xlarge", + "r5ad.12xlarge", + "r5ad.16xlarge", + "r5ad.24xlarge", + "r5ad.2xlarge", + "r5ad.4xlarge", + "r5ad.8xlarge", + "r5ad.large", + "r5ad.xlarge", + "r5b.12xlarge", + "r5b.16xlarge", + "r5b.24xlarge", + "r5b.2xlarge", + "r5b.4xlarge", + "r5b.8xlarge", + "r5b.large", + "r5b.metal", + "r5b.xlarge", + "r5d.12xlarge", + "r5d.16xlarge", + "r5d.24xlarge", + "r5d.2xlarge", + "r5d.4xlarge", + "r5d.8xlarge", + "r5d.large", + "r5d.metal", + "r5d.xlarge", + "r5dn.12xlarge", + "r5dn.16xlarge", + "r5dn.24xlarge", + "r5dn.2xlarge", + "r5dn.4xlarge", + "r5dn.8xlarge", + "r5dn.large", + "r5dn.metal", + "r5dn.xlarge", + "r5n.12xlarge", + "r5n.16xlarge", + "r5n.24xlarge", + "r5n.2xlarge", + "r5n.4xlarge", + "r5n.8xlarge", + "r5n.large", + "r5n.metal", + "r5n.xlarge", + "r6a.12xlarge", + "r6a.16xlarge", + "r6a.24xlarge", + "r6a.2xlarge", + "r6a.32xlarge", + "r6a.48xlarge", + "r6a.4xlarge", + "r6a.8xlarge", + "r6a.large", + "r6a.metal", + "r6a.xlarge", + "r6g.12xlarge", + "r6g.16xlarge", + "r6g.2xlarge", + "r6g.4xlarge", + "r6g.8xlarge", + "r6g.large", + "r6g.medium", + "r6g.metal", + "r6g.xlarge", + "r6gd.12xlarge", + "r6gd.16xlarge", + "r6gd.2xlarge", + "r6gd.4xlarge", + "r6gd.8xlarge", + "r6gd.large", + "r6gd.medium", + "r6gd.metal", + "r6gd.xlarge", + "r6i.12xlarge", + "r6i.16xlarge", + "r6i.24xlarge", + "r6i.2xlarge", + "r6i.32xlarge", + "r6i.4xlarge", + "r6i.8xlarge", + "r6i.large", + "r6i.metal", + "r6i.xlarge", + "r6id.12xlarge", + "r6id.16xlarge", + "r6id.24xlarge", + "r6id.2xlarge", + "r6id.32xlarge", + "r6id.4xlarge", + "r6id.8xlarge", + "r6id.large", + "r6id.metal", + "r6id.xlarge", + "r6idn.12xlarge", + "r6idn.16xlarge", + "r6idn.24xlarge", + "r6idn.2xlarge", + "r6idn.32xlarge", + "r6idn.4xlarge", + "r6idn.8xlarge", + "r6idn.large", + "r6idn.metal", + "r6idn.xlarge", + "r6in.12xlarge", + "r6in.16xlarge", + "r6in.24xlarge", + "r6in.2xlarge", + "r6in.32xlarge", + "r6in.4xlarge", + "r6in.8xlarge", + "r6in.large", + "r6in.metal", + "r6in.xlarge", + "r7a.12xlarge", + "r7a.16xlarge", + "r7a.24xlarge", + "r7a.2xlarge", + "r7a.32xlarge", + "r7a.48xlarge", + "r7a.4xlarge", + "r7a.8xlarge", + "r7a.large", + "r7a.medium", + "r7a.metal-48xl", + "r7a.xlarge", + "r7g.12xlarge", + "r7g.16xlarge", + "r7g.2xlarge", + "r7g.4xlarge", + "r7g.8xlarge", + "r7g.large", + "r7g.medium", + "r7g.metal", + "r7g.xlarge", + "r7gd.12xlarge", + "r7gd.16xlarge", + "r7gd.2xlarge", + "r7gd.4xlarge", + "r7gd.8xlarge", + "r7gd.large", + "r7gd.medium", + "r7gd.metal", + "r7gd.xlarge", + "r7i.12xlarge", + "r7i.16xlarge", + "r7i.24xlarge", + "r7i.2xlarge", + "r7i.48xlarge", + "r7i.4xlarge", + "r7i.8xlarge", + "r7i.large", + "r7i.metal-24xl", + "r7i.metal-48xl", + "r7i.xlarge", + "r7iz.12xlarge", + "r7iz.16xlarge", + "r7iz.2xlarge", + "r7iz.32xlarge", + "r7iz.4xlarge", + "r7iz.8xlarge", + "r7iz.large", + "r7iz.metal-16xl", + "r7iz.metal-32xl", + "r7iz.xlarge", + "r8g.12xlarge", + "r8g.16xlarge", + "r8g.24xlarge", + "r8g.2xlarge", + "r8g.48xlarge", + "r8g.4xlarge", + "r8g.8xlarge", + "r8g.large", + "r8g.medium", + "r8g.metal-24xl", + "r8g.metal-48xl", + "r8g.xlarge", + "t1.micro", + "t2.2xlarge", + "t2.large", + "t2.medium", + "t2.micro", + "t2.nano", + "t2.small", + "t2.xlarge", + "t3.2xlarge", + "t3.large", + "t3.medium", + "t3.micro", + "t3.nano", + "t3.small", + "t3.xlarge", + "t3a.2xlarge", + "t3a.large", + "t3a.medium", + "t3a.micro", + "t3a.nano", + "t3a.small", + "t3a.xlarge", + "t4g.2xlarge", + "t4g.large", + "t4g.medium", + "t4g.micro", + "t4g.nano", + "t4g.small", + "t4g.xlarge", + "trn1.2xlarge", + "trn1.32xlarge", + "trn1n.32xlarge", + "u-12tb1.112xlarge", + "u-12tb1.metal", + "u-18tb1.112xlarge", + "u-18tb1.metal", + "u-24tb1.112xlarge", + "u-24tb1.metal", + "u-3tb1.56xlarge", + "u-6tb1.112xlarge", + "u-6tb1.56xlarge", + "u-6tb1.metal", + "u-9tb1.112xlarge", + "u-9tb1.metal", + "u7i-12tb.224xlarge", + "u7ib-12tb.224xlarge", + "u7in-16tb.224xlarge", + "u7in-24tb.224xlarge", + "u7in-32tb.224xlarge", + "vt1.24xlarge", + "vt1.3xlarge", + "vt1.6xlarge", + "x1.16xlarge", + "x1.32xlarge", + "x1e.16xlarge", + "x1e.2xlarge", + "x1e.32xlarge", + "x1e.4xlarge", + "x1e.8xlarge", + "x1e.xlarge", + "x2gd.12xlarge", + "x2gd.16xlarge", + "x2gd.2xlarge", + "x2gd.4xlarge", + "x2gd.8xlarge", + "x2gd.large", + "x2gd.medium", + "x2gd.metal", + "x2gd.xlarge", + "x2idn.16xlarge", + "x2idn.24xlarge", + "x2idn.32xlarge", + "x2idn.metal", + "x2iedn.16xlarge", + "x2iedn.24xlarge", + "x2iedn.2xlarge", + "x2iedn.32xlarge", + "x2iedn.4xlarge", + "x2iedn.8xlarge", + "x2iedn.metal", + "x2iedn.xlarge", + "x2iezn.12xlarge", + "x2iezn.2xlarge", + "x2iezn.4xlarge", + "x2iezn.6xlarge", + "x2iezn.8xlarge", + "x2iezn.metal", + "x8g.12xlarge", + "x8g.16xlarge", + "x8g.24xlarge", + "x8g.2xlarge", + "x8g.48xlarge", + "x8g.4xlarge", + "x8g.8xlarge", + "x8g.large", + "x8g.medium", + "x8g.metal-24xl", + "x8g.metal-48xl", + "x8g.xlarge", + "z1d.12xlarge", + "z1d.2xlarge", + "z1d.3xlarge", + "z1d.6xlarge", + "z1d.large", + "z1d.metal", + "z1d.xlarge" + ], + "type": "string" + }, + "KernelId": { + "type": "string" + }, + "KeyName": { + "type": "string" + }, + "LicenseSpecifications": { + "items": { + "$ref": "#/definitions/LicenseSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "MaintenanceOptions": { + "$ref": "#/definitions/MaintenanceOptions" + }, + "MetadataOptions": { + "$ref": "#/definitions/MetadataOptions" + }, + "Monitoring": { + "$ref": "#/definitions/Monitoring" + }, + "NetworkInterfaces": { + "items": { + "$ref": "#/definitions/NetworkInterface" + }, + "type": "array", + "uniqueItems": false + }, + "Placement": { + "$ref": "#/definitions/Placement" + }, + "PrivateDnsNameOptions": { + "$ref": "#/definitions/PrivateDnsNameOptions" + }, + "RamDiskId": { + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/TagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "UserData": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateElasticInferenceAccelerator": { + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + }, + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateTagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "LicenseSpecification": { + "additionalProperties": false, + "properties": { + "LicenseConfigurationArn": { + "type": "string" + } + }, + "type": "object" + }, + "MaintenanceOptions": { + "additionalProperties": false, + "properties": { + "AutoRecovery": { + "enum": [ + "default", + "disabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "MemoryGiBPerVCpu": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "MemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "MetadataOptions": { + "additionalProperties": false, + "properties": { + "HttpEndpoint": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpProtocolIpv6": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpPutResponseHopLimit": { + "type": "integer" + }, + "HttpTokens": { + "enum": [ + "optional", + "required" + ], + "type": "string" + }, + "InstanceMetadataTags": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "Monitoring": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "NetworkBandwidthGbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "NetworkInterface": { + "additionalProperties": false, + "dependentExcluded": { + "AssociateCarrierIpAddress": [ + "NetworkInterfaceId" + ], + "AssociatePublicIpAddress": [ + "NetworkInterfaceId" + ], + "NetworkInterfaceId": [ + "AssociateCarrierIpAddress", + "AssociatePublicIpAddress" + ] + }, + "properties": { + "AssociateCarrierIpAddress": { + "type": "boolean" + }, + "AssociatePublicIpAddress": { + "type": "boolean" + }, + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "DeleteOnTermination": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "DeviceIndex": { + "type": "integer" + }, + "EnaSrdSpecification": { + "$ref": "#/definitions/EnaSrdSpecification" + }, + "Groups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InterfaceType": { + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "items": { + "$ref": "#/definitions/Ipv6Add" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "NetworkCardIndex": { + "type": "integer" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PrimaryIpv6": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "items": { + "$ref": "#/definitions/PrivateIpAdd" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "type": "object" + }, + "NetworkInterfaceCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "Placement": { + "additionalProperties": false, + "properties": { + "Affinity": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "GroupId": { + "type": "string" + }, + "GroupName": { + "type": "string" + }, + "HostId": { + "type": "string" + }, + "HostResourceGroupArn": { + "type": "string" + }, + "PartitionNumber": { + "type": "integer" + }, + "SpreadDomain": { + "type": "string" + }, + "Tenancy": { + "enum": [ + "dedicated", + "default", + "host" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateDnsNameOptions": { + "additionalProperties": false, + "properties": { + "EnableResourceNameDnsAAAARecord": { + "type": "boolean" + }, + "EnableResourceNameDnsARecord": { + "type": "boolean" + }, + "HostnameType": { + "enum": [ + "ip-name", + "resource-name" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateIpAdd": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "type": "object" + }, + "SpotOptions": { + "additionalProperties": false, + "properties": { + "BlockDurationMinutes": { + "type": "integer" + }, + "InstanceInterruptionBehavior": { + "enum": [ + "hibernate", + "stop", + "terminate" + ], + "type": "string" + }, + "MaxPrice": { + "type": "string" + }, + "SpotInstanceType": { + "enum": [ + "one-time", + "persistent" + ], + "type": "string" + }, + "ValidUntil": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "TotalLocalStorageGB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "VCpuCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/LaunchTemplateId" + ], + "properties": { + "DefaultVersionNumber": { + "type": "string" + }, + "LatestVersionNumber": { + "type": "string" + }, + "LaunchTemplateData": { + "$ref": "#/definitions/LaunchTemplateData" + }, + "LaunchTemplateId": { + "type": "string" + }, + "LaunchTemplateName": { + "pattern": "[a-zA-Z0-9\\(\\)\\.\\-/_]+", + "type": "string" + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/LaunchTemplateTagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "VersionDescription": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/DefaultVersionNumber", + "/properties/LaunchTemplateId", + "/properties/LatestVersionNumber" + ], + "required": [ + "LaunchTemplateData" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::EC2::LaunchTemplate", + "writeOnlyProperties": [ + "/properties/LaunchTemplateData", + "/properties/VersionDescription", + "/properties/TagSpecifications" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-networkinterface.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-networkinterface.json new file mode 100644 index 0000000000000000000000000000000000000000..1e02b1430e77188f296bbccb9b0dfe18abf5570b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-networkinterface.json @@ -0,0 +1,234 @@ +{ + "$schema": "https://raw.githubusercontent.com/aws-cloudformation/cloudformation-resource-schema/master/src/main/resources/schema/provider.definition.schema.v1.json", + "additionalProperties": false, + "conditionalCreateOnlyProperties": [ + "/properties/PrivateIpAddresses", + "/properties/EnablePrimaryIpv6", + "/properties/ConnectionTrackingSpecification" + ], + "createOnlyProperties": [ + "/properties/PrivateIpAddress", + "/properties/InterfaceType", + "/properties/SubnetId" + ], + "definitions": { + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "InstanceIpv6Address": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "required": [ + "Ipv6Address" + ], + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv4Prefix" + ], + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv6Prefix" + ], + "type": "object" + }, + "PrivateIpAddressSpecification": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "required": [ + "PrivateIpAddress", + "Primary" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "dependentExcluded": { + "Ipv6AddressCount": [ + "Ipv6Addresses" + ], + "Ipv6Addresses": [ + "Ipv6AddressCount" + ] + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "Description": { + "type": "string" + }, + "EnablePrimaryIpv6": { + "type": "boolean" + }, + "GroupSet": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "InterfaceType": { + "enum": [ + "branch", + "efa", + "efa-only", + "trunk" + ], + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/InstanceIpv6Address" + }, + "type": "array", + "uniqueItems": true + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "PrimaryIpv6Address": { + "type": "string" + }, + "PrimaryPrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/PrivateIpAddressSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SecondaryPrivateIpAddresses": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SourceDestCheck": { + "type": "boolean" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/SecondaryPrivateIpAddresses", + "/properties/PrimaryPrivateIpAddress", + "/properties/PrimaryIpv6Address", + "/properties/VpcId" + ], + "required": [ + "SubnetId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2/networkinterface", + "taggable": true, + "typeName": "AWS::EC2::NetworkInterface" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-networkinterfacepermission.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-networkinterfacepermission.json new file mode 100644 index 0000000000000000000000000000000000000000..786d5803840a00bb8eacfc9e821f99bff07b071b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-networkinterfacepermission.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AwsAccountId", + "/properties/Permission", + "/properties/NetworkInterfaceId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AwsAccountId": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "Permission": { + "enum": [ + "EIP-ASSOCIATE", + "INSTANCE-ATTACH" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "AwsAccountId", + "Permission", + "NetworkInterfaceId" + ], + "typeName": "AWS::EC2::NetworkInterfacePermission" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-trafficmirrorsession.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-trafficmirrorsession.json new file mode 100644 index 0000000000000000000000000000000000000000..bb62feb445048a7215db4e37b5f5b980da63770d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-trafficmirrorsession.json @@ -0,0 +1,70 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/NetworkInterfaceId" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PacketLength": { + "type": "integer" + }, + "SessionNumber": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TrafficMirrorFilterId": { + "type": "string" + }, + "TrafficMirrorTargetId": { + "type": "string" + }, + "VirtualNetworkId": { + "type": "integer" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "TrafficMirrorTargetId", + "SessionNumber", + "NetworkInterfaceId", + "TrafficMirrorFilterId" + ], + "typeName": "AWS::EC2::TrafficMirrorSession" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-vpngatewayroutepropagation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-vpngatewayroutepropagation.json new file mode 100644 index 0000000000000000000000000000000000000000..d9e1e910db90ecfff8b39474789d7f025af5117a --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-ec2-vpngatewayroutepropagation.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "RouteTableIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "VpnGatewayId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "RouteTableIds", + "VpnGatewayId" + ], + "typeName": "AWS::EC2::VPNGatewayRoutePropagation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-efs-filesystem.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-efs-filesystem.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0172cb4395d0a4b0522666400065f13385b978 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-efs-filesystem.json @@ -0,0 +1,228 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AvailabilityZoneName", + "/properties/Encrypted", + "/properties/KmsKeyId", + "/properties/PerformanceMode" + ], + "definitions": { + "Arn": { + "type": "string" + }, + "BackupPolicy": { + "additionalProperties": false, + "properties": { + "Status": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "required": [ + "Status" + ], + "type": "object" + }, + "ElasticFileSystemTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "FileSystemProtection": { + "additionalProperties": false, + "properties": { + "ReplicationOverwriteProtection": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "type": "object" + }, + "LifecyclePolicy": { + "additionalProperties": false, + "properties": { + "TransitionToArchive": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToIA": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToPrimaryStorageClass": { + "enum": [ + "AFTER_1_ACCESS" + ], + "type": "string" + } + }, + "type": "object" + }, + "ReplicationConfiguration": { + "additionalProperties": false, + "properties": { + "Destinations": { + "items": { + "$ref": "#/definitions/ReplicationDestination" + }, + "maxItems": 1, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ReplicationDestination": { + "additionalProperties": false, + "properties": { + "AvailabilityZoneName": { + "type": "string" + }, + "FileSystemId": { + "type": "string" + }, + "KmsKeyId": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FileSystemId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "AvailabilityZoneName": { + "pattern": ".+", + "type": "string" + }, + "BackupPolicy": { + "$ref": "#/definitions/BackupPolicy" + }, + "BypassPolicyLockoutSafetyCheck": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "FileSystemPolicy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "FileSystemProtection": { + "$ref": "#/definitions/FileSystemProtection" + }, + "FileSystemTags": { + "items": { + "$ref": "#/definitions/ElasticFileSystemTag" + }, + "type": "array", + "uniqueItems": true + }, + "KmsKeyId": { + "pattern": "^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|mrk-[0-9a-f]{32}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(key/mrk-[0-9a-f]{32})|(alias/[a-zA-Z0-9/_-]+))))$", + "type": "string" + }, + "LifecyclePolicies": { + "items": { + "$ref": "#/definitions/LifecyclePolicy" + }, + "type": "array", + "uniqueItems": true + }, + "PerformanceMode": { + "enum": [ + "generalPurpose", + "maxIO" + ], + "type": "string" + }, + "ProvisionedThroughputInMibps": { + "type": "number" + }, + "ReplicationConfiguration": { + "$ref": "#/definitions/ReplicationConfiguration" + }, + "ThroughputMode": { + "enum": [ + "bursting", + "elastic", + "provisioned" + ], + "type": "string" + } + }, + "propertyTransform": { + "/properties/FileSystemProtection/ReplicationOverwriteProtection": "$uppercase(FileSystemProtection.ReplicationOverwriteProtection)='DISABLED' ? 'REPLICATING' : $uppercase(FileSystemProtection.ReplicationOverwriteProtection)", + "/properties/KmsKeyId": "\"arn:aws[-a-z]*:kms:[a-z0-9-]+:[0-9]{12}:key/[a-zA-Z0-9-]+\"" + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/FileSystemTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::FileSystem", + "writeOnlyProperties": [ + "/properties/BypassPolicyLockoutSafetyCheck", + "/properties/ReplicationConfiguration/Destinations/*/AvailabilityZoneName", + "/properties/ReplicationConfiguration/Destinations/*/KmsKeyId" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticache-subnetgroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticache-subnetgroup.json new file mode 100644 index 0000000000000000000000000000000000000000..09e0577865f0cea1630b22e0b3f4f828e657f6b7 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticache-subnetgroup.json @@ -0,0 +1,60 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CacheSubnetGroupName" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "CacheSubnetGroupName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "SubnetIds" + ], + "typeName": "AWS::ElastiCache::SubnetGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-application.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-application.json new file mode 100644 index 0000000000000000000000000000000000000000..62f6308bae1eb011d29f379009cd15a397593b55 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-application.json @@ -0,0 +1,83 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "ApplicationResourceLifecycleConfig": { + "additionalProperties": false, + "properties": { + "ServiceRole": { + "type": "string" + }, + "VersionLifecycleConfig": { + "$ref": "#/definitions/ApplicationVersionLifecycleConfig" + } + }, + "type": "object" + }, + "ApplicationVersionLifecycleConfig": { + "additionalProperties": false, + "properties": { + "MaxAgeRule": { + "$ref": "#/definitions/MaxAgeRule" + }, + "MaxCountRule": { + "$ref": "#/definitions/MaxCountRule" + } + }, + "type": "object" + }, + "MaxAgeRule": { + "additionalProperties": false, + "properties": { + "DeleteSourceFromS3": { + "type": "boolean" + }, + "Enabled": { + "type": "boolean" + }, + "MaxAgeInDays": { + "type": "integer" + } + }, + "type": "object" + }, + "MaxCountRule": { + "additionalProperties": false, + "properties": { + "DeleteSourceFromS3": { + "type": "boolean" + }, + "Enabled": { + "type": "boolean" + }, + "MaxCount": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "ResourceLifecycleConfig": { + "$ref": "#/definitions/ApplicationResourceLifecycleConfig" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "typeName": "AWS::ElasticBeanstalk::Application" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-applicationversion.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-applicationversion.json new file mode 100644 index 0000000000000000000000000000000000000000..1ab162c052c66a407e3e3689ee9d91907ace47a0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-applicationversion.json @@ -0,0 +1,50 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName", + "/properties/SourceBundle" + ], + "definitions": { + "SourceBundle": { + "additionalProperties": false, + "properties": { + "S3Bucket": { + "type": "string" + }, + "S3Key": { + "type": "string" + } + }, + "required": [ + "S3Bucket", + "S3Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "SourceBundle": { + "$ref": "#/definitions/SourceBundle" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "SourceBundle" + ], + "typeName": "AWS::ElasticBeanstalk::ApplicationVersion" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-configurationtemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-configurationtemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..0ed98c7d780667f86c165cb7ab5e4c9550077d60 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-configurationtemplate.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PlatformArn", + "/properties/ApplicationName", + "/properties/SolutionStackName", + "/properties/EnvironmentId", + "/properties/SourceConfiguration" + ], + "definitions": { + "ConfigurationOptionSetting": { + "additionalProperties": false, + "properties": { + "Namespace": { + "type": "string" + }, + "OptionName": { + "type": "string" + }, + "ResourceName": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Namespace", + "OptionName" + ], + "type": "object" + }, + "SourceConfiguration": { + "additionalProperties": false, + "properties": { + "ApplicationName": { + "type": "string" + }, + "TemplateName": { + "type": "string" + } + }, + "required": [ + "ApplicationName", + "TemplateName" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "EnvironmentId": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "OptionSettings": { + "items": { + "$ref": "#/definitions/ConfigurationOptionSetting" + }, + "type": "array", + "uniqueItems": false + }, + "PlatformArn": { + "type": "string" + }, + "SolutionStackName": { + "type": "string" + }, + "SourceConfiguration": { + "$ref": "#/definitions/SourceConfiguration" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName" + ], + "typeName": "AWS::ElasticBeanstalk::ConfigurationTemplate" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-environment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-environment.json new file mode 100644 index 0000000000000000000000000000000000000000..a4cd15803bc7a4f97b83796d1ba316b9221b647f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticbeanstalk-environment.json @@ -0,0 +1,127 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CNAMEPrefix", + "/properties/EnvironmentName", + "/properties/ApplicationName", + "/properties/SolutionStackName" + ], + "definitions": { + "OptionSetting": { + "additionalProperties": false, + "properties": { + "Namespace": { + "type": "string" + }, + "OptionName": { + "type": "string" + }, + "ResourceName": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Namespace", + "OptionName" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "Tier": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "CNAMEPrefix": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "EndpointURL": { + "type": "string" + }, + "EnvironmentName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "OperationsRole": { + "type": "string" + }, + "OptionSettings": { + "items": { + "$ref": "#/definitions/OptionSetting" + }, + "type": "array", + "uniqueItems": false + }, + "PlatformArn": { + "type": "string" + }, + "SolutionStackName": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TemplateName": { + "type": "string" + }, + "Tier": { + "$ref": "#/definitions/Tier" + }, + "VersionLabel": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/EndpointURL" + ], + "required": [ + "ApplicationName" + ], + "typeName": "AWS::ElasticBeanstalk::Environment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticloadbalancingv2-loadbalancer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticloadbalancingv2-loadbalancer.json new file mode 100644 index 0000000000000000000000000000000000000000..671bb8c1c9d2f62d4ad85eeb001a6f416cd48ac0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-elasticloadbalancingv2-loadbalancer.json @@ -0,0 +1,176 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Type", + "/properties/Scheme" + ], + "definitions": { + "LoadBalancerAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "SubnetMapping": { + "additionalProperties": false, + "properties": { + "AllocationId": { + "type": "string" + }, + "IPv6Address": { + "type": "string" + }, + "PrivateIPv4Address": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "required": [ + "SubnetId" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html", + "primaryIdentifier": [ + "/properties/LoadBalancerArn" + ], + "properties": { + "CanonicalHostedZoneID": { + "type": "string" + }, + "DNSName": { + "type": "string" + }, + "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": { + "type": "string" + }, + "IpAddressType": { + "enum": [ + "dualstack", + "dualstack-without-public-ipv4", + "ipv4" + ], + "type": "string" + }, + "LoadBalancerArn": { + "type": "string" + }, + "LoadBalancerAttributes": { + "arrayType": "AttributeList", + "insertionOrder": false, + "items": { + "$ref": "#/definitions/LoadBalancerAttribute" + }, + "type": "array", + "uniqueItems": true + }, + "LoadBalancerFullName": { + "type": "string" + }, + "LoadBalancerName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Scheme": { + "enum": [ + "internal", + "internet-facing" + ], + "type": "string" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SubnetMappings": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SubnetMapping" + }, + "type": "array", + "uniqueItems": true + }, + "Subnets": { + "format": "AWS::EC2::Subnet.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "enum": [ + "application", + "network", + "gateway" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/LoadBalancerName", + "/properties/LoadBalancerFullName", + "/properties/CanonicalHostedZoneID", + "/properties/LoadBalancerArn", + "/properties/DNSName" + ], + "requiredXor": [ + "Subnets", + "SubnetMappings" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticloadbalancingv2", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ElasticLoadBalancingV2::LoadBalancer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-emr-securityconfiguration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-emr-securityconfiguration.json new file mode 100644 index 0000000000000000000000000000000000000000..69af9681235497573ff021d7cca6e74057ff130d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-emr-securityconfiguration.json @@ -0,0 +1,32 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/SecurityConfiguration" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SecurityConfiguration": { + "format": "json", + "type": [ + "object", + "string" + ] + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "SecurityConfiguration" + ], + "typeName": "AWS::EMR::SecurityConfiguration" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-emrcontainers-virtualcluster.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-emrcontainers-virtualcluster.json new file mode 100644 index 0000000000000000000000000000000000000000..6cc8bb0dbeb4e2e1e26e90ef02c6866f7ee35dee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-emrcontainers-virtualcluster.json @@ -0,0 +1,125 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ContainerProvider", + "/properties/Name" + ], + "definitions": { + "ContainerInfo": { + "additionalProperties": false, + "properties": { + "EksInfo": { + "$ref": "#/definitions/EksInfo" + } + }, + "required": [ + "EksInfo" + ], + "type": "object" + }, + "ContainerProvider": { + "additionalProperties": false, + "properties": { + "Id": { + "maxLength": 100, + "minLength": 1, + "pattern": "^[0-9A-Za-z][A-Za-z0-9\\-_]*", + "type": "string" + }, + "Info": { + "$ref": "#/definitions/ContainerInfo" + }, + "Type": { + "enum": [ + "EKS" + ], + "type": "string" + } + }, + "required": [ + "Type", + "Id", + "Info" + ], + "type": "object" + }, + "EksInfo": { + "additionalProperties": false, + "properties": { + "Namespace": { + "maxLength": 63, + "minLength": 1, + "pattern": "[a-z0-9]([-a-z0-9]*[a-z0-9])?", + "type": "string" + } + }, + "required": [ + "Namespace" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "ContainerProvider": { + "$ref": "#/definitions/ContainerProvider" + }, + "Id": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "Name": { + "maxLength": 64, + "minLength": 1, + "pattern": "[\\.\\-_/#A-Za-z0-9]+", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/Id" + ], + "required": [ + "Name", + "ContainerProvider" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EMRContainers::VirtualCluster" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-gamelift-alias.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-gamelift-alias.json new file mode 100644 index 0000000000000000000000000000000000000000..c5a72a9671720d7234847fbdccc39fdc499f3391 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-gamelift-alias.json @@ -0,0 +1,48 @@ +{ + "additionalProperties": false, + "definitions": { + "RoutingStrategy": { + "additionalProperties": false, + "properties": { + "FleetId": { + "type": "string" + }, + "Message": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RoutingStrategy": { + "$ref": "#/definitions/RoutingStrategy" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "RoutingStrategy", + "Name" + ], + "typeName": "AWS::GameLift::Alias" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-gamelift-build.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-gamelift-build.json new file mode 100644 index 0000000000000000000000000000000000000000..fcdd28d89bfb0da8b1b8e0767cb6f6e6bd90d8ee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-gamelift-build.json @@ -0,0 +1,56 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StorageLocation", + "/properties/OperatingSystem" + ], + "definitions": { + "S3Location": { + "additionalProperties": false, + "properties": { + "Bucket": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "ObjectVersion": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "Bucket", + "Key", + "RoleArn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OperatingSystem": { + "type": "string" + }, + "StorageLocation": { + "$ref": "#/definitions/S3Location" + }, + "Version": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "typeName": "AWS::GameLift::Build" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-gamelift-fleet.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-gamelift-fleet.json new file mode 100644 index 0000000000000000000000000000000000000000..99f60e7774a059078630aeb4e75812b5dbd52682 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-gamelift-fleet.json @@ -0,0 +1,198 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PeerVpcAwsAccountId", + "/properties/BuildId", + "/properties/EC2InstanceType", + "/properties/ServerLaunchParameters", + "/properties/CertificateConfiguration", + "/properties/LogPaths", + "/properties/ServerLaunchPath", + "/properties/FleetType", + "/properties/ScriptId", + "/properties/PeerVpcId", + "/properties/InstanceRoleARN" + ], + "definitions": { + "CertificateConfiguration": { + "additionalProperties": false, + "properties": { + "CertificateType": { + "type": "string" + } + }, + "required": [ + "CertificateType" + ], + "type": "object" + }, + "IpPermission": { + "additionalProperties": false, + "properties": { + "FromPort": { + "type": "integer" + }, + "IpRange": { + "type": "string" + }, + "Protocol": { + "type": "string" + }, + "ToPort": { + "type": "integer" + } + }, + "required": [ + "IpRange", + "FromPort", + "ToPort", + "Protocol" + ], + "type": "object" + }, + "ResourceCreationLimitPolicy": { + "additionalProperties": false, + "properties": { + "NewGameSessionsPerCreator": { + "type": "integer" + }, + "PolicyPeriodInMinutes": { + "type": "integer" + } + }, + "type": "object" + }, + "RuntimeConfiguration": { + "additionalProperties": false, + "properties": { + "GameSessionActivationTimeoutSeconds": { + "type": "integer" + }, + "MaxConcurrentGameSessionActivations": { + "type": "integer" + }, + "ServerProcesses": { + "items": { + "$ref": "#/definitions/ServerProcess" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ServerProcess": { + "additionalProperties": false, + "properties": { + "ConcurrentExecutions": { + "type": "integer" + }, + "LaunchPath": { + "type": "string" + }, + "Parameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + } + }, + "required": [ + "ConcurrentExecutions", + "LaunchPath" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "BuildId": { + "type": "string" + }, + "CertificateConfiguration": { + "$ref": "#/definitions/CertificateConfiguration" + }, + "Description": { + "type": "string" + }, + "DesiredEC2Instances": { + "type": "integer" + }, + "EC2InboundPermissions": { + "items": { + "$ref": "#/definitions/IpPermission" + }, + "type": "array", + "uniqueItems": true + }, + "EC2InstanceType": { + "type": "string" + }, + "FleetType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstanceRoleARN": { + "type": "string" + }, + "LogPaths": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MaxSize": { + "type": "integer" + }, + "MetricGroups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MinSize": { + "type": "integer" + }, + "Name": { + "type": "string" + }, + "NewGameSessionProtectionPolicy": { + "type": "string" + }, + "PeerVpcAwsAccountId": { + "type": "string" + }, + "PeerVpcId": { + "type": "string" + }, + "ResourceCreationLimitPolicy": { + "$ref": "#/definitions/ResourceCreationLimitPolicy" + }, + "RuntimeConfiguration": { + "$ref": "#/definitions/RuntimeConfiguration" + }, + "ScriptId": { + "type": "string" + }, + "ServerLaunchParameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + }, + "ServerLaunchPath": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- ]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EC2InstanceType", + "Name" + ], + "typeName": "AWS::GameLift::Fleet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iam-accesskey.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iam-accesskey.json new file mode 100644 index 0000000000000000000000000000000000000000..7aaaec51d4c6d77d9114388ceeb6da404cbb8f2e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iam-accesskey.json @@ -0,0 +1,39 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Serial", + "/properties/UserName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "SecretAccessKey": { + "type": "string" + }, + "Serial": { + "type": "integer" + }, + "Status": { + "enum": [ + "Active", + "Inactive" + ], + "type": "string" + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/SecretAccessKey" + ], + "required": [ + "UserName" + ], + "typeName": "AWS::IAM::AccessKey" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iam-instanceprofile.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iam-instanceprofile.json new file mode 100644 index 0000000000000000000000000000000000000000..a71c9d32a8fc3e24af0b6417a164026ad83972b6 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iam-instanceprofile.json @@ -0,0 +1,44 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/InstanceProfileName", + "/properties/Path" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstanceProfileName": { + "pattern": "[\\w+=,.@-]+", + "type": "string" + }, + "Path": { + "pattern": "(\\u002F)|(\\u002F[\\u0021-\\u007E]+\\u002F)", + "type": "string" + }, + "Roles": { + "items": { + "pattern": "[a-zA-Z0-9+=,.@\\-_]+", + "type": "string" + }, + "maxItems": 1, + "minItems": 1, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Roles" + ], + "typeName": "AWS::IAM::InstanceProfile" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iam-managedpolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iam-managedpolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..41620915f04547ba34d395d4b39e7491f28563fb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iam-managedpolicy.json @@ -0,0 +1,100 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ManagedPolicyName", + "/properties/Description", + "/properties/Path" + ], + "primaryIdentifier": [ + "/properties/PolicyArn" + ], + "properties": { + "AttachmentCount": { + "type": "integer" + }, + "CreateDate": { + "type": "string" + }, + "DefaultVersionId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Groups": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "IsAttachable": { + "type": "boolean" + }, + "ManagedPolicyName": { + "type": "string" + }, + "Path": { + "pattern": "^/(.+/)*$", + "type": "string" + }, + "PermissionsBoundaryUsageCount": { + "type": "integer" + }, + "PolicyArn": { + "type": "string" + }, + "PolicyDocument": { + "maxLength": 6144, + "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+", + "type": [ + "object", + "string" + ] + }, + "PolicyId": { + "type": "string" + }, + "Roles": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "UpdateDate": { + "type": "string" + }, + "Users": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/PolicyArn", + "/properties/AttachmentCount", + "/properties/CreateDate", + "/properties/DefaultVersionId", + "/properties/IsAttachable", + "/properties/PermissionsBoundaryUsageCount", + "/properties/PolicyId", + "/properties/UpdateDate" + ], + "required": [ + "PolicyDocument" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iam", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::IAM::ManagedPolicy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-certificate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-certificate.json new file mode 100644 index 0000000000000000000000000000000000000000..dd5e29c8ea60978e5f425a3c6488d9c0c2b9053e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-certificate.json @@ -0,0 +1,33 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CertificateSigningRequest" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "CertificateSigningRequest": { + "pattern": "[\\s\\S]*", + "type": "string" + }, + "Id": { + "type": "string" + }, + "Status": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Status", + "CertificateSigningRequest" + ], + "typeName": "AWS::IoT::Certificate" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-policy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-policy.json new file mode 100644 index 0000000000000000000000000000000000000000..ebabbd9f3dc383372d215a88bd905bd67464e96c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-policy.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PolicyDocument", + "/properties/PolicyName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PolicyDocument": { + "format": "json", + "pattern": "[\\s\\S]*", + "type": [ + "object", + "string" + ] + }, + "PolicyName": { + "pattern": "[\\w+=,.@-]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "PolicyDocument" + ], + "typeName": "AWS::IoT::Policy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-policyprincipalattachment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-policyprincipalattachment.json new file mode 100644 index 0000000000000000000000000000000000000000..4bb0a7c55d1b668148953b68f5e826fe949dae57 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-policyprincipalattachment.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Principal", + "/properties/PolicyName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "PolicyName": { + "type": "string" + }, + "Principal": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PolicyName", + "Principal" + ], + "typeName": "AWS::IoT::PolicyPrincipalAttachment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-thing.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-thing.json new file mode 100644 index 0000000000000000000000000000000000000000..7c61fcf7027e82091ca1d6b0c0415bbb3e827b07 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-thing.json @@ -0,0 +1,40 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ThingName" + ], + "definitions": { + "AttributePayload": { + "additionalProperties": false, + "properties": { + "Attributes": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AttributePayload": { + "$ref": "#/definitions/AttributePayload" + }, + "Id": { + "type": "string" + }, + "ThingName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "typeName": "AWS::IoT::Thing" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-thingprincipalattachment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-thingprincipalattachment.json new file mode 100644 index 0000000000000000000000000000000000000000..e847399bfc097fb9f9ab75cf4c7a7b03ee406a30 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-thingprincipalattachment.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Principal", + "/properties/ThingName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Principal": { + "type": "string" + }, + "ThingName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ThingName", + "Principal" + ], + "typeName": "AWS::IoT::ThingPrincipalAttachment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-topicrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-topicrule.json new file mode 100644 index 0000000000000000000000000000000000000000..5c05e7d2417558ff5b8118f96a822019ccc66921 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-iot-topicrule.json @@ -0,0 +1,632 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/RuleName" + ], + "definitions": { + "Action": { + "additionalProperties": false, + "properties": { + "CloudwatchAlarm": { + "$ref": "#/definitions/CloudwatchAlarmAction" + }, + "CloudwatchMetric": { + "$ref": "#/definitions/CloudwatchMetricAction" + }, + "DynamoDB": { + "$ref": "#/definitions/DynamoDBAction" + }, + "DynamoDBv2": { + "$ref": "#/definitions/DynamoDBv2Action" + }, + "Elasticsearch": { + "$ref": "#/definitions/ElasticsearchAction" + }, + "Firehose": { + "$ref": "#/definitions/FirehoseAction" + }, + "Http": { + "$ref": "#/definitions/HttpAction" + }, + "IotAnalytics": { + "$ref": "#/definitions/IotAnalyticsAction" + }, + "IotEvents": { + "$ref": "#/definitions/IotEventsAction" + }, + "IotSiteWise": { + "$ref": "#/definitions/IotSiteWiseAction" + }, + "Kinesis": { + "$ref": "#/definitions/KinesisAction" + }, + "Lambda": { + "$ref": "#/definitions/LambdaAction" + }, + "Republish": { + "$ref": "#/definitions/RepublishAction" + }, + "S3": { + "$ref": "#/definitions/S3Action" + }, + "Sns": { + "$ref": "#/definitions/SnsAction" + }, + "Sqs": { + "$ref": "#/definitions/SqsAction" + }, + "StepFunctions": { + "$ref": "#/definitions/StepFunctionsAction" + } + }, + "type": "object" + }, + "AssetPropertyTimestamp": { + "additionalProperties": false, + "properties": { + "OffsetInNanos": { + "type": "string" + }, + "TimeInSeconds": { + "type": "string" + } + }, + "required": [ + "TimeInSeconds" + ], + "type": "object" + }, + "AssetPropertyValue": { + "additionalProperties": false, + "properties": { + "Quality": { + "type": "string" + }, + "Timestamp": { + "$ref": "#/definitions/AssetPropertyTimestamp" + }, + "Value": { + "$ref": "#/definitions/AssetPropertyVariant" + } + }, + "required": [ + "Value", + "Timestamp" + ], + "type": "object" + }, + "AssetPropertyVariant": { + "additionalProperties": false, + "properties": { + "BooleanValue": { + "type": "string" + }, + "DoubleValue": { + "type": "string" + }, + "IntegerValue": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "type": "object" + }, + "CloudwatchAlarmAction": { + "additionalProperties": false, + "properties": { + "AlarmName": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "StateReason": { + "type": "string" + }, + "StateValue": { + "type": "string" + } + }, + "required": [ + "AlarmName", + "StateReason", + "StateValue", + "RoleArn" + ], + "type": "object" + }, + "CloudwatchMetricAction": { + "additionalProperties": false, + "properties": { + "MetricName": { + "type": "string" + }, + "MetricNamespace": { + "type": "string" + }, + "MetricTimestamp": { + "type": "string" + }, + "MetricUnit": { + "type": "string" + }, + "MetricValue": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "MetricName", + "MetricValue", + "MetricNamespace", + "MetricUnit", + "RoleArn" + ], + "type": "object" + }, + "DynamoDBAction": { + "additionalProperties": false, + "properties": { + "HashKeyField": { + "type": "string" + }, + "HashKeyType": { + "enum": [ + "NUMBER", + "STRING" + ], + "type": "string" + }, + "HashKeyValue": { + "type": "string" + }, + "PayloadField": { + "type": "string" + }, + "RangeKeyField": { + "type": "string" + }, + "RangeKeyType": { + "enum": [ + "NUMBER", + "STRING" + ], + "type": "string" + }, + "RangeKeyValue": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "TableName": { + "type": "string" + } + }, + "required": [ + "TableName", + "HashKeyField", + "HashKeyValue", + "RoleArn" + ], + "type": "object" + }, + "DynamoDBv2Action": { + "additionalProperties": false, + "properties": { + "PutItem": { + "$ref": "#/definitions/PutItemInput" + }, + "RoleArn": { + "type": "string" + } + }, + "type": "object" + }, + "ElasticsearchAction": { + "additionalProperties": false, + "properties": { + "Endpoint": { + "pattern": "https?://.*", + "type": "string" + }, + "Id": { + "type": "string" + }, + "Index": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type", + "Endpoint", + "Index", + "Id", + "RoleArn" + ], + "type": "object" + }, + "FirehoseAction": { + "additionalProperties": false, + "properties": { + "DeliveryStreamName": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "Separator": { + "pattern": "([\\n\\t])|(\\r\\n)|(,)", + "type": "string" + } + }, + "required": [ + "DeliveryStreamName", + "RoleArn" + ], + "type": "object" + }, + "HttpAction": { + "additionalProperties": false, + "properties": { + "Auth": { + "$ref": "#/definitions/HttpAuthorization" + }, + "ConfirmationUrl": { + "type": "string" + }, + "Headers": { + "items": { + "$ref": "#/definitions/HttpActionHeader" + }, + "type": "array", + "uniqueItems": true + }, + "Url": { + "type": "string" + } + }, + "required": [ + "Url" + ], + "type": "object" + }, + "HttpActionHeader": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "HttpAuthorization": { + "additionalProperties": false, + "properties": { + "Sigv4": { + "$ref": "#/definitions/SigV4Authorization" + } + }, + "type": "object" + }, + "IotAnalyticsAction": { + "additionalProperties": false, + "properties": { + "ChannelName": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "ChannelName", + "RoleArn" + ], + "type": "object" + }, + "IotEventsAction": { + "additionalProperties": false, + "properties": { + "InputName": { + "type": "string" + }, + "MessageId": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "InputName", + "RoleArn" + ], + "type": "object" + }, + "IotSiteWiseAction": { + "additionalProperties": false, + "properties": { + "PutAssetPropertyValueEntries": { + "items": { + "$ref": "#/definitions/PutAssetPropertyValueEntry" + }, + "type": "array", + "uniqueItems": true + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "PutAssetPropertyValueEntries", + "RoleArn" + ], + "type": "object" + }, + "KinesisAction": { + "additionalProperties": false, + "properties": { + "PartitionKey": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "StreamName": { + "type": "string" + } + }, + "required": [ + "StreamName", + "RoleArn" + ], + "type": "object" + }, + "LambdaAction": { + "additionalProperties": false, + "properties": { + "FunctionArn": { + "type": "string" + } + }, + "type": "object" + }, + "PutAssetPropertyValueEntry": { + "additionalProperties": false, + "properties": { + "AssetId": { + "type": "string" + }, + "EntryId": { + "type": "string" + }, + "PropertyAlias": { + "type": "string" + }, + "PropertyId": { + "type": "string" + }, + "PropertyValues": { + "items": { + "$ref": "#/definitions/AssetPropertyValue" + }, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "PropertyValues" + ], + "type": "object" + }, + "PutItemInput": { + "additionalProperties": false, + "properties": { + "TableName": { + "type": "string" + } + }, + "required": [ + "TableName" + ], + "type": "object" + }, + "RepublishAction": { + "additionalProperties": false, + "properties": { + "Qos": { + "type": "integer" + }, + "RoleArn": { + "type": "string" + }, + "Topic": { + "type": "string" + } + }, + "required": [ + "Topic", + "RoleArn" + ], + "type": "object" + }, + "S3Action": { + "additionalProperties": false, + "properties": { + "BucketName": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "BucketName", + "Key", + "RoleArn" + ], + "type": "object" + }, + "SigV4Authorization": { + "additionalProperties": false, + "properties": { + "RoleArn": { + "type": "string" + }, + "ServiceName": { + "type": "string" + }, + "SigningRegion": { + "type": "string" + } + }, + "required": [ + "ServiceName", + "SigningRegion", + "RoleArn" + ], + "type": "object" + }, + "SnsAction": { + "additionalProperties": false, + "properties": { + "MessageFormat": { + "enum": [ + "JSON", + "RAW" + ], + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "TargetArn": { + "type": "string" + } + }, + "required": [ + "TargetArn", + "RoleArn" + ], + "type": "object" + }, + "SqsAction": { + "additionalProperties": false, + "properties": { + "QueueUrl": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "UseBase64": { + "type": "boolean" + } + }, + "required": [ + "RoleArn", + "QueueUrl" + ], + "type": "object" + }, + "StepFunctionsAction": { + "additionalProperties": false, + "properties": { + "ExecutionNamePrefix": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "StateMachineName": { + "type": "string" + } + }, + "required": [ + "StateMachineName", + "RoleArn" + ], + "type": "object" + }, + "TopicRulePayload": { + "additionalProperties": false, + "properties": { + "Actions": { + "items": { + "$ref": "#/definitions/Action" + }, + "type": "array", + "uniqueItems": true + }, + "AwsIotSqlVersion": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ErrorAction": { + "$ref": "#/definitions/Action" + }, + "RuleDisabled": { + "type": "boolean" + }, + "Sql": { + "type": "string" + } + }, + "required": [ + "RuleDisabled", + "Actions", + "Sql" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "RuleName": { + "pattern": "^[a-zA-Z0-9_]+$", + "type": "string" + }, + "TopicRulePayload": { + "$ref": "#/definitions/TopicRulePayload" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "TopicRulePayload" + ], + "typeName": "AWS::IoT::TopicRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-kinesis-streamconsumer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-kinesis-streamconsumer.json new file mode 100644 index 0000000000000000000000000000000000000000..853b4133615b58db1f0091503f4744b6a2c9c8a2 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-kinesis-streamconsumer.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StreamARN", + "/properties/ConsumerName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConsumerARN": { + "type": "string" + }, + "ConsumerCreationTimestamp": { + "type": "string" + }, + "ConsumerName": { + "type": "string" + }, + "ConsumerStatus": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "StreamARN": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/ConsumerStatus", + "/properties/Id", + "/properties/ConsumerARN", + "/properties/ConsumerCreationTimestamp" + ], + "required": [ + "ConsumerName", + "StreamARN" + ], + "typeName": "AWS::Kinesis::StreamConsumer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-lambda-version.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-lambda-version.json new file mode 100644 index 0000000000000000000000000000000000000000..41fcb31449b33217b2e912d145c1721230f42c08 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-lambda-version.json @@ -0,0 +1,112 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FunctionName", + "/properties/Description", + "/properties/CodeSha256", + "/properties/ProvisionedConcurrencyConfig", + "/properties/RuntimePolicy" + ], + "definitions": { + "ProvisionedConcurrencyConfiguration": { + "additionalProperties": false, + "properties": { + "ProvisionedConcurrentExecutions": { + "type": "integer" + } + }, + "required": [ + "ProvisionedConcurrentExecutions" + ], + "type": "object" + }, + "RuntimePolicy": { + "additionalProperties": false, + "properties": { + "RuntimeVersionArn": { + "maxLength": 2048, + "minLength": 26, + "pattern": "^arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}::runtime:.+$", + "type": "string" + }, + "UpdateRuntimeOn": { + "type": "string" + } + }, + "required": [ + "UpdateRuntimeOn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FunctionArn" + ], + "properties": { + "CodeSha256": { + "type": "string" + }, + "Description": { + "maxLength": 256, + "minLength": 0, + "type": "string" + }, + "FunctionArn": { + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "FunctionName": { + "anyOf": [ + { + "relationshipRef": { + "propertyPath": "/properties/FunctionName", + "typeName": "AWS::Lambda::Function" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::Lambda::Function" + } + } + ], + "maxLength": 140, + "minLength": 1, + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "Policy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "ProvisionedConcurrencyConfig": { + "$ref": "#/definitions/ProvisionedConcurrencyConfiguration" + }, + "RuntimePolicy": { + "$ref": "#/definitions/RuntimePolicy" + }, + "Version": { + "type": "string" + } + }, + "propertyTransform": { + "/properties/FunctionName": "$split(FunctionName, \":\")[-1] $OR FunctionName" + }, + "readOnlyProperties": [ + "/properties/Version", + "/properties/FunctionArn" + ], + "required": [ + "FunctionName" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Lambda::Version" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-logs-delivery.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-logs-delivery.json new file mode 100644 index 0000000000000000000000000000000000000000..8bc576d1da6abec93009e46e3bb14c7a0f77b381 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-logs-delivery.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DeliverySourceName", + "/properties/DeliveryDestinationArn" + ], + "definitions": { + "Arn": { + "maxLength": 2048, + "minLength": 16, + "pattern": "[\\w#+=/:,.@-]*\\*?", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DeliveryId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationArn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationType": { + "maxLength": 12, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliveryId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliverySourceName": { + "maxLength": 60, + "minLength": 1, + "pattern": "[\\w-]*$", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/DeliveryId", + "/properties/Arn", + "/properties/DeliveryDestinationType" + ], + "required": [ + "DeliverySourceName", + "DeliveryDestinationArn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Logs::Delivery" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-logs-deliverydestination.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-logs-deliverydestination.json new file mode 100644 index 0000000000000000000000000000000000000000..76914f833fcc677b497b56a24c9e1d2a015d66e8 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-logs-deliverydestination.json @@ -0,0 +1,108 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/DestinationResourceArn" + ], + "definitions": { + "Arn": { + "maxLength": 2048, + "minLength": 16, + "pattern": "[\\w#+=/:,.@-]*\\*?", + "type": "string" + }, + "DestinationPolicy": { + "additionalProperties": false, + "properties": { + "DeliveryDestinationName": { + "maxLength": 60, + "minLength": 1, + "type": "string" + }, + "DeliveryDestinationPolicy": { + "maxLength": 51200, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "DeliveryDestinationName", + "DeliveryDestinationPolicy" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Name" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationPolicy": { + "items": { + "$ref": "#/definitions/DestinationPolicy" + }, + "type": "object" + }, + "DeliveryDestinationType": { + "maxLength": 12, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DestinationResourceArn": { + "$ref": "#/definitions/Arn" + }, + "Name": { + "maxLength": 60, + "minLength": 1, + "pattern": "[\\w-]*$", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/DeliveryDestinationType" + ], + "required": [ + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Logs::DeliveryDestination" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-neptune-dbclusterparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-neptune-dbclusterparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..196677fbf0e8c412842831917c97298abb002882 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-neptune-dbclusterparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::Neptune::DBClusterParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-neptune-dbinstance.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-neptune-dbinstance.json new file mode 100644 index 0000000000000000000000000000000000000000..ce52ea7ecf78be65adf28fcd583d70f27158431e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-neptune-dbinstance.json @@ -0,0 +1,88 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DBClusterIdentifier", + "/properties/AvailabilityZone", + "/properties/DBInstanceIdentifier", + "/properties/DBSubnetGroupName", + "/properties/DBSnapshotIdentifier" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AllowMajorVersionUpgrade": { + "type": "boolean" + }, + "AutoMinorVersionUpgrade": { + "type": "boolean" + }, + "AvailabilityZone": { + "type": "string" + }, + "DBClusterIdentifier": { + "type": "string" + }, + "DBInstanceClass": { + "type": "string" + }, + "DBInstanceIdentifier": { + "type": "string" + }, + "DBParameterGroupName": { + "type": "string" + }, + "DBSnapshotIdentifier": { + "type": "string" + }, + "DBSubnetGroupName": { + "type": "string" + }, + "Endpoint": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Port": { + "type": "string" + }, + "PreferredMaintenanceWindow": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Port", + "/properties/Id", + "/properties/Endpoint" + ], + "required": [ + "DBInstanceClass" + ], + "typeName": "AWS::Neptune::DBInstance" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-neptune-dbparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-neptune-dbparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..40b22b45e52014f77bf771c09bac1015f1739eb6 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-neptune-dbparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::Neptune::DBParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-opsworks-instance.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-opsworks-instance.json new file mode 100644 index 0000000000000000000000000000000000000000..7971f63404029b002faf17c0d7afdc54198ddc58 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-opsworks-instance.json @@ -0,0 +1,247 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Tenancy", + "/properties/VirtualizationType", + "/properties/TimeBasedAutoScaling", + "/properties/RootDeviceType", + "/properties/AutoScalingType", + "/properties/StackId", + "/properties/AvailabilityZone", + "/properties/SubnetId", + "/properties/BlockDeviceMappings", + "/properties/EbsOptimized" + ], + "definitions": { + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/EbsBlockDevice" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "EbsBlockDevice": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "SnapshotId": { + "type": "string" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "TimeBasedAutoScaling": { + "additionalProperties": false, + "properties": { + "Friday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Monday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Saturday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Sunday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Thursday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Tuesday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Wednesday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AgentVersion": { + "type": "string" + }, + "AmiId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "Architecture": { + "type": "string" + }, + "AutoScalingType": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": true + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticIps": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Hostname": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstallUpdatesOnBoot": { + "type": "boolean" + }, + "InstanceType": { + "type": "string" + }, + "LayerIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Os": { + "type": "string" + }, + "PrivateDnsName": { + "type": "string" + }, + "PrivateIp": { + "type": "string" + }, + "PublicDnsName": { + "type": "string" + }, + "PublicIp": { + "type": "string" + }, + "RootDeviceType": { + "type": "string" + }, + "SshKeyName": { + "type": "string" + }, + "StackId": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "Tenancy": { + "type": "string" + }, + "TimeBasedAutoScaling": { + "$ref": "#/definitions/TimeBasedAutoScaling" + }, + "VirtualizationType": { + "type": "string" + }, + "Volumes": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/PublicIp", + "/properties/Id", + "/properties/PublicDnsName", + "/properties/PrivateDnsName", + "/properties/PrivateIp" + ], + "required": [ + "LayerIds", + "InstanceType", + "StackId" + ], + "typeName": "AWS::OpsWorks::Instance" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-opsworks-layer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-opsworks-layer.json new file mode 100644 index 0000000000000000000000000000000000000000..9c1034b21961f3f700c6031803c6bcb8dcd039b8 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-opsworks-layer.json @@ -0,0 +1,265 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StackId", + "/properties/Type" + ], + "definitions": { + "AutoScalingThresholds": { + "additionalProperties": false, + "properties": { + "CpuThreshold": { + "type": "number" + }, + "IgnoreMetricsTime": { + "type": "integer" + }, + "InstanceCount": { + "type": "integer" + }, + "LoadThreshold": { + "type": "number" + }, + "MemoryThreshold": { + "type": "number" + }, + "ThresholdsWaitTime": { + "type": "integer" + } + }, + "type": "object" + }, + "LifecycleEventConfiguration": { + "additionalProperties": false, + "properties": { + "ShutdownEventConfiguration": { + "$ref": "#/definitions/ShutdownEventConfiguration" + } + }, + "type": "object" + }, + "LoadBasedAutoScaling": { + "additionalProperties": false, + "properties": { + "DownScaling": { + "$ref": "#/definitions/AutoScalingThresholds" + }, + "Enable": { + "type": "boolean" + }, + "UpScaling": { + "$ref": "#/definitions/AutoScalingThresholds" + } + }, + "type": "object" + }, + "Recipes": { + "additionalProperties": false, + "properties": { + "Configure": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Deploy": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Setup": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Shutdown": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Undeploy": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ShutdownEventConfiguration": { + "additionalProperties": false, + "properties": { + "DelayUntilElbConnectionsDrained": { + "type": "boolean" + }, + "ExecutionTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VolumeConfiguration": { + "additionalProperties": false, + "properties": { + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "MountPoint": { + "type": "string" + }, + "NumberOfDisks": { + "type": "integer" + }, + "RaidLevel": { + "type": "integer" + }, + "Size": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Attributes": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "AutoAssignElasticIps": { + "type": "boolean" + }, + "AutoAssignPublicIps": { + "type": "boolean" + }, + "CustomInstanceProfileArn": { + "type": "string" + }, + "CustomJson": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "CustomRecipes": { + "$ref": "#/definitions/Recipes" + }, + "CustomSecurityGroupIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "EnableAutoHealing": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "InstallUpdatesOnBoot": { + "type": "boolean" + }, + "LifecycleEventConfiguration": { + "$ref": "#/definitions/LifecycleEventConfiguration" + }, + "LoadBasedAutoScaling": { + "$ref": "#/definitions/LoadBasedAutoScaling" + }, + "Name": { + "type": "string" + }, + "Packages": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Shortname": { + "type": "string" + }, + "StackId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "type": "string" + }, + "UseEbsOptimizedInstances": { + "type": "boolean" + }, + "VolumeConfigurations": { + "items": { + "$ref": "#/definitions/VolumeConfiguration" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EnableAutoHealing", + "Type", + "AutoAssignElasticIps", + "Shortname", + "AutoAssignPublicIps", + "Name", + "StackId" + ], + "typeName": "AWS::OpsWorks::Layer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-opsworks-stack.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-opsworks-stack.json new file mode 100644 index 0000000000000000000000000000000000000000..c09118118134632df93b0658d4ea12a5e828d58d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-opsworks-stack.json @@ -0,0 +1,234 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CloneAppIds", + "/properties/ClonePermissions", + "/properties/ServiceRoleArn", + "/properties/VpcId", + "/properties/SourceStackId" + ], + "definitions": { + "ChefConfiguration": { + "additionalProperties": false, + "properties": { + "BerkshelfVersion": { + "type": "string" + }, + "ManageBerkshelf": { + "type": "boolean" + } + }, + "type": "object" + }, + "ElasticIp": { + "additionalProperties": false, + "properties": { + "Ip": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Ip" + ], + "type": "object" + }, + "RdsDbInstance": { + "additionalProperties": false, + "properties": { + "DbPassword": { + "type": "string" + }, + "DbUser": { + "type": "string" + }, + "RdsDbInstanceArn": { + "type": "string" + } + }, + "required": [ + "DbPassword", + "RdsDbInstanceArn", + "DbUser" + ], + "type": "object" + }, + "Source": { + "additionalProperties": false, + "properties": { + "Password": { + "type": "string" + }, + "Revision": { + "type": "string" + }, + "SshKey": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "Username": { + "type": "string" + } + }, + "type": "object" + }, + "StackConfigurationManager": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "dependentRequired": { + "VpcId": [ + "DefaultSubnetId" + ] + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AgentVersion": { + "type": "string" + }, + "Attributes": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "ChefConfiguration": { + "$ref": "#/definitions/ChefConfiguration" + }, + "CloneAppIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "ClonePermissions": { + "type": "boolean" + }, + "ConfigurationManager": { + "$ref": "#/definitions/StackConfigurationManager" + }, + "CustomCookbooksSource": { + "$ref": "#/definitions/Source" + }, + "CustomJson": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "DefaultAvailabilityZone": { + "type": "string" + }, + "DefaultInstanceProfileArn": { + "type": "string" + }, + "DefaultOs": { + "type": "string" + }, + "DefaultRootDeviceType": { + "type": "string" + }, + "DefaultSshKeyName": { + "type": "string" + }, + "DefaultSubnetId": { + "type": "string" + }, + "EcsClusterArn": { + "type": "string" + }, + "ElasticIps": { + "items": { + "$ref": "#/definitions/ElasticIp" + }, + "type": "array", + "uniqueItems": true + }, + "HostnameTheme": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RdsDbInstances": { + "items": { + "$ref": "#/definitions/RdsDbInstance" + }, + "type": "array", + "uniqueItems": true + }, + "ServiceRoleArn": { + "type": "string" + }, + "SourceStackId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UseCustomCookbooks": { + "type": "boolean" + }, + "UseOpsworksSecurityGroups": { + "type": "boolean" + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "DefaultInstanceProfileArn", + "ServiceRoleArn", + "Name" + ], + "typeName": "AWS::OpsWorks::Stack" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-pcaconnectorad-connector.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-pcaconnectorad-connector.json new file mode 100644 index 0000000000000000000000000000000000000000..33419e0dab51f310768bda2d466ff1c3a1006148 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-pcaconnectorad-connector.json @@ -0,0 +1,91 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CertificateAuthorityArn", + "/properties/DirectoryId", + "/properties/VpcInformation" + ], + "definitions": { + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + }, + "VpcInformation": { + "additionalProperties": false, + "properties": { + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "maxLength": 20, + "minLength": 11, + "pattern": "^(?:sg-[0-9a-f]{8}|sg-[0-9a-f]{17})$", + "type": "string" + }, + "maxItems": 5, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "SecurityGroupIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ConnectorArn" + ], + "properties": { + "CertificateAuthorityArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:acm-pca:[\\w-]+:[0-9]+:certificate-authority(\\/[\\w-]+)$", + "type": "string" + }, + "ConnectorArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector(\\/[\\w-]+)$", + "type": "string" + }, + "DirectoryId": { + "pattern": "^d-[0-9a-f]{10}$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/Tags" + }, + "VpcInformation": { + "$ref": "#/definitions/VpcInformation" + } + }, + "readOnlyProperties": [ + "/properties/ConnectorArn" + ], + "required": [ + "CertificateAuthorityArn", + "DirectoryId", + "VpcInformation" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::Connector", + "writeOnlyProperties": [ + "/properties/CertificateAuthorityArn", + "/properties/DirectoryId", + "/properties/Tags", + "/properties/VpcInformation" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-pcaconnectorad-directoryregistration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-pcaconnectorad-directoryregistration.json new file mode 100644 index 0000000000000000000000000000000000000000..32656e63ba977d052208bae38e93eb379be22303 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-pcaconnectorad-directoryregistration.json @@ -0,0 +1,53 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DirectoryId" + ], + "definitions": { + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DirectoryRegistrationArn" + ], + "properties": { + "DirectoryId": { + "pattern": "^d-[0-9a-f]{10}$", + "type": "string" + }, + "DirectoryRegistrationArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:directory-registration(\\/[\\w-]+)$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/Tags" + } + }, + "readOnlyProperties": [ + "/properties/DirectoryRegistrationArn" + ], + "required": [ + "DirectoryId" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::DirectoryRegistration", + "writeOnlyProperties": [ + "/properties/DirectoryId", + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-pcaconnectorad-template.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-pcaconnectorad-template.json new file mode 100644 index 0000000000000000000000000000000000000000..fbf58aaa73ab629e6f5be0f3498ac578010b9ce5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-pcaconnectorad-template.json @@ -0,0 +1,994 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ConnectorArn", + "/properties/Name" + ], + "definitions": { + "ApplicationPolicies": { + "additionalProperties": false, + "properties": { + "Critical": { + "type": "boolean" + }, + "Policies": { + "items": { + "$ref": "#/definitions/ApplicationPolicy" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "Policies" + ], + "type": "object" + }, + "ApplicationPolicy": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "PolicyType": { + "$ref": "#/definitions/ApplicationPolicyType" + } + }, + "required": [ + "PolicyType" + ], + "title": "PolicyType", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "PolicyObjectIdentifier": { + "maxLength": 64, + "minLength": 1, + "pattern": "^([0-2])\\.([0-9]|([0-3][0-9]))(\\.([0-9]+)){0,126}$", + "type": "string" + } + }, + "required": [ + "PolicyObjectIdentifier" + ], + "title": "PolicyObjectIdentifier", + "type": "object" + } + ] + }, + "ApplicationPolicyType": { + "enum": [ + "ALL_APPLICATION_POLICIES", + "ANY_PURPOSE", + "ATTESTATION_IDENTITY_KEY_CERTIFICATE", + "CERTIFICATE_REQUEST_AGENT", + "CLIENT_AUTHENTICATION", + "CODE_SIGNING", + "CTL_USAGE", + "DIGITAL_RIGHTS", + "DIRECTORY_SERVICE_EMAIL_REPLICATION", + "DISALLOWED_LIST", + "DNS_SERVER_TRUST", + "DOCUMENT_ENCRYPTION", + "DOCUMENT_SIGNING", + "DYNAMIC_CODE_GENERATOR", + "EARLY_LAUNCH_ANTIMALWARE_DRIVER", + "EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "ENCLAVE", + "ENCRYPTING_FILE_SYSTEM", + "ENDORSEMENT_KEY_CERTIFICATE", + "FILE_RECOVERY", + "HAL_EXTENSION", + "IP_SECURITY_END_SYSTEM", + "IP_SECURITY_IKE_INTERMEDIATE", + "IP_SECURITY_TUNNEL_TERMINATION", + "IP_SECURITY_USER", + "ISOLATED_USER_MODE", + "KDC_AUTHENTICATION", + "KERNEL_MODE_CODE_SIGNING", + "KEY_PACK_LICENSES", + "KEY_RECOVERY", + "KEY_RECOVERY_AGENT", + "LICENSE_SERVER_VERIFICATION", + "LIFETIME_SIGNING", + "MICROSOFT_PUBLISHER", + "MICROSOFT_TIME_STAMPING", + "MICROSOFT_TRUST_LIST_SIGNING", + "OCSP_SIGNING", + "OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "PLATFORM_CERTIFICATE", + "PREVIEW_BUILD_SIGNING", + "PRIVATE_KEY_ARCHIVAL", + "PROTECTED_PROCESS_LIGHT_VERIFICATION", + "PROTECTED_PROCESS_VERIFICATION", + "QUALIFIED_SUBORDINATION", + "REVOKED_LIST_SIGNER", + "ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION", + "ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION", + "ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL", + "ROOT_LIST_SIGNER", + "SECURE_EMAIL", + "SERVER_AUTHENTICATION", + "SMART_CARD_LOGIN", + "SPC_ENCRYPTED_DIGEST_RETRY_COUNT", + "SPC_RELAXED_PE_MARKER_CHECK", + "TIME_STAMPING", + "WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION", + "WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION", + "WINDOWS_HARDWARE_DRIVER_VERIFICATION", + "WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION", + "WINDOWS_KITS_COMPONENT", + "WINDOWS_RT_VERIFICATION", + "WINDOWS_SOFTWARE_EXTENSION_VERIFICATION", + "WINDOWS_STORE", + "WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "WINDOWS_TCB_COMPONENT", + "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT", + "WINDOWS_UPDATE" + ], + "type": "string" + }, + "CertificateValidity": { + "additionalProperties": false, + "properties": { + "RenewalPeriod": { + "$ref": "#/definitions/ValidityPeriod" + }, + "ValidityPeriod": { + "$ref": "#/definitions/ValidityPeriod" + } + }, + "required": [ + "RenewalPeriod", + "ValidityPeriod" + ], + "type": "object" + }, + "ClientCompatibilityV2": { + "enum": [ + "WINDOWS_SERVER_2003", + "WINDOWS_SERVER_2008", + "WINDOWS_SERVER_2008_R2", + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "ClientCompatibilityV3": { + "enum": [ + "WINDOWS_SERVER_2008", + "WINDOWS_SERVER_2008_R2", + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "ClientCompatibilityV4": { + "enum": [ + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "EnrollmentFlagsV2": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnrollmentFlagsV3": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnrollmentFlagsV4": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "ExtensionsV2": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "ExtensionsV3": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "ExtensionsV4": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "GeneralFlagsV2": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "GeneralFlagsV3": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "GeneralFlagsV4": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "HashAlgorithm": { + "enum": [ + "SHA256", + "SHA384", + "SHA512" + ], + "type": "string" + }, + "KeySpec": { + "enum": [ + "KEY_EXCHANGE", + "SIGNATURE" + ], + "type": "string" + }, + "KeyUsage": { + "additionalProperties": false, + "properties": { + "Critical": { + "type": "boolean" + }, + "UsageFlags": { + "$ref": "#/definitions/KeyUsageFlags" + } + }, + "required": [ + "UsageFlags" + ], + "type": "object" + }, + "KeyUsageFlags": { + "additionalProperties": false, + "properties": { + "DataEncipherment": { + "type": "boolean" + }, + "DigitalSignature": { + "type": "boolean" + }, + "KeyAgreement": { + "type": "boolean" + }, + "KeyEncipherment": { + "type": "boolean" + }, + "NonRepudiation": { + "type": "boolean" + } + }, + "type": "object" + }, + "KeyUsageProperty": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "PropertyType": { + "$ref": "#/definitions/KeyUsagePropertyType" + } + }, + "required": [ + "PropertyType" + ], + "title": "PropertyType", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "PropertyFlags": { + "$ref": "#/definitions/KeyUsagePropertyFlags" + } + }, + "required": [ + "PropertyFlags" + ], + "title": "PropertyFlags", + "type": "object" + } + ] + }, + "KeyUsagePropertyFlags": { + "additionalProperties": false, + "properties": { + "Decrypt": { + "type": "boolean" + }, + "KeyAgreement": { + "type": "boolean" + }, + "Sign": { + "type": "boolean" + } + }, + "type": "object" + }, + "KeyUsagePropertyType": { + "enum": [ + "ALL" + ], + "type": "string" + }, + "PrivateKeyAlgorithm": { + "enum": [ + "RSA", + "ECDH_P256", + "ECDH_P384", + "ECDH_P521" + ], + "type": "string" + }, + "PrivateKeyAttributesV2": { + "additionalProperties": false, + "properties": { + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "KeySpec", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyAttributesV3": { + "additionalProperties": false, + "properties": { + "Algorithm": { + "$ref": "#/definitions/PrivateKeyAlgorithm" + }, + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "KeyUsageProperty": { + "$ref": "#/definitions/KeyUsageProperty" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Algorithm", + "KeySpec", + "KeyUsageProperty", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyAttributesV4": { + "additionalProperties": false, + "properties": { + "Algorithm": { + "$ref": "#/definitions/PrivateKeyAlgorithm" + }, + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "KeyUsageProperty": { + "$ref": "#/definitions/KeyUsageProperty" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "KeySpec", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyFlagsV2": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV2" + }, + "ExportableKey": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "PrivateKeyFlagsV3": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV3" + }, + "ExportableKey": { + "type": "boolean" + }, + "RequireAlternateSignatureAlgorithm": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "PrivateKeyFlagsV4": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV4" + }, + "ExportableKey": { + "type": "boolean" + }, + "RequireAlternateSignatureAlgorithm": { + "type": "boolean" + }, + "RequireSameKeyRenewal": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + }, + "UseLegacyProvider": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "SubjectNameFlagsV2": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "SubjectNameFlagsV3": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "SubjectNameFlagsV4": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + }, + "TemplateDefinition": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "TemplateV2": { + "$ref": "#/definitions/TemplateV2" + } + }, + "required": [ + "TemplateV2" + ], + "title": "TemplateV2", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "TemplateV3": { + "$ref": "#/definitions/TemplateV3" + } + }, + "required": [ + "TemplateV3" + ], + "title": "TemplateV3", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "TemplateV4": { + "$ref": "#/definitions/TemplateV4" + } + }, + "required": [ + "TemplateV4" + ], + "title": "TemplateV4", + "type": "object" + } + ] + }, + "TemplateV2": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV2" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV2" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV2" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV2" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV2" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV2" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "TemplateV3": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV3" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV3" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV3" + }, + "HashAlgorithm": { + "$ref": "#/definitions/HashAlgorithm" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV3" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV3" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV3" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "HashAlgorithm", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "TemplateV4": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV4" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV4" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV4" + }, + "HashAlgorithm": { + "$ref": "#/definitions/HashAlgorithm" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV4" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV4" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV4" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "ValidityPeriod": { + "additionalProperties": false, + "properties": { + "Period": { + "maximum": 8766000, + "minimum": 1, + "type": "number" + }, + "PeriodType": { + "$ref": "#/definitions/ValidityPeriodType" + } + }, + "required": [ + "Period", + "PeriodType" + ], + "type": "object" + }, + "ValidityPeriodType": { + "enum": [ + "HOURS", + "DAYS", + "WEEKS", + "MONTHS", + "YEARS" + ], + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/TemplateArn" + ], + "properties": { + "ConnectorArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$", + "type": "string" + }, + "Definition": { + "$ref": "#/definitions/TemplateDefinition" + }, + "Name": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "ReenrollAllCertificateHolders": { + "type": "boolean" + }, + "Tags": { + "$ref": "#/definitions/Tags" + }, + "TemplateArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}\\/template\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/TemplateArn" + ], + "required": [ + "ConnectorArn", + "Definition", + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-pcaconnectorad", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::Template", + "writeOnlyProperties": [ + "/properties/ConnectorArn", + "/properties/Definition", + "/properties/Name", + "/properties/ReenrollAllCertificateHolders", + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-route53-healthcheck.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-route53-healthcheck.json new file mode 100644 index 0000000000000000000000000000000000000000..e45baa386f757e2bc7796ffddc614dc44ac09cee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-route53-healthcheck.json @@ -0,0 +1,127 @@ +{ + "additionalProperties": false, + "definitions": { + "AlarmIdentifier": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "required": [ + "Region", + "Name" + ], + "type": "object" + }, + "HealthCheckConfig": { + "additionalProperties": false, + "properties": { + "AlarmIdentifier": { + "$ref": "#/definitions/AlarmIdentifier" + }, + "ChildHealthChecks": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "EnableSNI": { + "type": "boolean" + }, + "FailureThreshold": { + "type": "integer" + }, + "FullyQualifiedDomainName": { + "type": "string" + }, + "HealthThreshold": { + "type": "integer" + }, + "IPAddress": { + "type": "string" + }, + "InsufficientDataHealthStatus": { + "type": "string" + }, + "Inverted": { + "type": "boolean" + }, + "MeasureLatency": { + "type": "boolean" + }, + "Port": { + "type": "integer" + }, + "Regions": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "RequestInterval": { + "type": "integer" + }, + "ResourcePath": { + "type": "string" + }, + "SearchString": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "HealthCheckTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "HealthCheckConfig": { + "$ref": "#/definitions/HealthCheckConfig" + }, + "HealthCheckTags": { + "items": { + "$ref": "#/definitions/HealthCheckTag" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "HealthCheckConfig" + ], + "typeName": "AWS::Route53::HealthCheck" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-acceptedportfolioshare.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-acceptedportfolioshare.json new file mode 100644 index 0000000000000000000000000000000000000000..12d64a39fc4fad677c042e6cb8205ef143afef51 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-acceptedportfolioshare.json @@ -0,0 +1,28 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/PortfolioId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PortfolioId" + ], + "typeName": "AWS::ServiceCatalog::AcceptedPortfolioShare" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-portfolio.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-portfolio.json new file mode 100644 index 0000000000000000000000000000000000000000..42850b244fa54bd010ada9adea6d284505579868 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-portfolio.json @@ -0,0 +1,60 @@ +{ + "additionalProperties": false, + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioName": { + "type": "string" + }, + "ProviderName": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/PortfolioName" + ], + "required": [ + "ProviderName", + "DisplayName" + ], + "typeName": "AWS::ServiceCatalog::Portfolio" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-portfolioprincipalassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-portfolioprincipalassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..9be3710efd2eca0d482619b90662bf7708b70350 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-portfolioprincipalassociation.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/PortfolioId", + "/properties/PrincipalARN", + "/properties/PrincipalType" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + }, + "PrincipalARN": { + "type": "string" + }, + "PrincipalType": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PrincipalARN", + "PortfolioId", + "PrincipalType" + ], + "typeName": "AWS::ServiceCatalog::PortfolioPrincipalAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-portfolioproductassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-portfolioproductassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..51ef37ad727951d702e2925474c8cdd81a0d58fe --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-portfolioproductassociation.json @@ -0,0 +1,37 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/SourcePortfolioId", + "/properties/PortfolioId", + "/properties/ProductId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + }, + "ProductId": { + "type": "string" + }, + "SourcePortfolioId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PortfolioId", + "ProductId" + ], + "typeName": "AWS::ServiceCatalog::PortfolioProductAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-tagoptionassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-tagoptionassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..71dc9c071e6eb5a0808b1dd5a66f8c131c441682 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-servicecatalog-tagoptionassociation.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ResourceId", + "/properties/TagOptionId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "ResourceId": { + "type": "string" + }, + "TagOptionId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "TagOptionId", + "ResourceId" + ], + "typeName": "AWS::ServiceCatalog::TagOptionAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-sns-topic.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-sns-topic.json new file mode 100644 index 0000000000000000000000000000000000000000..61e4b9045f59ef7b38458dfe2773c68d14dc481d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-sns-topic.json @@ -0,0 +1,184 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/TopicName", + "/properties/FifoTopic" + ], + "definitions": { + "LoggingConfig": { + "additionalProperties": false, + "properties": { + "FailureFeedbackRoleArn": { + "type": "string" + }, + "Protocol": { + "enum": [ + "http/s", + "sqs", + "lambda", + "firehose", + "application" + ], + "type": "string" + }, + "SuccessFeedbackRoleArn": { + "type": "string" + }, + "SuccessFeedbackSampleRate": { + "type": "string" + } + }, + "required": [ + "Protocol" + ], + "type": "object" + }, + "Subscription": { + "additionalProperties": false, + "properties": { + "Endpoint": { + "anyOf": [ + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::Lambda::Function" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::SQS::Queue" + } + } + ], + "type": "string" + }, + "Protocol": { + "type": "string" + } + }, + "required": [ + "Endpoint", + "Protocol" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/TopicArn" + ], + "properties": { + "ArchivePolicy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "ContentBasedDeduplication": { + "type": "boolean" + }, + "DataProtectionPolicy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "DeliveryStatusLogging": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/LoggingConfig" + }, + "type": "array", + "uniqueItems": true + }, + "DisplayName": { + "type": "string" + }, + "FifoTopic": { + "type": "boolean" + }, + "KmsMasterKeyId": { + "anyOf": [ + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::KMS::Key" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/KeyId", + "typeName": "AWS::KMS::Key" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/AliasName", + "typeName": "AWS::KMS::Alias" + } + } + ], + "type": "string" + }, + "SignatureVersion": { + "type": "string" + }, + "Subscription": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Subscription" + }, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TopicArn": { + "type": "string" + }, + "TopicName": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "TracingConfig": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/TopicArn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-sns", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::SNS::Topic" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-transfer-user.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-transfer-user.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca100446b2518a95c1a160ba52e5807776732e5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-transfer-user.json @@ -0,0 +1,133 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ServerId", + "/properties/UserName" + ], + "definitions": { + "HomeDirectoryMapEntry": { + "additionalProperties": false, + "properties": { + "Entry": { + "type": "string" + }, + "Target": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Entry", + "Target" + ], + "type": "object" + }, + "PosixProfile": { + "additionalProperties": false, + "properties": { + "Gid": { + "type": "number" + }, + "SecondaryGids": { + "items": { + "type": "number" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "number" + } + }, + "required": [ + "Uid", + "Gid" + ], + "type": "object" + }, + "SshPublicKey": { + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "HomeDirectory": { + "type": "string" + }, + "HomeDirectoryMappings": { + "items": { + "$ref": "#/definitions/HomeDirectoryMapEntry" + }, + "type": "array", + "uniqueItems": false + }, + "HomeDirectoryType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Policy": { + "type": "string" + }, + "PosixProfile": { + "$ref": "#/definitions/PosixProfile" + }, + "Role": { + "type": "string" + }, + "ServerId": { + "type": "string" + }, + "SshPublicKeys": { + "items": { + "$ref": "#/definitions/SshPublicKey" + }, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Role", + "ServerId", + "UserName" + ], + "typeName": "AWS::Transfer::User" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-ipset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-ipset.json new file mode 100644 index 0000000000000000000000000000000000000000..94373f418c07d5937f7c709536b479c405625c88 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-ipset.json @@ -0,0 +1,49 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "IPSetDescriptor": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "IPSetDescriptors": { + "items": { + "$ref": "#/definitions/IPSetDescriptor" + }, + "type": "array", + "uniqueItems": true + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAF::IPSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-rule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-rule.json new file mode 100644 index 0000000000000000000000000000000000000000..b710c22a22101b0f7c9fa2616b457c5809eb7b44 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-rule.json @@ -0,0 +1,58 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "Predicate": { + "additionalProperties": false, + "properties": { + "DataId": { + "type": "string" + }, + "Negated": { + "type": "boolean" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type", + "DataId", + "Negated" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Predicates": { + "items": { + "$ref": "#/definitions/Predicate" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "Name" + ], + "typeName": "AWS::WAF::Rule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-sizeconstraintset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-sizeconstraintset.json new file mode 100644 index 0000000000000000000000000000000000000000..dc99c2496dbf6535d78a6e89794cb08c92208827 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-sizeconstraintset.json @@ -0,0 +1,73 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "FieldToMatch": { + "additionalProperties": false, + "properties": { + "Data": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "SizeConstraint": { + "additionalProperties": false, + "properties": { + "ComparisonOperator": { + "type": "string" + }, + "FieldToMatch": { + "$ref": "#/definitions/FieldToMatch" + }, + "Size": { + "type": "integer" + }, + "TextTransformation": { + "type": "string" + } + }, + "required": [ + "ComparisonOperator", + "Size", + "TextTransformation", + "FieldToMatch" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SizeConstraints": { + "items": { + "$ref": "#/definitions/SizeConstraint" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "SizeConstraints", + "Name" + ], + "typeName": "AWS::WAF::SizeConstraintSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-webacl.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-webacl.json new file mode 100644 index 0000000000000000000000000000000000000000..be54de03f4c3fe6ad339bc88b632a69217af6372 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-webacl.json @@ -0,0 +1,73 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "ActivatedRule": { + "additionalProperties": false, + "properties": { + "Action": { + "$ref": "#/definitions/WafAction" + }, + "Priority": { + "type": "integer" + }, + "RuleId": { + "type": "string" + } + }, + "required": [ + "Priority", + "RuleId" + ], + "type": "object" + }, + "WafAction": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DefaultAction": { + "$ref": "#/definitions/WafAction" + }, + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Rules": { + "items": { + "$ref": "#/definitions/ActivatedRule" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "DefaultAction", + "Name" + ], + "typeName": "AWS::WAF::WebACL" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-xssmatchset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-xssmatchset.json new file mode 100644 index 0000000000000000000000000000000000000000..253758b36b01ac685b78913ba9d5291259438de9 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_2/aws-waf-xssmatchset.json @@ -0,0 +1,65 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "FieldToMatch": { + "additionalProperties": false, + "properties": { + "Data": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "XssMatchTuple": { + "additionalProperties": false, + "properties": { + "FieldToMatch": { + "$ref": "#/definitions/FieldToMatch" + }, + "TextTransformation": { + "type": "string" + } + }, + "required": [ + "TextTransformation", + "FieldToMatch" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "XssMatchTuples": { + "items": { + "$ref": "#/definitions/XssMatchTuple" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "XssMatchTuples", + "Name" + ], + "typeName": "AWS::WAF::XssMatchSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/__init__.py b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..c92824ff61bedb6943afb9d1a71a429fb17fb914 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/__init__.py @@ -0,0 +1,2474 @@ +from __future__ import annotations + +# pylint: disable=too-many-lines +types: list[str] = [ + "AWS::ACMPCA::Certificate", + "AWS::ACMPCA::CertificateAuthority", + "AWS::ACMPCA::CertificateAuthorityActivation", + "AWS::ACMPCA::Permission", + "AWS::APS::RuleGroupsNamespace", + "AWS::APS::Scraper", + "AWS::APS::Workspace", + "AWS::ARCZonalShift::AutoshiftObserverNotificationStatus", + "AWS::ARCZonalShift::ZonalAutoshiftConfiguration", + "AWS::AccessAnalyzer::Analyzer", + "AWS::AmazonMQ::Broker", + "AWS::AmazonMQ::Configuration", + "AWS::AmazonMQ::ConfigurationAssociation", + "AWS::Amplify::App", + "AWS::Amplify::Branch", + "AWS::Amplify::Domain", + "AWS::AmplifyUIBuilder::Component", + "AWS::AmplifyUIBuilder::Form", + "AWS::AmplifyUIBuilder::Theme", + "AWS::ApiGateway::Account", + "AWS::ApiGateway::ApiKey", + "AWS::ApiGateway::Authorizer", + "AWS::ApiGateway::BasePathMapping", + "AWS::ApiGateway::ClientCertificate", + "AWS::ApiGateway::Deployment", + "AWS::ApiGateway::DocumentationPart", + "AWS::ApiGateway::DocumentationVersion", + "AWS::ApiGateway::DomainName", + "AWS::ApiGateway::GatewayResponse", + "AWS::ApiGateway::Method", + "AWS::ApiGateway::Model", + "AWS::ApiGateway::RequestValidator", + "AWS::ApiGateway::Resource", + "AWS::ApiGateway::RestApi", + "AWS::ApiGateway::Stage", + "AWS::ApiGateway::UsagePlan", + "AWS::ApiGateway::UsagePlanKey", + "AWS::ApiGateway::VpcLink", + "AWS::ApiGatewayV2::Api", + "AWS::ApiGatewayV2::ApiGatewayManagedOverrides", + "AWS::ApiGatewayV2::ApiMapping", + "AWS::ApiGatewayV2::Authorizer", + "AWS::ApiGatewayV2::Deployment", + "AWS::ApiGatewayV2::DomainName", + "AWS::ApiGatewayV2::Integration", + "AWS::ApiGatewayV2::IntegrationResponse", + "AWS::ApiGatewayV2::Model", + "AWS::ApiGatewayV2::Route", + "AWS::ApiGatewayV2::RouteResponse", + "AWS::ApiGatewayV2::Stage", + "AWS::ApiGatewayV2::VpcLink", + "AWS::AppConfig::Application", + "AWS::AppConfig::ConfigurationProfile", + "AWS::AppConfig::Deployment", + "AWS::AppConfig::DeploymentStrategy", + "AWS::AppConfig::Environment", + "AWS::AppConfig::Extension", + "AWS::AppConfig::ExtensionAssociation", + "AWS::AppConfig::HostedConfigurationVersion", + "AWS::AppFlow::Connector", + "AWS::AppFlow::ConnectorProfile", + "AWS::AppFlow::Flow", + "AWS::AppMesh::GatewayRoute", + "AWS::AppMesh::Mesh", + "AWS::AppMesh::Route", + "AWS::AppMesh::VirtualGateway", + "AWS::AppMesh::VirtualNode", + "AWS::AppMesh::VirtualRouter", + "AWS::AppMesh::VirtualService", + "AWS::AppRunner::AutoScalingConfiguration", + "AWS::AppRunner::ObservabilityConfiguration", + "AWS::AppRunner::Service", + "AWS::AppRunner::VpcConnector", + "AWS::AppRunner::VpcIngressConnection", + "AWS::AppStream::AppBlock", + "AWS::AppStream::AppBlockBuilder", + "AWS::AppStream::Application", + "AWS::AppStream::ApplicationEntitlementAssociation", + "AWS::AppStream::ApplicationFleetAssociation", + "AWS::AppStream::DirectoryConfig", + "AWS::AppStream::Entitlement", + "AWS::AppStream::Fleet", + "AWS::AppStream::ImageBuilder", + "AWS::AppStream::Stack", + "AWS::AppStream::StackFleetAssociation", + "AWS::AppStream::StackUserAssociation", + "AWS::AppStream::User", + "AWS::AppSync::Api", + "AWS::AppSync::ApiCache", + "AWS::AppSync::ApiKey", + "AWS::AppSync::ChannelNamespace", + "AWS::AppSync::DataSource", + "AWS::AppSync::DomainName", + "AWS::AppSync::DomainNameApiAssociation", + "AWS::AppSync::FunctionConfiguration", + "AWS::AppSync::GraphQLApi", + "AWS::AppSync::GraphQLSchema", + "AWS::AppSync::Resolver", + "AWS::AppSync::SourceApiAssociation", + "AWS::ApplicationAutoScaling::ScalableTarget", + "AWS::ApplicationAutoScaling::ScalingPolicy", + "AWS::ApplicationInsights::Application", + "AWS::ApplicationSignals::ServiceLevelObjective", + "AWS::Athena::CapacityReservation", + "AWS::Athena::DataCatalog", + "AWS::Athena::NamedQuery", + "AWS::Athena::PreparedStatement", + "AWS::Athena::WorkGroup", + "AWS::AuditManager::Assessment", + "AWS::AutoScaling::AutoScalingGroup", + "AWS::AutoScaling::LaunchConfiguration", + "AWS::AutoScaling::LifecycleHook", + "AWS::AutoScaling::ScalingPolicy", + "AWS::AutoScaling::ScheduledAction", + "AWS::AutoScaling::WarmPool", + "AWS::AutoScalingPlans::ScalingPlan", + "AWS::Backup::BackupPlan", + "AWS::Backup::BackupSelection", + "AWS::Backup::BackupVault", + "AWS::Backup::Framework", + "AWS::Backup::LogicallyAirGappedBackupVault", + "AWS::Backup::ReportPlan", + "AWS::Backup::RestoreTestingPlan", + "AWS::Backup::RestoreTestingSelection", + "AWS::BackupGateway::Hypervisor", + "AWS::Batch::ComputeEnvironment", + "AWS::Batch::JobDefinition", + "AWS::Batch::JobQueue", + "AWS::Batch::SchedulingPolicy", + "AWS::Bedrock::Agent", + "AWS::Bedrock::AgentAlias", + "AWS::Bedrock::ApplicationInferenceProfile", + "AWS::Bedrock::DataSource", + "AWS::Bedrock::Flow", + "AWS::Bedrock::FlowAlias", + "AWS::Bedrock::FlowVersion", + "AWS::Bedrock::Guardrail", + "AWS::Bedrock::GuardrailVersion", + "AWS::Bedrock::KnowledgeBase", + "AWS::Bedrock::Prompt", + "AWS::Bedrock::PromptVersion", + "AWS::Budgets::Budget", + "AWS::Budgets::BudgetsAction", + "AWS::CDK::Metadata", + "AWS::CE::AnomalyMonitor", + "AWS::CE::AnomalySubscription", + "AWS::CE::CostCategory", + "AWS::Cassandra::Keyspace", + "AWS::Cassandra::Table", + "AWS::CertificateManager::Account", + "AWS::CertificateManager::Certificate", + "AWS::Chatbot::MicrosoftTeamsChannelConfiguration", + "AWS::Chatbot::SlackChannelConfiguration", + "AWS::CleanRooms::AnalysisTemplate", + "AWS::CleanRooms::Collaboration", + "AWS::CleanRooms::ConfiguredTable", + "AWS::CleanRooms::ConfiguredTableAssociation", + "AWS::CleanRooms::IdMappingTable", + "AWS::CleanRooms::IdNamespaceAssociation", + "AWS::CleanRooms::Membership", + "AWS::CleanRooms::PrivacyBudgetTemplate", + "AWS::CleanRoomsML::TrainingDataset", + "AWS::Cloud9::EnvironmentEC2", + "AWS::CloudFormation::CustomResource", + "AWS::CloudFormation::HookDefaultVersion", + "AWS::CloudFormation::HookTypeConfig", + "AWS::CloudFormation::HookVersion", + "AWS::CloudFormation::Macro", + "AWS::CloudFormation::ModuleDefaultVersion", + "AWS::CloudFormation::ModuleVersion", + "AWS::CloudFormation::PublicTypeVersion", + "AWS::CloudFormation::Publisher", + "AWS::CloudFormation::ResourceDefaultVersion", + "AWS::CloudFormation::ResourceVersion", + "AWS::CloudFormation::Stack", + "AWS::CloudFormation::StackSet", + "AWS::CloudFormation::TypeActivation", + "AWS::CloudFormation::WaitCondition", + "AWS::CloudFormation::WaitConditionHandle", + "AWS::CloudFront::CachePolicy", + "AWS::CloudFront::CloudFrontOriginAccessIdentity", + "AWS::CloudFront::ContinuousDeploymentPolicy", + "AWS::CloudFront::Distribution", + "AWS::CloudFront::Function", + "AWS::CloudFront::KeyGroup", + "AWS::CloudFront::KeyValueStore", + "AWS::CloudFront::MonitoringSubscription", + "AWS::CloudFront::OriginAccessControl", + "AWS::CloudFront::OriginRequestPolicy", + "AWS::CloudFront::PublicKey", + "AWS::CloudFront::RealtimeLogConfig", + "AWS::CloudFront::ResponseHeadersPolicy", + "AWS::CloudFront::StreamingDistribution", + "AWS::CloudTrail::Channel", + "AWS::CloudTrail::EventDataStore", + "AWS::CloudTrail::ResourcePolicy", + "AWS::CloudTrail::Trail", + "AWS::CloudWatch::Alarm", + "AWS::CloudWatch::AnomalyDetector", + "AWS::CloudWatch::CompositeAlarm", + "AWS::CloudWatch::Dashboard", + "AWS::CloudWatch::InsightRule", + "AWS::CloudWatch::MetricStream", + "AWS::CodeArtifact::Domain", + "AWS::CodeArtifact::PackageGroup", + "AWS::CodeArtifact::Repository", + "AWS::CodeBuild::Fleet", + "AWS::CodeBuild::Project", + "AWS::CodeBuild::ReportGroup", + "AWS::CodeBuild::SourceCredential", + "AWS::CodeCommit::Repository", + "AWS::CodeConnections::Connection", + "AWS::CodeDeploy::Application", + "AWS::CodeDeploy::DeploymentConfig", + "AWS::CodeDeploy::DeploymentGroup", + "AWS::CodeGuruProfiler::ProfilingGroup", + "AWS::CodeGuruReviewer::RepositoryAssociation", + "AWS::CodePipeline::CustomActionType", + "AWS::CodePipeline::Pipeline", + "AWS::CodePipeline::Webhook", + "AWS::CodeStar::GitHubRepository", + "AWS::CodeStarConnections::Connection", + "AWS::CodeStarConnections::RepositoryLink", + "AWS::CodeStarConnections::SyncConfiguration", + "AWS::CodeStarNotifications::NotificationRule", + "AWS::Cognito::IdentityPool", + "AWS::Cognito::IdentityPoolPrincipalTag", + "AWS::Cognito::IdentityPoolRoleAttachment", + "AWS::Cognito::LogDeliveryConfiguration", + "AWS::Cognito::UserPool", + "AWS::Cognito::UserPoolClient", + "AWS::Cognito::UserPoolDomain", + "AWS::Cognito::UserPoolGroup", + "AWS::Cognito::UserPoolIdentityProvider", + "AWS::Cognito::UserPoolResourceServer", + "AWS::Cognito::UserPoolRiskConfigurationAttachment", + "AWS::Cognito::UserPoolUICustomizationAttachment", + "AWS::Cognito::UserPoolUser", + "AWS::Cognito::UserPoolUserToGroupAttachment", + "AWS::Comprehend::DocumentClassifier", + "AWS::Comprehend::Flywheel", + "AWS::Config::AggregationAuthorization", + "AWS::Config::ConfigRule", + "AWS::Config::ConfigurationAggregator", + "AWS::Config::ConfigurationRecorder", + "AWS::Config::ConformancePack", + "AWS::Config::DeliveryChannel", + "AWS::Config::OrganizationConfigRule", + "AWS::Config::OrganizationConformancePack", + "AWS::Config::RemediationConfiguration", + "AWS::Config::StoredQuery", + "AWS::ControlTower::EnabledBaseline", + "AWS::ControlTower::EnabledControl", + "AWS::ControlTower::LandingZone", + "AWS::DAX::Cluster", + "AWS::DAX::ParameterGroup", + "AWS::DAX::SubnetGroup", + "AWS::DLM::LifecyclePolicy", + "AWS::DMS::Certificate", + "AWS::DMS::DataMigration", + "AWS::DMS::DataProvider", + "AWS::DMS::Endpoint", + "AWS::DMS::EventSubscription", + "AWS::DMS::InstanceProfile", + "AWS::DMS::MigrationProject", + "AWS::DMS::ReplicationConfig", + "AWS::DMS::ReplicationInstance", + "AWS::DMS::ReplicationSubnetGroup", + "AWS::DMS::ReplicationTask", + "AWS::DataBrew::Dataset", + "AWS::DataBrew::Job", + "AWS::DataBrew::Project", + "AWS::DataBrew::Recipe", + "AWS::DataBrew::Ruleset", + "AWS::DataBrew::Schedule", + "AWS::DataPipeline::Pipeline", + "AWS::DataSync::Agent", + "AWS::DataSync::LocationAzureBlob", + "AWS::DataSync::LocationEFS", + "AWS::DataSync::LocationFSxLustre", + "AWS::DataSync::LocationFSxONTAP", + "AWS::DataSync::LocationFSxOpenZFS", + "AWS::DataSync::LocationFSxWindows", + "AWS::DataSync::LocationHDFS", + "AWS::DataSync::LocationNFS", + "AWS::DataSync::LocationObjectStorage", + "AWS::DataSync::LocationS3", + "AWS::DataSync::LocationSMB", + "AWS::DataSync::StorageSystem", + "AWS::DataSync::Task", + "AWS::DataZone::DataSource", + "AWS::DataZone::Domain", + "AWS::DataZone::Environment", + "AWS::DataZone::EnvironmentActions", + "AWS::DataZone::EnvironmentBlueprintConfiguration", + "AWS::DataZone::EnvironmentProfile", + "AWS::DataZone::GroupProfile", + "AWS::DataZone::Project", + "AWS::DataZone::ProjectMembership", + "AWS::DataZone::SubscriptionTarget", + "AWS::DataZone::UserProfile", + "AWS::Deadline::Farm", + "AWS::Deadline::Fleet", + "AWS::Deadline::LicenseEndpoint", + "AWS::Deadline::MeteredProduct", + "AWS::Deadline::Monitor", + "AWS::Deadline::Queue", + "AWS::Deadline::QueueEnvironment", + "AWS::Deadline::QueueFleetAssociation", + "AWS::Deadline::StorageProfile", + "AWS::Detective::Graph", + "AWS::Detective::MemberInvitation", + "AWS::Detective::OrganizationAdmin", + "AWS::DevOpsGuru::LogAnomalyDetectionIntegration", + "AWS::DevOpsGuru::NotificationChannel", + "AWS::DevOpsGuru::ResourceCollection", + "AWS::DirectoryService::MicrosoftAD", + "AWS::DirectoryService::SimpleAD", + "AWS::DocDB::DBCluster", + "AWS::DocDB::DBClusterParameterGroup", + "AWS::DocDB::DBInstance", + "AWS::DocDB::DBSubnetGroup", + "AWS::DocDB::EventSubscription", + "AWS::DocDBElastic::Cluster", + "AWS::DynamoDB::GlobalTable", + "AWS::DynamoDB::Table", + "AWS::EC2::CapacityReservation", + "AWS::EC2::CapacityReservationFleet", + "AWS::EC2::CarrierGateway", + "AWS::EC2::ClientVpnAuthorizationRule", + "AWS::EC2::ClientVpnEndpoint", + "AWS::EC2::ClientVpnRoute", + "AWS::EC2::ClientVpnTargetNetworkAssociation", + "AWS::EC2::CustomerGateway", + "AWS::EC2::DHCPOptions", + "AWS::EC2::EC2Fleet", + "AWS::EC2::EIP", + "AWS::EC2::EIPAssociation", + "AWS::EC2::EgressOnlyInternetGateway", + "AWS::EC2::EnclaveCertificateIamRoleAssociation", + "AWS::EC2::FlowLog", + "AWS::EC2::GatewayRouteTableAssociation", + "AWS::EC2::Host", + "AWS::EC2::IPAM", + "AWS::EC2::IPAMAllocation", + "AWS::EC2::IPAMPool", + "AWS::EC2::IPAMPoolCidr", + "AWS::EC2::IPAMResourceDiscovery", + "AWS::EC2::IPAMResourceDiscoveryAssociation", + "AWS::EC2::IPAMScope", + "AWS::EC2::Instance", + "AWS::EC2::InstanceConnectEndpoint", + "AWS::EC2::InternetGateway", + "AWS::EC2::KeyPair", + "AWS::EC2::LaunchTemplate", + "AWS::EC2::LocalGatewayRoute", + "AWS::EC2::LocalGatewayRouteTable", + "AWS::EC2::LocalGatewayRouteTableVPCAssociation", + "AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation", + "AWS::EC2::NatGateway", + "AWS::EC2::NetworkAcl", + "AWS::EC2::NetworkAclEntry", + "AWS::EC2::NetworkInsightsAccessScope", + "AWS::EC2::NetworkInsightsAccessScopeAnalysis", + "AWS::EC2::NetworkInsightsAnalysis", + "AWS::EC2::NetworkInsightsPath", + "AWS::EC2::NetworkInterface", + "AWS::EC2::NetworkInterfaceAttachment", + "AWS::EC2::NetworkInterfacePermission", + "AWS::EC2::NetworkPerformanceMetricSubscription", + "AWS::EC2::PlacementGroup", + "AWS::EC2::PrefixList", + "AWS::EC2::Route", + "AWS::EC2::RouteTable", + "AWS::EC2::SecurityGroup", + "AWS::EC2::SecurityGroupEgress", + "AWS::EC2::SecurityGroupIngress", + "AWS::EC2::SecurityGroupVpcAssociation", + "AWS::EC2::SnapshotBlockPublicAccess", + "AWS::EC2::SpotFleet", + "AWS::EC2::Subnet", + "AWS::EC2::SubnetCidrBlock", + "AWS::EC2::SubnetNetworkAclAssociation", + "AWS::EC2::SubnetRouteTableAssociation", + "AWS::EC2::TrafficMirrorFilter", + "AWS::EC2::TrafficMirrorFilterRule", + "AWS::EC2::TrafficMirrorSession", + "AWS::EC2::TrafficMirrorTarget", + "AWS::EC2::TransitGateway", + "AWS::EC2::TransitGatewayAttachment", + "AWS::EC2::TransitGatewayConnect", + "AWS::EC2::TransitGatewayMulticastDomain", + "AWS::EC2::TransitGatewayMulticastDomainAssociation", + "AWS::EC2::TransitGatewayMulticastGroupMember", + "AWS::EC2::TransitGatewayMulticastGroupSource", + "AWS::EC2::TransitGatewayPeeringAttachment", + "AWS::EC2::TransitGatewayRoute", + "AWS::EC2::TransitGatewayRouteTable", + "AWS::EC2::TransitGatewayRouteTableAssociation", + "AWS::EC2::TransitGatewayRouteTablePropagation", + "AWS::EC2::TransitGatewayVpcAttachment", + "AWS::EC2::VPC", + "AWS::EC2::VPCCidrBlock", + "AWS::EC2::VPCDHCPOptionsAssociation", + "AWS::EC2::VPCEndpoint", + "AWS::EC2::VPCEndpointConnectionNotification", + "AWS::EC2::VPCEndpointService", + "AWS::EC2::VPCEndpointServicePermissions", + "AWS::EC2::VPCGatewayAttachment", + "AWS::EC2::VPCPeeringConnection", + "AWS::EC2::VPNConnection", + "AWS::EC2::VPNConnectionRoute", + "AWS::EC2::VPNGateway", + "AWS::EC2::VPNGatewayRoutePropagation", + "AWS::EC2::VerifiedAccessEndpoint", + "AWS::EC2::VerifiedAccessGroup", + "AWS::EC2::VerifiedAccessInstance", + "AWS::EC2::VerifiedAccessTrustProvider", + "AWS::EC2::Volume", + "AWS::EC2::VolumeAttachment", + "AWS::ECR::PullThroughCacheRule", + "AWS::ECR::RegistryPolicy", + "AWS::ECR::ReplicationConfiguration", + "AWS::ECR::Repository", + "AWS::ECR::RepositoryCreationTemplate", + "AWS::ECS::CapacityProvider", + "AWS::ECS::Cluster", + "AWS::ECS::ClusterCapacityProviderAssociations", + "AWS::ECS::PrimaryTaskSet", + "AWS::ECS::Service", + "AWS::ECS::TaskDefinition", + "AWS::ECS::TaskSet", + "AWS::EFS::AccessPoint", + "AWS::EFS::FileSystem", + "AWS::EFS::MountTarget", + "AWS::EKS::AccessEntry", + "AWS::EKS::Addon", + "AWS::EKS::Cluster", + "AWS::EKS::FargateProfile", + "AWS::EKS::IdentityProviderConfig", + "AWS::EKS::Nodegroup", + "AWS::EKS::PodIdentityAssociation", + "AWS::EMR::Cluster", + "AWS::EMR::InstanceFleetConfig", + "AWS::EMR::InstanceGroupConfig", + "AWS::EMR::SecurityConfiguration", + "AWS::EMR::Step", + "AWS::EMR::Studio", + "AWS::EMR::StudioSessionMapping", + "AWS::EMR::WALWorkspace", + "AWS::EMRContainers::VirtualCluster", + "AWS::EMRServerless::Application", + "AWS::ElastiCache::CacheCluster", + "AWS::ElastiCache::GlobalReplicationGroup", + "AWS::ElastiCache::ParameterGroup", + "AWS::ElastiCache::ReplicationGroup", + "AWS::ElastiCache::SecurityGroup", + "AWS::ElastiCache::SecurityGroupIngress", + "AWS::ElastiCache::ServerlessCache", + "AWS::ElastiCache::SubnetGroup", + "AWS::ElastiCache::User", + "AWS::ElastiCache::UserGroup", + "AWS::ElasticBeanstalk::Application", + "AWS::ElasticBeanstalk::ApplicationVersion", + "AWS::ElasticBeanstalk::ConfigurationTemplate", + "AWS::ElasticBeanstalk::Environment", + "AWS::ElasticLoadBalancing::LoadBalancer", + "AWS::ElasticLoadBalancingV2::Listener", + "AWS::ElasticLoadBalancingV2::ListenerCertificate", + "AWS::ElasticLoadBalancingV2::ListenerRule", + "AWS::ElasticLoadBalancingV2::LoadBalancer", + "AWS::ElasticLoadBalancingV2::TargetGroup", + "AWS::ElasticLoadBalancingV2::TrustStore", + "AWS::ElasticLoadBalancingV2::TrustStoreRevocation", + "AWS::Elasticsearch::Domain", + "AWS::EntityResolution::IdMappingWorkflow", + "AWS::EntityResolution::IdNamespace", + "AWS::EntityResolution::MatchingWorkflow", + "AWS::EntityResolution::PolicyStatement", + "AWS::EntityResolution::SchemaMapping", + "AWS::EventSchemas::Discoverer", + "AWS::EventSchemas::Registry", + "AWS::EventSchemas::RegistryPolicy", + "AWS::EventSchemas::Schema", + "AWS::Events::ApiDestination", + "AWS::Events::Archive", + "AWS::Events::Connection", + "AWS::Events::Endpoint", + "AWS::Events::EventBus", + "AWS::Events::EventBusPolicy", + "AWS::Events::Rule", + "AWS::Evidently::Experiment", + "AWS::Evidently::Feature", + "AWS::Evidently::Launch", + "AWS::Evidently::Project", + "AWS::Evidently::Segment", + "AWS::FIS::ExperimentTemplate", + "AWS::FIS::TargetAccountConfiguration", + "AWS::FMS::NotificationChannel", + "AWS::FMS::Policy", + "AWS::FMS::ResourceSet", + "AWS::FSx::DataRepositoryAssociation", + "AWS::FSx::FileSystem", + "AWS::FSx::Snapshot", + "AWS::FSx::StorageVirtualMachine", + "AWS::FSx::Volume", + "AWS::FinSpace::Environment", + "AWS::Forecast::Dataset", + "AWS::Forecast::DatasetGroup", + "AWS::FraudDetector::Detector", + "AWS::FraudDetector::EntityType", + "AWS::FraudDetector::EventType", + "AWS::FraudDetector::Label", + "AWS::FraudDetector::List", + "AWS::FraudDetector::Outcome", + "AWS::FraudDetector::Variable", + "AWS::GameLift::Alias", + "AWS::GameLift::Build", + "AWS::GameLift::ContainerGroupDefinition", + "AWS::GameLift::Fleet", + "AWS::GameLift::GameServerGroup", + "AWS::GameLift::GameSessionQueue", + "AWS::GameLift::Location", + "AWS::GameLift::MatchmakingConfiguration", + "AWS::GameLift::MatchmakingRuleSet", + "AWS::GameLift::Script", + "AWS::GlobalAccelerator::Accelerator", + "AWS::GlobalAccelerator::CrossAccountAttachment", + "AWS::GlobalAccelerator::EndpointGroup", + "AWS::GlobalAccelerator::Listener", + "AWS::Glue::Classifier", + "AWS::Glue::Connection", + "AWS::Glue::Crawler", + "AWS::Glue::CustomEntityType", + "AWS::Glue::DataCatalogEncryptionSettings", + "AWS::Glue::DataQualityRuleset", + "AWS::Glue::Database", + "AWS::Glue::DevEndpoint", + "AWS::Glue::Job", + "AWS::Glue::MLTransform", + "AWS::Glue::Partition", + "AWS::Glue::Registry", + "AWS::Glue::Schema", + "AWS::Glue::SchemaVersion", + "AWS::Glue::SchemaVersionMetadata", + "AWS::Glue::SecurityConfiguration", + "AWS::Glue::Table", + "AWS::Glue::TableOptimizer", + "AWS::Glue::Trigger", + "AWS::Glue::UsageProfile", + "AWS::Glue::Workflow", + "AWS::Grafana::Workspace", + "AWS::Greengrass::ConnectorDefinition", + "AWS::Greengrass::ConnectorDefinitionVersion", + "AWS::Greengrass::CoreDefinition", + "AWS::Greengrass::CoreDefinitionVersion", + "AWS::Greengrass::DeviceDefinition", + "AWS::Greengrass::DeviceDefinitionVersion", + "AWS::Greengrass::FunctionDefinition", + "AWS::Greengrass::FunctionDefinitionVersion", + "AWS::Greengrass::Group", + "AWS::Greengrass::GroupVersion", + "AWS::Greengrass::LoggerDefinition", + "AWS::Greengrass::LoggerDefinitionVersion", + "AWS::Greengrass::ResourceDefinition", + "AWS::Greengrass::ResourceDefinitionVersion", + "AWS::Greengrass::SubscriptionDefinition", + "AWS::Greengrass::SubscriptionDefinitionVersion", + "AWS::GreengrassV2::ComponentVersion", + "AWS::GreengrassV2::Deployment", + "AWS::GroundStation::Config", + "AWS::GroundStation::DataflowEndpointGroup", + "AWS::GroundStation::MissionProfile", + "AWS::GuardDuty::Detector", + "AWS::GuardDuty::Filter", + "AWS::GuardDuty::IPSet", + "AWS::GuardDuty::MalwareProtectionPlan", + "AWS::GuardDuty::Master", + "AWS::GuardDuty::Member", + "AWS::GuardDuty::ThreatIntelSet", + "AWS::HealthImaging::Datastore", + "AWS::IAM::AccessKey", + "AWS::IAM::Group", + "AWS::IAM::GroupPolicy", + "AWS::IAM::InstanceProfile", + "AWS::IAM::ManagedPolicy", + "AWS::IAM::OIDCProvider", + "AWS::IAM::Policy", + "AWS::IAM::Role", + "AWS::IAM::RolePolicy", + "AWS::IAM::SAMLProvider", + "AWS::IAM::ServerCertificate", + "AWS::IAM::ServiceLinkedRole", + "AWS::IAM::User", + "AWS::IAM::UserPolicy", + "AWS::IAM::UserToGroupAddition", + "AWS::IAM::VirtualMFADevice", + "AWS::IVS::Channel", + "AWS::IVS::EncoderConfiguration", + "AWS::IVS::PlaybackKeyPair", + "AWS::IVS::PlaybackRestrictionPolicy", + "AWS::IVS::PublicKey", + "AWS::IVS::RecordingConfiguration", + "AWS::IVS::Stage", + "AWS::IVS::StorageConfiguration", + "AWS::IVS::StreamKey", + "AWS::IVSChat::LoggingConfiguration", + "AWS::IVSChat::Room", + "AWS::IdentityStore::Group", + "AWS::IdentityStore::GroupMembership", + "AWS::ImageBuilder::Component", + "AWS::ImageBuilder::ContainerRecipe", + "AWS::ImageBuilder::DistributionConfiguration", + "AWS::ImageBuilder::Image", + "AWS::ImageBuilder::ImagePipeline", + "AWS::ImageBuilder::ImageRecipe", + "AWS::ImageBuilder::InfrastructureConfiguration", + "AWS::ImageBuilder::LifecyclePolicy", + "AWS::ImageBuilder::Workflow", + "AWS::Inspector::AssessmentTarget", + "AWS::Inspector::AssessmentTemplate", + "AWS::Inspector::ResourceGroup", + "AWS::InspectorV2::CisScanConfiguration", + "AWS::InspectorV2::Filter", + "AWS::InternetMonitor::Monitor", + "AWS::IoT1Click::Device", + "AWS::IoT1Click::Placement", + "AWS::IoT1Click::Project", + "AWS::IoT::AccountAuditConfiguration", + "AWS::IoT::Authorizer", + "AWS::IoT::BillingGroup", + "AWS::IoT::CACertificate", + "AWS::IoT::Certificate", + "AWS::IoT::CertificateProvider", + "AWS::IoT::CustomMetric", + "AWS::IoT::Dimension", + "AWS::IoT::DomainConfiguration", + "AWS::IoT::FleetMetric", + "AWS::IoT::JobTemplate", + "AWS::IoT::Logging", + "AWS::IoT::MitigationAction", + "AWS::IoT::Policy", + "AWS::IoT::PolicyPrincipalAttachment", + "AWS::IoT::ProvisioningTemplate", + "AWS::IoT::ResourceSpecificLogging", + "AWS::IoT::RoleAlias", + "AWS::IoT::ScheduledAudit", + "AWS::IoT::SecurityProfile", + "AWS::IoT::SoftwarePackage", + "AWS::IoT::SoftwarePackageVersion", + "AWS::IoT::Thing", + "AWS::IoT::ThingGroup", + "AWS::IoT::ThingPrincipalAttachment", + "AWS::IoT::ThingType", + "AWS::IoT::TopicRule", + "AWS::IoT::TopicRuleDestination", + "AWS::IoTAnalytics::Channel", + "AWS::IoTAnalytics::Dataset", + "AWS::IoTAnalytics::Datastore", + "AWS::IoTAnalytics::Pipeline", + "AWS::IoTCoreDeviceAdvisor::SuiteDefinition", + "AWS::IoTEvents::AlarmModel", + "AWS::IoTEvents::DetectorModel", + "AWS::IoTEvents::Input", + "AWS::IoTFleetHub::Application", + "AWS::IoTSiteWise::AccessPolicy", + "AWS::IoTSiteWise::Asset", + "AWS::IoTSiteWise::AssetModel", + "AWS::IoTSiteWise::Dashboard", + "AWS::IoTSiteWise::Gateway", + "AWS::IoTSiteWise::Portal", + "AWS::IoTSiteWise::Project", + "AWS::IoTThingsGraph::FlowTemplate", + "AWS::IoTTwinMaker::ComponentType", + "AWS::IoTTwinMaker::Entity", + "AWS::IoTTwinMaker::Scene", + "AWS::IoTTwinMaker::SyncJob", + "AWS::IoTTwinMaker::Workspace", + "AWS::IoTWireless::Destination", + "AWS::IoTWireless::DeviceProfile", + "AWS::IoTWireless::FuotaTask", + "AWS::IoTWireless::MulticastGroup", + "AWS::IoTWireless::NetworkAnalyzerConfiguration", + "AWS::IoTWireless::ServiceProfile", + "AWS::IoTWireless::TaskDefinition", + "AWS::IoTWireless::WirelessDevice", + "AWS::IoTWireless::WirelessGateway", + "AWS::KMS::Alias", + "AWS::KMS::Key", + "AWS::KMS::ReplicaKey", + "AWS::KafkaConnect::Connector", + "AWS::KafkaConnect::CustomPlugin", + "AWS::KafkaConnect::WorkerConfiguration", + "AWS::Kendra::DataSource", + "AWS::Kendra::Faq", + "AWS::Kendra::Index", + "AWS::KendraRanking::ExecutionPlan", + "AWS::Kinesis::ResourcePolicy", + "AWS::Kinesis::Stream", + "AWS::Kinesis::StreamConsumer", + "AWS::KinesisAnalytics::Application", + "AWS::KinesisAnalytics::ApplicationOutput", + "AWS::KinesisAnalytics::ApplicationReferenceDataSource", + "AWS::KinesisAnalyticsV2::Application", + "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption", + "AWS::KinesisAnalyticsV2::ApplicationOutput", + "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource", + "AWS::KinesisFirehose::DeliveryStream", + "AWS::KinesisVideo::SignalingChannel", + "AWS::KinesisVideo::Stream", + "AWS::LakeFormation::DataCellsFilter", + "AWS::LakeFormation::DataLakeSettings", + "AWS::LakeFormation::Permissions", + "AWS::LakeFormation::PrincipalPermissions", + "AWS::LakeFormation::Resource", + "AWS::LakeFormation::Tag", + "AWS::LakeFormation::TagAssociation", + "AWS::Lambda::Alias", + "AWS::Lambda::CodeSigningConfig", + "AWS::Lambda::EventInvokeConfig", + "AWS::Lambda::EventSourceMapping", + "AWS::Lambda::Function", + "AWS::Lambda::LayerVersion", + "AWS::Lambda::LayerVersionPermission", + "AWS::Lambda::Permission", + "AWS::Lambda::ResourcePolicy", + "AWS::Lambda::Url", + "AWS::Lambda::Version", + "AWS::LaunchWizard::Deployment", + "AWS::Lex::Bot", + "AWS::Lex::BotAlias", + "AWS::Lex::BotVersion", + "AWS::Lex::ResourcePolicy", + "AWS::LicenseManager::Grant", + "AWS::LicenseManager::License", + "AWS::Lightsail::Alarm", + "AWS::Lightsail::Bucket", + "AWS::Lightsail::Certificate", + "AWS::Lightsail::Container", + "AWS::Lightsail::Database", + "AWS::Lightsail::Disk", + "AWS::Lightsail::Instance", + "AWS::Lightsail::LoadBalancer", + "AWS::Lightsail::LoadBalancerTlsCertificate", + "AWS::Lightsail::StaticIp", + "AWS::Location::APIKey", + "AWS::Location::GeofenceCollection", + "AWS::Location::Map", + "AWS::Location::PlaceIndex", + "AWS::Location::RouteCalculator", + "AWS::Location::Tracker", + "AWS::Location::TrackerConsumer", + "AWS::Logs::AccountPolicy", + "AWS::Logs::Delivery", + "AWS::Logs::DeliveryDestination", + "AWS::Logs::DeliverySource", + "AWS::Logs::Destination", + "AWS::Logs::LogAnomalyDetector", + "AWS::Logs::LogGroup", + "AWS::Logs::LogStream", + "AWS::Logs::MetricFilter", + "AWS::Logs::QueryDefinition", + "AWS::Logs::ResourcePolicy", + "AWS::Logs::SubscriptionFilter", + "AWS::LookoutEquipment::InferenceScheduler", + "AWS::LookoutMetrics::Alert", + "AWS::LookoutMetrics::AnomalyDetector", + "AWS::LookoutVision::Project", + "AWS::M2::Application", + "AWS::M2::Environment", + "AWS::MSK::BatchScramSecret", + "AWS::MSK::Cluster", + "AWS::MSK::ClusterPolicy", + "AWS::MSK::Configuration", + "AWS::MSK::Replicator", + "AWS::MSK::ServerlessCluster", + "AWS::MSK::VpcConnection", + "AWS::MWAA::Environment", + "AWS::Macie::AllowList", + "AWS::Macie::CustomDataIdentifier", + "AWS::Macie::FindingsFilter", + "AWS::Macie::Session", + "AWS::ManagedBlockchain::Accessor", + "AWS::ManagedBlockchain::Member", + "AWS::ManagedBlockchain::Node", + "AWS::MediaConnect::Bridge", + "AWS::MediaConnect::BridgeOutput", + "AWS::MediaConnect::BridgeSource", + "AWS::MediaConnect::Flow", + "AWS::MediaConnect::FlowEntitlement", + "AWS::MediaConnect::FlowOutput", + "AWS::MediaConnect::FlowSource", + "AWS::MediaConnect::FlowVpcInterface", + "AWS::MediaConnect::Gateway", + "AWS::MediaConvert::JobTemplate", + "AWS::MediaConvert::Preset", + "AWS::MediaConvert::Queue", + "AWS::MediaLive::Channel", + "AWS::MediaLive::ChannelPlacementGroup", + "AWS::MediaLive::CloudWatchAlarmTemplate", + "AWS::MediaLive::CloudWatchAlarmTemplateGroup", + "AWS::MediaLive::Cluster", + "AWS::MediaLive::EventBridgeRuleTemplate", + "AWS::MediaLive::EventBridgeRuleTemplateGroup", + "AWS::MediaLive::Input", + "AWS::MediaLive::InputSecurityGroup", + "AWS::MediaLive::Multiplex", + "AWS::MediaLive::Multiplexprogram", + "AWS::MediaLive::Network", + "AWS::MediaLive::SdiSource", + "AWS::MediaLive::SignalMap", + "AWS::MediaPackage::Asset", + "AWS::MediaPackage::Channel", + "AWS::MediaPackage::OriginEndpoint", + "AWS::MediaPackage::PackagingConfiguration", + "AWS::MediaPackage::PackagingGroup", + "AWS::MediaPackageV2::Channel", + "AWS::MediaPackageV2::ChannelGroup", + "AWS::MediaPackageV2::ChannelPolicy", + "AWS::MediaPackageV2::OriginEndpoint", + "AWS::MediaPackageV2::OriginEndpointPolicy", + "AWS::MediaStore::Container", + "AWS::MediaTailor::Channel", + "AWS::MediaTailor::ChannelPolicy", + "AWS::MediaTailor::LiveSource", + "AWS::MediaTailor::PlaybackConfiguration", + "AWS::MediaTailor::SourceLocation", + "AWS::MediaTailor::VodSource", + "AWS::MemoryDB::ACL", + "AWS::MemoryDB::Cluster", + "AWS::MemoryDB::ParameterGroup", + "AWS::MemoryDB::SubnetGroup", + "AWS::MemoryDB::User", + "AWS::Neptune::DBCluster", + "AWS::Neptune::DBClusterParameterGroup", + "AWS::Neptune::DBInstance", + "AWS::Neptune::DBParameterGroup", + "AWS::Neptune::DBSubnetGroup", + "AWS::Neptune::EventSubscription", + "AWS::NeptuneGraph::Graph", + "AWS::NeptuneGraph::PrivateGraphEndpoint", + "AWS::NetworkFirewall::Firewall", + "AWS::NetworkFirewall::FirewallPolicy", + "AWS::NetworkFirewall::LoggingConfiguration", + "AWS::NetworkFirewall::RuleGroup", + "AWS::NetworkFirewall::TLSInspectionConfiguration", + "AWS::NetworkManager::ConnectAttachment", + "AWS::NetworkManager::ConnectPeer", + "AWS::NetworkManager::CoreNetwork", + "AWS::NetworkManager::CustomerGatewayAssociation", + "AWS::NetworkManager::Device", + "AWS::NetworkManager::GlobalNetwork", + "AWS::NetworkManager::Link", + "AWS::NetworkManager::LinkAssociation", + "AWS::NetworkManager::Site", + "AWS::NetworkManager::SiteToSiteVpnAttachment", + "AWS::NetworkManager::TransitGatewayPeering", + "AWS::NetworkManager::TransitGatewayRegistration", + "AWS::NetworkManager::TransitGatewayRouteTableAttachment", + "AWS::NetworkManager::VpcAttachment", + "AWS::NimbleStudio::Studio", + "AWS::OSIS::Pipeline", + "AWS::Oam::Link", + "AWS::Oam::Sink", + "AWS::Omics::AnnotationStore", + "AWS::Omics::ReferenceStore", + "AWS::Omics::RunGroup", + "AWS::Omics::SequenceStore", + "AWS::Omics::VariantStore", + "AWS::Omics::Workflow", + "AWS::OpenSearchServerless::AccessPolicy", + "AWS::OpenSearchServerless::Collection", + "AWS::OpenSearchServerless::LifecyclePolicy", + "AWS::OpenSearchServerless::SecurityConfig", + "AWS::OpenSearchServerless::SecurityPolicy", + "AWS::OpenSearchServerless::VpcEndpoint", + "AWS::OpenSearchService::Application", + "AWS::OpenSearchService::Domain", + "AWS::OpsWorks::App", + "AWS::OpsWorks::ElasticLoadBalancerAttachment", + "AWS::OpsWorks::Instance", + "AWS::OpsWorks::Layer", + "AWS::OpsWorks::Stack", + "AWS::OpsWorks::UserProfile", + "AWS::OpsWorks::Volume", + "AWS::OpsWorksCM::Server", + "AWS::Organizations::Account", + "AWS::Organizations::Organization", + "AWS::Organizations::OrganizationalUnit", + "AWS::Organizations::Policy", + "AWS::Organizations::ResourcePolicy", + "AWS::PCAConnectorAD::Connector", + "AWS::PCAConnectorAD::DirectoryRegistration", + "AWS::PCAConnectorAD::ServicePrincipalName", + "AWS::PCAConnectorAD::Template", + "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry", + "AWS::PCAConnectorSCEP::Challenge", + "AWS::PCAConnectorSCEP::Connector", + "AWS::Panorama::ApplicationInstance", + "AWS::Panorama::Package", + "AWS::Panorama::PackageVersion", + "AWS::PaymentCryptography::Alias", + "AWS::PaymentCryptography::Key", + "AWS::Personalize::Dataset", + "AWS::Personalize::DatasetGroup", + "AWS::Personalize::Schema", + "AWS::Personalize::Solution", + "AWS::Pinpoint::ADMChannel", + "AWS::Pinpoint::APNSChannel", + "AWS::Pinpoint::APNSSandboxChannel", + "AWS::Pinpoint::APNSVoipChannel", + "AWS::Pinpoint::APNSVoipSandboxChannel", + "AWS::Pinpoint::App", + "AWS::Pinpoint::ApplicationSettings", + "AWS::Pinpoint::BaiduChannel", + "AWS::Pinpoint::Campaign", + "AWS::Pinpoint::EmailChannel", + "AWS::Pinpoint::EmailTemplate", + "AWS::Pinpoint::EventStream", + "AWS::Pinpoint::GCMChannel", + "AWS::Pinpoint::InAppTemplate", + "AWS::Pinpoint::PushTemplate", + "AWS::Pinpoint::SMSChannel", + "AWS::Pinpoint::Segment", + "AWS::Pinpoint::SmsTemplate", + "AWS::Pinpoint::VoiceChannel", + "AWS::PinpointEmail::ConfigurationSet", + "AWS::PinpointEmail::ConfigurationSetEventDestination", + "AWS::PinpointEmail::DedicatedIpPool", + "AWS::PinpointEmail::Identity", + "AWS::Pipes::Pipe", + "AWS::Proton::EnvironmentAccountConnection", + "AWS::Proton::EnvironmentTemplate", + "AWS::Proton::ServiceTemplate", + "AWS::QLDB::Ledger", + "AWS::QLDB::Stream", + "AWS::QuickSight::Analysis", + "AWS::QuickSight::Dashboard", + "AWS::QuickSight::DataSet", + "AWS::QuickSight::DataSource", + "AWS::QuickSight::Folder", + "AWS::QuickSight::RefreshSchedule", + "AWS::QuickSight::Template", + "AWS::QuickSight::Theme", + "AWS::QuickSight::Topic", + "AWS::QuickSight::VPCConnection", + "AWS::RAM::Permission", + "AWS::RAM::ResourceShare", + "AWS::RDS::CustomDBEngineVersion", + "AWS::RDS::DBCluster", + "AWS::RDS::DBClusterParameterGroup", + "AWS::RDS::DBInstance", + "AWS::RDS::DBParameterGroup", + "AWS::RDS::DBProxy", + "AWS::RDS::DBProxyEndpoint", + "AWS::RDS::DBProxyTargetGroup", + "AWS::RDS::DBSecurityGroup", + "AWS::RDS::DBSecurityGroupIngress", + "AWS::RDS::DBShardGroup", + "AWS::RDS::DBSubnetGroup", + "AWS::RDS::EventSubscription", + "AWS::RDS::GlobalCluster", + "AWS::RDS::Integration", + "AWS::RDS::OptionGroup", + "AWS::RUM::AppMonitor", + "AWS::Redshift::Cluster", + "AWS::Redshift::ClusterParameterGroup", + "AWS::Redshift::ClusterSecurityGroup", + "AWS::Redshift::ClusterSecurityGroupIngress", + "AWS::Redshift::ClusterSubnetGroup", + "AWS::Redshift::EndpointAccess", + "AWS::Redshift::EndpointAuthorization", + "AWS::Redshift::EventSubscription", + "AWS::Redshift::Integration", + "AWS::Redshift::ScheduledAction", + "AWS::RedshiftServerless::Namespace", + "AWS::RedshiftServerless::Workgroup", + "AWS::RefactorSpaces::Application", + "AWS::RefactorSpaces::Environment", + "AWS::RefactorSpaces::Route", + "AWS::RefactorSpaces::Service", + "AWS::Rekognition::Collection", + "AWS::Rekognition::Project", + "AWS::Rekognition::StreamProcessor", + "AWS::ResilienceHub::App", + "AWS::ResilienceHub::ResiliencyPolicy", + "AWS::ResourceExplorer2::DefaultViewAssociation", + "AWS::ResourceExplorer2::Index", + "AWS::ResourceExplorer2::View", + "AWS::ResourceGroups::Group", + "AWS::RoboMaker::Fleet", + "AWS::RoboMaker::Robot", + "AWS::RoboMaker::RobotApplication", + "AWS::RoboMaker::RobotApplicationVersion", + "AWS::RoboMaker::SimulationApplication", + "AWS::RoboMaker::SimulationApplicationVersion", + "AWS::RolesAnywhere::CRL", + "AWS::RolesAnywhere::Profile", + "AWS::RolesAnywhere::TrustAnchor", + "AWS::Route53::CidrCollection", + "AWS::Route53::DNSSEC", + "AWS::Route53::HealthCheck", + "AWS::Route53::HostedZone", + "AWS::Route53::KeySigningKey", + "AWS::Route53::RecordSet", + "AWS::Route53::RecordSetGroup", + "AWS::Route53Profiles::Profile", + "AWS::Route53Profiles::ProfileAssociation", + "AWS::Route53Profiles::ProfileResourceAssociation", + "AWS::Route53Resolver::FirewallDomainList", + "AWS::Route53Resolver::FirewallRuleGroup", + "AWS::Route53Resolver::FirewallRuleGroupAssociation", + "AWS::Route53Resolver::OutpostResolver", + "AWS::Route53Resolver::ResolverConfig", + "AWS::Route53Resolver::ResolverDNSSECConfig", + "AWS::Route53Resolver::ResolverEndpoint", + "AWS::Route53Resolver::ResolverQueryLoggingConfig", + "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation", + "AWS::Route53Resolver::ResolverRule", + "AWS::Route53Resolver::ResolverRuleAssociation", + "AWS::S3::AccessGrant", + "AWS::S3::AccessGrantsInstance", + "AWS::S3::AccessGrantsLocation", + "AWS::S3::AccessPoint", + "AWS::S3::Bucket", + "AWS::S3::BucketPolicy", + "AWS::S3::MultiRegionAccessPoint", + "AWS::S3::MultiRegionAccessPointPolicy", + "AWS::S3::StorageLens", + "AWS::S3::StorageLensGroup", + "AWS::S3ObjectLambda::AccessPoint", + "AWS::S3ObjectLambda::AccessPointPolicy", + "AWS::S3Outposts::AccessPoint", + "AWS::S3Outposts::Bucket", + "AWS::S3Outposts::BucketPolicy", + "AWS::S3Outposts::Endpoint", + "AWS::SDB::Domain", + "AWS::SES::ConfigurationSet", + "AWS::SES::ConfigurationSetEventDestination", + "AWS::SES::ContactList", + "AWS::SES::DedicatedIpPool", + "AWS::SES::EmailIdentity", + "AWS::SES::MailManagerAddonInstance", + "AWS::SES::MailManagerAddonSubscription", + "AWS::SES::MailManagerArchive", + "AWS::SES::MailManagerIngressPoint", + "AWS::SES::MailManagerRelay", + "AWS::SES::MailManagerRuleSet", + "AWS::SES::MailManagerTrafficPolicy", + "AWS::SES::ReceiptFilter", + "AWS::SES::ReceiptRule", + "AWS::SES::ReceiptRuleSet", + "AWS::SES::Template", + "AWS::SES::VdmAttributes", + "AWS::SNS::Subscription", + "AWS::SNS::Topic", + "AWS::SNS::TopicInlinePolicy", + "AWS::SNS::TopicPolicy", + "AWS::SQS::Queue", + "AWS::SQS::QueueInlinePolicy", + "AWS::SQS::QueuePolicy", + "AWS::SSM::Association", + "AWS::SSM::Document", + "AWS::SSM::MaintenanceWindow", + "AWS::SSM::MaintenanceWindowTarget", + "AWS::SSM::MaintenanceWindowTask", + "AWS::SSM::Parameter", + "AWS::SSM::PatchBaseline", + "AWS::SSM::ResourceDataSync", + "AWS::SSM::ResourcePolicy", + "AWS::SSMContacts::Contact", + "AWS::SSMContacts::ContactChannel", + "AWS::SSMContacts::Plan", + "AWS::SSMContacts::Rotation", + "AWS::SSMIncidents::ReplicationSet", + "AWS::SSMIncidents::ResponsePlan", + "AWS::SSMQuickSetup::ConfigurationManager", + "AWS::SSO::Application", + "AWS::SSO::ApplicationAssignment", + "AWS::SSO::Assignment", + "AWS::SSO::Instance", + "AWS::SSO::InstanceAccessControlAttributeConfiguration", + "AWS::SSO::PermissionSet", + "AWS::SageMaker::App", + "AWS::SageMaker::AppImageConfig", + "AWS::SageMaker::Cluster", + "AWS::SageMaker::CodeRepository", + "AWS::SageMaker::DataQualityJobDefinition", + "AWS::SageMaker::Device", + "AWS::SageMaker::DeviceFleet", + "AWS::SageMaker::Domain", + "AWS::SageMaker::Endpoint", + "AWS::SageMaker::EndpointConfig", + "AWS::SageMaker::FeatureGroup", + "AWS::SageMaker::Image", + "AWS::SageMaker::ImageVersion", + "AWS::SageMaker::InferenceComponent", + "AWS::SageMaker::InferenceExperiment", + "AWS::SageMaker::MlflowTrackingServer", + "AWS::SageMaker::Model", + "AWS::SageMaker::ModelBiasJobDefinition", + "AWS::SageMaker::ModelCard", + "AWS::SageMaker::ModelExplainabilityJobDefinition", + "AWS::SageMaker::ModelPackage", + "AWS::SageMaker::ModelPackageGroup", + "AWS::SageMaker::ModelQualityJobDefinition", + "AWS::SageMaker::MonitoringSchedule", + "AWS::SageMaker::NotebookInstance", + "AWS::SageMaker::NotebookInstanceLifecycleConfig", + "AWS::SageMaker::Pipeline", + "AWS::SageMaker::Project", + "AWS::SageMaker::Space", + "AWS::SageMaker::StudioLifecycleConfig", + "AWS::SageMaker::UserProfile", + "AWS::SageMaker::Workteam", + "AWS::Scheduler::Schedule", + "AWS::Scheduler::ScheduleGroup", + "AWS::SecretsManager::ResourcePolicy", + "AWS::SecretsManager::RotationSchedule", + "AWS::SecretsManager::Secret", + "AWS::SecretsManager::SecretTargetAttachment", + "AWS::SecurityHub::AutomationRule", + "AWS::SecurityHub::ConfigurationPolicy", + "AWS::SecurityHub::DelegatedAdmin", + "AWS::SecurityHub::FindingAggregator", + "AWS::SecurityHub::Hub", + "AWS::SecurityHub::Insight", + "AWS::SecurityHub::OrganizationConfiguration", + "AWS::SecurityHub::PolicyAssociation", + "AWS::SecurityHub::ProductSubscription", + "AWS::SecurityHub::SecurityControl", + "AWS::SecurityHub::Standard", + "AWS::SecurityLake::AwsLogSource", + "AWS::SecurityLake::DataLake", + "AWS::SecurityLake::Subscriber", + "AWS::SecurityLake::SubscriberNotification", + "AWS::ServiceCatalog::AcceptedPortfolioShare", + "AWS::ServiceCatalog::CloudFormationProduct", + "AWS::ServiceCatalog::CloudFormationProvisionedProduct", + "AWS::ServiceCatalog::LaunchNotificationConstraint", + "AWS::ServiceCatalog::LaunchRoleConstraint", + "AWS::ServiceCatalog::LaunchTemplateConstraint", + "AWS::ServiceCatalog::Portfolio", + "AWS::ServiceCatalog::PortfolioPrincipalAssociation", + "AWS::ServiceCatalog::PortfolioProductAssociation", + "AWS::ServiceCatalog::PortfolioShare", + "AWS::ServiceCatalog::ResourceUpdateConstraint", + "AWS::ServiceCatalog::ServiceAction", + "AWS::ServiceCatalog::ServiceActionAssociation", + "AWS::ServiceCatalog::StackSetConstraint", + "AWS::ServiceCatalog::TagOption", + "AWS::ServiceCatalog::TagOptionAssociation", + "AWS::ServiceCatalogAppRegistry::Application", + "AWS::ServiceCatalogAppRegistry::AttributeGroup", + "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation", + "AWS::ServiceCatalogAppRegistry::ResourceAssociation", + "AWS::ServiceDiscovery::HttpNamespace", + "AWS::ServiceDiscovery::Instance", + "AWS::ServiceDiscovery::PrivateDnsNamespace", + "AWS::ServiceDiscovery::PublicDnsNamespace", + "AWS::ServiceDiscovery::Service", + "AWS::Shield::DRTAccess", + "AWS::Shield::ProactiveEngagement", + "AWS::Shield::Protection", + "AWS::Shield::ProtectionGroup", + "AWS::Signer::ProfilePermission", + "AWS::Signer::SigningProfile", + "AWS::SimSpaceWeaver::Simulation", + "AWS::StepFunctions::Activity", + "AWS::StepFunctions::StateMachine", + "AWS::StepFunctions::StateMachineAlias", + "AWS::StepFunctions::StateMachineVersion", + "AWS::SupportApp::AccountAlias", + "AWS::SupportApp::SlackChannelConfiguration", + "AWS::SupportApp::SlackWorkspaceConfiguration", + "AWS::Synthetics::Canary", + "AWS::Synthetics::Group", + "AWS::SystemsManagerSAP::Application", + "AWS::Timestream::Database", + "AWS::Timestream::InfluxDBInstance", + "AWS::Timestream::ScheduledQuery", + "AWS::Timestream::Table", + "AWS::Transfer::Agreement", + "AWS::Transfer::Certificate", + "AWS::Transfer::Connector", + "AWS::Transfer::Profile", + "AWS::Transfer::Server", + "AWS::Transfer::User", + "AWS::Transfer::Workflow", + "AWS::VerifiedPermissions::IdentitySource", + "AWS::VerifiedPermissions::Policy", + "AWS::VerifiedPermissions::PolicyStore", + "AWS::VerifiedPermissions::PolicyTemplate", + "AWS::VpcLattice::AccessLogSubscription", + "AWS::VpcLattice::AuthPolicy", + "AWS::VpcLattice::Listener", + "AWS::VpcLattice::ResourcePolicy", + "AWS::VpcLattice::Rule", + "AWS::VpcLattice::Service", + "AWS::VpcLattice::ServiceNetwork", + "AWS::VpcLattice::ServiceNetworkServiceAssociation", + "AWS::VpcLattice::ServiceNetworkVpcAssociation", + "AWS::VpcLattice::TargetGroup", + "AWS::WAF::ByteMatchSet", + "AWS::WAF::IPSet", + "AWS::WAF::Rule", + "AWS::WAF::SizeConstraintSet", + "AWS::WAF::SqlInjectionMatchSet", + "AWS::WAF::WebACL", + "AWS::WAF::XssMatchSet", + "AWS::WAFRegional::ByteMatchSet", + "AWS::WAFRegional::GeoMatchSet", + "AWS::WAFRegional::IPSet", + "AWS::WAFRegional::RateBasedRule", + "AWS::WAFRegional::RegexPatternSet", + "AWS::WAFRegional::Rule", + "AWS::WAFRegional::SizeConstraintSet", + "AWS::WAFRegional::SqlInjectionMatchSet", + "AWS::WAFRegional::WebACL", + "AWS::WAFRegional::WebACLAssociation", + "AWS::WAFRegional::XssMatchSet", + "AWS::WAFv2::IPSet", + "AWS::WAFv2::LoggingConfiguration", + "AWS::WAFv2::RegexPatternSet", + "AWS::WAFv2::RuleGroup", + "AWS::WAFv2::WebACL", + "AWS::WAFv2::WebACLAssociation", + "AWS::WorkSpaces::ConnectionAlias", + "AWS::WorkSpaces::Workspace", + "AWS::WorkSpaces::WorkspacesPool", + "AWS::WorkSpacesThinClient::Environment", + "AWS::WorkSpacesWeb::BrowserSettings", + "AWS::WorkSpacesWeb::IdentityProvider", + "AWS::WorkSpacesWeb::IpAccessSettings", + "AWS::WorkSpacesWeb::NetworkSettings", + "AWS::WorkSpacesWeb::Portal", + "AWS::WorkSpacesWeb::TrustStore", + "AWS::WorkSpacesWeb::UserAccessLoggingSettings", + "AWS::WorkSpacesWeb::UserSettings", + "AWS::XRay::Group", + "AWS::XRay::ResourcePolicy", + "AWS::XRay::SamplingRule", + "Alexa::ASK::Skill", + "Module", +] + +# pylint: disable=too-many-lines +cached: list[str] = [ + "Module", + "alexa-ask-skill.json", + "aws-accessanalyzer-analyzer.json", + "aws-acmpca-certificate.json", + "aws-acmpca-certificateauthority.json", + "aws-acmpca-certificateauthorityactivation.json", + "aws-acmpca-permission.json", + "aws-amazonmq-broker.json", + "aws-amazonmq-configuration.json", + "aws-amazonmq-configurationassociation.json", + "aws-amplify-app.json", + "aws-amplify-branch.json", + "aws-amplify-domain.json", + "aws-amplifyuibuilder-component.json", + "aws-amplifyuibuilder-form.json", + "aws-amplifyuibuilder-theme.json", + "aws-apigateway-account.json", + "aws-apigateway-apikey.json", + "aws-apigateway-authorizer.json", + "aws-apigateway-basepathmapping.json", + "aws-apigateway-clientcertificate.json", + "aws-apigateway-deployment.json", + "aws-apigateway-documentationpart.json", + "aws-apigateway-documentationversion.json", + "aws-apigateway-domainname.json", + "aws-apigateway-gatewayresponse.json", + "aws-apigateway-method.json", + "aws-apigateway-model.json", + "aws-apigateway-requestvalidator.json", + "aws-apigateway-resource.json", + "aws-apigateway-restapi.json", + "aws-apigateway-stage.json", + "aws-apigateway-usageplan.json", + "aws-apigateway-usageplankey.json", + "aws-apigateway-vpclink.json", + "aws-apigatewayv2-api.json", + "aws-apigatewayv2-apigatewaymanagedoverrides.json", + "aws-apigatewayv2-apimapping.json", + "aws-apigatewayv2-authorizer.json", + "aws-apigatewayv2-deployment.json", + "aws-apigatewayv2-domainname.json", + "aws-apigatewayv2-integration.json", + "aws-apigatewayv2-integrationresponse.json", + "aws-apigatewayv2-model.json", + "aws-apigatewayv2-route.json", + "aws-apigatewayv2-routeresponse.json", + "aws-apigatewayv2-stage.json", + "aws-apigatewayv2-vpclink.json", + "aws-appconfig-application.json", + "aws-appconfig-configurationprofile.json", + "aws-appconfig-deployment.json", + "aws-appconfig-deploymentstrategy.json", + "aws-appconfig-environment.json", + "aws-appconfig-extension.json", + "aws-appconfig-extensionassociation.json", + "aws-appconfig-hostedconfigurationversion.json", + "aws-appflow-connector.json", + "aws-appflow-connectorprofile.json", + "aws-appflow-flow.json", + "aws-applicationautoscaling-scalabletarget.json", + "aws-applicationautoscaling-scalingpolicy.json", + "aws-applicationinsights-application.json", + "aws-applicationsignals-servicelevelobjective.json", + "aws-appmesh-gatewayroute.json", + "aws-appmesh-mesh.json", + "aws-appmesh-route.json", + "aws-appmesh-virtualgateway.json", + "aws-appmesh-virtualnode.json", + "aws-appmesh-virtualrouter.json", + "aws-appmesh-virtualservice.json", + "aws-apprunner-autoscalingconfiguration.json", + "aws-apprunner-observabilityconfiguration.json", + "aws-apprunner-service.json", + "aws-apprunner-vpcconnector.json", + "aws-apprunner-vpcingressconnection.json", + "aws-appstream-appblock.json", + "aws-appstream-appblockbuilder.json", + "aws-appstream-application.json", + "aws-appstream-applicationentitlementassociation.json", + "aws-appstream-applicationfleetassociation.json", + "aws-appstream-directoryconfig.json", + "aws-appstream-entitlement.json", + "aws-appstream-fleet.json", + "aws-appstream-imagebuilder.json", + "aws-appstream-stack.json", + "aws-appstream-stackfleetassociation.json", + "aws-appstream-stackuserassociation.json", + "aws-appstream-user.json", + "aws-appsync-api.json", + "aws-appsync-apicache.json", + "aws-appsync-apikey.json", + "aws-appsync-channelnamespace.json", + "aws-appsync-datasource.json", + "aws-appsync-domainname.json", + "aws-appsync-domainnameapiassociation.json", + "aws-appsync-functionconfiguration.json", + "aws-appsync-graphqlschema.json", + "aws-appsync-resolver.json", + "aws-appsync-sourceapiassociation.json", + "aws-aps-rulegroupsnamespace.json", + "aws-aps-scraper.json", + "aws-aps-workspace.json", + "aws-arczonalshift-autoshiftobservernotificationstatus.json", + "aws-arczonalshift-zonalautoshiftconfiguration.json", + "aws-athena-capacityreservation.json", + "aws-athena-datacatalog.json", + "aws-athena-namedquery.json", + "aws-athena-preparedstatement.json", + "aws-athena-workgroup.json", + "aws-auditmanager-assessment.json", + "aws-autoscaling-autoscalinggroup.json", + "aws-autoscaling-launchconfiguration.json", + "aws-autoscaling-lifecyclehook.json", + "aws-autoscaling-scalingpolicy.json", + "aws-autoscaling-scheduledaction.json", + "aws-autoscaling-warmpool.json", + "aws-autoscalingplans-scalingplan.json", + "aws-backup-backupplan.json", + "aws-backup-backupselection.json", + "aws-backup-backupvault.json", + "aws-backup-framework.json", + "aws-backup-logicallyairgappedbackupvault.json", + "aws-backup-reportplan.json", + "aws-backup-restoretestingplan.json", + "aws-backup-restoretestingselection.json", + "aws-backupgateway-hypervisor.json", + "aws-batch-computeenvironment.json", + "aws-batch-jobdefinition.json", + "aws-batch-jobqueue.json", + "aws-batch-schedulingpolicy.json", + "aws-bedrock-agent.json", + "aws-bedrock-agentalias.json", + "aws-bedrock-applicationinferenceprofile.json", + "aws-bedrock-datasource.json", + "aws-bedrock-flow.json", + "aws-bedrock-flowalias.json", + "aws-bedrock-flowversion.json", + "aws-bedrock-guardrail.json", + "aws-bedrock-guardrailversion.json", + "aws-bedrock-knowledgebase.json", + "aws-bedrock-prompt.json", + "aws-bedrock-promptversion.json", + "aws-budgets-budget.json", + "aws-budgets-budgetsaction.json", + "aws-cassandra-keyspace.json", + "aws-cassandra-table.json", + "aws-ce-anomalymonitor.json", + "aws-ce-anomalysubscription.json", + "aws-ce-costcategory.json", + "aws-certificatemanager-account.json", + "aws-certificatemanager-certificate.json", + "aws-chatbot-microsoftteamschannelconfiguration.json", + "aws-chatbot-slackchannelconfiguration.json", + "aws-cleanrooms-configuredtable.json", + "aws-cleanrooms-configuredtableassociation.json", + "aws-cleanrooms-idmappingtable.json", + "aws-cleanrooms-idnamespaceassociation.json", + "aws-cleanrooms-privacybudgettemplate.json", + "aws-cleanroomsml-trainingdataset.json", + "aws-cloud9-environmentec2.json", + "aws-cloudformation-customresource.json", + "aws-cloudformation-hookdefaultversion.json", + "aws-cloudformation-hooktypeconfig.json", + "aws-cloudformation-hookversion.json", + "aws-cloudformation-macro.json", + "aws-cloudformation-moduledefaultversion.json", + "aws-cloudformation-moduleversion.json", + "aws-cloudformation-publictypeversion.json", + "aws-cloudformation-publisher.json", + "aws-cloudformation-resourcedefaultversion.json", + "aws-cloudformation-resourceversion.json", + "aws-cloudformation-stack.json", + "aws-cloudformation-stackset.json", + "aws-cloudformation-typeactivation.json", + "aws-cloudformation-waitcondition.json", + "aws-cloudformation-waitconditionhandle.json", + "aws-cloudfront-cachepolicy.json", + "aws-cloudfront-cloudfrontoriginaccessidentity.json", + "aws-cloudfront-continuousdeploymentpolicy.json", + "aws-cloudfront-distribution.json", + "aws-cloudfront-function.json", + "aws-cloudfront-keygroup.json", + "aws-cloudfront-keyvaluestore.json", + "aws-cloudfront-monitoringsubscription.json", + "aws-cloudfront-originaccesscontrol.json", + "aws-cloudfront-originrequestpolicy.json", + "aws-cloudfront-publickey.json", + "aws-cloudfront-realtimelogconfig.json", + "aws-cloudfront-responseheaderspolicy.json", + "aws-cloudfront-streamingdistribution.json", + "aws-cloudtrail-channel.json", + "aws-cloudtrail-eventdatastore.json", + "aws-cloudtrail-resourcepolicy.json", + "aws-cloudtrail-trail.json", + "aws-cloudwatch-alarm.json", + "aws-cloudwatch-anomalydetector.json", + "aws-cloudwatch-compositealarm.json", + "aws-cloudwatch-dashboard.json", + "aws-cloudwatch-insightrule.json", + "aws-cloudwatch-metricstream.json", + "aws-codeartifact-domain.json", + "aws-codeartifact-packagegroup.json", + "aws-codeartifact-repository.json", + "aws-codebuild-fleet.json", + "aws-codebuild-project.json", + "aws-codebuild-reportgroup.json", + "aws-codebuild-sourcecredential.json", + "aws-codecommit-repository.json", + "aws-codeconnections-connection.json", + "aws-codedeploy-application.json", + "aws-codedeploy-deploymentconfig.json", + "aws-codedeploy-deploymentgroup.json", + "aws-codeguruprofiler-profilinggroup.json", + "aws-codegurureviewer-repositoryassociation.json", + "aws-codepipeline-customactiontype.json", + "aws-codepipeline-pipeline.json", + "aws-codepipeline-webhook.json", + "aws-codestar-githubrepository.json", + "aws-codestarconnections-connection.json", + "aws-codestarconnections-repositorylink.json", + "aws-codestarconnections-syncconfiguration.json", + "aws-codestarnotifications-notificationrule.json", + "aws-cognito-identitypool.json", + "aws-cognito-identitypoolprincipaltag.json", + "aws-cognito-identitypoolroleattachment.json", + "aws-cognito-logdeliveryconfiguration.json", + "aws-cognito-userpool.json", + "aws-cognito-userpoolclient.json", + "aws-cognito-userpooldomain.json", + "aws-cognito-userpoolgroup.json", + "aws-cognito-userpoolidentityprovider.json", + "aws-cognito-userpoolresourceserver.json", + "aws-cognito-userpoolriskconfigurationattachment.json", + "aws-cognito-userpooluicustomizationattachment.json", + "aws-cognito-userpooluser.json", + "aws-cognito-userpoolusertogroupattachment.json", + "aws-comprehend-documentclassifier.json", + "aws-comprehend-flywheel.json", + "aws-config-aggregationauthorization.json", + "aws-config-configrule.json", + "aws-config-configurationaggregator.json", + "aws-config-configurationrecorder.json", + "aws-config-conformancepack.json", + "aws-config-deliverychannel.json", + "aws-config-organizationconfigrule.json", + "aws-config-organizationconformancepack.json", + "aws-config-remediationconfiguration.json", + "aws-config-storedquery.json", + "aws-controltower-enabledbaseline.json", + "aws-controltower-enabledcontrol.json", + "aws-controltower-landingzone.json", + "aws-databrew-dataset.json", + "aws-databrew-job.json", + "aws-databrew-project.json", + "aws-databrew-recipe.json", + "aws-databrew-ruleset.json", + "aws-databrew-schedule.json", + "aws-datapipeline-pipeline.json", + "aws-datasync-agent.json", + "aws-datasync-locationazureblob.json", + "aws-datasync-locationefs.json", + "aws-datasync-locationfsxlustre.json", + "aws-datasync-locationfsxontap.json", + "aws-datasync-locationfsxopenzfs.json", + "aws-datasync-locationfsxwindows.json", + "aws-datasync-locationhdfs.json", + "aws-datasync-locationnfs.json", + "aws-datasync-locationobjectstorage.json", + "aws-datasync-locations3.json", + "aws-datasync-locationsmb.json", + "aws-datasync-storagesystem.json", + "aws-datasync-task.json", + "aws-datazone-datasource.json", + "aws-datazone-domain.json", + "aws-datazone-environment.json", + "aws-datazone-environmentactions.json", + "aws-datazone-environmentblueprintconfiguration.json", + "aws-datazone-environmentprofile.json", + "aws-datazone-groupprofile.json", + "aws-datazone-project.json", + "aws-datazone-projectmembership.json", + "aws-datazone-subscriptiontarget.json", + "aws-datazone-userprofile.json", + "aws-dax-cluster.json", + "aws-dax-parametergroup.json", + "aws-dax-subnetgroup.json", + "aws-deadline-farm.json", + "aws-deadline-fleet.json", + "aws-deadline-licenseendpoint.json", + "aws-deadline-meteredproduct.json", + "aws-deadline-monitor.json", + "aws-deadline-queue.json", + "aws-deadline-queueenvironment.json", + "aws-deadline-queuefleetassociation.json", + "aws-deadline-storageprofile.json", + "aws-detective-graph.json", + "aws-detective-memberinvitation.json", + "aws-detective-organizationadmin.json", + "aws-devopsguru-loganomalydetectionintegration.json", + "aws-devopsguru-notificationchannel.json", + "aws-devopsguru-resourcecollection.json", + "aws-directoryservice-microsoftad.json", + "aws-directoryservice-simplead.json", + "aws-dlm-lifecyclepolicy.json", + "aws-dms-certificate.json", + "aws-dms-datamigration.json", + "aws-dms-dataprovider.json", + "aws-dms-endpoint.json", + "aws-dms-eventsubscription.json", + "aws-dms-instanceprofile.json", + "aws-dms-migrationproject.json", + "aws-dms-replicationconfig.json", + "aws-dms-replicationinstance.json", + "aws-dms-replicationsubnetgroup.json", + "aws-dms-replicationtask.json", + "aws-docdb-dbcluster.json", + "aws-docdb-dbclusterparametergroup.json", + "aws-docdb-dbinstance.json", + "aws-docdb-dbsubnetgroup.json", + "aws-docdb-eventsubscription.json", + "aws-docdbelastic-cluster.json", + "aws-dynamodb-globaltable.json", + "aws-dynamodb-table.json", + "aws-ec2-capacityreservation.json", + "aws-ec2-capacityreservationfleet.json", + "aws-ec2-carriergateway.json", + "aws-ec2-clientvpnauthorizationrule.json", + "aws-ec2-clientvpnendpoint.json", + "aws-ec2-clientvpnroute.json", + "aws-ec2-clientvpntargetnetworkassociation.json", + "aws-ec2-customergateway.json", + "aws-ec2-dhcpoptions.json", + "aws-ec2-ec2fleet.json", + "aws-ec2-egressonlyinternetgateway.json", + "aws-ec2-eip.json", + "aws-ec2-eipassociation.json", + "aws-ec2-enclavecertificateiamroleassociation.json", + "aws-ec2-flowlog.json", + "aws-ec2-gatewayroutetableassociation.json", + "aws-ec2-host.json", + "aws-ec2-instance.json", + "aws-ec2-instanceconnectendpoint.json", + "aws-ec2-internetgateway.json", + "aws-ec2-ipam.json", + "aws-ec2-ipamallocation.json", + "aws-ec2-ipampool.json", + "aws-ec2-ipampoolcidr.json", + "aws-ec2-ipamresourcediscovery.json", + "aws-ec2-ipamresourcediscoveryassociation.json", + "aws-ec2-ipamscope.json", + "aws-ec2-keypair.json", + "aws-ec2-localgatewayroute.json", + "aws-ec2-localgatewayroutetable.json", + "aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.json", + "aws-ec2-localgatewayroutetablevpcassociation.json", + "aws-ec2-natgateway.json", + "aws-ec2-networkacl.json", + "aws-ec2-networkaclentry.json", + "aws-ec2-networkinsightsaccessscope.json", + "aws-ec2-networkinsightsaccessscopeanalysis.json", + "aws-ec2-networkinsightsanalysis.json", + "aws-ec2-networkinsightspath.json", + "aws-ec2-networkinterface.json", + "aws-ec2-networkinterfaceattachment.json", + "aws-ec2-networkinterfacepermission.json", + "aws-ec2-networkperformancemetricsubscription.json", + "aws-ec2-placementgroup.json", + "aws-ec2-prefixlist.json", + "aws-ec2-route.json", + "aws-ec2-routetable.json", + "aws-ec2-securitygroup.json", + "aws-ec2-securitygroupegress.json", + "aws-ec2-securitygroupingress.json", + "aws-ec2-securitygroupvpcassociation.json", + "aws-ec2-snapshotblockpublicaccess.json", + "aws-ec2-spotfleet.json", + "aws-ec2-subnet.json", + "aws-ec2-subnetcidrblock.json", + "aws-ec2-subnetnetworkaclassociation.json", + "aws-ec2-subnetroutetableassociation.json", + "aws-ec2-trafficmirrorfilter.json", + "aws-ec2-trafficmirrorfilterrule.json", + "aws-ec2-trafficmirrorsession.json", + "aws-ec2-trafficmirrortarget.json", + "aws-ec2-transitgateway.json", + "aws-ec2-transitgatewayattachment.json", + "aws-ec2-transitgatewayconnect.json", + "aws-ec2-transitgatewaymulticastdomain.json", + "aws-ec2-transitgatewaymulticastdomainassociation.json", + "aws-ec2-transitgatewaymulticastgroupmember.json", + "aws-ec2-transitgatewaymulticastgroupsource.json", + "aws-ec2-transitgatewaypeeringattachment.json", + "aws-ec2-transitgatewayroute.json", + "aws-ec2-transitgatewayroutetable.json", + "aws-ec2-transitgatewayroutetableassociation.json", + "aws-ec2-transitgatewayroutetablepropagation.json", + "aws-ec2-transitgatewayvpcattachment.json", + "aws-ec2-verifiedaccessendpoint.json", + "aws-ec2-verifiedaccessgroup.json", + "aws-ec2-verifiedaccessinstance.json", + "aws-ec2-verifiedaccesstrustprovider.json", + "aws-ec2-volume.json", + "aws-ec2-volumeattachment.json", + "aws-ec2-vpc.json", + "aws-ec2-vpccidrblock.json", + "aws-ec2-vpcdhcpoptionsassociation.json", + "aws-ec2-vpcendpoint.json", + "aws-ec2-vpcendpointconnectionnotification.json", + "aws-ec2-vpcendpointservice.json", + "aws-ec2-vpcendpointservicepermissions.json", + "aws-ec2-vpcgatewayattachment.json", + "aws-ec2-vpcpeeringconnection.json", + "aws-ec2-vpnconnection.json", + "aws-ec2-vpnconnectionroute.json", + "aws-ec2-vpngateway.json", + "aws-ec2-vpngatewayroutepropagation.json", + "aws-ecr-pullthroughcacherule.json", + "aws-ecr-registrypolicy.json", + "aws-ecr-replicationconfiguration.json", + "aws-ecr-repository.json", + "aws-ecr-repositorycreationtemplate.json", + "aws-ecs-capacityprovider.json", + "aws-ecs-cluster.json", + "aws-ecs-clustercapacityproviderassociations.json", + "aws-ecs-primarytaskset.json", + "aws-ecs-service.json", + "aws-ecs-taskdefinition.json", + "aws-ecs-taskset.json", + "aws-efs-accesspoint.json", + "aws-efs-mounttarget.json", + "aws-eks-accessentry.json", + "aws-eks-addon.json", + "aws-eks-cluster.json", + "aws-eks-fargateprofile.json", + "aws-eks-identityproviderconfig.json", + "aws-eks-nodegroup.json", + "aws-eks-podidentityassociation.json", + "aws-elasticache-cachecluster.json", + "aws-elasticache-globalreplicationgroup.json", + "aws-elasticache-parametergroup.json", + "aws-elasticache-replicationgroup.json", + "aws-elasticache-securitygroup.json", + "aws-elasticache-securitygroupingress.json", + "aws-elasticache-subnetgroup.json", + "aws-elasticache-user.json", + "aws-elasticache-usergroup.json", + "aws-elasticbeanstalk-application.json", + "aws-elasticbeanstalk-applicationversion.json", + "aws-elasticbeanstalk-configurationtemplate.json", + "aws-elasticbeanstalk-environment.json", + "aws-elasticloadbalancing-loadbalancer.json", + "aws-elasticloadbalancingv2-listener.json", + "aws-elasticloadbalancingv2-listenercertificate.json", + "aws-elasticloadbalancingv2-listenerrule.json", + "aws-elasticloadbalancingv2-targetgroup.json", + "aws-elasticloadbalancingv2-truststore.json", + "aws-elasticloadbalancingv2-truststorerevocation.json", + "aws-elasticsearch-domain.json", + "aws-emr-cluster.json", + "aws-emr-instancefleetconfig.json", + "aws-emr-instancegroupconfig.json", + "aws-emr-securityconfiguration.json", + "aws-emr-step.json", + "aws-emr-studio.json", + "aws-emr-studiosessionmapping.json", + "aws-emr-walworkspace.json", + "aws-emrcontainers-virtualcluster.json", + "aws-emrserverless-application.json", + "aws-entityresolution-idmappingworkflow.json", + "aws-entityresolution-idnamespace.json", + "aws-entityresolution-matchingworkflow.json", + "aws-entityresolution-policystatement.json", + "aws-entityresolution-schemamapping.json", + "aws-events-apidestination.json", + "aws-events-archive.json", + "aws-events-connection.json", + "aws-events-endpoint.json", + "aws-events-eventbus.json", + "aws-events-eventbuspolicy.json", + "aws-events-rule.json", + "aws-eventschemas-discoverer.json", + "aws-eventschemas-registry.json", + "aws-eventschemas-registrypolicy.json", + "aws-eventschemas-schema.json", + "aws-evidently-experiment.json", + "aws-evidently-feature.json", + "aws-evidently-launch.json", + "aws-evidently-project.json", + "aws-evidently-segment.json", + "aws-finspace-environment.json", + "aws-fis-experimenttemplate.json", + "aws-fis-targetaccountconfiguration.json", + "aws-fms-notificationchannel.json", + "aws-fms-policy.json", + "aws-fms-resourceset.json", + "aws-forecast-dataset.json", + "aws-forecast-datasetgroup.json", + "aws-frauddetector-detector.json", + "aws-frauddetector-entitytype.json", + "aws-frauddetector-eventtype.json", + "aws-frauddetector-label.json", + "aws-frauddetector-list.json", + "aws-frauddetector-outcome.json", + "aws-frauddetector-variable.json", + "aws-fsx-datarepositoryassociation.json", + "aws-fsx-filesystem.json", + "aws-fsx-snapshot.json", + "aws-fsx-storagevirtualmachine.json", + "aws-fsx-volume.json", + "aws-gamelift-alias.json", + "aws-gamelift-build.json", + "aws-gamelift-containergroupdefinition.json", + "aws-gamelift-fleet.json", + "aws-gamelift-gameservergroup.json", + "aws-gamelift-gamesessionqueue.json", + "aws-gamelift-location.json", + "aws-gamelift-matchmakingconfiguration.json", + "aws-gamelift-matchmakingruleset.json", + "aws-gamelift-script.json", + "aws-globalaccelerator-accelerator.json", + "aws-globalaccelerator-crossaccountattachment.json", + "aws-globalaccelerator-endpointgroup.json", + "aws-globalaccelerator-listener.json", + "aws-glue-classifier.json", + "aws-glue-connection.json", + "aws-glue-crawler.json", + "aws-glue-customentitytype.json", + "aws-glue-database.json", + "aws-glue-datacatalogencryptionsettings.json", + "aws-glue-dataqualityruleset.json", + "aws-glue-devendpoint.json", + "aws-glue-job.json", + "aws-glue-mltransform.json", + "aws-glue-partition.json", + "aws-glue-registry.json", + "aws-glue-schema.json", + "aws-glue-schemaversion.json", + "aws-glue-schemaversionmetadata.json", + "aws-glue-securityconfiguration.json", + "aws-glue-table.json", + "aws-glue-tableoptimizer.json", + "aws-glue-trigger.json", + "aws-glue-usageprofile.json", + "aws-glue-workflow.json", + "aws-grafana-workspace.json", + "aws-greengrass-connectordefinition.json", + "aws-greengrass-connectordefinitionversion.json", + "aws-greengrass-coredefinition.json", + "aws-greengrass-coredefinitionversion.json", + "aws-greengrass-devicedefinition.json", + "aws-greengrass-devicedefinitionversion.json", + "aws-greengrass-functiondefinition.json", + "aws-greengrass-functiondefinitionversion.json", + "aws-greengrass-group.json", + "aws-greengrass-groupversion.json", + "aws-greengrass-loggerdefinition.json", + "aws-greengrass-loggerdefinitionversion.json", + "aws-greengrass-resourcedefinition.json", + "aws-greengrass-resourcedefinitionversion.json", + "aws-greengrass-subscriptiondefinition.json", + "aws-greengrass-subscriptiondefinitionversion.json", + "aws-greengrassv2-componentversion.json", + "aws-greengrassv2-deployment.json", + "aws-groundstation-config.json", + "aws-groundstation-dataflowendpointgroup.json", + "aws-groundstation-missionprofile.json", + "aws-guardduty-detector.json", + "aws-guardduty-filter.json", + "aws-guardduty-ipset.json", + "aws-guardduty-malwareprotectionplan.json", + "aws-guardduty-master.json", + "aws-guardduty-member.json", + "aws-guardduty-threatintelset.json", + "aws-healthimaging-datastore.json", + "aws-iam-accesskey.json", + "aws-iam-group.json", + "aws-iam-grouppolicy.json", + "aws-iam-instanceprofile.json", + "aws-iam-managedpolicy.json", + "aws-iam-oidcprovider.json", + "aws-iam-policy.json", + "aws-iam-role.json", + "aws-iam-rolepolicy.json", + "aws-iam-samlprovider.json", + "aws-iam-servercertificate.json", + "aws-iam-servicelinkedrole.json", + "aws-iam-user.json", + "aws-iam-userpolicy.json", + "aws-iam-usertogroupaddition.json", + "aws-iam-virtualmfadevice.json", + "aws-identitystore-group.json", + "aws-identitystore-groupmembership.json", + "aws-imagebuilder-component.json", + "aws-imagebuilder-containerrecipe.json", + "aws-imagebuilder-distributionconfiguration.json", + "aws-imagebuilder-image.json", + "aws-imagebuilder-imagepipeline.json", + "aws-imagebuilder-imagerecipe.json", + "aws-imagebuilder-infrastructureconfiguration.json", + "aws-imagebuilder-lifecyclepolicy.json", + "aws-imagebuilder-workflow.json", + "aws-inspector-assessmenttarget.json", + "aws-inspector-assessmenttemplate.json", + "aws-inspector-resourcegroup.json", + "aws-inspectorv2-cisscanconfiguration.json", + "aws-inspectorv2-filter.json", + "aws-internetmonitor-monitor.json", + "aws-iot-accountauditconfiguration.json", + "aws-iot-authorizer.json", + "aws-iot-billinggroup.json", + "aws-iot-cacertificate.json", + "aws-iot-certificate.json", + "aws-iot-certificateprovider.json", + "aws-iot-custommetric.json", + "aws-iot-dimension.json", + "aws-iot-domainconfiguration.json", + "aws-iot-fleetmetric.json", + "aws-iot-jobtemplate.json", + "aws-iot-logging.json", + "aws-iot-mitigationaction.json", + "aws-iot-policy.json", + "aws-iot-policyprincipalattachment.json", + "aws-iot-provisioningtemplate.json", + "aws-iot-resourcespecificlogging.json", + "aws-iot-rolealias.json", + "aws-iot-scheduledaudit.json", + "aws-iot-securityprofile.json", + "aws-iot-softwarepackage.json", + "aws-iot-softwarepackageversion.json", + "aws-iot-thing.json", + "aws-iot-thinggroup.json", + "aws-iot-thingprincipalattachment.json", + "aws-iot-thingtype.json", + "aws-iot-topicrule.json", + "aws-iot-topicruledestination.json", + "aws-iot1click-device.json", + "aws-iot1click-placement.json", + "aws-iot1click-project.json", + "aws-iotanalytics-channel.json", + "aws-iotanalytics-dataset.json", + "aws-iotanalytics-datastore.json", + "aws-iotanalytics-pipeline.json", + "aws-iotcoredeviceadvisor-suitedefinition.json", + "aws-iotevents-alarmmodel.json", + "aws-iotevents-detectormodel.json", + "aws-iotevents-input.json", + "aws-iotfleethub-application.json", + "aws-iotsitewise-accesspolicy.json", + "aws-iotsitewise-asset.json", + "aws-iotsitewise-assetmodel.json", + "aws-iotsitewise-dashboard.json", + "aws-iotsitewise-gateway.json", + "aws-iotsitewise-portal.json", + "aws-iotsitewise-project.json", + "aws-iotthingsgraph-flowtemplate.json", + "aws-iottwinmaker-componenttype.json", + "aws-iottwinmaker-entity.json", + "aws-iottwinmaker-scene.json", + "aws-iottwinmaker-syncjob.json", + "aws-iottwinmaker-workspace.json", + "aws-iotwireless-destination.json", + "aws-iotwireless-deviceprofile.json", + "aws-iotwireless-fuotatask.json", + "aws-iotwireless-multicastgroup.json", + "aws-iotwireless-networkanalyzerconfiguration.json", + "aws-iotwireless-serviceprofile.json", + "aws-iotwireless-taskdefinition.json", + "aws-iotwireless-wirelessdevice.json", + "aws-iotwireless-wirelessgateway.json", + "aws-ivs-channel.json", + "aws-ivs-encoderconfiguration.json", + "aws-ivs-playbackkeypair.json", + "aws-ivs-playbackrestrictionpolicy.json", + "aws-ivs-publickey.json", + "aws-ivs-recordingconfiguration.json", + "aws-ivs-stage.json", + "aws-ivs-storageconfiguration.json", + "aws-ivs-streamkey.json", + "aws-ivschat-loggingconfiguration.json", + "aws-ivschat-room.json", + "aws-kafkaconnect-connector.json", + "aws-kafkaconnect-customplugin.json", + "aws-kafkaconnect-workerconfiguration.json", + "aws-kendra-datasource.json", + "aws-kendra-faq.json", + "aws-kendra-index.json", + "aws-kendraranking-executionplan.json", + "aws-kinesis-resourcepolicy.json", + "aws-kinesis-stream.json", + "aws-kinesis-streamconsumer.json", + "aws-kinesisanalytics-application.json", + "aws-kinesisanalytics-applicationoutput.json", + "aws-kinesisanalytics-applicationreferencedatasource.json", + "aws-kinesisanalyticsv2-application.json", + "aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json", + "aws-kinesisanalyticsv2-applicationoutput.json", + "aws-kinesisanalyticsv2-applicationreferencedatasource.json", + "aws-kinesisfirehose-deliverystream.json", + "aws-kinesisvideo-signalingchannel.json", + "aws-kinesisvideo-stream.json", + "aws-kms-alias.json", + "aws-kms-key.json", + "aws-kms-replicakey.json", + "aws-lakeformation-datacellsfilter.json", + "aws-lakeformation-datalakesettings.json", + "aws-lakeformation-permissions.json", + "aws-lakeformation-principalpermissions.json", + "aws-lakeformation-resource.json", + "aws-lakeformation-tag.json", + "aws-lakeformation-tagassociation.json", + "aws-lambda-alias.json", + "aws-lambda-codesigningconfig.json", + "aws-lambda-eventinvokeconfig.json", + "aws-lambda-eventsourcemapping.json", + "aws-lambda-function.json", + "aws-lambda-layerversion.json", + "aws-lambda-layerversionpermission.json", + "aws-lambda-permission.json", + "aws-lambda-url.json", + "aws-launchwizard-deployment.json", + "aws-lex-bot.json", + "aws-lex-botalias.json", + "aws-lex-botversion.json", + "aws-lex-resourcepolicy.json", + "aws-licensemanager-grant.json", + "aws-licensemanager-license.json", + "aws-lightsail-alarm.json", + "aws-lightsail-bucket.json", + "aws-lightsail-certificate.json", + "aws-lightsail-container.json", + "aws-lightsail-database.json", + "aws-lightsail-disk.json", + "aws-lightsail-instance.json", + "aws-lightsail-loadbalancer.json", + "aws-lightsail-loadbalancertlscertificate.json", + "aws-lightsail-staticip.json", + "aws-location-apikey.json", + "aws-location-geofencecollection.json", + "aws-location-map.json", + "aws-location-placeindex.json", + "aws-location-routecalculator.json", + "aws-location-tracker.json", + "aws-location-trackerconsumer.json", + "aws-logs-accountpolicy.json", + "aws-logs-deliverysource.json", + "aws-logs-destination.json", + "aws-logs-loganomalydetector.json", + "aws-logs-loggroup.json", + "aws-logs-logstream.json", + "aws-logs-metricfilter.json", + "aws-logs-querydefinition.json", + "aws-logs-resourcepolicy.json", + "aws-logs-subscriptionfilter.json", + "aws-lookoutequipment-inferencescheduler.json", + "aws-lookoutmetrics-alert.json", + "aws-lookoutmetrics-anomalydetector.json", + "aws-lookoutvision-project.json", + "aws-m2-application.json", + "aws-m2-environment.json", + "aws-macie-allowlist.json", + "aws-macie-customdataidentifier.json", + "aws-macie-findingsfilter.json", + "aws-macie-session.json", + "aws-managedblockchain-accessor.json", + "aws-managedblockchain-node.json", + "aws-mediaconnect-bridge.json", + "aws-mediaconnect-bridgeoutput.json", + "aws-mediaconnect-bridgesource.json", + "aws-mediaconnect-flow.json", + "aws-mediaconnect-flowentitlement.json", + "aws-mediaconnect-flowoutput.json", + "aws-mediaconnect-flowsource.json", + "aws-mediaconnect-flowvpcinterface.json", + "aws-mediaconnect-gateway.json", + "aws-mediaconvert-jobtemplate.json", + "aws-mediaconvert-preset.json", + "aws-mediaconvert-queue.json", + "aws-medialive-channelplacementgroup.json", + "aws-medialive-cloudwatchalarmtemplate.json", + "aws-medialive-cloudwatchalarmtemplategroup.json", + "aws-medialive-cluster.json", + "aws-medialive-eventbridgeruletemplate.json", + "aws-medialive-eventbridgeruletemplategroup.json", + "aws-medialive-inputsecuritygroup.json", + "aws-medialive-multiplex.json", + "aws-medialive-multiplexprogram.json", + "aws-medialive-network.json", + "aws-medialive-sdisource.json", + "aws-medialive-signalmap.json", + "aws-mediapackage-asset.json", + "aws-mediapackage-channel.json", + "aws-mediapackage-originendpoint.json", + "aws-mediapackage-packagingconfiguration.json", + "aws-mediapackage-packaginggroup.json", + "aws-mediapackagev2-channel.json", + "aws-mediapackagev2-channelgroup.json", + "aws-mediapackagev2-channelpolicy.json", + "aws-mediapackagev2-originendpoint.json", + "aws-mediapackagev2-originendpointpolicy.json", + "aws-mediastore-container.json", + "aws-mediatailor-channel.json", + "aws-mediatailor-channelpolicy.json", + "aws-mediatailor-livesource.json", + "aws-mediatailor-playbackconfiguration.json", + "aws-mediatailor-sourcelocation.json", + "aws-mediatailor-vodsource.json", + "aws-memorydb-acl.json", + "aws-memorydb-cluster.json", + "aws-memorydb-parametergroup.json", + "aws-memorydb-subnetgroup.json", + "aws-memorydb-user.json", + "aws-msk-batchscramsecret.json", + "aws-msk-cluster.json", + "aws-msk-clusterpolicy.json", + "aws-msk-configuration.json", + "aws-msk-replicator.json", + "aws-msk-serverlesscluster.json", + "aws-msk-vpcconnection.json", + "aws-mwaa-environment.json", + "aws-neptune-dbcluster.json", + "aws-neptune-dbclusterparametergroup.json", + "aws-neptune-dbinstance.json", + "aws-neptune-dbparametergroup.json", + "aws-neptune-dbsubnetgroup.json", + "aws-neptune-eventsubscription.json", + "aws-neptunegraph-graph.json", + "aws-neptunegraph-privategraphendpoint.json", + "aws-networkfirewall-firewall.json", + "aws-networkfirewall-firewallpolicy.json", + "aws-networkfirewall-loggingconfiguration.json", + "aws-networkfirewall-rulegroup.json", + "aws-networkfirewall-tlsinspectionconfiguration.json", + "aws-networkmanager-connectattachment.json", + "aws-networkmanager-connectpeer.json", + "aws-networkmanager-corenetwork.json", + "aws-networkmanager-customergatewayassociation.json", + "aws-networkmanager-device.json", + "aws-networkmanager-globalnetwork.json", + "aws-networkmanager-link.json", + "aws-networkmanager-linkassociation.json", + "aws-networkmanager-site.json", + "aws-networkmanager-sitetositevpnattachment.json", + "aws-networkmanager-transitgatewaypeering.json", + "aws-networkmanager-transitgatewayregistration.json", + "aws-networkmanager-transitgatewayroutetableattachment.json", + "aws-networkmanager-vpcattachment.json", + "aws-oam-link.json", + "aws-oam-sink.json", + "aws-opensearchserverless-accesspolicy.json", + "aws-opensearchserverless-collection.json", + "aws-opensearchserverless-lifecyclepolicy.json", + "aws-opensearchserverless-securityconfig.json", + "aws-opensearchserverless-securitypolicy.json", + "aws-opensearchserverless-vpcendpoint.json", + "aws-opensearchservice-application.json", + "aws-opensearchservice-domain.json", + "aws-opsworks-app.json", + "aws-opsworks-elasticloadbalancerattachment.json", + "aws-opsworks-instance.json", + "aws-opsworks-layer.json", + "aws-opsworks-stack.json", + "aws-opsworks-userprofile.json", + "aws-opsworks-volume.json", + "aws-opsworkscm-server.json", + "aws-organizations-account.json", + "aws-organizations-organization.json", + "aws-organizations-organizationalunit.json", + "aws-organizations-policy.json", + "aws-organizations-resourcepolicy.json", + "aws-osis-pipeline.json", + "aws-panorama-applicationinstance.json", + "aws-panorama-package.json", + "aws-panorama-packageversion.json", + "aws-paymentcryptography-alias.json", + "aws-paymentcryptography-key.json", + "aws-pcaconnectorad-connector.json", + "aws-pcaconnectorad-directoryregistration.json", + "aws-pcaconnectorad-serviceprincipalname.json", + "aws-pcaconnectorad-template.json", + "aws-pcaconnectorad-templategroupaccesscontrolentry.json", + "aws-pcaconnectorscep-challenge.json", + "aws-pcaconnectorscep-connector.json", + "aws-personalize-dataset.json", + "aws-personalize-datasetgroup.json", + "aws-personalize-schema.json", + "aws-personalize-solution.json", + "aws-pinpoint-admchannel.json", + "aws-pinpoint-apnschannel.json", + "aws-pinpoint-apnssandboxchannel.json", + "aws-pinpoint-apnsvoipchannel.json", + "aws-pinpoint-apnsvoipsandboxchannel.json", + "aws-pinpoint-app.json", + "aws-pinpoint-applicationsettings.json", + "aws-pinpoint-baiduchannel.json", + "aws-pinpoint-campaign.json", + "aws-pinpoint-emailchannel.json", + "aws-pinpoint-emailtemplate.json", + "aws-pinpoint-eventstream.json", + "aws-pinpoint-gcmchannel.json", + "aws-pinpoint-inapptemplate.json", + "aws-pinpoint-pushtemplate.json", + "aws-pinpoint-segment.json", + "aws-pinpoint-smschannel.json", + "aws-pinpoint-smstemplate.json", + "aws-pinpoint-voicechannel.json", + "aws-pinpointemail-configurationset.json", + "aws-pinpointemail-configurationseteventdestination.json", + "aws-pinpointemail-dedicatedippool.json", + "aws-pinpointemail-identity.json", + "aws-pipes-pipe.json", + "aws-proton-environmentaccountconnection.json", + "aws-proton-environmenttemplate.json", + "aws-proton-servicetemplate.json", + "aws-qldb-ledger.json", + "aws-qldb-stream.json", + "aws-quicksight-analysis.json", + "aws-quicksight-dashboard.json", + "aws-quicksight-dataset.json", + "aws-quicksight-datasource.json", + "aws-quicksight-folder.json", + "aws-quicksight-refreshschedule.json", + "aws-quicksight-template.json", + "aws-quicksight-theme.json", + "aws-quicksight-topic.json", + "aws-quicksight-vpcconnection.json", + "aws-ram-permission.json", + "aws-ram-resourceshare.json", + "aws-rds-customdbengineversion.json", + "aws-rds-dbcluster.json", + "aws-rds-dbclusterparametergroup.json", + "aws-rds-dbinstance.json", + "aws-rds-dbparametergroup.json", + "aws-rds-dbproxy.json", + "aws-rds-dbproxyendpoint.json", + "aws-rds-dbproxytargetgroup.json", + "aws-rds-dbsecuritygroup.json", + "aws-rds-dbsecuritygroupingress.json", + "aws-rds-dbshardgroup.json", + "aws-rds-dbsubnetgroup.json", + "aws-rds-eventsubscription.json", + "aws-rds-globalcluster.json", + "aws-rds-integration.json", + "aws-rds-optiongroup.json", + "aws-redshift-cluster.json", + "aws-redshift-clusterparametergroup.json", + "aws-redshift-clustersecuritygroup.json", + "aws-redshift-clustersecuritygroupingress.json", + "aws-redshift-clustersubnetgroup.json", + "aws-redshift-endpointaccess.json", + "aws-redshift-endpointauthorization.json", + "aws-redshift-eventsubscription.json", + "aws-redshift-integration.json", + "aws-redshift-scheduledaction.json", + "aws-redshiftserverless-namespace.json", + "aws-redshiftserverless-workgroup.json", + "aws-refactorspaces-application.json", + "aws-refactorspaces-environment.json", + "aws-refactorspaces-route.json", + "aws-refactorspaces-service.json", + "aws-rekognition-collection.json", + "aws-rekognition-project.json", + "aws-rekognition-streamprocessor.json", + "aws-resiliencehub-app.json", + "aws-resiliencehub-resiliencypolicy.json", + "aws-resourceexplorer2-defaultviewassociation.json", + "aws-resourceexplorer2-index.json", + "aws-resourceexplorer2-view.json", + "aws-resourcegroups-group.json", + "aws-robomaker-fleet.json", + "aws-robomaker-robot.json", + "aws-robomaker-robotapplication.json", + "aws-robomaker-robotapplicationversion.json", + "aws-robomaker-simulationapplication.json", + "aws-robomaker-simulationapplicationversion.json", + "aws-rolesanywhere-crl.json", + "aws-rolesanywhere-profile.json", + "aws-rolesanywhere-trustanchor.json", + "aws-route53-cidrcollection.json", + "aws-route53-dnssec.json", + "aws-route53-healthcheck.json", + "aws-route53-hostedzone.json", + "aws-route53-keysigningkey.json", + "aws-route53-recordset.json", + "aws-route53-recordsetgroup.json", + "aws-route53profiles-profile.json", + "aws-route53profiles-profileassociation.json", + "aws-route53profiles-profileresourceassociation.json", + "aws-route53resolver-firewalldomainlist.json", + "aws-route53resolver-firewallrulegroup.json", + "aws-route53resolver-firewallrulegroupassociation.json", + "aws-route53resolver-outpostresolver.json", + "aws-route53resolver-resolverconfig.json", + "aws-route53resolver-resolverdnssecconfig.json", + "aws-route53resolver-resolverendpoint.json", + "aws-route53resolver-resolverqueryloggingconfig.json", + "aws-route53resolver-resolverqueryloggingconfigassociation.json", + "aws-route53resolver-resolverrule.json", + "aws-route53resolver-resolverruleassociation.json", + "aws-rum-appmonitor.json", + "aws-s3-accessgrant.json", + "aws-s3-accessgrantsinstance.json", + "aws-s3-accessgrantslocation.json", + "aws-s3-accesspoint.json", + "aws-s3-bucket.json", + "aws-s3-bucketpolicy.json", + "aws-s3-multiregionaccesspoint.json", + "aws-s3-multiregionaccesspointpolicy.json", + "aws-s3-storagelens.json", + "aws-s3-storagelensgroup.json", + "aws-s3objectlambda-accesspoint.json", + "aws-s3objectlambda-accesspointpolicy.json", + "aws-s3outposts-accesspoint.json", + "aws-s3outposts-bucket.json", + "aws-s3outposts-bucketpolicy.json", + "aws-s3outposts-endpoint.json", + "aws-sagemaker-app.json", + "aws-sagemaker-appimageconfig.json", + "aws-sagemaker-cluster.json", + "aws-sagemaker-coderepository.json", + "aws-sagemaker-dataqualityjobdefinition.json", + "aws-sagemaker-device.json", + "aws-sagemaker-devicefleet.json", + "aws-sagemaker-domain.json", + "aws-sagemaker-endpointconfig.json", + "aws-sagemaker-featuregroup.json", + "aws-sagemaker-image.json", + "aws-sagemaker-imageversion.json", + "aws-sagemaker-inferencecomponent.json", + "aws-sagemaker-inferenceexperiment.json", + "aws-sagemaker-mlflowtrackingserver.json", + "aws-sagemaker-model.json", + "aws-sagemaker-modelbiasjobdefinition.json", + "aws-sagemaker-modelcard.json", + "aws-sagemaker-modelexplainabilityjobdefinition.json", + "aws-sagemaker-modelpackage.json", + "aws-sagemaker-modelpackagegroup.json", + "aws-sagemaker-modelqualityjobdefinition.json", + "aws-sagemaker-monitoringschedule.json", + "aws-sagemaker-notebookinstance.json", + "aws-sagemaker-notebookinstancelifecycleconfig.json", + "aws-sagemaker-pipeline.json", + "aws-sagemaker-project.json", + "aws-sagemaker-space.json", + "aws-sagemaker-studiolifecycleconfig.json", + "aws-sagemaker-userprofile.json", + "aws-sagemaker-workteam.json", + "aws-scheduler-schedule.json", + "aws-scheduler-schedulegroup.json", + "aws-sdb-domain.json", + "aws-secretsmanager-resourcepolicy.json", + "aws-secretsmanager-rotationschedule.json", + "aws-secretsmanager-secret.json", + "aws-secretsmanager-secrettargetattachment.json", + "aws-securityhub-automationrule.json", + "aws-securityhub-configurationpolicy.json", + "aws-securityhub-delegatedadmin.json", + "aws-securityhub-findingaggregator.json", + "aws-securityhub-hub.json", + "aws-securityhub-insight.json", + "aws-securityhub-organizationconfiguration.json", + "aws-securityhub-policyassociation.json", + "aws-securityhub-productsubscription.json", + "aws-securityhub-securitycontrol.json", + "aws-securityhub-standard.json", + "aws-securitylake-awslogsource.json", + "aws-securitylake-datalake.json", + "aws-securitylake-subscriber.json", + "aws-securitylake-subscribernotification.json", + "aws-servicecatalog-acceptedportfolioshare.json", + "aws-servicecatalog-cloudformationproduct.json", + "aws-servicecatalog-cloudformationprovisionedproduct.json", + "aws-servicecatalog-launchnotificationconstraint.json", + "aws-servicecatalog-launchroleconstraint.json", + "aws-servicecatalog-launchtemplateconstraint.json", + "aws-servicecatalog-portfolio.json", + "aws-servicecatalog-portfolioprincipalassociation.json", + "aws-servicecatalog-portfolioproductassociation.json", + "aws-servicecatalog-portfolioshare.json", + "aws-servicecatalog-resourceupdateconstraint.json", + "aws-servicecatalog-serviceaction.json", + "aws-servicecatalog-serviceactionassociation.json", + "aws-servicecatalog-stacksetconstraint.json", + "aws-servicecatalog-tagoption.json", + "aws-servicecatalog-tagoptionassociation.json", + "aws-servicecatalogappregistry-application.json", + "aws-servicecatalogappregistry-attributegroup.json", + "aws-servicecatalogappregistry-attributegroupassociation.json", + "aws-servicecatalogappregistry-resourceassociation.json", + "aws-servicediscovery-httpnamespace.json", + "aws-servicediscovery-instance.json", + "aws-servicediscovery-privatednsnamespace.json", + "aws-servicediscovery-publicdnsnamespace.json", + "aws-servicediscovery-service.json", + "aws-ses-configurationset.json", + "aws-ses-configurationseteventdestination.json", + "aws-ses-contactlist.json", + "aws-ses-dedicatedippool.json", + "aws-ses-emailidentity.json", + "aws-ses-mailmanageraddoninstance.json", + "aws-ses-mailmanageraddonsubscription.json", + "aws-ses-mailmanagerarchive.json", + "aws-ses-mailmanageringresspoint.json", + "aws-ses-mailmanagerrelay.json", + "aws-ses-mailmanagerruleset.json", + "aws-ses-mailmanagertrafficpolicy.json", + "aws-ses-receiptfilter.json", + "aws-ses-receiptrule.json", + "aws-ses-receiptruleset.json", + "aws-ses-template.json", + "aws-ses-vdmattributes.json", + "aws-shield-drtaccess.json", + "aws-shield-proactiveengagement.json", + "aws-shield-protection.json", + "aws-shield-protectiongroup.json", + "aws-signer-profilepermission.json", + "aws-signer-signingprofile.json", + "aws-simspaceweaver-simulation.json", + "aws-sns-subscription.json", + "aws-sns-topic.json", + "aws-sns-topicinlinepolicy.json", + "aws-sns-topicpolicy.json", + "aws-sqs-queue.json", + "aws-sqs-queueinlinepolicy.json", + "aws-sqs-queuepolicy.json", + "aws-ssm-association.json", + "aws-ssm-document.json", + "aws-ssm-maintenancewindow.json", + "aws-ssm-maintenancewindowtarget.json", + "aws-ssm-maintenancewindowtask.json", + "aws-ssm-parameter.json", + "aws-ssm-patchbaseline.json", + "aws-ssm-resourcedatasync.json", + "aws-ssm-resourcepolicy.json", + "aws-ssmcontacts-contact.json", + "aws-ssmcontacts-contactchannel.json", + "aws-ssmcontacts-plan.json", + "aws-ssmcontacts-rotation.json", + "aws-ssmincidents-replicationset.json", + "aws-ssmincidents-responseplan.json", + "aws-ssmquicksetup-configurationmanager.json", + "aws-sso-application.json", + "aws-sso-applicationassignment.json", + "aws-sso-assignment.json", + "aws-sso-instance.json", + "aws-sso-instanceaccesscontrolattributeconfiguration.json", + "aws-sso-permissionset.json", + "aws-stepfunctions-activity.json", + "aws-stepfunctions-statemachine.json", + "aws-stepfunctions-statemachinealias.json", + "aws-stepfunctions-statemachineversion.json", + "aws-supportapp-accountalias.json", + "aws-supportapp-slackchannelconfiguration.json", + "aws-supportapp-slackworkspaceconfiguration.json", + "aws-synthetics-canary.json", + "aws-synthetics-group.json", + "aws-systemsmanagersap-application.json", + "aws-timestream-database.json", + "aws-timestream-influxdbinstance.json", + "aws-timestream-scheduledquery.json", + "aws-timestream-table.json", + "aws-transfer-agreement.json", + "aws-transfer-certificate.json", + "aws-transfer-connector.json", + "aws-transfer-profile.json", + "aws-transfer-server.json", + "aws-transfer-user.json", + "aws-transfer-workflow.json", + "aws-verifiedpermissions-identitysource.json", + "aws-verifiedpermissions-policy.json", + "aws-verifiedpermissions-policystore.json", + "aws-verifiedpermissions-policytemplate.json", + "aws-vpclattice-accesslogsubscription.json", + "aws-vpclattice-authpolicy.json", + "aws-vpclattice-listener.json", + "aws-vpclattice-resourcepolicy.json", + "aws-vpclattice-rule.json", + "aws-vpclattice-service.json", + "aws-vpclattice-servicenetwork.json", + "aws-vpclattice-servicenetworkserviceassociation.json", + "aws-vpclattice-servicenetworkvpcassociation.json", + "aws-vpclattice-targetgroup.json", + "aws-waf-bytematchset.json", + "aws-waf-ipset.json", + "aws-waf-rule.json", + "aws-waf-sizeconstraintset.json", + "aws-waf-sqlinjectionmatchset.json", + "aws-waf-webacl.json", + "aws-waf-xssmatchset.json", + "aws-wafregional-bytematchset.json", + "aws-wafregional-geomatchset.json", + "aws-wafregional-ipset.json", + "aws-wafregional-ratebasedrule.json", + "aws-wafregional-regexpatternset.json", + "aws-wafregional-rule.json", + "aws-wafregional-sizeconstraintset.json", + "aws-wafregional-sqlinjectionmatchset.json", + "aws-wafregional-webacl.json", + "aws-wafregional-webaclassociation.json", + "aws-wafregional-xssmatchset.json", + "aws-wafv2-ipset.json", + "aws-wafv2-loggingconfiguration.json", + "aws-wafv2-regexpatternset.json", + "aws-wafv2-rulegroup.json", + "aws-wafv2-webacl.json", + "aws-wafv2-webaclassociation.json", + "aws-workspaces-connectionalias.json", + "aws-workspaces-workspace.json", + "aws-workspaces-workspacespool.json", + "aws-workspacesthinclient-environment.json", + "aws-workspacesweb-browsersettings.json", + "aws-workspacesweb-identityprovider.json", + "aws-workspacesweb-ipaccesssettings.json", + "aws-workspacesweb-networksettings.json", + "aws-workspacesweb-portal.json", + "aws-workspacesweb-truststore.json", + "aws-workspacesweb-useraccessloggingsettings.json", + "aws-workspacesweb-usersettings.json", + "aws-xray-group.json", + "aws-xray-resourcepolicy.json", + "aws-xray-samplingrule.json", + "module.json", +] diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-appsync-graphqlapi.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-appsync-graphqlapi.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3634abdfe456268e43a02a91513b71950b4738 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-appsync-graphqlapi.json @@ -0,0 +1,302 @@ +{ + "additionalProperties": false, + "definitions": { + "AdditionalAuthenticationProvider": { + "additionalProperties": false, + "properties": { + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "UserPoolConfig": { + "$ref": "#/definitions/CognitoUserPoolConfig" + } + }, + "required": [ + "AuthenticationType" + ], + "type": "object" + }, + "CognitoUserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + }, + "EnhancedMetricsConfig": { + "additionalProperties": false, + "properties": { + "DataSourceLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_DATA_SOURCE_METRICS", + "PER_DATA_SOURCE_METRICS" + ], + "type": "string" + }, + "OperationLevelMetricsConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "ResolverLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_RESOLVER_METRICS", + "PER_RESOLVER_METRICS" + ], + "type": "string" + } + }, + "required": [ + "OperationLevelMetricsConfig", + "ResolverLevelMetricsBehavior", + "DataSourceLevelMetricsBehavior" + ], + "type": "object" + }, + "LambdaAuthorizerConfig": { + "additionalProperties": false, + "properties": { + "AuthorizerResultTtlInSeconds": { + "type": "number" + }, + "AuthorizerUri": { + "type": "string" + }, + "IdentityValidationExpression": { + "type": "string" + } + }, + "type": "object" + }, + "LogConfig": { + "additionalProperties": false, + "properties": { + "CloudWatchLogsRoleArn": { + "type": "string" + }, + "ExcludeVerboseContent": { + "type": "boolean" + }, + "FieldLogLevel": { + "enum": [ + "ALL", + "DEBUG", + "ERROR", + "INFO", + "NONE" + ], + "type": "string" + } + }, + "type": "object" + }, + "OpenIDConnectConfig": { + "additionalProperties": false, + "properties": { + "AuthTTL": { + "type": "number" + }, + "ClientId": { + "type": "string" + }, + "IatTTL": { + "type": "number" + }, + "Issuer": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "UserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "DefaultAction": { + "enum": [ + "ALLOW", + "DENY" + ], + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AdditionalAuthenticationProviders": { + "items": { + "$ref": "#/definitions/AdditionalAuthenticationProvider" + }, + "type": "array", + "uniqueItems": false + }, + "ApiId": { + "type": "string" + }, + "ApiType": { + "enum": [ + "GRAPHQL", + "MERGED" + ], + "type": "string" + }, + "Arn": { + "type": "string" + }, + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "EnhancedMetricsConfig": { + "$ref": "#/definitions/EnhancedMetricsConfig" + }, + "EnvironmentVariables": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "GraphQLDns": { + "type": "string" + }, + "GraphQLEndpointArn": { + "type": "string" + }, + "GraphQLUrl": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "IntrospectionConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "LogConfig": { + "$ref": "#/definitions/LogConfig" + }, + "MergedApiExecutionRoleArn": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "OwnerContact": { + "type": "string" + }, + "QueryDepthLimit": { + "type": "integer" + }, + "RealtimeDns": { + "type": "string" + }, + "RealtimeUrl": { + "type": "string" + }, + "ResolverCountLimit": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserPoolConfig": { + "$ref": "#/definitions/UserPoolConfig" + }, + "Visibility": { + "enum": [ + "GLOBAL", + "PRIVATE" + ], + "type": "string" + }, + "XrayEnabled": { + "type": "boolean" + } + }, + "readOnlyProperties": [ + "/properties/ApiId", + "/properties/GraphQLEndpointArn", + "/properties/Id", + "/properties/GraphQLDns", + "/properties/GraphQLUrl", + "/properties/RealtimeDns", + "/properties/RealtimeUrl", + "/properties/Arn" + ], + "required": [ + "Name", + "AuthenticationType" + ], + "typeName": "AWS::AppSync::GraphQLApi" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-cleanrooms-analysistemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-cleanrooms-analysistemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..a7046170c9d40c25c36852b61a993ab874e06497 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-cleanrooms-analysistemplate.json @@ -0,0 +1,211 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MembershipIdentifier", + "/properties/Source", + "/properties/Source/Text", + "/properties/Format", + "/properties/AnalysisParameters" + ], + "definitions": { + "AnalysisParameter": { + "additionalProperties": false, + "properties": { + "DefaultValue": { + "maxLength": 250, + "minLength": 0, + "type": "string" + }, + "Name": { + "maxLength": 100, + "minLength": 1, + "pattern": "[0-9a-zA-Z_]+", + "type": "string" + }, + "Type": { + "enum": [ + "SMALLINT", + "INTEGER", + "BIGINT", + "DECIMAL", + "REAL", + "DOUBLE_PRECISION", + "BOOLEAN", + "CHAR", + "VARCHAR", + "DATE", + "TIMESTAMP", + "TIMESTAMPTZ", + "TIME", + "TIMETZ", + "VARBYTE" + ], + "type": "string" + } + }, + "required": [ + "Name", + "Type" + ], + "type": "object" + }, + "AnalysisSchema": { + "additionalProperties": false, + "properties": { + "ReferencedTables": { + "$ref": "#/definitions/ReferencedTables" + } + }, + "required": [ + "ReferencedTables" + ], + "type": "object" + }, + "AnalysisSource": { + "additionalProperties": false, + "properties": { + "Text": { + "maxLength": 15000, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Text" + ], + "type": "object" + }, + "ReferencedTables": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/TableName" + }, + "minItems": 0, + "type": "array" + }, + "TableName": { + "maxLength": 128, + "pattern": "^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/AnalysisTemplateIdentifier", + "/properties/MembershipIdentifier" + ], + "properties": { + "AnalysisParameters": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AnalysisParameter" + }, + "maxItems": 10, + "minItems": 0, + "type": "array" + }, + "AnalysisTemplateIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "Arn": { + "maxLength": 200, + "type": "string" + }, + "CollaborationArn": { + "maxLength": 100, + "type": "string" + }, + "CollaborationIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "Description": { + "maxLength": 255, + "pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*$", + "type": "string" + }, + "Format": { + "enum": [ + "SQL" + ], + "type": "string" + }, + "MembershipArn": { + "maxLength": 100, + "type": "string" + }, + "MembershipIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "Name": { + "maxLength": 128, + "pattern": "^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$", + "type": "string" + }, + "Schema": { + "$ref": "#/definitions/AnalysisSchema" + }, + "Source": { + "$ref": "#/definitions/AnalysisSource" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/CollaborationArn", + "/properties/CollaborationIdentifier", + "/properties/AnalysisTemplateIdentifier", + "/properties/Schema", + "/properties/Arn", + "/properties/MembershipArn" + ], + "replacementStrategy": "delete_then_create", + "required": [ + "Source", + "Format", + "Name", + "MembershipIdentifier" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cleanrooms", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::CleanRooms::AnalysisTemplate" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-cleanrooms-collaboration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-cleanrooms-collaboration.json new file mode 100644 index 0000000000000000000000000000000000000000..f06c4a24db359f9266753bbb68b2e4ecec927e50 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-cleanrooms-collaboration.json @@ -0,0 +1,224 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CreatorDisplayName", + "/properties/CreatorMemberAbilities", + "/properties/DataEncryptionMetadata", + "/properties/QueryLogStatus", + "/properties/Members", + "/properties/CreatorPaymentConfiguration" + ], + "definitions": { + "CollaborationQueryLogStatus": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "DataEncryptionMetadata": { + "additionalProperties": false, + "properties": { + "AllowCleartext": { + "type": "boolean" + }, + "AllowDuplicates": { + "type": "boolean" + }, + "AllowJoinsOnColumnsWithDifferentNames": { + "type": "boolean" + }, + "PreserveNulls": { + "type": "boolean" + } + }, + "required": [ + "AllowCleartext", + "AllowDuplicates", + "AllowJoinsOnColumnsWithDifferentNames", + "PreserveNulls" + ], + "type": "object" + }, + "MemberAbilities": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/MemberAbility" + }, + "type": "array", + "uniqueItems": true + }, + "MemberAbility": { + "enum": [ + "CAN_QUERY", + "CAN_RECEIVE_RESULTS" + ], + "type": "string" + }, + "MemberSpecification": { + "additionalProperties": false, + "properties": { + "AccountId": { + "maxLength": 12, + "minLength": 12, + "pattern": "^\\d+$", + "type": "string" + }, + "DisplayName": { + "$ref": "#/definitions/Name" + }, + "MemberAbilities": { + "$ref": "#/definitions/MemberAbilities" + }, + "PaymentConfiguration": { + "$ref": "#/definitions/PaymentConfiguration" + } + }, + "required": [ + "AccountId", + "DisplayName", + "MemberAbilities" + ], + "type": "object" + }, + "MemberStatus": { + "enum": [ + "INVITED", + "ACTIVE", + "LEFT", + "REMOVED" + ], + "type": "string" + }, + "Name": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*$", + "type": "string" + }, + "PaymentConfiguration": { + "additionalProperties": false, + "properties": { + "QueryCompute": { + "$ref": "#/definitions/QueryComputePaymentConfig" + } + }, + "required": [ + "QueryCompute" + ], + "type": "object" + }, + "QueryComputePaymentConfig": { + "additionalProperties": false, + "properties": { + "IsResponsible": { + "type": "boolean" + } + }, + "required": [ + "IsResponsible" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html", + "primaryIdentifier": [ + "/properties/CollaborationIdentifier" + ], + "properties": { + "Arn": { + "maxLength": 100, + "type": "string" + }, + "CollaborationIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "CreatorDisplayName": { + "$ref": "#/definitions/Name" + }, + "CreatorMemberAbilities": { + "$ref": "#/definitions/MemberAbilities" + }, + "CreatorPaymentConfiguration": { + "$ref": "#/definitions/PaymentConfiguration" + }, + "DataEncryptionMetadata": { + "$ref": "#/definitions/DataEncryptionMetadata" + }, + "Description": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*$", + "type": "string" + }, + "Members": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/MemberSpecification" + }, + "maxItems": 9, + "minItems": 0, + "type": "array" + }, + "Name": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*$", + "type": "string" + }, + "QueryLogStatus": { + "$ref": "#/definitions/CollaborationQueryLogStatus" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CollaborationIdentifier" + ], + "required": [ + "CreatorDisplayName", + "CreatorMemberAbilities", + "Members", + "Name", + "Description", + "QueryLogStatus" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::CleanRooms::Collaboration" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-cleanrooms-membership.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-cleanrooms-membership.json new file mode 100644 index 0000000000000000000000000000000000000000..e627882df766f05ef9b6b22808035fc04fea2f5a --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-cleanrooms-membership.json @@ -0,0 +1,193 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CollaborationIdentifier" + ], + "definitions": { + "MembershipPaymentConfiguration": { + "additionalProperties": false, + "properties": { + "QueryCompute": { + "$ref": "#/definitions/MembershipQueryComputePaymentConfig" + } + }, + "required": [ + "QueryCompute" + ], + "type": "object" + }, + "MembershipProtectedQueryOutputConfiguration": { + "additionalProperties": false, + "properties": { + "S3": { + "$ref": "#/definitions/ProtectedQueryS3OutputConfiguration" + } + }, + "required": [ + "S3" + ], + "type": "object" + }, + "MembershipProtectedQueryResultConfiguration": { + "additionalProperties": false, + "properties": { + "OutputConfiguration": { + "$ref": "#/definitions/MembershipProtectedQueryOutputConfiguration" + }, + "RoleArn": { + "maxLength": 512, + "minLength": 32, + "pattern": "arn:aws:iam::[\\w]+:role/[\\w+=./@-]+", + "type": "string" + } + }, + "required": [ + "OutputConfiguration" + ], + "type": "object" + }, + "MembershipQueryComputePaymentConfig": { + "additionalProperties": false, + "properties": { + "IsResponsible": { + "type": "boolean" + } + }, + "required": [ + "IsResponsible" + ], + "type": "object" + }, + "MembershipQueryLogStatus": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "MembershipStatus": { + "enum": [ + "ACTIVE", + "REMOVED", + "COLLABORATION_DELETED" + ], + "type": "string" + }, + "ProtectedQueryS3OutputConfiguration": { + "additionalProperties": false, + "properties": { + "Bucket": { + "maxLength": 63, + "minLength": 3, + "pattern": ".*(?!^(\\d+\\.)+\\d+$)(^(([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])\\.)*([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])$).*", + "type": "string" + }, + "KeyPrefix": { + "pattern": "[\\w!.=*/-]*", + "type": "string" + }, + "ResultFormat": { + "$ref": "#/definitions/ResultFormat" + } + }, + "required": [ + "ResultFormat", + "Bucket" + ], + "type": "object" + }, + "ResultFormat": { + "enum": [ + "CSV", + "PARQUET" + ], + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/MembershipIdentifier" + ], + "properties": { + "Arn": { + "maxLength": 100, + "type": "string" + }, + "CollaborationArn": { + "maxLength": 100, + "type": "string" + }, + "CollaborationCreatorAccountId": { + "maxLength": 12, + "minLength": 12, + "pattern": "^\\d+$", + "type": "string" + }, + "CollaborationIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "DefaultResultConfiguration": { + "$ref": "#/definitions/MembershipProtectedQueryResultConfiguration" + }, + "MembershipIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "PaymentConfiguration": { + "$ref": "#/definitions/MembershipPaymentConfiguration" + }, + "QueryLogStatus": { + "$ref": "#/definitions/MembershipQueryLogStatus" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CollaborationArn", + "/properties/CollaborationCreatorAccountId", + "/properties/MembershipIdentifier" + ], + "required": [ + "CollaborationIdentifier", + "QueryLogStatus" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::CleanRooms::Membership" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-ec2-launchtemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-ec2-launchtemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..0710635e300d0ff652ccaf2e20453c8588966904 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-ec2-launchtemplate.json @@ -0,0 +1,2086 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/LaunchTemplateName" + ], + "definitions": { + "AcceleratorCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "AcceleratorTotalMemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BaselineEbsBandwidthMbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/Ebs" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "CapacityReservationSpecification": { + "additionalProperties": false, + "properties": { + "CapacityReservationPreference": { + "enum": [ + "none", + "open" + ], + "type": "string" + }, + "CapacityReservationTarget": { + "$ref": "#/definitions/CapacityReservationTarget" + } + }, + "type": "object" + }, + "CapacityReservationTarget": { + "additionalProperties": false, + "properties": { + "CapacityReservationId": { + "type": "string" + }, + "CapacityReservationResourceGroupArn": { + "type": "string" + } + }, + "type": "object" + }, + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "CpuOptions": { + "additionalProperties": false, + "properties": { + "AmdSevSnp": { + "enum": [ + "enabled", + "disabled" + ], + "type": "string" + }, + "CoreCount": { + "type": "integer" + }, + "ThreadsPerCore": { + "type": "integer" + } + }, + "type": "object" + }, + "CreditSpecification": { + "additionalProperties": false, + "properties": { + "CpuCredits": { + "type": "string" + } + }, + "type": "object" + }, + "Ebs": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "KmsKeyId": { + "type": "string" + }, + "SnapshotId": { + "type": "string" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "ElasticGpuSpecification": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "EnaSrdSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdEnabled": { + "type": "boolean" + }, + "EnaSrdUdpSpecification": { + "$ref": "#/definitions/EnaSrdUdpSpecification" + } + }, + "type": "object" + }, + "EnaSrdUdpSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdUdpEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnclaveOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "HibernationOptions": { + "additionalProperties": false, + "properties": { + "Configured": { + "type": "boolean" + } + }, + "type": "object" + }, + "IamInstanceProfile": { + "additionalProperties": false, + "properties": { + "Arn": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "type": "object" + }, + "InstanceMarketOptions": { + "additionalProperties": false, + "properties": { + "MarketType": { + "enum": [ + "capacity-block", + "spot" + ], + "type": "string" + }, + "SpotOptions": { + "$ref": "#/definitions/SpotOptions" + } + }, + "type": "object" + }, + "InstanceRequirements": { + "additionalProperties": false, + "properties": { + "AcceleratorCount": { + "$ref": "#/definitions/AcceleratorCount" + }, + "AcceleratorManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "habana", + "nvidia", + "xilinx" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorNames": { + "items": { + "enum": [ + "a100", + "a10g", + "h100", + "inferentia", + "k520", + "k80", + "m60", + "radeon-pro-v520", + "t4", + "t4g", + "v100", + "vu9p" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorTotalMemoryMiB": { + "$ref": "#/definitions/AcceleratorTotalMemoryMiB" + }, + "AcceleratorTypes": { + "items": { + "enum": [ + "fpga", + "gpu", + "inference" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AllowedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "BareMetal": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "BaselineEbsBandwidthMbps": { + "$ref": "#/definitions/BaselineEbsBandwidthMbps" + }, + "BurstablePerformance": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "CpuManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "intel" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "ExcludedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InstanceGenerations": { + "items": { + "enum": [ + "current", + "previous" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "LocalStorage": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "LocalStorageTypes": { + "items": { + "enum": [ + "hdd", + "ssd" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": { + "type": "integer" + }, + "MemoryGiBPerVCpu": { + "$ref": "#/definitions/MemoryGiBPerVCpu" + }, + "MemoryMiB": { + "$ref": "#/definitions/MemoryMiB" + }, + "NetworkBandwidthGbps": { + "$ref": "#/definitions/NetworkBandwidthGbps" + }, + "NetworkInterfaceCount": { + "$ref": "#/definitions/NetworkInterfaceCount" + }, + "OnDemandMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "RequireHibernateSupport": { + "type": "boolean" + }, + "SpotMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "TotalLocalStorageGB": { + "$ref": "#/definitions/TotalLocalStorageGB" + }, + "VCpuCount": { + "$ref": "#/definitions/VCpuCount" + } + }, + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6Add": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateData": { + "additionalProperties": false, + "properties": { + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": false + }, + "CapacityReservationSpecification": { + "$ref": "#/definitions/CapacityReservationSpecification" + }, + "CpuOptions": { + "$ref": "#/definitions/CpuOptions" + }, + "CreditSpecification": { + "$ref": "#/definitions/CreditSpecification" + }, + "DisableApiStop": { + "type": "boolean" + }, + "DisableApiTermination": { + "type": "boolean" + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticGpuSpecifications": { + "items": { + "$ref": "#/definitions/ElasticGpuSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "ElasticInferenceAccelerators": { + "items": { + "$ref": "#/definitions/LaunchTemplateElasticInferenceAccelerator" + }, + "type": "array", + "uniqueItems": false + }, + "EnclaveOptions": { + "$ref": "#/definitions/EnclaveOptions" + }, + "HibernationOptions": { + "$ref": "#/definitions/HibernationOptions" + }, + "IamInstanceProfile": { + "$ref": "#/definitions/IamInstanceProfile" + }, + "ImageId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "InstanceInitiatedShutdownBehavior": { + "enum": [ + "stop", + "terminate" + ], + "type": "string" + }, + "InstanceMarketOptions": { + "$ref": "#/definitions/InstanceMarketOptions" + }, + "InstanceRequirements": { + "$ref": "#/definitions/InstanceRequirements" + }, + "InstanceType": { + "enum": [ + "a1.2xlarge", + "a1.4xlarge", + "a1.large", + "a1.medium", + "a1.metal", + "a1.xlarge", + "c1.medium", + "c1.xlarge", + "c3.2xlarge", + "c3.4xlarge", + "c3.8xlarge", + "c3.large", + "c3.xlarge", + "c4.2xlarge", + "c4.4xlarge", + "c4.8xlarge", + "c4.large", + "c4.xlarge", + "c5.12xlarge", + "c5.18xlarge", + "c5.24xlarge", + "c5.2xlarge", + "c5.4xlarge", + "c5.9xlarge", + "c5.large", + "c5.metal", + "c5.xlarge", + "c5a.12xlarge", + "c5a.16xlarge", + "c5a.24xlarge", + "c5a.2xlarge", + "c5a.4xlarge", + "c5a.8xlarge", + "c5a.large", + "c5a.xlarge", + "c5ad.12xlarge", + "c5ad.16xlarge", + "c5ad.24xlarge", + "c5ad.2xlarge", + "c5ad.4xlarge", + "c5ad.8xlarge", + "c5ad.large", + "c5ad.xlarge", + "c5d.12xlarge", + "c5d.18xlarge", + "c5d.24xlarge", + "c5d.2xlarge", + "c5d.4xlarge", + "c5d.9xlarge", + "c5d.large", + "c5d.metal", + "c5d.xlarge", + "c5n.18xlarge", + "c5n.2xlarge", + "c5n.4xlarge", + "c5n.9xlarge", + "c5n.large", + "c5n.metal", + "c5n.xlarge", + "c6a.12xlarge", + "c6a.16xlarge", + "c6a.24xlarge", + "c6a.2xlarge", + "c6a.32xlarge", + "c6a.48xlarge", + "c6a.4xlarge", + "c6a.8xlarge", + "c6a.large", + "c6a.metal", + "c6a.xlarge", + "c6g.12xlarge", + "c6g.16xlarge", + "c6g.2xlarge", + "c6g.4xlarge", + "c6g.8xlarge", + "c6g.large", + "c6g.medium", + "c6g.metal", + "c6g.xlarge", + "c6gd.12xlarge", + "c6gd.16xlarge", + "c6gd.2xlarge", + "c6gd.4xlarge", + "c6gd.8xlarge", + "c6gd.large", + "c6gd.medium", + "c6gd.metal", + "c6gd.xlarge", + "c6gn.12xlarge", + "c6gn.16xlarge", + "c6gn.2xlarge", + "c6gn.4xlarge", + "c6gn.8xlarge", + "c6gn.large", + "c6gn.medium", + "c6gn.xlarge", + "c6i.12xlarge", + "c6i.16xlarge", + "c6i.24xlarge", + "c6i.2xlarge", + "c6i.32xlarge", + "c6i.4xlarge", + "c6i.8xlarge", + "c6i.large", + "c6i.metal", + "c6i.xlarge", + "c6id.12xlarge", + "c6id.16xlarge", + "c6id.24xlarge", + "c6id.2xlarge", + "c6id.32xlarge", + "c6id.4xlarge", + "c6id.8xlarge", + "c6id.large", + "c6id.metal", + "c6id.xlarge", + "c6in.12xlarge", + "c6in.16xlarge", + "c6in.24xlarge", + "c6in.2xlarge", + "c6in.32xlarge", + "c6in.4xlarge", + "c6in.8xlarge", + "c6in.large", + "c6in.metal", + "c6in.xlarge", + "c7a.12xlarge", + "c7a.16xlarge", + "c7a.24xlarge", + "c7a.2xlarge", + "c7a.32xlarge", + "c7a.48xlarge", + "c7a.4xlarge", + "c7a.8xlarge", + "c7a.large", + "c7a.medium", + "c7a.metal-48xl", + "c7a.xlarge", + "c7g.12xlarge", + "c7g.16xlarge", + "c7g.2xlarge", + "c7g.4xlarge", + "c7g.8xlarge", + "c7g.large", + "c7g.medium", + "c7g.metal", + "c7g.xlarge", + "c7gd.12xlarge", + "c7gd.16xlarge", + "c7gd.2xlarge", + "c7gd.4xlarge", + "c7gd.8xlarge", + "c7gd.large", + "c7gd.medium", + "c7gd.metal", + "c7gd.xlarge", + "c7gn.12xlarge", + "c7gn.16xlarge", + "c7gn.2xlarge", + "c7gn.4xlarge", + "c7gn.8xlarge", + "c7gn.large", + "c7gn.medium", + "c7gn.metal", + "c7gn.xlarge", + "c7i-flex.2xlarge", + "c7i-flex.4xlarge", + "c7i-flex.8xlarge", + "c7i-flex.large", + "c7i-flex.xlarge", + "c7i.12xlarge", + "c7i.16xlarge", + "c7i.24xlarge", + "c7i.2xlarge", + "c7i.48xlarge", + "c7i.4xlarge", + "c7i.8xlarge", + "c7i.large", + "c7i.metal-24xl", + "c7i.metal-48xl", + "c7i.xlarge", + "c8g.12xlarge", + "c8g.16xlarge", + "c8g.24xlarge", + "c8g.2xlarge", + "c8g.48xlarge", + "c8g.4xlarge", + "c8g.8xlarge", + "c8g.large", + "c8g.medium", + "c8g.metal-24xl", + "c8g.metal-48xl", + "c8g.xlarge", + "cc1.4xlarge", + "cc2.8xlarge", + "cg1.4xlarge", + "cr1.8xlarge", + "d2.2xlarge", + "d2.4xlarge", + "d2.8xlarge", + "d2.xlarge", + "d3.2xlarge", + "d3.4xlarge", + "d3.8xlarge", + "d3.xlarge", + "d3en.12xlarge", + "d3en.2xlarge", + "d3en.4xlarge", + "d3en.6xlarge", + "d3en.8xlarge", + "d3en.xlarge", + "dl1.24xlarge", + "dl2q.24xlarge", + "f1.16xlarge", + "f1.2xlarge", + "f1.4xlarge", + "g2.2xlarge", + "g2.8xlarge", + "g3.16xlarge", + "g3.4xlarge", + "g3.8xlarge", + "g3s.xlarge", + "g4ad.16xlarge", + "g4ad.2xlarge", + "g4ad.4xlarge", + "g4ad.8xlarge", + "g4ad.xlarge", + "g4dn.12xlarge", + "g4dn.16xlarge", + "g4dn.2xlarge", + "g4dn.4xlarge", + "g4dn.8xlarge", + "g4dn.metal", + "g4dn.xlarge", + "g5.12xlarge", + "g5.16xlarge", + "g5.24xlarge", + "g5.2xlarge", + "g5.48xlarge", + "g5.4xlarge", + "g5.8xlarge", + "g5.xlarge", + "g5g.16xlarge", + "g5g.2xlarge", + "g5g.4xlarge", + "g5g.8xlarge", + "g5g.metal", + "g5g.xlarge", + "g6.12xlarge", + "g6.16xlarge", + "g6.24xlarge", + "g6.2xlarge", + "g6.48xlarge", + "g6.4xlarge", + "g6.8xlarge", + "g6.xlarge", + "g6e.12xlarge", + "g6e.16xlarge", + "g6e.24xlarge", + "g6e.2xlarge", + "g6e.48xlarge", + "g6e.4xlarge", + "g6e.8xlarge", + "g6e.xlarge", + "gr6.4xlarge", + "gr6.8xlarge", + "h1.16xlarge", + "h1.2xlarge", + "h1.4xlarge", + "h1.8xlarge", + "hi1.4xlarge", + "hpc6a.48xlarge", + "hpc6id.32xlarge", + "hpc7a.12xlarge", + "hpc7a.24xlarge", + "hpc7a.48xlarge", + "hpc7a.96xlarge", + "hpc7g.16xlarge", + "hpc7g.4xlarge", + "hpc7g.8xlarge", + "hs1.8xlarge", + "i2.2xlarge", + "i2.4xlarge", + "i2.8xlarge", + "i2.xlarge", + "i3.16xlarge", + "i3.2xlarge", + "i3.4xlarge", + "i3.8xlarge", + "i3.large", + "i3.metal", + "i3.xlarge", + "i3en.12xlarge", + "i3en.24xlarge", + "i3en.2xlarge", + "i3en.3xlarge", + "i3en.6xlarge", + "i3en.large", + "i3en.metal", + "i3en.xlarge", + "i4g.16xlarge", + "i4g.2xlarge", + "i4g.4xlarge", + "i4g.8xlarge", + "i4g.large", + "i4g.xlarge", + "i4i.12xlarge", + "i4i.16xlarge", + "i4i.24xlarge", + "i4i.2xlarge", + "i4i.32xlarge", + "i4i.4xlarge", + "i4i.8xlarge", + "i4i.large", + "i4i.metal", + "i4i.xlarge", + "im4gn.16xlarge", + "im4gn.2xlarge", + "im4gn.4xlarge", + "im4gn.8xlarge", + "im4gn.large", + "im4gn.xlarge", + "inf1.24xlarge", + "inf1.2xlarge", + "inf1.6xlarge", + "inf1.xlarge", + "inf2.24xlarge", + "inf2.48xlarge", + "inf2.8xlarge", + "inf2.xlarge", + "is4gen.2xlarge", + "is4gen.4xlarge", + "is4gen.8xlarge", + "is4gen.large", + "is4gen.medium", + "is4gen.xlarge", + "m1.large", + "m1.medium", + "m1.small", + "m1.xlarge", + "m2.2xlarge", + "m2.4xlarge", + "m2.xlarge", + "m3.2xlarge", + "m3.large", + "m3.medium", + "m3.xlarge", + "m4.10xlarge", + "m4.16xlarge", + "m4.2xlarge", + "m4.4xlarge", + "m4.large", + "m4.xlarge", + "m5.12xlarge", + "m5.16xlarge", + "m5.24xlarge", + "m5.2xlarge", + "m5.4xlarge", + "m5.8xlarge", + "m5.large", + "m5.metal", + "m5.xlarge", + "m5a.12xlarge", + "m5a.16xlarge", + "m5a.24xlarge", + "m5a.2xlarge", + "m5a.4xlarge", + "m5a.8xlarge", + "m5a.large", + "m5a.xlarge", + "m5ad.12xlarge", + "m5ad.16xlarge", + "m5ad.24xlarge", + "m5ad.2xlarge", + "m5ad.4xlarge", + "m5ad.8xlarge", + "m5ad.large", + "m5ad.xlarge", + "m5d.12xlarge", + "m5d.16xlarge", + "m5d.24xlarge", + "m5d.2xlarge", + "m5d.4xlarge", + "m5d.8xlarge", + "m5d.large", + "m5d.metal", + "m5d.xlarge", + "m5dn.12xlarge", + "m5dn.16xlarge", + "m5dn.24xlarge", + "m5dn.2xlarge", + "m5dn.4xlarge", + "m5dn.8xlarge", + "m5dn.large", + "m5dn.metal", + "m5dn.xlarge", + "m5n.12xlarge", + "m5n.16xlarge", + "m5n.24xlarge", + "m5n.2xlarge", + "m5n.4xlarge", + "m5n.8xlarge", + "m5n.large", + "m5n.metal", + "m5n.xlarge", + "m5zn.12xlarge", + "m5zn.2xlarge", + "m5zn.3xlarge", + "m5zn.6xlarge", + "m5zn.large", + "m5zn.metal", + "m5zn.xlarge", + "m6a.12xlarge", + "m6a.16xlarge", + "m6a.24xlarge", + "m6a.2xlarge", + "m6a.32xlarge", + "m6a.48xlarge", + "m6a.4xlarge", + "m6a.8xlarge", + "m6a.large", + "m6a.metal", + "m6a.xlarge", + "m6g.12xlarge", + "m6g.16xlarge", + "m6g.2xlarge", + "m6g.4xlarge", + "m6g.8xlarge", + "m6g.large", + "m6g.medium", + "m6g.metal", + "m6g.xlarge", + "m6gd.12xlarge", + "m6gd.16xlarge", + "m6gd.2xlarge", + "m6gd.4xlarge", + "m6gd.8xlarge", + "m6gd.large", + "m6gd.medium", + "m6gd.metal", + "m6gd.xlarge", + "m6i.12xlarge", + "m6i.16xlarge", + "m6i.24xlarge", + "m6i.2xlarge", + "m6i.32xlarge", + "m6i.4xlarge", + "m6i.8xlarge", + "m6i.large", + "m6i.metal", + "m6i.xlarge", + "m6id.12xlarge", + "m6id.16xlarge", + "m6id.24xlarge", + "m6id.2xlarge", + "m6id.32xlarge", + "m6id.4xlarge", + "m6id.8xlarge", + "m6id.large", + "m6id.metal", + "m6id.xlarge", + "m6idn.12xlarge", + "m6idn.16xlarge", + "m6idn.24xlarge", + "m6idn.2xlarge", + "m6idn.32xlarge", + "m6idn.4xlarge", + "m6idn.8xlarge", + "m6idn.large", + "m6idn.metal", + "m6idn.xlarge", + "m6in.12xlarge", + "m6in.16xlarge", + "m6in.24xlarge", + "m6in.2xlarge", + "m6in.32xlarge", + "m6in.4xlarge", + "m6in.8xlarge", + "m6in.large", + "m6in.metal", + "m6in.xlarge", + "m7a.12xlarge", + "m7a.16xlarge", + "m7a.24xlarge", + "m7a.2xlarge", + "m7a.32xlarge", + "m7a.48xlarge", + "m7a.4xlarge", + "m7a.8xlarge", + "m7a.large", + "m7a.medium", + "m7a.metal-48xl", + "m7a.xlarge", + "m7g.12xlarge", + "m7g.16xlarge", + "m7g.2xlarge", + "m7g.4xlarge", + "m7g.8xlarge", + "m7g.large", + "m7g.medium", + "m7g.metal", + "m7g.xlarge", + "m7gd.12xlarge", + "m7gd.16xlarge", + "m7gd.2xlarge", + "m7gd.4xlarge", + "m7gd.8xlarge", + "m7gd.large", + "m7gd.medium", + "m7gd.metal", + "m7gd.xlarge", + "m7i-flex.2xlarge", + "m7i-flex.4xlarge", + "m7i-flex.8xlarge", + "m7i-flex.large", + "m7i-flex.xlarge", + "m7i.12xlarge", + "m7i.16xlarge", + "m7i.24xlarge", + "m7i.2xlarge", + "m7i.48xlarge", + "m7i.4xlarge", + "m7i.8xlarge", + "m7i.large", + "m7i.metal-24xl", + "m7i.metal-48xl", + "m7i.xlarge", + "m8g.12xlarge", + "m8g.16xlarge", + "m8g.24xlarge", + "m8g.2xlarge", + "m8g.48xlarge", + "m8g.4xlarge", + "m8g.8xlarge", + "m8g.large", + "m8g.medium", + "m8g.metal-24xl", + "m8g.metal-48xl", + "m8g.xlarge", + "mac1.metal", + "mac2-m1ultra.metal", + "mac2-m2.metal", + "mac2-m2pro.metal", + "mac2.metal", + "p2.16xlarge", + "p2.8xlarge", + "p2.xlarge", + "p3.16xlarge", + "p3.2xlarge", + "p3.8xlarge", + "p3dn.24xlarge", + "p4d.24xlarge", + "p4de.24xlarge", + "p5.48xlarge", + "r3.2xlarge", + "r3.4xlarge", + "r3.8xlarge", + "r3.large", + "r3.xlarge", + "r4.16xlarge", + "r4.2xlarge", + "r4.4xlarge", + "r4.8xlarge", + "r4.large", + "r4.xlarge", + "r5.12xlarge", + "r5.16xlarge", + "r5.24xlarge", + "r5.2xlarge", + "r5.4xlarge", + "r5.8xlarge", + "r5.large", + "r5.metal", + "r5.xlarge", + "r5a.12xlarge", + "r5a.16xlarge", + "r5a.24xlarge", + "r5a.2xlarge", + "r5a.4xlarge", + "r5a.8xlarge", + "r5a.large", + "r5a.xlarge", + "r5ad.12xlarge", + "r5ad.16xlarge", + "r5ad.24xlarge", + "r5ad.2xlarge", + "r5ad.4xlarge", + "r5ad.8xlarge", + "r5ad.large", + "r5ad.xlarge", + "r5b.12xlarge", + "r5b.16xlarge", + "r5b.24xlarge", + "r5b.2xlarge", + "r5b.4xlarge", + "r5b.8xlarge", + "r5b.large", + "r5b.metal", + "r5b.xlarge", + "r5d.12xlarge", + "r5d.16xlarge", + "r5d.24xlarge", + "r5d.2xlarge", + "r5d.4xlarge", + "r5d.8xlarge", + "r5d.large", + "r5d.metal", + "r5d.xlarge", + "r5dn.12xlarge", + "r5dn.16xlarge", + "r5dn.24xlarge", + "r5dn.2xlarge", + "r5dn.4xlarge", + "r5dn.8xlarge", + "r5dn.large", + "r5dn.metal", + "r5dn.xlarge", + "r5n.12xlarge", + "r5n.16xlarge", + "r5n.24xlarge", + "r5n.2xlarge", + "r5n.4xlarge", + "r5n.8xlarge", + "r5n.large", + "r5n.metal", + "r5n.xlarge", + "r6a.12xlarge", + "r6a.16xlarge", + "r6a.24xlarge", + "r6a.2xlarge", + "r6a.32xlarge", + "r6a.48xlarge", + "r6a.4xlarge", + "r6a.8xlarge", + "r6a.large", + "r6a.metal", + "r6a.xlarge", + "r6g.12xlarge", + "r6g.16xlarge", + "r6g.2xlarge", + "r6g.4xlarge", + "r6g.8xlarge", + "r6g.large", + "r6g.medium", + "r6g.metal", + "r6g.xlarge", + "r6gd.12xlarge", + "r6gd.16xlarge", + "r6gd.2xlarge", + "r6gd.4xlarge", + "r6gd.8xlarge", + "r6gd.large", + "r6gd.medium", + "r6gd.metal", + "r6gd.xlarge", + "r6i.12xlarge", + "r6i.16xlarge", + "r6i.24xlarge", + "r6i.2xlarge", + "r6i.32xlarge", + "r6i.4xlarge", + "r6i.8xlarge", + "r6i.large", + "r6i.metal", + "r6i.xlarge", + "r6id.12xlarge", + "r6id.16xlarge", + "r6id.24xlarge", + "r6id.2xlarge", + "r6id.32xlarge", + "r6id.4xlarge", + "r6id.8xlarge", + "r6id.large", + "r6id.metal", + "r6id.xlarge", + "r6idn.12xlarge", + "r6idn.16xlarge", + "r6idn.24xlarge", + "r6idn.2xlarge", + "r6idn.32xlarge", + "r6idn.4xlarge", + "r6idn.8xlarge", + "r6idn.large", + "r6idn.metal", + "r6idn.xlarge", + "r6in.12xlarge", + "r6in.16xlarge", + "r6in.24xlarge", + "r6in.2xlarge", + "r6in.32xlarge", + "r6in.4xlarge", + "r6in.8xlarge", + "r6in.large", + "r6in.metal", + "r6in.xlarge", + "r7a.12xlarge", + "r7a.16xlarge", + "r7a.24xlarge", + "r7a.2xlarge", + "r7a.32xlarge", + "r7a.48xlarge", + "r7a.4xlarge", + "r7a.8xlarge", + "r7a.large", + "r7a.medium", + "r7a.metal-48xl", + "r7a.xlarge", + "r7g.12xlarge", + "r7g.16xlarge", + "r7g.2xlarge", + "r7g.4xlarge", + "r7g.8xlarge", + "r7g.large", + "r7g.medium", + "r7g.metal", + "r7g.xlarge", + "r7gd.12xlarge", + "r7gd.16xlarge", + "r7gd.2xlarge", + "r7gd.4xlarge", + "r7gd.8xlarge", + "r7gd.large", + "r7gd.medium", + "r7gd.metal", + "r7gd.xlarge", + "r7i.12xlarge", + "r7i.16xlarge", + "r7i.24xlarge", + "r7i.2xlarge", + "r7i.48xlarge", + "r7i.4xlarge", + "r7i.8xlarge", + "r7i.large", + "r7i.metal-24xl", + "r7i.metal-48xl", + "r7i.xlarge", + "r7iz.12xlarge", + "r7iz.16xlarge", + "r7iz.2xlarge", + "r7iz.32xlarge", + "r7iz.4xlarge", + "r7iz.8xlarge", + "r7iz.large", + "r7iz.metal-16xl", + "r7iz.metal-32xl", + "r7iz.xlarge", + "r8g.12xlarge", + "r8g.16xlarge", + "r8g.24xlarge", + "r8g.2xlarge", + "r8g.48xlarge", + "r8g.4xlarge", + "r8g.8xlarge", + "r8g.large", + "r8g.medium", + "r8g.metal-24xl", + "r8g.metal-48xl", + "r8g.xlarge", + "t1.micro", + "t2.2xlarge", + "t2.large", + "t2.medium", + "t2.micro", + "t2.nano", + "t2.small", + "t2.xlarge", + "t3.2xlarge", + "t3.large", + "t3.medium", + "t3.micro", + "t3.nano", + "t3.small", + "t3.xlarge", + "t3a.2xlarge", + "t3a.large", + "t3a.medium", + "t3a.micro", + "t3a.nano", + "t3a.small", + "t3a.xlarge", + "t4g.2xlarge", + "t4g.large", + "t4g.medium", + "t4g.micro", + "t4g.nano", + "t4g.small", + "t4g.xlarge", + "trn1.2xlarge", + "trn1.32xlarge", + "trn1n.32xlarge", + "u-12tb1.112xlarge", + "u-12tb1.metal", + "u-18tb1.112xlarge", + "u-18tb1.metal", + "u-24tb1.112xlarge", + "u-24tb1.metal", + "u-3tb1.56xlarge", + "u-6tb1.112xlarge", + "u-6tb1.56xlarge", + "u-6tb1.metal", + "u-9tb1.112xlarge", + "u-9tb1.metal", + "u7i-12tb.224xlarge", + "u7ib-12tb.224xlarge", + "u7in-16tb.224xlarge", + "u7in-24tb.224xlarge", + "u7in-32tb.224xlarge", + "vt1.24xlarge", + "vt1.3xlarge", + "vt1.6xlarge", + "x1.16xlarge", + "x1.32xlarge", + "x1e.16xlarge", + "x1e.2xlarge", + "x1e.32xlarge", + "x1e.4xlarge", + "x1e.8xlarge", + "x1e.xlarge", + "x2gd.12xlarge", + "x2gd.16xlarge", + "x2gd.2xlarge", + "x2gd.4xlarge", + "x2gd.8xlarge", + "x2gd.large", + "x2gd.medium", + "x2gd.metal", + "x2gd.xlarge", + "x2idn.16xlarge", + "x2idn.24xlarge", + "x2idn.32xlarge", + "x2idn.metal", + "x2iedn.16xlarge", + "x2iedn.24xlarge", + "x2iedn.2xlarge", + "x2iedn.32xlarge", + "x2iedn.4xlarge", + "x2iedn.8xlarge", + "x2iedn.metal", + "x2iedn.xlarge", + "x2iezn.12xlarge", + "x2iezn.2xlarge", + "x2iezn.4xlarge", + "x2iezn.6xlarge", + "x2iezn.8xlarge", + "x2iezn.metal", + "x8g.12xlarge", + "x8g.16xlarge", + "x8g.24xlarge", + "x8g.2xlarge", + "x8g.48xlarge", + "x8g.4xlarge", + "x8g.8xlarge", + "x8g.large", + "x8g.medium", + "x8g.metal-24xl", + "x8g.metal-48xl", + "x8g.xlarge", + "z1d.12xlarge", + "z1d.2xlarge", + "z1d.3xlarge", + "z1d.6xlarge", + "z1d.large", + "z1d.metal", + "z1d.xlarge" + ], + "type": "string" + }, + "KernelId": { + "type": "string" + }, + "KeyName": { + "type": "string" + }, + "LicenseSpecifications": { + "items": { + "$ref": "#/definitions/LicenseSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "MaintenanceOptions": { + "$ref": "#/definitions/MaintenanceOptions" + }, + "MetadataOptions": { + "$ref": "#/definitions/MetadataOptions" + }, + "Monitoring": { + "$ref": "#/definitions/Monitoring" + }, + "NetworkInterfaces": { + "items": { + "$ref": "#/definitions/NetworkInterface" + }, + "type": "array", + "uniqueItems": false + }, + "Placement": { + "$ref": "#/definitions/Placement" + }, + "PrivateDnsNameOptions": { + "$ref": "#/definitions/PrivateDnsNameOptions" + }, + "RamDiskId": { + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/TagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "UserData": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateElasticInferenceAccelerator": { + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + }, + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateTagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "LicenseSpecification": { + "additionalProperties": false, + "properties": { + "LicenseConfigurationArn": { + "type": "string" + } + }, + "type": "object" + }, + "MaintenanceOptions": { + "additionalProperties": false, + "properties": { + "AutoRecovery": { + "enum": [ + "default", + "disabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "MemoryGiBPerVCpu": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "MemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "MetadataOptions": { + "additionalProperties": false, + "properties": { + "HttpEndpoint": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpProtocolIpv6": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpPutResponseHopLimit": { + "type": "integer" + }, + "HttpTokens": { + "enum": [ + "optional", + "required" + ], + "type": "string" + }, + "InstanceMetadataTags": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "Monitoring": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "NetworkBandwidthGbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "NetworkInterface": { + "additionalProperties": false, + "dependentExcluded": { + "AssociateCarrierIpAddress": [ + "NetworkInterfaceId" + ], + "AssociatePublicIpAddress": [ + "NetworkInterfaceId" + ], + "NetworkInterfaceId": [ + "AssociateCarrierIpAddress", + "AssociatePublicIpAddress" + ] + }, + "properties": { + "AssociateCarrierIpAddress": { + "type": "boolean" + }, + "AssociatePublicIpAddress": { + "type": "boolean" + }, + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "DeleteOnTermination": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "DeviceIndex": { + "type": "integer" + }, + "EnaSrdSpecification": { + "$ref": "#/definitions/EnaSrdSpecification" + }, + "Groups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InterfaceType": { + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "items": { + "$ref": "#/definitions/Ipv6Add" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "NetworkCardIndex": { + "type": "integer" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PrimaryIpv6": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "items": { + "$ref": "#/definitions/PrivateIpAdd" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "type": "object" + }, + "NetworkInterfaceCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "Placement": { + "additionalProperties": false, + "properties": { + "Affinity": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "GroupId": { + "type": "string" + }, + "GroupName": { + "type": "string" + }, + "HostId": { + "type": "string" + }, + "HostResourceGroupArn": { + "type": "string" + }, + "PartitionNumber": { + "type": "integer" + }, + "SpreadDomain": { + "type": "string" + }, + "Tenancy": { + "enum": [ + "dedicated", + "default", + "host" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateDnsNameOptions": { + "additionalProperties": false, + "properties": { + "EnableResourceNameDnsAAAARecord": { + "type": "boolean" + }, + "EnableResourceNameDnsARecord": { + "type": "boolean" + }, + "HostnameType": { + "enum": [ + "ip-name", + "resource-name" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateIpAdd": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "type": "object" + }, + "SpotOptions": { + "additionalProperties": false, + "properties": { + "BlockDurationMinutes": { + "type": "integer" + }, + "InstanceInterruptionBehavior": { + "enum": [ + "hibernate", + "stop", + "terminate" + ], + "type": "string" + }, + "MaxPrice": { + "type": "string" + }, + "SpotInstanceType": { + "enum": [ + "one-time", + "persistent" + ], + "type": "string" + }, + "ValidUntil": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "TotalLocalStorageGB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "VCpuCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/LaunchTemplateId" + ], + "properties": { + "DefaultVersionNumber": { + "type": "string" + }, + "LatestVersionNumber": { + "type": "string" + }, + "LaunchTemplateData": { + "$ref": "#/definitions/LaunchTemplateData" + }, + "LaunchTemplateId": { + "type": "string" + }, + "LaunchTemplateName": { + "pattern": "[a-zA-Z0-9\\(\\)\\.\\-/_]+", + "type": "string" + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/LaunchTemplateTagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "VersionDescription": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/DefaultVersionNumber", + "/properties/LaunchTemplateId", + "/properties/LatestVersionNumber" + ], + "required": [ + "LaunchTemplateData" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::EC2::LaunchTemplate", + "writeOnlyProperties": [ + "/properties/LaunchTemplateData", + "/properties/VersionDescription", + "/properties/TagSpecifications" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-efs-filesystem.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-efs-filesystem.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0172cb4395d0a4b0522666400065f13385b978 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-efs-filesystem.json @@ -0,0 +1,228 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AvailabilityZoneName", + "/properties/Encrypted", + "/properties/KmsKeyId", + "/properties/PerformanceMode" + ], + "definitions": { + "Arn": { + "type": "string" + }, + "BackupPolicy": { + "additionalProperties": false, + "properties": { + "Status": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "required": [ + "Status" + ], + "type": "object" + }, + "ElasticFileSystemTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "FileSystemProtection": { + "additionalProperties": false, + "properties": { + "ReplicationOverwriteProtection": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "type": "object" + }, + "LifecyclePolicy": { + "additionalProperties": false, + "properties": { + "TransitionToArchive": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToIA": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToPrimaryStorageClass": { + "enum": [ + "AFTER_1_ACCESS" + ], + "type": "string" + } + }, + "type": "object" + }, + "ReplicationConfiguration": { + "additionalProperties": false, + "properties": { + "Destinations": { + "items": { + "$ref": "#/definitions/ReplicationDestination" + }, + "maxItems": 1, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ReplicationDestination": { + "additionalProperties": false, + "properties": { + "AvailabilityZoneName": { + "type": "string" + }, + "FileSystemId": { + "type": "string" + }, + "KmsKeyId": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FileSystemId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "AvailabilityZoneName": { + "pattern": ".+", + "type": "string" + }, + "BackupPolicy": { + "$ref": "#/definitions/BackupPolicy" + }, + "BypassPolicyLockoutSafetyCheck": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "FileSystemPolicy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "FileSystemProtection": { + "$ref": "#/definitions/FileSystemProtection" + }, + "FileSystemTags": { + "items": { + "$ref": "#/definitions/ElasticFileSystemTag" + }, + "type": "array", + "uniqueItems": true + }, + "KmsKeyId": { + "pattern": "^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|mrk-[0-9a-f]{32}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(key/mrk-[0-9a-f]{32})|(alias/[a-zA-Z0-9/_-]+))))$", + "type": "string" + }, + "LifecyclePolicies": { + "items": { + "$ref": "#/definitions/LifecyclePolicy" + }, + "type": "array", + "uniqueItems": true + }, + "PerformanceMode": { + "enum": [ + "generalPurpose", + "maxIO" + ], + "type": "string" + }, + "ProvisionedThroughputInMibps": { + "type": "number" + }, + "ReplicationConfiguration": { + "$ref": "#/definitions/ReplicationConfiguration" + }, + "ThroughputMode": { + "enum": [ + "bursting", + "elastic", + "provisioned" + ], + "type": "string" + } + }, + "propertyTransform": { + "/properties/FileSystemProtection/ReplicationOverwriteProtection": "$uppercase(FileSystemProtection.ReplicationOverwriteProtection)='DISABLED' ? 'REPLICATING' : $uppercase(FileSystemProtection.ReplicationOverwriteProtection)", + "/properties/KmsKeyId": "\"arn:aws[-a-z]*:kms:[a-z0-9-]+:[0-9]{12}:key/[a-zA-Z0-9-]+\"" + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/FileSystemTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::FileSystem", + "writeOnlyProperties": [ + "/properties/BypassPolicyLockoutSafetyCheck", + "/properties/ReplicationConfiguration/Destinations/*/AvailabilityZoneName", + "/properties/ReplicationConfiguration/Destinations/*/KmsKeyId" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-elasticache-serverlesscache.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-elasticache-serverlesscache.json new file mode 100644 index 0000000000000000000000000000000000000000..3b7cde6c66c2e87d3f867673390734823d83f497 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-elasticache-serverlesscache.json @@ -0,0 +1,205 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ServerlessCacheName", + "/properties/Engine", + "/properties/MajorEngineVersion", + "/properties/KmsKeyId", + "/properties/SnapshotArnsToRestore", + "/properties/SubnetIds" + ], + "definitions": { + "CacheUsageLimits": { + "additionalProperties": false, + "properties": { + "DataStorage": { + "$ref": "#/definitions/DataStorage" + }, + "ECPUPerSecond": { + "$ref": "#/definitions/ECPUPerSecond" + } + }, + "type": "object" + }, + "DataStorage": { + "additionalProperties": false, + "properties": { + "Maximum": { + "type": "integer" + }, + "Minimum": { + "type": "integer" + }, + "Unit": { + "enum": [ + "GB" + ], + "type": "string" + } + }, + "required": [ + "Unit" + ], + "type": "object" + }, + "ECPUPerSecond": { + "additionalProperties": false, + "properties": { + "Maximum": { + "type": "integer" + }, + "Minimum": { + "type": "integer" + } + }, + "type": "object" + }, + "Endpoint": { + "additionalProperties": false, + "properties": { + "Address": { + "type": "string" + }, + "Port": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^(?!aws:)[a-zA-Z0-9 _\\.\\/=+:\\-@]*$", + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[a-zA-Z0-9 _\\.\\/=+:\\-@]*$", + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ServerlessCacheName" + ], + "properties": { + "ARN": { + "type": "string" + }, + "CacheUsageLimits": { + "$ref": "#/definitions/CacheUsageLimits" + }, + "CreateTime": { + "type": "string" + }, + "DailySnapshotTime": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Endpoint": { + "$ref": "#/definitions/Endpoint" + }, + "Engine": { + "type": "string" + }, + "FinalSnapshotName": { + "type": "string" + }, + "FullEngineVersion": { + "type": "string" + }, + "KmsKeyId": { + "type": "string" + }, + "MajorEngineVersion": { + "type": "string" + }, + "ReaderEndpoint": { + "$ref": "#/definitions/Endpoint" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "ServerlessCacheName": { + "type": "string" + }, + "SnapshotArnsToRestore": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SnapshotRetentionLimit": { + "type": "integer" + }, + "Status": { + "type": "string" + }, + "SubnetIds": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + }, + "UserGroupId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/FullEngineVersion", + "/properties/CreateTime", + "/properties/Status", + "/properties/Endpoint/Address", + "/properties/Endpoint/Port", + "/properties/ReaderEndpoint/Address", + "/properties/ReaderEndpoint/Port", + "/properties/ARN" + ], + "required": [ + "ServerlessCacheName", + "Engine" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticache", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ElastiCache::ServerlessCache", + "writeOnlyProperties": [ + "/properties/SnapshotArnsToRestore", + "/properties/FinalSnapshotName" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-elasticloadbalancingv2-loadbalancer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-elasticloadbalancingv2-loadbalancer.json new file mode 100644 index 0000000000000000000000000000000000000000..671bb8c1c9d2f62d4ad85eeb001a6f416cd48ac0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-elasticloadbalancingv2-loadbalancer.json @@ -0,0 +1,176 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Type", + "/properties/Scheme" + ], + "definitions": { + "LoadBalancerAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "SubnetMapping": { + "additionalProperties": false, + "properties": { + "AllocationId": { + "type": "string" + }, + "IPv6Address": { + "type": "string" + }, + "PrivateIPv4Address": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "required": [ + "SubnetId" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html", + "primaryIdentifier": [ + "/properties/LoadBalancerArn" + ], + "properties": { + "CanonicalHostedZoneID": { + "type": "string" + }, + "DNSName": { + "type": "string" + }, + "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": { + "type": "string" + }, + "IpAddressType": { + "enum": [ + "dualstack", + "dualstack-without-public-ipv4", + "ipv4" + ], + "type": "string" + }, + "LoadBalancerArn": { + "type": "string" + }, + "LoadBalancerAttributes": { + "arrayType": "AttributeList", + "insertionOrder": false, + "items": { + "$ref": "#/definitions/LoadBalancerAttribute" + }, + "type": "array", + "uniqueItems": true + }, + "LoadBalancerFullName": { + "type": "string" + }, + "LoadBalancerName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Scheme": { + "enum": [ + "internal", + "internet-facing" + ], + "type": "string" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SubnetMappings": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SubnetMapping" + }, + "type": "array", + "uniqueItems": true + }, + "Subnets": { + "format": "AWS::EC2::Subnet.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "enum": [ + "application", + "network", + "gateway" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/LoadBalancerName", + "/properties/LoadBalancerFullName", + "/properties/CanonicalHostedZoneID", + "/properties/LoadBalancerArn", + "/properties/DNSName" + ], + "requiredXor": [ + "Subnets", + "SubnetMappings" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticloadbalancingv2", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ElasticLoadBalancingV2::LoadBalancer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-lambda-resourcepolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-lambda-resourcepolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..702e69b0e7170676b2618a3f84c66d6f5c610f76 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-lambda-resourcepolicy.json @@ -0,0 +1,31 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ResourceArn" + ], + "primaryIdentifier": [ + "/properties/ResourceArn" + ], + "properties": { + "PolicyDocument": { + "type": "object" + }, + "ResourceArn": { + "maxLength": 1024, + "minLength": 12, + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + } + }, + "required": [ + "ResourceArn", + "PolicyDocument" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Lambda::ResourcePolicy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-lambda-version.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-lambda-version.json new file mode 100644 index 0000000000000000000000000000000000000000..41fcb31449b33217b2e912d145c1721230f42c08 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-lambda-version.json @@ -0,0 +1,112 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FunctionName", + "/properties/Description", + "/properties/CodeSha256", + "/properties/ProvisionedConcurrencyConfig", + "/properties/RuntimePolicy" + ], + "definitions": { + "ProvisionedConcurrencyConfiguration": { + "additionalProperties": false, + "properties": { + "ProvisionedConcurrentExecutions": { + "type": "integer" + } + }, + "required": [ + "ProvisionedConcurrentExecutions" + ], + "type": "object" + }, + "RuntimePolicy": { + "additionalProperties": false, + "properties": { + "RuntimeVersionArn": { + "maxLength": 2048, + "minLength": 26, + "pattern": "^arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}::runtime:.+$", + "type": "string" + }, + "UpdateRuntimeOn": { + "type": "string" + } + }, + "required": [ + "UpdateRuntimeOn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FunctionArn" + ], + "properties": { + "CodeSha256": { + "type": "string" + }, + "Description": { + "maxLength": 256, + "minLength": 0, + "type": "string" + }, + "FunctionArn": { + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "FunctionName": { + "anyOf": [ + { + "relationshipRef": { + "propertyPath": "/properties/FunctionName", + "typeName": "AWS::Lambda::Function" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::Lambda::Function" + } + } + ], + "maxLength": 140, + "minLength": 1, + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "Policy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "ProvisionedConcurrencyConfig": { + "$ref": "#/definitions/ProvisionedConcurrencyConfiguration" + }, + "RuntimePolicy": { + "$ref": "#/definitions/RuntimePolicy" + }, + "Version": { + "type": "string" + } + }, + "propertyTransform": { + "/properties/FunctionName": "$split(FunctionName, \":\")[-1] $OR FunctionName" + }, + "readOnlyProperties": [ + "/properties/Version", + "/properties/FunctionArn" + ], + "required": [ + "FunctionName" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Lambda::Version" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-logs-delivery.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-logs-delivery.json new file mode 100644 index 0000000000000000000000000000000000000000..8bc576d1da6abec93009e46e3bb14c7a0f77b381 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-logs-delivery.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DeliverySourceName", + "/properties/DeliveryDestinationArn" + ], + "definitions": { + "Arn": { + "maxLength": 2048, + "minLength": 16, + "pattern": "[\\w#+=/:,.@-]*\\*?", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DeliveryId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationArn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationType": { + "maxLength": 12, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliveryId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliverySourceName": { + "maxLength": 60, + "minLength": 1, + "pattern": "[\\w-]*$", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/DeliveryId", + "/properties/Arn", + "/properties/DeliveryDestinationType" + ], + "required": [ + "DeliverySourceName", + "DeliveryDestinationArn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Logs::Delivery" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-logs-deliverydestination.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-logs-deliverydestination.json new file mode 100644 index 0000000000000000000000000000000000000000..76914f833fcc677b497b56a24c9e1d2a015d66e8 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-logs-deliverydestination.json @@ -0,0 +1,108 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/DestinationResourceArn" + ], + "definitions": { + "Arn": { + "maxLength": 2048, + "minLength": 16, + "pattern": "[\\w#+=/:,.@-]*\\*?", + "type": "string" + }, + "DestinationPolicy": { + "additionalProperties": false, + "properties": { + "DeliveryDestinationName": { + "maxLength": 60, + "minLength": 1, + "type": "string" + }, + "DeliveryDestinationPolicy": { + "maxLength": 51200, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "DeliveryDestinationName", + "DeliveryDestinationPolicy" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Name" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationPolicy": { + "items": { + "$ref": "#/definitions/DestinationPolicy" + }, + "type": "object" + }, + "DeliveryDestinationType": { + "maxLength": 12, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DestinationResourceArn": { + "$ref": "#/definitions/Arn" + }, + "Name": { + "maxLength": 60, + "minLength": 1, + "pattern": "[\\w-]*$", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/DeliveryDestinationType" + ], + "required": [ + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Logs::DeliveryDestination" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-managedblockchain-member.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-managedblockchain-member.json new file mode 100644 index 0000000000000000000000000000000000000000..a786b645ab15b9d76c8feca6188ec253908288cd --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-managedblockchain-member.json @@ -0,0 +1,150 @@ +{ + "additionalProperties": false, + "definitions": { + "ApprovalThresholdPolicy": { + "additionalProperties": false, + "properties": { + "ProposalDurationInHours": { + "type": "integer" + }, + "ThresholdComparator": { + "type": "string" + }, + "ThresholdPercentage": { + "type": "integer" + } + }, + "type": "object" + }, + "MemberConfiguration": { + "additionalProperties": false, + "properties": { + "Description": { + "type": "string" + }, + "MemberFrameworkConfiguration": { + "$ref": "#/definitions/MemberFrameworkConfiguration" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "MemberFabricConfiguration": { + "additionalProperties": false, + "properties": { + "AdminPassword": { + "type": "string" + }, + "AdminUsername": { + "type": "string" + } + }, + "required": [ + "AdminUsername", + "AdminPassword" + ], + "type": "object" + }, + "MemberFrameworkConfiguration": { + "additionalProperties": false, + "properties": { + "MemberFabricConfiguration": { + "$ref": "#/definitions/MemberFabricConfiguration" + } + }, + "type": "object" + }, + "NetworkConfiguration": { + "additionalProperties": false, + "properties": { + "Description": { + "type": "string" + }, + "Framework": { + "type": "string" + }, + "FrameworkVersion": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "NetworkFrameworkConfiguration": { + "$ref": "#/definitions/NetworkFrameworkConfiguration" + }, + "VotingPolicy": { + "$ref": "#/definitions/VotingPolicy" + } + }, + "required": [ + "FrameworkVersion", + "VotingPolicy", + "Framework", + "Name" + ], + "type": "object" + }, + "NetworkFabricConfiguration": { + "additionalProperties": false, + "properties": { + "Edition": { + "type": "string" + } + }, + "required": [ + "Edition" + ], + "type": "object" + }, + "NetworkFrameworkConfiguration": { + "additionalProperties": false, + "properties": { + "NetworkFabricConfiguration": { + "$ref": "#/definitions/NetworkFabricConfiguration" + } + }, + "type": "object" + }, + "VotingPolicy": { + "additionalProperties": false, + "properties": { + "ApprovalThresholdPolicy": { + "$ref": "#/definitions/ApprovalThresholdPolicy" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/MemberId" + ], + "properties": { + "InvitationId": { + "type": "string" + }, + "MemberConfiguration": { + "$ref": "#/definitions/MemberConfiguration" + }, + "MemberId": { + "type": "string" + }, + "NetworkConfiguration": { + "$ref": "#/definitions/NetworkConfiguration" + }, + "NetworkId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/MemberId" + ], + "required": [ + "MemberConfiguration" + ], + "typeName": "AWS::ManagedBlockchain::Member" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-medialive-channel.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-medialive-channel.json new file mode 100644 index 0000000000000000000000000000000000000000..a6c907c033a39674879b51827217522d45bf89ad --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-medialive-channel.json @@ -0,0 +1,3591 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Vpc", + "/properties/AnywhereSettings" + ], + "definitions": { + "AacSettings": { + "additionalProperties": false, + "properties": { + "Bitrate": { + "type": "number" + }, + "CodingMode": { + "type": "string" + }, + "InputType": { + "type": "string" + }, + "Profile": { + "type": "string" + }, + "RateControlMode": { + "type": "string" + }, + "RawFormat": { + "type": "string" + }, + "SampleRate": { + "type": "number" + }, + "Spec": { + "type": "string" + }, + "VbrQuality": { + "type": "string" + } + }, + "type": "object" + }, + "Ac3Settings": { + "additionalProperties": false, + "properties": { + "AttenuationControl": { + "type": "string" + }, + "Bitrate": { + "type": "number" + }, + "BitstreamMode": { + "type": "string" + }, + "CodingMode": { + "type": "string" + }, + "Dialnorm": { + "type": "integer" + }, + "DrcProfile": { + "type": "string" + }, + "LfeFilter": { + "type": "string" + }, + "MetadataControl": { + "type": "string" + } + }, + "type": "object" + }, + "AncillarySourceSettings": { + "additionalProperties": false, + "properties": { + "SourceAncillaryChannelNumber": { + "type": "integer" + } + }, + "type": "object" + }, + "AnywhereSettings": { + "additionalProperties": false, + "properties": { + "ChannelPlacementGroupId": { + "type": "string" + }, + "ClusterId": { + "type": "string" + } + }, + "type": "object" + }, + "ArchiveCdnSettings": { + "additionalProperties": false, + "properties": { + "ArchiveS3Settings": { + "$ref": "#/definitions/ArchiveS3Settings" + } + }, + "type": "object" + }, + "ArchiveContainerSettings": { + "additionalProperties": false, + "properties": { + "M2tsSettings": { + "$ref": "#/definitions/M2tsSettings" + }, + "RawSettings": { + "$ref": "#/definitions/RawSettings" + } + }, + "type": "object" + }, + "ArchiveGroupSettings": { + "additionalProperties": false, + "properties": { + "ArchiveCdnSettings": { + "$ref": "#/definitions/ArchiveCdnSettings" + }, + "Destination": { + "$ref": "#/definitions/OutputLocationRef" + }, + "RolloverInterval": { + "type": "integer" + } + }, + "type": "object" + }, + "ArchiveOutputSettings": { + "additionalProperties": false, + "properties": { + "ContainerSettings": { + "$ref": "#/definitions/ArchiveContainerSettings" + }, + "Extension": { + "type": "string" + }, + "NameModifier": { + "type": "string" + } + }, + "type": "object" + }, + "ArchiveS3Settings": { + "additionalProperties": false, + "properties": { + "CannedAcl": { + "type": "string" + } + }, + "type": "object" + }, + "AribDestinationSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "AribSourceSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "AudioChannelMapping": { + "additionalProperties": false, + "properties": { + "InputChannelLevels": { + "items": { + "$ref": "#/definitions/InputChannelLevel" + }, + "type": "array", + "uniqueItems": false + }, + "OutputChannel": { + "type": "integer" + } + }, + "type": "object" + }, + "AudioCodecSettings": { + "additionalProperties": false, + "properties": { + "AacSettings": { + "$ref": "#/definitions/AacSettings" + }, + "Ac3Settings": { + "$ref": "#/definitions/Ac3Settings" + }, + "Eac3AtmosSettings": { + "$ref": "#/definitions/Eac3AtmosSettings" + }, + "Eac3Settings": { + "$ref": "#/definitions/Eac3Settings" + }, + "Mp2Settings": { + "$ref": "#/definitions/Mp2Settings" + }, + "PassThroughSettings": { + "$ref": "#/definitions/PassThroughSettings" + }, + "WavSettings": { + "$ref": "#/definitions/WavSettings" + } + }, + "type": "object" + }, + "AudioDescription": { + "additionalProperties": false, + "properties": { + "AudioDashRoles": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AudioNormalizationSettings": { + "$ref": "#/definitions/AudioNormalizationSettings" + }, + "AudioSelectorName": { + "type": "string" + }, + "AudioType": { + "type": "string" + }, + "AudioTypeControl": { + "type": "string" + }, + "AudioWatermarkingSettings": { + "$ref": "#/definitions/AudioWatermarkSettings" + }, + "CodecSettings": { + "$ref": "#/definitions/AudioCodecSettings" + }, + "DvbDashAccessibility": { + "type": "string" + }, + "LanguageCode": { + "type": "string" + }, + "LanguageCodeControl": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RemixSettings": { + "$ref": "#/definitions/RemixSettings" + }, + "StreamName": { + "type": "string" + } + }, + "type": "object" + }, + "AudioDolbyEDecode": { + "additionalProperties": false, + "properties": { + "ProgramSelection": { + "type": "string" + } + }, + "type": "object" + }, + "AudioHlsRenditionSelection": { + "additionalProperties": false, + "properties": { + "GroupId": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "type": "object" + }, + "AudioLanguageSelection": { + "additionalProperties": false, + "properties": { + "LanguageCode": { + "type": "string" + }, + "LanguageSelectionPolicy": { + "type": "string" + } + }, + "type": "object" + }, + "AudioNormalizationSettings": { + "additionalProperties": false, + "properties": { + "Algorithm": { + "type": "string" + }, + "AlgorithmControl": { + "type": "string" + }, + "TargetLkfs": { + "type": "number" + } + }, + "type": "object" + }, + "AudioOnlyHlsSettings": { + "additionalProperties": false, + "properties": { + "AudioGroupId": { + "type": "string" + }, + "AudioOnlyImage": { + "$ref": "#/definitions/InputLocation" + }, + "AudioTrackType": { + "type": "string" + }, + "SegmentType": { + "type": "string" + } + }, + "type": "object" + }, + "AudioPidSelection": { + "additionalProperties": false, + "properties": { + "Pid": { + "type": "integer" + } + }, + "type": "object" + }, + "AudioSelector": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "SelectorSettings": { + "$ref": "#/definitions/AudioSelectorSettings" + } + }, + "type": "object" + }, + "AudioSelectorSettings": { + "additionalProperties": false, + "properties": { + "AudioHlsRenditionSelection": { + "$ref": "#/definitions/AudioHlsRenditionSelection" + }, + "AudioLanguageSelection": { + "$ref": "#/definitions/AudioLanguageSelection" + }, + "AudioPidSelection": { + "$ref": "#/definitions/AudioPidSelection" + }, + "AudioTrackSelection": { + "$ref": "#/definitions/AudioTrackSelection" + } + }, + "type": "object" + }, + "AudioSilenceFailoverSettings": { + "additionalProperties": false, + "properties": { + "AudioSelectorName": { + "type": "string" + }, + "AudioSilenceThresholdMsec": { + "type": "integer" + } + }, + "type": "object" + }, + "AudioTrack": { + "additionalProperties": false, + "properties": { + "Track": { + "type": "integer" + } + }, + "type": "object" + }, + "AudioTrackSelection": { + "additionalProperties": false, + "properties": { + "DolbyEDecode": { + "$ref": "#/definitions/AudioDolbyEDecode" + }, + "Tracks": { + "items": { + "$ref": "#/definitions/AudioTrack" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "AudioWatermarkSettings": { + "additionalProperties": false, + "properties": { + "NielsenWatermarksSettings": { + "$ref": "#/definitions/NielsenWatermarksSettings" + } + }, + "type": "object" + }, + "AutomaticInputFailoverSettings": { + "additionalProperties": false, + "properties": { + "ErrorClearTimeMsec": { + "type": "integer" + }, + "FailoverConditions": { + "items": { + "$ref": "#/definitions/FailoverCondition" + }, + "type": "array", + "uniqueItems": false + }, + "InputPreference": { + "type": "string" + }, + "SecondaryInputId": { + "type": "string" + } + }, + "type": "object" + }, + "Av1ColorSpaceSettings": { + "additionalProperties": false, + "properties": { + "ColorSpacePassthroughSettings": { + "$ref": "#/definitions/ColorSpacePassthroughSettings" + }, + "Hdr10Settings": { + "$ref": "#/definitions/Hdr10Settings" + }, + "Rec601Settings": { + "$ref": "#/definitions/Rec601Settings" + }, + "Rec709Settings": { + "$ref": "#/definitions/Rec709Settings" + } + }, + "type": "object" + }, + "Av1Settings": { + "additionalProperties": false, + "properties": { + "AfdSignaling": { + "type": "string" + }, + "BufSize": { + "type": "integer" + }, + "ColorSpaceSettings": { + "$ref": "#/definitions/Av1ColorSpaceSettings" + }, + "FixedAfd": { + "type": "string" + }, + "FramerateDenominator": { + "type": "integer" + }, + "FramerateNumerator": { + "type": "integer" + }, + "GopSize": { + "type": "number" + }, + "GopSizeUnits": { + "type": "string" + }, + "Level": { + "type": "string" + }, + "LookAheadRateControl": { + "type": "string" + }, + "MaxBitrate": { + "type": "integer" + }, + "MinIInterval": { + "type": "integer" + }, + "ParDenominator": { + "type": "integer" + }, + "ParNumerator": { + "type": "integer" + }, + "QvbrQualityLevel": { + "type": "integer" + }, + "SceneChangeDetect": { + "type": "string" + }, + "TimecodeBurninSettings": { + "$ref": "#/definitions/TimecodeBurninSettings" + } + }, + "type": "object" + }, + "AvailBlanking": { + "additionalProperties": false, + "properties": { + "AvailBlankingImage": { + "$ref": "#/definitions/InputLocation" + }, + "State": { + "type": "string" + } + }, + "type": "object" + }, + "AvailConfiguration": { + "additionalProperties": false, + "properties": { + "AvailSettings": { + "$ref": "#/definitions/AvailSettings" + }, + "Scte35SegmentationScope": { + "type": "string" + } + }, + "type": "object" + }, + "AvailSettings": { + "additionalProperties": false, + "properties": { + "Esam": { + "$ref": "#/definitions/Esam" + }, + "Scte35SpliceInsert": { + "$ref": "#/definitions/Scte35SpliceInsert" + }, + "Scte35TimeSignalApos": { + "$ref": "#/definitions/Scte35TimeSignalApos" + } + }, + "type": "object" + }, + "BandwidthReductionFilterSettings": { + "additionalProperties": false, + "properties": { + "PostFilterSharpening": { + "type": "string" + }, + "Strength": { + "type": "string" + } + }, + "type": "object" + }, + "BlackoutSlate": { + "additionalProperties": false, + "properties": { + "BlackoutSlateImage": { + "$ref": "#/definitions/InputLocation" + }, + "NetworkEndBlackout": { + "type": "string" + }, + "NetworkEndBlackoutImage": { + "$ref": "#/definitions/InputLocation" + }, + "NetworkId": { + "type": "string" + }, + "State": { + "type": "string" + } + }, + "type": "object" + }, + "BurnInDestinationSettings": { + "additionalProperties": false, + "properties": { + "Alignment": { + "type": "string" + }, + "BackgroundColor": { + "type": "string" + }, + "BackgroundOpacity": { + "type": "integer" + }, + "Font": { + "$ref": "#/definitions/InputLocation" + }, + "FontColor": { + "type": "string" + }, + "FontOpacity": { + "type": "integer" + }, + "FontResolution": { + "type": "integer" + }, + "FontSize": { + "type": "string" + }, + "OutlineColor": { + "type": "string" + }, + "OutlineSize": { + "type": "integer" + }, + "ShadowColor": { + "type": "string" + }, + "ShadowOpacity": { + "type": "integer" + }, + "ShadowXOffset": { + "type": "integer" + }, + "ShadowYOffset": { + "type": "integer" + }, + "TeletextGridControl": { + "type": "string" + }, + "XPosition": { + "type": "integer" + }, + "YPosition": { + "type": "integer" + } + }, + "type": "object" + }, + "CaptionDescription": { + "additionalProperties": false, + "properties": { + "Accessibility": { + "type": "string" + }, + "CaptionDashRoles": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "CaptionSelectorName": { + "type": "string" + }, + "DestinationSettings": { + "$ref": "#/definitions/CaptionDestinationSettings" + }, + "DvbDashAccessibility": { + "type": "string" + }, + "LanguageCode": { + "type": "string" + }, + "LanguageDescription": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "type": "object" + }, + "CaptionDestinationSettings": { + "additionalProperties": false, + "properties": { + "AribDestinationSettings": { + "$ref": "#/definitions/AribDestinationSettings" + }, + "BurnInDestinationSettings": { + "$ref": "#/definitions/BurnInDestinationSettings" + }, + "DvbSubDestinationSettings": { + "$ref": "#/definitions/DvbSubDestinationSettings" + }, + "EbuTtDDestinationSettings": { + "$ref": "#/definitions/EbuTtDDestinationSettings" + }, + "EmbeddedDestinationSettings": { + "$ref": "#/definitions/EmbeddedDestinationSettings" + }, + "EmbeddedPlusScte20DestinationSettings": { + "$ref": "#/definitions/EmbeddedPlusScte20DestinationSettings" + }, + "RtmpCaptionInfoDestinationSettings": { + "$ref": "#/definitions/RtmpCaptionInfoDestinationSettings" + }, + "Scte20PlusEmbeddedDestinationSettings": { + "$ref": "#/definitions/Scte20PlusEmbeddedDestinationSettings" + }, + "Scte27DestinationSettings": { + "$ref": "#/definitions/Scte27DestinationSettings" + }, + "SmpteTtDestinationSettings": { + "$ref": "#/definitions/SmpteTtDestinationSettings" + }, + "TeletextDestinationSettings": { + "$ref": "#/definitions/TeletextDestinationSettings" + }, + "TtmlDestinationSettings": { + "$ref": "#/definitions/TtmlDestinationSettings" + }, + "WebvttDestinationSettings": { + "$ref": "#/definitions/WebvttDestinationSettings" + } + }, + "type": "object" + }, + "CaptionLanguageMapping": { + "additionalProperties": false, + "properties": { + "CaptionChannel": { + "type": "integer" + }, + "LanguageCode": { + "type": "string" + }, + "LanguageDescription": { + "type": "string" + } + }, + "type": "object" + }, + "CaptionRectangle": { + "additionalProperties": false, + "properties": { + "Height": { + "type": "number" + }, + "LeftOffset": { + "type": "number" + }, + "TopOffset": { + "type": "number" + }, + "Width": { + "type": "number" + } + }, + "type": "object" + }, + "CaptionSelector": { + "additionalProperties": false, + "properties": { + "LanguageCode": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SelectorSettings": { + "$ref": "#/definitions/CaptionSelectorSettings" + } + }, + "type": "object" + }, + "CaptionSelectorSettings": { + "additionalProperties": false, + "properties": { + "AncillarySourceSettings": { + "$ref": "#/definitions/AncillarySourceSettings" + }, + "AribSourceSettings": { + "$ref": "#/definitions/AribSourceSettings" + }, + "DvbSubSourceSettings": { + "$ref": "#/definitions/DvbSubSourceSettings" + }, + "EmbeddedSourceSettings": { + "$ref": "#/definitions/EmbeddedSourceSettings" + }, + "Scte20SourceSettings": { + "$ref": "#/definitions/Scte20SourceSettings" + }, + "Scte27SourceSettings": { + "$ref": "#/definitions/Scte27SourceSettings" + }, + "TeletextSourceSettings": { + "$ref": "#/definitions/TeletextSourceSettings" + } + }, + "type": "object" + }, + "CdiInputSpecification": { + "additionalProperties": false, + "properties": { + "Resolution": { + "type": "string" + } + }, + "type": "object" + }, + "CmafIngestGroupSettings": { + "additionalProperties": false, + "properties": { + "Destination": { + "$ref": "#/definitions/OutputLocationRef" + }, + "NielsenId3Behavior": { + "type": "string" + }, + "Scte35Type": { + "type": "string" + }, + "SegmentLength": { + "type": "integer" + }, + "SegmentLengthUnits": { + "type": "string" + }, + "SendDelayMs": { + "type": "integer" + } + }, + "type": "object" + }, + "CmafIngestOutputSettings": { + "additionalProperties": false, + "properties": { + "NameModifier": { + "type": "string" + } + }, + "type": "object" + }, + "ColorCorrection": { + "additionalProperties": false, + "properties": { + "InputColorSpace": { + "type": "string" + }, + "OutputColorSpace": { + "type": "string" + }, + "Uri": { + "type": "string" + } + }, + "type": "object" + }, + "ColorCorrectionSettings": { + "additionalProperties": false, + "properties": { + "GlobalColorCorrections": { + "items": { + "$ref": "#/definitions/ColorCorrection" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "ColorSpacePassthroughSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "DolbyVision81Settings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "DvbNitSettings": { + "additionalProperties": false, + "properties": { + "NetworkId": { + "type": "integer" + }, + "NetworkName": { + "type": "string" + }, + "RepInterval": { + "type": "integer" + } + }, + "type": "object" + }, + "DvbSdtSettings": { + "additionalProperties": false, + "properties": { + "OutputSdt": { + "type": "string" + }, + "RepInterval": { + "type": "integer" + }, + "ServiceName": { + "type": "string" + }, + "ServiceProviderName": { + "type": "string" + } + }, + "type": "object" + }, + "DvbSubDestinationSettings": { + "additionalProperties": false, + "properties": { + "Alignment": { + "type": "string" + }, + "BackgroundColor": { + "type": "string" + }, + "BackgroundOpacity": { + "type": "integer" + }, + "Font": { + "$ref": "#/definitions/InputLocation" + }, + "FontColor": { + "type": "string" + }, + "FontOpacity": { + "type": "integer" + }, + "FontResolution": { + "type": "integer" + }, + "FontSize": { + "type": "string" + }, + "OutlineColor": { + "type": "string" + }, + "OutlineSize": { + "type": "integer" + }, + "ShadowColor": { + "type": "string" + }, + "ShadowOpacity": { + "type": "integer" + }, + "ShadowXOffset": { + "type": "integer" + }, + "ShadowYOffset": { + "type": "integer" + }, + "TeletextGridControl": { + "type": "string" + }, + "XPosition": { + "type": "integer" + }, + "YPosition": { + "type": "integer" + } + }, + "type": "object" + }, + "DvbSubSourceSettings": { + "additionalProperties": false, + "properties": { + "OcrLanguage": { + "type": "string" + }, + "Pid": { + "type": "integer" + } + }, + "type": "object" + }, + "DvbTdtSettings": { + "additionalProperties": false, + "properties": { + "RepInterval": { + "type": "integer" + } + }, + "type": "object" + }, + "Eac3AtmosSettings": { + "additionalProperties": false, + "properties": { + "Bitrate": { + "type": "number" + }, + "CodingMode": { + "type": "string" + }, + "Dialnorm": { + "type": "integer" + }, + "DrcLine": { + "type": "string" + }, + "DrcRf": { + "type": "string" + }, + "HeightTrim": { + "type": "number" + }, + "SurroundTrim": { + "type": "number" + } + }, + "type": "object" + }, + "Eac3Settings": { + "additionalProperties": false, + "properties": { + "AttenuationControl": { + "type": "string" + }, + "Bitrate": { + "type": "number" + }, + "BitstreamMode": { + "type": "string" + }, + "CodingMode": { + "type": "string" + }, + "DcFilter": { + "type": "string" + }, + "Dialnorm": { + "type": "integer" + }, + "DrcLine": { + "type": "string" + }, + "DrcRf": { + "type": "string" + }, + "LfeControl": { + "type": "string" + }, + "LfeFilter": { + "type": "string" + }, + "LoRoCenterMixLevel": { + "type": "number" + }, + "LoRoSurroundMixLevel": { + "type": "number" + }, + "LtRtCenterMixLevel": { + "type": "number" + }, + "LtRtSurroundMixLevel": { + "type": "number" + }, + "MetadataControl": { + "type": "string" + }, + "PassthroughControl": { + "type": "string" + }, + "PhaseControl": { + "type": "string" + }, + "StereoDownmix": { + "type": "string" + }, + "SurroundExMode": { + "type": "string" + }, + "SurroundMode": { + "type": "string" + } + }, + "type": "object" + }, + "EbuTtDDestinationSettings": { + "additionalProperties": false, + "properties": { + "CopyrightHolder": { + "type": "string" + }, + "FillLineGap": { + "type": "string" + }, + "FontFamily": { + "type": "string" + }, + "StyleControl": { + "type": "string" + } + }, + "type": "object" + }, + "EmbeddedDestinationSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "EmbeddedPlusScte20DestinationSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "EmbeddedSourceSettings": { + "additionalProperties": false, + "properties": { + "Convert608To708": { + "type": "string" + }, + "Scte20Detection": { + "type": "string" + }, + "Source608ChannelNumber": { + "type": "integer" + }, + "Source608TrackNumber": { + "type": "integer" + } + }, + "type": "object" + }, + "EncoderSettings": { + "additionalProperties": false, + "properties": { + "AudioDescriptions": { + "items": { + "$ref": "#/definitions/AudioDescription" + }, + "type": "array", + "uniqueItems": false + }, + "AvailBlanking": { + "$ref": "#/definitions/AvailBlanking" + }, + "AvailConfiguration": { + "$ref": "#/definitions/AvailConfiguration" + }, + "BlackoutSlate": { + "$ref": "#/definitions/BlackoutSlate" + }, + "CaptionDescriptions": { + "items": { + "$ref": "#/definitions/CaptionDescription" + }, + "type": "array", + "uniqueItems": false + }, + "ColorCorrectionSettings": { + "$ref": "#/definitions/ColorCorrectionSettings" + }, + "FeatureActivations": { + "$ref": "#/definitions/FeatureActivations" + }, + "GlobalConfiguration": { + "$ref": "#/definitions/GlobalConfiguration" + }, + "MotionGraphicsConfiguration": { + "$ref": "#/definitions/MotionGraphicsConfiguration" + }, + "NielsenConfiguration": { + "$ref": "#/definitions/NielsenConfiguration" + }, + "OutputGroups": { + "items": { + "$ref": "#/definitions/OutputGroup" + }, + "type": "array", + "uniqueItems": false + }, + "ThumbnailConfiguration": { + "$ref": "#/definitions/ThumbnailConfiguration" + }, + "TimecodeConfig": { + "$ref": "#/definitions/TimecodeConfig" + }, + "VideoDescriptions": { + "items": { + "$ref": "#/definitions/VideoDescription" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "EpochLockingSettings": { + "additionalProperties": false, + "properties": { + "CustomEpoch": { + "type": "string" + }, + "JamSyncTime": { + "type": "string" + } + }, + "type": "object" + }, + "Esam": { + "additionalProperties": false, + "properties": { + "AcquisitionPointId": { + "type": "string" + }, + "AdAvailOffset": { + "type": "integer" + }, + "PasswordParam": { + "type": "string" + }, + "PoisEndpoint": { + "type": "string" + }, + "Username": { + "type": "string" + }, + "ZoneIdentity": { + "type": "string" + } + }, + "type": "object" + }, + "FailoverCondition": { + "additionalProperties": false, + "properties": { + "FailoverConditionSettings": { + "$ref": "#/definitions/FailoverConditionSettings" + } + }, + "type": "object" + }, + "FailoverConditionSettings": { + "additionalProperties": false, + "properties": { + "AudioSilenceSettings": { + "$ref": "#/definitions/AudioSilenceFailoverSettings" + }, + "InputLossSettings": { + "$ref": "#/definitions/InputLossFailoverSettings" + }, + "VideoBlackSettings": { + "$ref": "#/definitions/VideoBlackFailoverSettings" + } + }, + "type": "object" + }, + "FeatureActivations": { + "additionalProperties": false, + "properties": { + "InputPrepareScheduleActions": { + "type": "string" + }, + "OutputStaticImageOverlayScheduleActions": { + "type": "string" + } + }, + "type": "object" + }, + "FecOutputSettings": { + "additionalProperties": false, + "properties": { + "ColumnDepth": { + "type": "integer" + }, + "IncludeFec": { + "type": "string" + }, + "RowLength": { + "type": "integer" + } + }, + "type": "object" + }, + "Fmp4HlsSettings": { + "additionalProperties": false, + "properties": { + "AudioRenditionSets": { + "type": "string" + }, + "NielsenId3Behavior": { + "type": "string" + }, + "TimedMetadataBehavior": { + "type": "string" + } + }, + "type": "object" + }, + "FrameCaptureCdnSettings": { + "additionalProperties": false, + "properties": { + "FrameCaptureS3Settings": { + "$ref": "#/definitions/FrameCaptureS3Settings" + } + }, + "type": "object" + }, + "FrameCaptureGroupSettings": { + "additionalProperties": false, + "properties": { + "Destination": { + "$ref": "#/definitions/OutputLocationRef" + }, + "FrameCaptureCdnSettings": { + "$ref": "#/definitions/FrameCaptureCdnSettings" + } + }, + "type": "object" + }, + "FrameCaptureHlsSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "FrameCaptureOutputSettings": { + "additionalProperties": false, + "properties": { + "NameModifier": { + "type": "string" + } + }, + "type": "object" + }, + "FrameCaptureS3Settings": { + "additionalProperties": false, + "properties": { + "CannedAcl": { + "type": "string" + } + }, + "type": "object" + }, + "FrameCaptureSettings": { + "additionalProperties": false, + "properties": { + "CaptureInterval": { + "type": "integer" + }, + "CaptureIntervalUnits": { + "type": "string" + }, + "TimecodeBurninSettings": { + "$ref": "#/definitions/TimecodeBurninSettings" + } + }, + "type": "object" + }, + "GlobalConfiguration": { + "additionalProperties": false, + "properties": { + "InitialAudioGain": { + "type": "integer" + }, + "InputEndAction": { + "type": "string" + }, + "InputLossBehavior": { + "$ref": "#/definitions/InputLossBehavior" + }, + "OutputLockingMode": { + "type": "string" + }, + "OutputLockingSettings": { + "$ref": "#/definitions/OutputLockingSettings" + }, + "OutputTimingSource": { + "type": "string" + }, + "SupportLowFramerateInputs": { + "type": "string" + } + }, + "type": "object" + }, + "H264ColorSpaceSettings": { + "additionalProperties": false, + "properties": { + "ColorSpacePassthroughSettings": { + "$ref": "#/definitions/ColorSpacePassthroughSettings" + }, + "Rec601Settings": { + "$ref": "#/definitions/Rec601Settings" + }, + "Rec709Settings": { + "$ref": "#/definitions/Rec709Settings" + } + }, + "type": "object" + }, + "H264FilterSettings": { + "additionalProperties": false, + "properties": { + "BandwidthReductionFilterSettings": { + "$ref": "#/definitions/BandwidthReductionFilterSettings" + }, + "TemporalFilterSettings": { + "$ref": "#/definitions/TemporalFilterSettings" + } + }, + "type": "object" + }, + "H264Settings": { + "additionalProperties": false, + "properties": { + "AdaptiveQuantization": { + "type": "string" + }, + "AfdSignaling": { + "type": "string" + }, + "Bitrate": { + "type": "integer" + }, + "BufFillPct": { + "type": "integer" + }, + "BufSize": { + "type": "integer" + }, + "ColorMetadata": { + "type": "string" + }, + "ColorSpaceSettings": { + "$ref": "#/definitions/H264ColorSpaceSettings" + }, + "EntropyEncoding": { + "type": "string" + }, + "FilterSettings": { + "$ref": "#/definitions/H264FilterSettings" + }, + "FixedAfd": { + "type": "string" + }, + "FlickerAq": { + "type": "string" + }, + "ForceFieldPictures": { + "type": "string" + }, + "FramerateControl": { + "type": "string" + }, + "FramerateDenominator": { + "type": "integer" + }, + "FramerateNumerator": { + "type": "integer" + }, + "GopBReference": { + "type": "string" + }, + "GopClosedCadence": { + "type": "integer" + }, + "GopNumBFrames": { + "type": "integer" + }, + "GopSize": { + "type": "number" + }, + "GopSizeUnits": { + "type": "string" + }, + "Level": { + "type": "string" + }, + "LookAheadRateControl": { + "type": "string" + }, + "MaxBitrate": { + "type": "integer" + }, + "MinIInterval": { + "type": "integer" + }, + "MinQp": { + "type": "integer" + }, + "NumRefFrames": { + "type": "integer" + }, + "ParControl": { + "type": "string" + }, + "ParDenominator": { + "type": "integer" + }, + "ParNumerator": { + "type": "integer" + }, + "Profile": { + "type": "string" + }, + "QualityLevel": { + "type": "string" + }, + "QvbrQualityLevel": { + "type": "integer" + }, + "RateControlMode": { + "type": "string" + }, + "ScanType": { + "type": "string" + }, + "SceneChangeDetect": { + "type": "string" + }, + "Slices": { + "type": "integer" + }, + "Softness": { + "type": "integer" + }, + "SpatialAq": { + "type": "string" + }, + "SubgopLength": { + "type": "string" + }, + "Syntax": { + "type": "string" + }, + "TemporalAq": { + "type": "string" + }, + "TimecodeBurninSettings": { + "$ref": "#/definitions/TimecodeBurninSettings" + }, + "TimecodeInsertion": { + "type": "string" + } + }, + "type": "object" + }, + "H265ColorSpaceSettings": { + "additionalProperties": false, + "properties": { + "ColorSpacePassthroughSettings": { + "$ref": "#/definitions/ColorSpacePassthroughSettings" + }, + "DolbyVision81Settings": { + "$ref": "#/definitions/DolbyVision81Settings" + }, + "Hdr10Settings": { + "$ref": "#/definitions/Hdr10Settings" + }, + "Rec601Settings": { + "$ref": "#/definitions/Rec601Settings" + }, + "Rec709Settings": { + "$ref": "#/definitions/Rec709Settings" + } + }, + "type": "object" + }, + "H265FilterSettings": { + "additionalProperties": false, + "properties": { + "BandwidthReductionFilterSettings": { + "$ref": "#/definitions/BandwidthReductionFilterSettings" + }, + "TemporalFilterSettings": { + "$ref": "#/definitions/TemporalFilterSettings" + } + }, + "type": "object" + }, + "H265Settings": { + "additionalProperties": false, + "properties": { + "AdaptiveQuantization": { + "type": "string" + }, + "AfdSignaling": { + "type": "string" + }, + "AlternativeTransferFunction": { + "type": "string" + }, + "Bitrate": { + "type": "integer" + }, + "BufSize": { + "type": "integer" + }, + "ColorMetadata": { + "type": "string" + }, + "ColorSpaceSettings": { + "$ref": "#/definitions/H265ColorSpaceSettings" + }, + "FilterSettings": { + "$ref": "#/definitions/H265FilterSettings" + }, + "FixedAfd": { + "type": "string" + }, + "FlickerAq": { + "type": "string" + }, + "FramerateDenominator": { + "type": "integer" + }, + "FramerateNumerator": { + "type": "integer" + }, + "GopClosedCadence": { + "type": "integer" + }, + "GopSize": { + "type": "number" + }, + "GopSizeUnits": { + "type": "string" + }, + "Level": { + "type": "string" + }, + "LookAheadRateControl": { + "type": "string" + }, + "MaxBitrate": { + "type": "integer" + }, + "MinIInterval": { + "type": "integer" + }, + "MinQp": { + "type": "integer" + }, + "MvOverPictureBoundaries": { + "type": "string" + }, + "MvTemporalPredictor": { + "type": "string" + }, + "ParDenominator": { + "type": "integer" + }, + "ParNumerator": { + "type": "integer" + }, + "Profile": { + "type": "string" + }, + "QvbrQualityLevel": { + "type": "integer" + }, + "RateControlMode": { + "type": "string" + }, + "ScanType": { + "type": "string" + }, + "SceneChangeDetect": { + "type": "string" + }, + "Slices": { + "type": "integer" + }, + "Tier": { + "type": "string" + }, + "TileHeight": { + "type": "integer" + }, + "TilePadding": { + "type": "string" + }, + "TileWidth": { + "type": "integer" + }, + "TimecodeBurninSettings": { + "$ref": "#/definitions/TimecodeBurninSettings" + }, + "TimecodeInsertion": { + "type": "string" + }, + "TreeblockSize": { + "type": "string" + } + }, + "type": "object" + }, + "Hdr10Settings": { + "additionalProperties": false, + "properties": { + "MaxCll": { + "type": "integer" + }, + "MaxFall": { + "type": "integer" + } + }, + "type": "object" + }, + "HlsAkamaiSettings": { + "additionalProperties": false, + "properties": { + "ConnectionRetryInterval": { + "type": "integer" + }, + "FilecacheDuration": { + "type": "integer" + }, + "HttpTransferMode": { + "type": "string" + }, + "NumRetries": { + "type": "integer" + }, + "RestartDelay": { + "type": "integer" + }, + "Salt": { + "type": "string" + }, + "Token": { + "type": "string" + } + }, + "type": "object" + }, + "HlsBasicPutSettings": { + "additionalProperties": false, + "properties": { + "ConnectionRetryInterval": { + "type": "integer" + }, + "FilecacheDuration": { + "type": "integer" + }, + "NumRetries": { + "type": "integer" + }, + "RestartDelay": { + "type": "integer" + } + }, + "type": "object" + }, + "HlsCdnSettings": { + "additionalProperties": false, + "properties": { + "HlsAkamaiSettings": { + "$ref": "#/definitions/HlsAkamaiSettings" + }, + "HlsBasicPutSettings": { + "$ref": "#/definitions/HlsBasicPutSettings" + }, + "HlsMediaStoreSettings": { + "$ref": "#/definitions/HlsMediaStoreSettings" + }, + "HlsS3Settings": { + "$ref": "#/definitions/HlsS3Settings" + }, + "HlsWebdavSettings": { + "$ref": "#/definitions/HlsWebdavSettings" + } + }, + "type": "object" + }, + "HlsGroupSettings": { + "additionalProperties": false, + "properties": { + "AdMarkers": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "BaseUrlContent": { + "type": "string" + }, + "BaseUrlContent1": { + "type": "string" + }, + "BaseUrlManifest": { + "type": "string" + }, + "BaseUrlManifest1": { + "type": "string" + }, + "CaptionLanguageMappings": { + "items": { + "$ref": "#/definitions/CaptionLanguageMapping" + }, + "type": "array", + "uniqueItems": false + }, + "CaptionLanguageSetting": { + "type": "string" + }, + "ClientCache": { + "type": "string" + }, + "CodecSpecification": { + "type": "string" + }, + "ConstantIv": { + "type": "string" + }, + "Destination": { + "$ref": "#/definitions/OutputLocationRef" + }, + "DirectoryStructure": { + "type": "string" + }, + "DiscontinuityTags": { + "type": "string" + }, + "EncryptionType": { + "type": "string" + }, + "HlsCdnSettings": { + "$ref": "#/definitions/HlsCdnSettings" + }, + "HlsId3SegmentTagging": { + "type": "string" + }, + "IFrameOnlyPlaylists": { + "type": "string" + }, + "IncompleteSegmentBehavior": { + "type": "string" + }, + "IndexNSegments": { + "type": "integer" + }, + "InputLossAction": { + "type": "string" + }, + "IvInManifest": { + "type": "string" + }, + "IvSource": { + "type": "string" + }, + "KeepSegments": { + "type": "integer" + }, + "KeyFormat": { + "type": "string" + }, + "KeyFormatVersions": { + "type": "string" + }, + "KeyProviderSettings": { + "$ref": "#/definitions/KeyProviderSettings" + }, + "ManifestCompression": { + "type": "string" + }, + "ManifestDurationFormat": { + "type": "string" + }, + "MinSegmentLength": { + "type": "integer" + }, + "Mode": { + "type": "string" + }, + "OutputSelection": { + "type": "string" + }, + "ProgramDateTime": { + "type": "string" + }, + "ProgramDateTimeClock": { + "type": "string" + }, + "ProgramDateTimePeriod": { + "type": "integer" + }, + "RedundantManifest": { + "type": "string" + }, + "SegmentLength": { + "type": "integer" + }, + "SegmentationMode": { + "type": "string" + }, + "SegmentsPerSubdirectory": { + "type": "integer" + }, + "StreamInfResolution": { + "type": "string" + }, + "TimedMetadataId3Frame": { + "type": "string" + }, + "TimedMetadataId3Period": { + "type": "integer" + }, + "TimestampDeltaMilliseconds": { + "type": "integer" + }, + "TsFileMode": { + "type": "string" + } + }, + "type": "object" + }, + "HlsInputSettings": { + "additionalProperties": false, + "properties": { + "Bandwidth": { + "type": "integer" + }, + "BufferSegments": { + "type": "integer" + }, + "Retries": { + "type": "integer" + }, + "RetryInterval": { + "type": "integer" + }, + "Scte35Source": { + "type": "string" + } + }, + "type": "object" + }, + "HlsMediaStoreSettings": { + "additionalProperties": false, + "properties": { + "ConnectionRetryInterval": { + "type": "integer" + }, + "FilecacheDuration": { + "type": "integer" + }, + "MediaStoreStorageClass": { + "type": "string" + }, + "NumRetries": { + "type": "integer" + }, + "RestartDelay": { + "type": "integer" + } + }, + "type": "object" + }, + "HlsOutputSettings": { + "additionalProperties": false, + "properties": { + "H265PackagingType": { + "type": "string" + }, + "HlsSettings": { + "$ref": "#/definitions/HlsSettings" + }, + "NameModifier": { + "type": "string" + }, + "SegmentModifier": { + "type": "string" + } + }, + "type": "object" + }, + "HlsS3Settings": { + "additionalProperties": false, + "properties": { + "CannedAcl": { + "type": "string" + } + }, + "type": "object" + }, + "HlsSettings": { + "additionalProperties": false, + "properties": { + "AudioOnlyHlsSettings": { + "$ref": "#/definitions/AudioOnlyHlsSettings" + }, + "Fmp4HlsSettings": { + "$ref": "#/definitions/Fmp4HlsSettings" + }, + "FrameCaptureHlsSettings": { + "$ref": "#/definitions/FrameCaptureHlsSettings" + }, + "StandardHlsSettings": { + "$ref": "#/definitions/StandardHlsSettings" + } + }, + "type": "object" + }, + "HlsWebdavSettings": { + "additionalProperties": false, + "properties": { + "ConnectionRetryInterval": { + "type": "integer" + }, + "FilecacheDuration": { + "type": "integer" + }, + "HttpTransferMode": { + "type": "string" + }, + "NumRetries": { + "type": "integer" + }, + "RestartDelay": { + "type": "integer" + } + }, + "type": "object" + }, + "HtmlMotionGraphicsSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "InputAttachment": { + "additionalProperties": false, + "properties": { + "AutomaticInputFailoverSettings": { + "$ref": "#/definitions/AutomaticInputFailoverSettings" + }, + "InputAttachmentName": { + "type": "string" + }, + "InputId": { + "type": "string" + }, + "InputSettings": { + "$ref": "#/definitions/InputSettings" + }, + "LogicalInterfaceNames": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "InputChannelLevel": { + "additionalProperties": false, + "properties": { + "Gain": { + "type": "integer" + }, + "InputChannel": { + "type": "integer" + } + }, + "type": "object" + }, + "InputLocation": { + "additionalProperties": false, + "properties": { + "PasswordParam": { + "type": "string" + }, + "Uri": { + "type": "string" + }, + "Username": { + "type": "string" + } + }, + "type": "object" + }, + "InputLossBehavior": { + "additionalProperties": false, + "properties": { + "BlackFrameMsec": { + "type": "integer" + }, + "InputLossImageColor": { + "type": "string" + }, + "InputLossImageSlate": { + "$ref": "#/definitions/InputLocation" + }, + "InputLossImageType": { + "type": "string" + }, + "RepeatFrameMsec": { + "type": "integer" + } + }, + "type": "object" + }, + "InputLossFailoverSettings": { + "additionalProperties": false, + "properties": { + "InputLossThresholdMsec": { + "type": "integer" + } + }, + "type": "object" + }, + "InputSettings": { + "additionalProperties": false, + "properties": { + "AudioSelectors": { + "items": { + "$ref": "#/definitions/AudioSelector" + }, + "type": "array", + "uniqueItems": false + }, + "CaptionSelectors": { + "items": { + "$ref": "#/definitions/CaptionSelector" + }, + "type": "array", + "uniqueItems": false + }, + "DeblockFilter": { + "type": "string" + }, + "DenoiseFilter": { + "type": "string" + }, + "FilterStrength": { + "type": "integer" + }, + "InputFilter": { + "type": "string" + }, + "NetworkInputSettings": { + "$ref": "#/definitions/NetworkInputSettings" + }, + "Scte35Pid": { + "type": "integer" + }, + "Smpte2038DataPreference": { + "type": "string" + }, + "SourceEndBehavior": { + "type": "string" + }, + "VideoSelector": { + "$ref": "#/definitions/VideoSelector" + } + }, + "type": "object" + }, + "InputSpecification": { + "additionalProperties": false, + "properties": { + "Codec": { + "type": "string" + }, + "MaximumBitrate": { + "type": "string" + }, + "Resolution": { + "type": "string" + } + }, + "type": "object" + }, + "KeyProviderSettings": { + "additionalProperties": false, + "properties": { + "StaticKeySettings": { + "$ref": "#/definitions/StaticKeySettings" + } + }, + "type": "object" + }, + "M2tsSettings": { + "additionalProperties": false, + "properties": { + "AbsentInputAudioBehavior": { + "type": "string" + }, + "Arib": { + "type": "string" + }, + "AribCaptionsPid": { + "type": "string" + }, + "AribCaptionsPidControl": { + "type": "string" + }, + "AudioBufferModel": { + "type": "string" + }, + "AudioFramesPerPes": { + "type": "integer" + }, + "AudioPids": { + "type": "string" + }, + "AudioStreamType": { + "type": "string" + }, + "Bitrate": { + "type": "integer" + }, + "BufferModel": { + "type": "string" + }, + "CcDescriptor": { + "type": "string" + }, + "DvbNitSettings": { + "$ref": "#/definitions/DvbNitSettings" + }, + "DvbSdtSettings": { + "$ref": "#/definitions/DvbSdtSettings" + }, + "DvbSubPids": { + "type": "string" + }, + "DvbTdtSettings": { + "$ref": "#/definitions/DvbTdtSettings" + }, + "DvbTeletextPid": { + "type": "string" + }, + "Ebif": { + "type": "string" + }, + "EbpAudioInterval": { + "type": "string" + }, + "EbpLookaheadMs": { + "type": "integer" + }, + "EbpPlacement": { + "type": "string" + }, + "EcmPid": { + "type": "string" + }, + "EsRateInPes": { + "type": "string" + }, + "EtvPlatformPid": { + "type": "string" + }, + "EtvSignalPid": { + "type": "string" + }, + "FragmentTime": { + "type": "number" + }, + "Klv": { + "type": "string" + }, + "KlvDataPids": { + "type": "string" + }, + "NielsenId3Behavior": { + "type": "string" + }, + "NullPacketBitrate": { + "type": "number" + }, + "PatInterval": { + "type": "integer" + }, + "PcrControl": { + "type": "string" + }, + "PcrPeriod": { + "type": "integer" + }, + "PcrPid": { + "type": "string" + }, + "PmtInterval": { + "type": "integer" + }, + "PmtPid": { + "type": "string" + }, + "ProgramNum": { + "type": "integer" + }, + "RateMode": { + "type": "string" + }, + "Scte27Pids": { + "type": "string" + }, + "Scte35Control": { + "type": "string" + }, + "Scte35Pid": { + "type": "string" + }, + "Scte35PrerollPullupMilliseconds": { + "type": "number" + }, + "SegmentationMarkers": { + "type": "string" + }, + "SegmentationStyle": { + "type": "string" + }, + "SegmentationTime": { + "type": "number" + }, + "TimedMetadataBehavior": { + "type": "string" + }, + "TimedMetadataPid": { + "type": "string" + }, + "TransportStreamId": { + "type": "integer" + }, + "VideoPid": { + "type": "string" + } + }, + "type": "object" + }, + "M3u8Settings": { + "additionalProperties": false, + "properties": { + "AudioFramesPerPes": { + "type": "integer" + }, + "AudioPids": { + "type": "string" + }, + "EcmPid": { + "type": "string" + }, + "KlvBehavior": { + "type": "string" + }, + "KlvDataPids": { + "type": "string" + }, + "NielsenId3Behavior": { + "type": "string" + }, + "PatInterval": { + "type": "integer" + }, + "PcrControl": { + "type": "string" + }, + "PcrPeriod": { + "type": "integer" + }, + "PcrPid": { + "type": "string" + }, + "PmtInterval": { + "type": "integer" + }, + "PmtPid": { + "type": "string" + }, + "ProgramNum": { + "type": "integer" + }, + "Scte35Behavior": { + "type": "string" + }, + "Scte35Pid": { + "type": "string" + }, + "TimedMetadataBehavior": { + "type": "string" + }, + "TimedMetadataPid": { + "type": "string" + }, + "TransportStreamId": { + "type": "integer" + }, + "VideoPid": { + "type": "string" + } + }, + "type": "object" + }, + "MaintenanceCreateSettings": { + "additionalProperties": false, + "properties": { + "MaintenanceDay": { + "type": "string" + }, + "MaintenanceStartTime": { + "type": "string" + } + }, + "type": "object" + }, + "MediaPackageGroupSettings": { + "additionalProperties": false, + "properties": { + "Destination": { + "$ref": "#/definitions/OutputLocationRef" + } + }, + "type": "object" + }, + "MediaPackageOutputDestinationSettings": { + "additionalProperties": false, + "properties": { + "ChannelId": { + "type": "string" + } + }, + "type": "object" + }, + "MediaPackageOutputSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "MotionGraphicsConfiguration": { + "additionalProperties": false, + "properties": { + "MotionGraphicsInsertion": { + "type": "string" + }, + "MotionGraphicsSettings": { + "$ref": "#/definitions/MotionGraphicsSettings" + } + }, + "type": "object" + }, + "MotionGraphicsSettings": { + "additionalProperties": false, + "properties": { + "HtmlMotionGraphicsSettings": { + "$ref": "#/definitions/HtmlMotionGraphicsSettings" + } + }, + "type": "object" + }, + "Mp2Settings": { + "additionalProperties": false, + "properties": { + "Bitrate": { + "type": "number" + }, + "CodingMode": { + "type": "string" + }, + "SampleRate": { + "type": "number" + } + }, + "type": "object" + }, + "Mpeg2FilterSettings": { + "additionalProperties": false, + "properties": { + "TemporalFilterSettings": { + "$ref": "#/definitions/TemporalFilterSettings" + } + }, + "type": "object" + }, + "Mpeg2Settings": { + "additionalProperties": false, + "properties": { + "AdaptiveQuantization": { + "type": "string" + }, + "AfdSignaling": { + "type": "string" + }, + "ColorMetadata": { + "type": "string" + }, + "ColorSpace": { + "type": "string" + }, + "DisplayAspectRatio": { + "type": "string" + }, + "FilterSettings": { + "$ref": "#/definitions/Mpeg2FilterSettings" + }, + "FixedAfd": { + "type": "string" + }, + "FramerateDenominator": { + "type": "integer" + }, + "FramerateNumerator": { + "type": "integer" + }, + "GopClosedCadence": { + "type": "integer" + }, + "GopNumBFrames": { + "type": "integer" + }, + "GopSize": { + "type": "number" + }, + "GopSizeUnits": { + "type": "string" + }, + "ScanType": { + "type": "string" + }, + "SubgopLength": { + "type": "string" + }, + "TimecodeBurninSettings": { + "$ref": "#/definitions/TimecodeBurninSettings" + }, + "TimecodeInsertion": { + "type": "string" + } + }, + "type": "object" + }, + "MsSmoothGroupSettings": { + "additionalProperties": false, + "properties": { + "AcquisitionPointId": { + "type": "string" + }, + "AudioOnlyTimecodeControl": { + "type": "string" + }, + "CertificateMode": { + "type": "string" + }, + "ConnectionRetryInterval": { + "type": "integer" + }, + "Destination": { + "$ref": "#/definitions/OutputLocationRef" + }, + "EventId": { + "type": "string" + }, + "EventIdMode": { + "type": "string" + }, + "EventStopBehavior": { + "type": "string" + }, + "FilecacheDuration": { + "type": "integer" + }, + "FragmentLength": { + "type": "integer" + }, + "InputLossAction": { + "type": "string" + }, + "NumRetries": { + "type": "integer" + }, + "RestartDelay": { + "type": "integer" + }, + "SegmentationMode": { + "type": "string" + }, + "SendDelayMs": { + "type": "integer" + }, + "SparseTrackType": { + "type": "string" + }, + "StreamManifestBehavior": { + "type": "string" + }, + "TimestampOffset": { + "type": "string" + }, + "TimestampOffsetMode": { + "type": "string" + } + }, + "type": "object" + }, + "MsSmoothOutputSettings": { + "additionalProperties": false, + "properties": { + "H265PackagingType": { + "type": "string" + }, + "NameModifier": { + "type": "string" + } + }, + "type": "object" + }, + "MulticastInputSettings": { + "additionalProperties": false, + "properties": { + "SourceIpAddress": { + "type": "string" + } + }, + "type": "object" + }, + "MultiplexContainerSettings": { + "additionalProperties": false, + "properties": { + "MultiplexM2tsSettings": { + "$ref": "#/definitions/MultiplexM2tsSettings" + } + }, + "type": "object" + }, + "MultiplexGroupSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "MultiplexM2tsSettings": { + "additionalProperties": false, + "properties": { + "AbsentInputAudioBehavior": { + "type": "string" + }, + "Arib": { + "type": "string" + }, + "AudioBufferModel": { + "type": "string" + }, + "AudioFramesPerPes": { + "type": "integer" + }, + "AudioStreamType": { + "type": "string" + }, + "CcDescriptor": { + "type": "string" + }, + "Ebif": { + "type": "string" + }, + "EsRateInPes": { + "type": "string" + }, + "Klv": { + "type": "string" + }, + "NielsenId3Behavior": { + "type": "string" + }, + "PcrControl": { + "type": "string" + }, + "PcrPeriod": { + "type": "integer" + }, + "Scte35Control": { + "type": "string" + }, + "Scte35PrerollPullupMilliseconds": { + "type": "number" + } + }, + "type": "object" + }, + "MultiplexOutputSettings": { + "additionalProperties": false, + "properties": { + "ContainerSettings": { + "$ref": "#/definitions/MultiplexContainerSettings" + }, + "Destination": { + "$ref": "#/definitions/OutputLocationRef" + } + }, + "type": "object" + }, + "MultiplexProgramChannelDestinationSettings": { + "additionalProperties": false, + "properties": { + "MultiplexId": { + "type": "string" + }, + "ProgramName": { + "type": "string" + } + }, + "type": "object" + }, + "NetworkInputSettings": { + "additionalProperties": false, + "properties": { + "HlsInputSettings": { + "$ref": "#/definitions/HlsInputSettings" + }, + "MulticastInputSettings": { + "$ref": "#/definitions/MulticastInputSettings" + }, + "ServerValidation": { + "type": "string" + } + }, + "type": "object" + }, + "NielsenCBET": { + "additionalProperties": false, + "properties": { + "CbetCheckDigitString": { + "type": "string" + }, + "CbetStepaside": { + "type": "string" + }, + "Csid": { + "type": "string" + } + }, + "type": "object" + }, + "NielsenConfiguration": { + "additionalProperties": false, + "properties": { + "DistributorId": { + "type": "string" + }, + "NielsenPcmToId3Tagging": { + "type": "string" + } + }, + "type": "object" + }, + "NielsenNaesIiNw": { + "additionalProperties": false, + "properties": { + "CheckDigitString": { + "type": "string" + }, + "Sid": { + "type": "number" + }, + "Timezone": { + "type": "string" + } + }, + "type": "object" + }, + "NielsenWatermarksSettings": { + "additionalProperties": false, + "properties": { + "NielsenCbetSettings": { + "$ref": "#/definitions/NielsenCBET" + }, + "NielsenDistributionType": { + "type": "string" + }, + "NielsenNaesIiNwSettings": { + "$ref": "#/definitions/NielsenNaesIiNw" + } + }, + "type": "object" + }, + "Output": { + "additionalProperties": false, + "properties": { + "AudioDescriptionNames": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "CaptionDescriptionNames": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "OutputName": { + "type": "string" + }, + "OutputSettings": { + "$ref": "#/definitions/OutputSettings" + }, + "VideoDescriptionName": { + "type": "string" + } + }, + "type": "object" + }, + "OutputDestination": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "MediaPackageSettings": { + "items": { + "$ref": "#/definitions/MediaPackageOutputDestinationSettings" + }, + "type": "array", + "uniqueItems": false + }, + "MultiplexSettings": { + "$ref": "#/definitions/MultiplexProgramChannelDestinationSettings" + }, + "Settings": { + "items": { + "$ref": "#/definitions/OutputDestinationSettings" + }, + "type": "array", + "uniqueItems": false + }, + "SrtSettings": { + "items": { + "$ref": "#/definitions/SrtOutputDestinationSettings" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "OutputDestinationSettings": { + "additionalProperties": false, + "properties": { + "PasswordParam": { + "type": "string" + }, + "StreamName": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "Username": { + "type": "string" + } + }, + "type": "object" + }, + "OutputGroup": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "OutputGroupSettings": { + "$ref": "#/definitions/OutputGroupSettings" + }, + "Outputs": { + "items": { + "$ref": "#/definitions/Output" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "OutputGroupSettings": { + "additionalProperties": false, + "properties": { + "ArchiveGroupSettings": { + "$ref": "#/definitions/ArchiveGroupSettings" + }, + "CmafIngestGroupSettings": { + "$ref": "#/definitions/CmafIngestGroupSettings" + }, + "FrameCaptureGroupSettings": { + "$ref": "#/definitions/FrameCaptureGroupSettings" + }, + "HlsGroupSettings": { + "$ref": "#/definitions/HlsGroupSettings" + }, + "MediaPackageGroupSettings": { + "$ref": "#/definitions/MediaPackageGroupSettings" + }, + "MsSmoothGroupSettings": { + "$ref": "#/definitions/MsSmoothGroupSettings" + }, + "MultiplexGroupSettings": { + "$ref": "#/definitions/MultiplexGroupSettings" + }, + "RtmpGroupSettings": { + "$ref": "#/definitions/RtmpGroupSettings" + }, + "SrtGroupSettings": { + "$ref": "#/definitions/SrtGroupSettings" + }, + "UdpGroupSettings": { + "$ref": "#/definitions/UdpGroupSettings" + } + }, + "type": "object" + }, + "OutputLocationRef": { + "additionalProperties": false, + "properties": { + "DestinationRefId": { + "type": "string" + } + }, + "type": "object" + }, + "OutputLockingSettings": { + "additionalProperties": false, + "properties": { + "EpochLockingSettings": { + "$ref": "#/definitions/EpochLockingSettings" + }, + "PipelineLockingSettings": { + "$ref": "#/definitions/PipelineLockingSettings" + } + }, + "type": "object" + }, + "OutputSettings": { + "additionalProperties": false, + "properties": { + "ArchiveOutputSettings": { + "$ref": "#/definitions/ArchiveOutputSettings" + }, + "CmafIngestOutputSettings": { + "$ref": "#/definitions/CmafIngestOutputSettings" + }, + "FrameCaptureOutputSettings": { + "$ref": "#/definitions/FrameCaptureOutputSettings" + }, + "HlsOutputSettings": { + "$ref": "#/definitions/HlsOutputSettings" + }, + "MediaPackageOutputSettings": { + "$ref": "#/definitions/MediaPackageOutputSettings" + }, + "MsSmoothOutputSettings": { + "$ref": "#/definitions/MsSmoothOutputSettings" + }, + "MultiplexOutputSettings": { + "$ref": "#/definitions/MultiplexOutputSettings" + }, + "RtmpOutputSettings": { + "$ref": "#/definitions/RtmpOutputSettings" + }, + "SrtOutputSettings": { + "$ref": "#/definitions/SrtOutputSettings" + }, + "UdpOutputSettings": { + "$ref": "#/definitions/UdpOutputSettings" + } + }, + "type": "object" + }, + "PassThroughSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "PipelineLockingSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "RawSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Rec601Settings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Rec709Settings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "RemixSettings": { + "additionalProperties": false, + "properties": { + "ChannelMappings": { + "items": { + "$ref": "#/definitions/AudioChannelMapping" + }, + "type": "array", + "uniqueItems": false + }, + "ChannelsIn": { + "type": "integer" + }, + "ChannelsOut": { + "type": "integer" + } + }, + "type": "object" + }, + "RtmpCaptionInfoDestinationSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "RtmpGroupSettings": { + "additionalProperties": false, + "properties": { + "AdMarkers": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AuthenticationScheme": { + "type": "string" + }, + "CacheFullBehavior": { + "type": "string" + }, + "CacheLength": { + "type": "integer" + }, + "CaptionData": { + "type": "string" + }, + "IncludeFillerNalUnits": { + "type": "string" + }, + "InputLossAction": { + "type": "string" + }, + "RestartDelay": { + "type": "integer" + } + }, + "type": "object" + }, + "RtmpOutputSettings": { + "additionalProperties": false, + "properties": { + "CertificateMode": { + "type": "string" + }, + "ConnectionRetryInterval": { + "type": "integer" + }, + "Destination": { + "$ref": "#/definitions/OutputLocationRef" + }, + "NumRetries": { + "type": "integer" + } + }, + "type": "object" + }, + "Scte20PlusEmbeddedDestinationSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Scte20SourceSettings": { + "additionalProperties": false, + "properties": { + "Convert608To708": { + "type": "string" + }, + "Source608ChannelNumber": { + "type": "integer" + } + }, + "type": "object" + }, + "Scte27DestinationSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Scte27SourceSettings": { + "additionalProperties": false, + "properties": { + "OcrLanguage": { + "type": "string" + }, + "Pid": { + "type": "integer" + } + }, + "type": "object" + }, + "Scte35SpliceInsert": { + "additionalProperties": false, + "properties": { + "AdAvailOffset": { + "type": "integer" + }, + "NoRegionalBlackoutFlag": { + "type": "string" + }, + "WebDeliveryAllowedFlag": { + "type": "string" + } + }, + "type": "object" + }, + "Scte35TimeSignalApos": { + "additionalProperties": false, + "properties": { + "AdAvailOffset": { + "type": "integer" + }, + "NoRegionalBlackoutFlag": { + "type": "string" + }, + "WebDeliveryAllowedFlag": { + "type": "string" + } + }, + "type": "object" + }, + "SmpteTtDestinationSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "SrtGroupSettings": { + "additionalProperties": false, + "properties": { + "InputLossAction": { + "type": "string" + } + }, + "type": "object" + }, + "SrtOutputDestinationSettings": { + "additionalProperties": false, + "properties": { + "EncryptionPassphraseSecretArn": { + "type": "string" + }, + "StreamId": { + "type": "string" + }, + "Url": { + "type": "string" + } + }, + "type": "object" + }, + "SrtOutputSettings": { + "additionalProperties": false, + "properties": { + "BufferMsec": { + "type": "integer" + }, + "ContainerSettings": { + "$ref": "#/definitions/UdpContainerSettings" + }, + "Destination": { + "$ref": "#/definitions/OutputLocationRef" + }, + "EncryptionType": { + "type": "string" + }, + "Latency": { + "type": "integer" + } + }, + "type": "object" + }, + "StandardHlsSettings": { + "additionalProperties": false, + "properties": { + "AudioRenditionSets": { + "type": "string" + }, + "M3u8Settings": { + "$ref": "#/definitions/M3u8Settings" + } + }, + "type": "object" + }, + "StaticKeySettings": { + "additionalProperties": false, + "properties": { + "KeyProviderServer": { + "$ref": "#/definitions/InputLocation" + }, + "StaticKeyValue": { + "type": "string" + } + }, + "type": "object" + }, + "TeletextDestinationSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "TeletextSourceSettings": { + "additionalProperties": false, + "properties": { + "OutputRectangle": { + "$ref": "#/definitions/CaptionRectangle" + }, + "PageNumber": { + "type": "string" + } + }, + "type": "object" + }, + "TemporalFilterSettings": { + "additionalProperties": false, + "properties": { + "PostFilterSharpening": { + "type": "string" + }, + "Strength": { + "type": "string" + } + }, + "type": "object" + }, + "ThumbnailConfiguration": { + "additionalProperties": false, + "properties": { + "State": { + "type": "string" + } + }, + "type": "object" + }, + "TimecodeBurninSettings": { + "additionalProperties": false, + "properties": { + "FontSize": { + "type": "string" + }, + "Position": { + "type": "string" + }, + "Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "TimecodeConfig": { + "additionalProperties": false, + "properties": { + "Source": { + "type": "string" + }, + "SyncThreshold": { + "type": "integer" + } + }, + "type": "object" + }, + "TtmlDestinationSettings": { + "additionalProperties": false, + "properties": { + "StyleControl": { + "type": "string" + } + }, + "type": "object" + }, + "UdpContainerSettings": { + "additionalProperties": false, + "properties": { + "M2tsSettings": { + "$ref": "#/definitions/M2tsSettings" + } + }, + "type": "object" + }, + "UdpGroupSettings": { + "additionalProperties": false, + "properties": { + "InputLossAction": { + "type": "string" + }, + "TimedMetadataId3Frame": { + "type": "string" + }, + "TimedMetadataId3Period": { + "type": "integer" + } + }, + "type": "object" + }, + "UdpOutputSettings": { + "additionalProperties": false, + "properties": { + "BufferMsec": { + "type": "integer" + }, + "ContainerSettings": { + "$ref": "#/definitions/UdpContainerSettings" + }, + "Destination": { + "$ref": "#/definitions/OutputLocationRef" + }, + "FecOutputSettings": { + "$ref": "#/definitions/FecOutputSettings" + } + }, + "type": "object" + }, + "VideoBlackFailoverSettings": { + "additionalProperties": false, + "properties": { + "BlackDetectThreshold": { + "type": "number" + }, + "VideoBlackThresholdMsec": { + "type": "integer" + } + }, + "type": "object" + }, + "VideoCodecSettings": { + "additionalProperties": false, + "properties": { + "Av1Settings": { + "$ref": "#/definitions/Av1Settings" + }, + "FrameCaptureSettings": { + "$ref": "#/definitions/FrameCaptureSettings" + }, + "H264Settings": { + "$ref": "#/definitions/H264Settings" + }, + "H265Settings": { + "$ref": "#/definitions/H265Settings" + }, + "Mpeg2Settings": { + "$ref": "#/definitions/Mpeg2Settings" + } + }, + "type": "object" + }, + "VideoDescription": { + "additionalProperties": false, + "properties": { + "CodecSettings": { + "$ref": "#/definitions/VideoCodecSettings" + }, + "Height": { + "type": "integer" + }, + "Name": { + "type": "string" + }, + "RespondToAfd": { + "type": "string" + }, + "ScalingBehavior": { + "type": "string" + }, + "Sharpness": { + "type": "integer" + }, + "Width": { + "type": "integer" + } + }, + "type": "object" + }, + "VideoSelector": { + "additionalProperties": false, + "properties": { + "ColorSpace": { + "type": "string" + }, + "ColorSpaceSettings": { + "$ref": "#/definitions/VideoSelectorColorSpaceSettings" + }, + "ColorSpaceUsage": { + "type": "string" + }, + "SelectorSettings": { + "$ref": "#/definitions/VideoSelectorSettings" + } + }, + "type": "object" + }, + "VideoSelectorColorSpaceSettings": { + "additionalProperties": false, + "properties": { + "Hdr10Settings": { + "$ref": "#/definitions/Hdr10Settings" + } + }, + "type": "object" + }, + "VideoSelectorPid": { + "additionalProperties": false, + "properties": { + "Pid": { + "type": "integer" + } + }, + "type": "object" + }, + "VideoSelectorProgramId": { + "additionalProperties": false, + "properties": { + "ProgramId": { + "type": "integer" + } + }, + "type": "object" + }, + "VideoSelectorSettings": { + "additionalProperties": false, + "properties": { + "VideoSelectorPid": { + "$ref": "#/definitions/VideoSelectorPid" + }, + "VideoSelectorProgramId": { + "$ref": "#/definitions/VideoSelectorProgramId" + } + }, + "type": "object" + }, + "VpcOutputSettings": { + "additionalProperties": false, + "properties": { + "PublicAddressAllocationIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "WavSettings": { + "additionalProperties": false, + "properties": { + "BitDepth": { + "type": "number" + }, + "CodingMode": { + "type": "string" + }, + "SampleRate": { + "type": "number" + } + }, + "type": "object" + }, + "WebvttDestinationSettings": { + "additionalProperties": false, + "properties": { + "StyleControl": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AnywhereSettings": { + "$ref": "#/definitions/AnywhereSettings" + }, + "Arn": { + "type": "string" + }, + "CdiInputSpecification": { + "$ref": "#/definitions/CdiInputSpecification" + }, + "ChannelClass": { + "type": "string" + }, + "Destinations": { + "items": { + "$ref": "#/definitions/OutputDestination" + }, + "type": "array", + "uniqueItems": false + }, + "EncoderSettings": { + "$ref": "#/definitions/EncoderSettings" + }, + "Id": { + "type": "string" + }, + "InputAttachments": { + "items": { + "$ref": "#/definitions/InputAttachment" + }, + "type": "array", + "uniqueItems": false + }, + "InputSpecification": { + "$ref": "#/definitions/InputSpecification" + }, + "Inputs": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "LogLevel": { + "type": "string" + }, + "Maintenance": { + "$ref": "#/definitions/MaintenanceCreateSettings" + }, + "Name": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "Tags": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Vpc": { + "$ref": "#/definitions/VpcOutputSettings" + } + }, + "readOnlyProperties": [ + "/properties/Inputs", + "/properties/Id", + "/properties/Arn" + ], + "typeName": "AWS::MediaLive::Channel" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-medialive-input.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-medialive-input.json new file mode 100644 index 0000000000000000000000000000000000000000..da0d73a7e8bf07f130c3bcb41315f5b674e432c0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-medialive-input.json @@ -0,0 +1,249 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Vpc", + "/properties/Type", + "/properties/InputNetworkLocation" + ], + "definitions": { + "InputDestinationRequest": { + "additionalProperties": false, + "properties": { + "Network": { + "type": "string" + }, + "NetworkRoutes": { + "items": { + "$ref": "#/definitions/InputRequestDestinationRoute" + }, + "type": "array", + "uniqueItems": false + }, + "StaticIpAddress": { + "type": "string" + }, + "StreamName": { + "type": "string" + } + }, + "type": "object" + }, + "InputDeviceSettings": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + } + }, + "type": "object" + }, + "InputRequestDestinationRoute": { + "additionalProperties": false, + "properties": { + "Cidr": { + "type": "string" + }, + "Gateway": { + "type": "string" + } + }, + "type": "object" + }, + "InputSourceRequest": { + "additionalProperties": false, + "properties": { + "PasswordParam": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "Username": { + "type": "string" + } + }, + "type": "object" + }, + "InputVpcRequest": { + "additionalProperties": false, + "properties": { + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "MediaConnectFlowRequest": { + "additionalProperties": false, + "properties": { + "FlowArn": { + "type": "string" + } + }, + "type": "object" + }, + "MulticastSettingsCreateRequest": { + "additionalProperties": false, + "properties": { + "Sources": { + "items": { + "$ref": "#/definitions/MulticastSourceCreateRequest" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "MulticastSourceCreateRequest": { + "additionalProperties": false, + "properties": { + "SourceIp": { + "type": "string" + }, + "Url": { + "type": "string" + } + }, + "type": "object" + }, + "SrtCallerDecryptionRequest": { + "additionalProperties": false, + "properties": { + "Algorithm": { + "type": "string" + }, + "PassphraseSecretArn": { + "type": "string" + } + }, + "type": "object" + }, + "SrtCallerSourceRequest": { + "additionalProperties": false, + "properties": { + "Decryption": { + "$ref": "#/definitions/SrtCallerDecryptionRequest" + }, + "MinimumLatency": { + "type": "integer" + }, + "SrtListenerAddress": { + "type": "string" + }, + "SrtListenerPort": { + "type": "string" + }, + "StreamId": { + "type": "string" + } + }, + "type": "object" + }, + "SrtSettingsRequest": { + "additionalProperties": false, + "properties": { + "SrtCallerSources": { + "items": { + "$ref": "#/definitions/SrtCallerSourceRequest" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Destinations": { + "items": { + "$ref": "#/definitions/InputDestinationRequest" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "InputDevices": { + "items": { + "$ref": "#/definitions/InputDeviceSettings" + }, + "type": "array", + "uniqueItems": false + }, + "InputNetworkLocation": { + "type": "string" + }, + "InputSecurityGroups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "MediaConnectFlows": { + "items": { + "$ref": "#/definitions/MediaConnectFlowRequest" + }, + "type": "array", + "uniqueItems": false + }, + "MulticastSettings": { + "$ref": "#/definitions/MulticastSettingsCreateRequest" + }, + "Name": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "Sources": { + "items": { + "$ref": "#/definitions/InputSourceRequest" + }, + "type": "array", + "uniqueItems": false + }, + "SrtSettings": { + "$ref": "#/definitions/SrtSettingsRequest" + }, + "Tags": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Type": { + "type": "string" + }, + "Vpc": { + "$ref": "#/definitions/InputVpcRequest" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "typeName": "AWS::MediaLive::Input" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-nimblestudio-studio.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-nimblestudio-studio.json new file mode 100644 index 0000000000000000000000000000000000000000..bd6fcbeb386da6b5932c97768179bda04ffd20c6 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-nimblestudio-studio.json @@ -0,0 +1,99 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StudioName", + "/properties/Tags" + ], + "definitions": { + "StudioEncryptionConfiguration": { + "additionalProperties": false, + "properties": { + "KeyArn": { + "minLength": 4, + "pattern": "^arn:.*", + "type": "string" + }, + "KeyType": { + "$ref": "#/definitions/StudioEncryptionConfigurationKeyType" + } + }, + "required": [ + "KeyType" + ], + "type": "object" + }, + "StudioEncryptionConfigurationKeyType": { + "enum": [ + "AWS_OWNED_KEY", + "CUSTOMER_MANAGED_KEY" + ], + "type": "string" + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/StudioId" + ], + "properties": { + "AdminRoleArn": { + "type": "string" + }, + "DisplayName": { + "maxLength": 64, + "minLength": 0, + "type": "string" + }, + "HomeRegion": { + "maxLength": 50, + "minLength": 0, + "pattern": "[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9]", + "type": "string" + }, + "SsoClientId": { + "type": "string" + }, + "StudioEncryptionConfiguration": { + "$ref": "#/definitions/StudioEncryptionConfiguration" + }, + "StudioId": { + "type": "string" + }, + "StudioName": { + "maxLength": 64, + "minLength": 3, + "pattern": "^[a-z0-9]*$", + "type": "string" + }, + "StudioUrl": { + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/Tags" + }, + "UserRoleArn": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/HomeRegion", + "/properties/SsoClientId", + "/properties/StudioId", + "/properties/StudioUrl" + ], + "required": [ + "DisplayName", + "UserRoleArn", + "AdminRoleArn", + "StudioName" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-nimblestudio", + "typeName": "AWS::NimbleStudio::Studio" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-annotationstore.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-annotationstore.json new file mode 100644 index 0000000000000000000000000000000000000000..66cf3ce984abdd3ba947c8caa22586cc1ea43b35 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-annotationstore.json @@ -0,0 +1,253 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Reference", + "/properties/SseConfig", + "/properties/StoreFormat", + "/properties/StoreOptions", + "/properties/Tags" + ], + "definitions": { + "AnnotationType": { + "enum": [ + "GENERIC", + "CHR_POS", + "CHR_POS_REF_ALT", + "CHR_START_END_ONE_BASE", + "CHR_START_END_REF_ALT_ONE_BASE", + "CHR_START_END_ZERO_BASE", + "CHR_START_END_REF_ALT_ZERO_BASE" + ], + "type": "string" + }, + "EncryptionType": { + "enum": [ + "KMS" + ], + "type": "string" + }, + "FormatToHeader": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 1000, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + }, + "FormatToHeaderKey": { + "enum": [ + "CHR", + "START", + "END", + "REF", + "ALT", + "POS" + ], + "type": "string" + }, + "ReferenceItem": { + "additionalProperties": false, + "properties": { + "ReferenceArn": { + "maxLength": 127, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + } + }, + "required": [ + "ReferenceArn" + ], + "type": "object" + }, + "SchemaItem": { + "additionalProperties": false, + "maxProperties": 1, + "minProperties": 1, + "patternProperties": { + "^[a-z0-9_]{1,255}$": { + "$ref": "#/definitions/SchemaValueType" + } + }, + "type": "object" + }, + "SchemaValueType": { + "enum": [ + "LONG", + "INT", + "STRING", + "FLOAT", + "DOUBLE", + "BOOLEAN" + ], + "type": "string" + }, + "SseConfig": { + "additionalProperties": false, + "properties": { + "KeyArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/EncryptionType" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "StoreFormat": { + "enum": [ + "GFF", + "TSV", + "VCF" + ], + "type": "string" + }, + "StoreOptions": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "TsvStoreOptions": { + "$ref": "#/definitions/TsvStoreOptions" + } + }, + "required": [ + "TsvStoreOptions" + ], + "title": "TsvStoreOptions", + "type": "object" + } + ] + }, + "StoreStatus": { + "enum": [ + "CREATING", + "UPDATING", + "DELETING", + "ACTIVE", + "FAILED" + ], + "type": "string" + }, + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + }, + "TsvStoreOptions": { + "additionalProperties": false, + "properties": { + "AnnotationType": { + "$ref": "#/definitions/AnnotationType" + }, + "FormatToHeader": { + "$ref": "#/definitions/FormatToHeader" + }, + "Schema": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SchemaItem" + }, + "maxItems": 5000, + "minItems": 1, + "type": "array" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Name" + ], + "properties": { + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "Description": { + "maxLength": 500, + "minLength": 0, + "type": "string" + }, + "Id": { + "pattern": "^[a-f0-9]{12}$", + "type": "string" + }, + "Name": { + "pattern": "^([a-z]){1}([a-z0-9_]){2,254}", + "type": "string" + }, + "Reference": { + "$ref": "#/definitions/ReferenceItem" + }, + "SseConfig": { + "$ref": "#/definitions/SseConfig" + }, + "Status": { + "$ref": "#/definitions/StoreStatus" + }, + "StatusMessage": { + "maxLength": 1000, + "minLength": 0, + "type": "string" + }, + "StoreArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)$", + "type": "string" + }, + "StoreFormat": { + "$ref": "#/definitions/StoreFormat" + }, + "StoreOptions": { + "$ref": "#/definitions/StoreOptions" + }, + "StoreSizeBytes": { + "type": "number" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + }, + "UpdateTime": { + "format": "date-time", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/CreationTime", + "/properties/Id", + "/properties/Status", + "/properties/StatusMessage", + "/properties/StoreArn", + "/properties/StoreSizeBytes", + "/properties/UpdateTime" + ], + "required": [ + "Name", + "StoreFormat" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Omics::AnnotationStore" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-referencestore.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-referencestore.json new file mode 100644 index 0000000000000000000000000000000000000000..57a4ea04dbd5c91b06501453f05aad2d3fc6fe31 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-referencestore.json @@ -0,0 +1,103 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Description", + "/properties/Name", + "/properties/SseConfig", + "/properties/Tags" + ], + "definitions": { + "EncryptionType": { + "enum": [ + "KMS" + ], + "type": "string" + }, + "SseConfig": { + "additionalProperties": false, + "properties": { + "KeyArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/EncryptionType" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ReferenceStoreId" + ], + "properties": { + "Arn": { + "maxLength": 127, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + }, + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "Description": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Name": { + "maxLength": 127, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "ReferenceStoreId": { + "maxLength": 36, + "minLength": 10, + "pattern": "^[0-9]+$", + "type": "string" + }, + "SseConfig": { + "$ref": "#/definitions/SseConfig" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreationTime", + "/properties/ReferenceStoreId" + ], + "required": [ + "Name" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::Omics::ReferenceStore", + "writeOnlyProperties": [ + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-rungroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-rungroup.json new file mode 100644 index 0000000000000000000000000000000000000000..e09b1d188b10579b95fb4377f072b1c5df8d14eb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-rungroup.json @@ -0,0 +1,78 @@ +{ + "additionalProperties": false, + "definitions": { + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "maxLength": 128, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + }, + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "Id": { + "maxLength": 18, + "minLength": 1, + "pattern": "^[0-9]+$", + "type": "string" + }, + "MaxCpus": { + "maximum": 100000, + "minimum": 1, + "type": "number" + }, + "MaxDuration": { + "maximum": 100000, + "minimum": 1, + "type": "number" + }, + "MaxGpus": { + "maximum": 100000, + "minimum": 1, + "type": "number" + }, + "MaxRuns": { + "maximum": 100000, + "minimum": 1, + "type": "number" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreationTime", + "/properties/Id" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Omics::RunGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-sequencestore.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-sequencestore.json new file mode 100644 index 0000000000000000000000000000000000000000..bb41716fd7ef68b970ff0e1682e1833b192865f0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-sequencestore.json @@ -0,0 +1,109 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Description", + "/properties/Name", + "/properties/FallbackLocation", + "/properties/SseConfig", + "/properties/Tags" + ], + "definitions": { + "EncryptionType": { + "enum": [ + "KMS" + ], + "type": "string" + }, + "SseConfig": { + "additionalProperties": false, + "properties": { + "KeyArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/EncryptionType" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/SequenceStoreId" + ], + "properties": { + "Arn": { + "maxLength": 127, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + }, + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "Description": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "FallbackLocation": { + "minLength": 1, + "pattern": "^s3:\\/\\/([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])\\/?((.{1,1024})\\/)?$", + "type": "string" + }, + "Name": { + "maxLength": 127, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "SequenceStoreId": { + "maxLength": 36, + "minLength": 10, + "pattern": "^[0-9]+$", + "type": "string" + }, + "SseConfig": { + "$ref": "#/definitions/SseConfig" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreationTime", + "/properties/SequenceStoreId" + ], + "required": [ + "Name" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::Omics::SequenceStore", + "writeOnlyProperties": [ + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-variantstore.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-variantstore.json new file mode 100644 index 0000000000000000000000000000000000000000..6e9129c2d8281d2e64058e2152c28a20955dbadf --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-variantstore.json @@ -0,0 +1,143 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Reference", + "/properties/SseConfig", + "/properties/Tags" + ], + "definitions": { + "EncryptionType": { + "enum": [ + "KMS" + ], + "type": "string" + }, + "ReferenceItem": { + "additionalProperties": false, + "properties": { + "ReferenceArn": { + "maxLength": 127, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + } + }, + "required": [ + "ReferenceArn" + ], + "type": "object" + }, + "SseConfig": { + "additionalProperties": false, + "properties": { + "KeyArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/EncryptionType" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "StoreStatus": { + "enum": [ + "CREATING", + "UPDATING", + "DELETING", + "ACTIVE", + "FAILED" + ], + "type": "string" + }, + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Name" + ], + "properties": { + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "Description": { + "maxLength": 500, + "minLength": 0, + "type": "string" + }, + "Id": { + "pattern": "^[a-f0-9]{12}$", + "type": "string" + }, + "Name": { + "pattern": "^([a-z]){1}([a-z0-9_]){2,254}", + "type": "string" + }, + "Reference": { + "$ref": "#/definitions/ReferenceItem" + }, + "SseConfig": { + "$ref": "#/definitions/SseConfig" + }, + "Status": { + "$ref": "#/definitions/StoreStatus" + }, + "StatusMessage": { + "maxLength": 1000, + "minLength": 0, + "type": "string" + }, + "StoreArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)$", + "type": "string" + }, + "StoreSizeBytes": { + "type": "number" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + }, + "UpdateTime": { + "format": "date-time", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/CreationTime", + "/properties/Id", + "/properties/Status", + "/properties/StatusMessage", + "/properties/StoreArn", + "/properties/StoreSizeBytes", + "/properties/UpdateTime" + ], + "required": [ + "Name", + "Reference" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Omics::VariantStore" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-workflow.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-workflow.json new file mode 100644 index 0000000000000000000000000000000000000000..506ff69763f2146bf685303746f32f1c8a8f0862 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-omics-workflow.json @@ -0,0 +1,173 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DefinitionUri", + "/properties/Engine", + "/properties/Main", + "/properties/ParameterTemplate", + "/properties/StorageCapacity", + "/properties/Accelerators" + ], + "definitions": { + "Accelerators": { + "enum": [ + "GPU" + ], + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + }, + "WorkflowEngine": { + "enum": [ + "WDL", + "NEXTFLOW", + "CWL" + ], + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "WorkflowParameter": { + "additionalProperties": false, + "properties": { + "Description": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Optional": { + "type": "boolean" + } + }, + "type": "object" + }, + "WorkflowParameterTemplate": { + "additionalProperties": false, + "maxProperties": 1000, + "minProperties": 1, + "patternProperties": { + "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$": { + "$ref": "#/definitions/WorkflowParameter" + } + }, + "type": "object" + }, + "WorkflowStatus": { + "enum": [ + "CREATING", + "ACTIVE", + "UPDATING", + "DELETED", + "FAILED" + ], + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "WorkflowType": { + "enum": [ + "PRIVATE" + ], + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Accelerators": { + "$ref": "#/definitions/Accelerators" + }, + "Arn": { + "maxLength": 128, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + }, + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "DefinitionUri": { + "maxLength": 256, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Description": { + "maxLength": 256, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Engine": { + "$ref": "#/definitions/WorkflowEngine" + }, + "Id": { + "maxLength": 18, + "minLength": 1, + "pattern": "^[0-9]+$", + "type": "string" + }, + "Main": { + "maxLength": 128, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "ParameterTemplate": { + "$ref": "#/definitions/WorkflowParameterTemplate" + }, + "Status": { + "$ref": "#/definitions/WorkflowStatus" + }, + "StorageCapacity": { + "maximum": 100000, + "minimum": 0, + "type": "number" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + }, + "Type": { + "$ref": "#/definitions/WorkflowType" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreationTime", + "/properties/Id", + "/properties/Status", + "/properties/Type" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Omics::Workflow", + "writeOnlyProperties": [ + "/properties/DefinitionUri" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-sagemaker-endpoint.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-sagemaker-endpoint.json new file mode 100644 index 0000000000000000000000000000000000000000..aa61eea77af1172e66411f87b0e0421877804058 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_1/aws-sagemaker-endpoint.json @@ -0,0 +1,211 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/EndpointName" + ], + "definitions": { + "Alarm": { + "additionalProperties": false, + "properties": { + "AlarmName": { + "pattern": "^(?!\\s*$).+", + "type": "string" + } + }, + "required": [ + "AlarmName" + ], + "type": "object" + }, + "AutoRollbackConfig": { + "additionalProperties": false, + "properties": { + "Alarms": { + "items": { + "$ref": "#/definitions/Alarm" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "Alarms" + ], + "type": "object" + }, + "BlueGreenUpdatePolicy": { + "additionalProperties": false, + "properties": { + "MaximumExecutionTimeoutInSeconds": { + "type": "integer" + }, + "TerminationWaitInSeconds": { + "type": "integer" + }, + "TrafficRoutingConfiguration": { + "$ref": "#/definitions/TrafficRoutingConfig" + } + }, + "required": [ + "TrafficRoutingConfiguration" + ], + "type": "object" + }, + "CapacitySize": { + "additionalProperties": false, + "properties": { + "Type": { + "enum": [ + "CAPACITY_PERCENT", + "INSTANCE_COUNT" + ], + "type": "string" + }, + "Value": { + "type": "integer" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + }, + "DeploymentConfig": { + "additionalProperties": false, + "properties": { + "AutoRollbackConfiguration": { + "$ref": "#/definitions/AutoRollbackConfig" + }, + "BlueGreenUpdatePolicy": { + "$ref": "#/definitions/BlueGreenUpdatePolicy" + }, + "RollingUpdatePolicy": { + "$ref": "#/definitions/RollingUpdatePolicy" + } + }, + "type": "object" + }, + "RollingUpdatePolicy": { + "additionalProperties": false, + "properties": { + "MaximumBatchSize": { + "$ref": "#/definitions/CapacitySize" + }, + "MaximumExecutionTimeoutInSeconds": { + "type": "integer" + }, + "RollbackMaximumBatchSize": { + "$ref": "#/definitions/CapacitySize" + }, + "WaitIntervalInSeconds": { + "type": "integer" + } + }, + "required": [ + "MaximumBatchSize", + "WaitIntervalInSeconds" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TrafficRoutingConfig": { + "additionalProperties": false, + "properties": { + "CanarySize": { + "$ref": "#/definitions/CapacitySize" + }, + "LinearStepSize": { + "$ref": "#/definitions/CapacitySize" + }, + "Type": { + "enum": [ + "ALL_AT_ONCE", + "CANARY", + "LINEAR" + ], + "type": "string" + }, + "WaitIntervalInSeconds": { + "type": "integer" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "VariantProperty": { + "additionalProperties": false, + "properties": { + "VariantPropertyType": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DeploymentConfig": { + "$ref": "#/definitions/DeploymentConfig" + }, + "EndpointConfigName": { + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "EndpointName": { + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "ExcludeRetainedVariantProperties": { + "items": { + "$ref": "#/definitions/VariantProperty" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "RetainAllVariantProperties": { + "type": "boolean" + }, + "RetainDeploymentConfig": { + "type": "boolean" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EndpointConfigName" + ], + "typeName": "AWS::SageMaker::Endpoint" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/__init__.py b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..1a3a085a38d6e7e13b28340935b00c9a569fc914 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/__init__.py @@ -0,0 +1,2323 @@ +from __future__ import annotations + +# pylint: disable=too-many-lines +types: list[str] = [ + "AWS::ACMPCA::Certificate", + "AWS::ACMPCA::CertificateAuthority", + "AWS::ACMPCA::CertificateAuthorityActivation", + "AWS::ACMPCA::Permission", + "AWS::APS::RuleGroupsNamespace", + "AWS::APS::Scraper", + "AWS::APS::Workspace", + "AWS::ARCZonalShift::AutoshiftObserverNotificationStatus", + "AWS::ARCZonalShift::ZonalAutoshiftConfiguration", + "AWS::AccessAnalyzer::Analyzer", + "AWS::AmazonMQ::Broker", + "AWS::AmazonMQ::Configuration", + "AWS::AmazonMQ::ConfigurationAssociation", + "AWS::Amplify::App", + "AWS::Amplify::Branch", + "AWS::Amplify::Domain", + "AWS::AmplifyUIBuilder::Component", + "AWS::AmplifyUIBuilder::Form", + "AWS::AmplifyUIBuilder::Theme", + "AWS::ApiGateway::Account", + "AWS::ApiGateway::ApiKey", + "AWS::ApiGateway::Authorizer", + "AWS::ApiGateway::BasePathMapping", + "AWS::ApiGateway::ClientCertificate", + "AWS::ApiGateway::Deployment", + "AWS::ApiGateway::DocumentationPart", + "AWS::ApiGateway::DocumentationVersion", + "AWS::ApiGateway::DomainName", + "AWS::ApiGateway::GatewayResponse", + "AWS::ApiGateway::Method", + "AWS::ApiGateway::Model", + "AWS::ApiGateway::RequestValidator", + "AWS::ApiGateway::Resource", + "AWS::ApiGateway::RestApi", + "AWS::ApiGateway::Stage", + "AWS::ApiGateway::UsagePlan", + "AWS::ApiGateway::UsagePlanKey", + "AWS::ApiGateway::VpcLink", + "AWS::ApiGatewayV2::Api", + "AWS::ApiGatewayV2::ApiGatewayManagedOverrides", + "AWS::ApiGatewayV2::ApiMapping", + "AWS::ApiGatewayV2::Authorizer", + "AWS::ApiGatewayV2::Deployment", + "AWS::ApiGatewayV2::DomainName", + "AWS::ApiGatewayV2::Integration", + "AWS::ApiGatewayV2::IntegrationResponse", + "AWS::ApiGatewayV2::Model", + "AWS::ApiGatewayV2::Route", + "AWS::ApiGatewayV2::RouteResponse", + "AWS::ApiGatewayV2::Stage", + "AWS::ApiGatewayV2::VpcLink", + "AWS::AppConfig::Application", + "AWS::AppConfig::ConfigurationProfile", + "AWS::AppConfig::Deployment", + "AWS::AppConfig::DeploymentStrategy", + "AWS::AppConfig::Environment", + "AWS::AppConfig::Extension", + "AWS::AppConfig::ExtensionAssociation", + "AWS::AppConfig::HostedConfigurationVersion", + "AWS::AppFlow::Connector", + "AWS::AppFlow::ConnectorProfile", + "AWS::AppFlow::Flow", + "AWS::AppIntegrations::Application", + "AWS::AppIntegrations::DataIntegration", + "AWS::AppIntegrations::EventIntegration", + "AWS::AppMesh::GatewayRoute", + "AWS::AppMesh::Mesh", + "AWS::AppMesh::Route", + "AWS::AppMesh::VirtualGateway", + "AWS::AppMesh::VirtualNode", + "AWS::AppMesh::VirtualRouter", + "AWS::AppMesh::VirtualService", + "AWS::AppRunner::AutoScalingConfiguration", + "AWS::AppRunner::ObservabilityConfiguration", + "AWS::AppRunner::Service", + "AWS::AppRunner::VpcConnector", + "AWS::AppRunner::VpcIngressConnection", + "AWS::AppStream::AppBlock", + "AWS::AppStream::AppBlockBuilder", + "AWS::AppStream::Application", + "AWS::AppStream::ApplicationEntitlementAssociation", + "AWS::AppStream::ApplicationFleetAssociation", + "AWS::AppStream::DirectoryConfig", + "AWS::AppStream::Entitlement", + "AWS::AppStream::Fleet", + "AWS::AppStream::ImageBuilder", + "AWS::AppStream::Stack", + "AWS::AppStream::StackFleetAssociation", + "AWS::AppStream::StackUserAssociation", + "AWS::AppStream::User", + "AWS::AppSync::Api", + "AWS::AppSync::ApiCache", + "AWS::AppSync::ApiKey", + "AWS::AppSync::ChannelNamespace", + "AWS::AppSync::DataSource", + "AWS::AppSync::DomainName", + "AWS::AppSync::DomainNameApiAssociation", + "AWS::AppSync::FunctionConfiguration", + "AWS::AppSync::GraphQLApi", + "AWS::AppSync::GraphQLSchema", + "AWS::AppSync::Resolver", + "AWS::AppSync::SourceApiAssociation", + "AWS::ApplicationAutoScaling::ScalableTarget", + "AWS::ApplicationAutoScaling::ScalingPolicy", + "AWS::ApplicationInsights::Application", + "AWS::ApplicationSignals::ServiceLevelObjective", + "AWS::Athena::DataCatalog", + "AWS::Athena::NamedQuery", + "AWS::Athena::PreparedStatement", + "AWS::Athena::WorkGroup", + "AWS::AuditManager::Assessment", + "AWS::AutoScaling::AutoScalingGroup", + "AWS::AutoScaling::LaunchConfiguration", + "AWS::AutoScaling::LifecycleHook", + "AWS::AutoScaling::ScalingPolicy", + "AWS::AutoScaling::ScheduledAction", + "AWS::AutoScaling::WarmPool", + "AWS::AutoScalingPlans::ScalingPlan", + "AWS::Backup::BackupPlan", + "AWS::Backup::BackupSelection", + "AWS::Backup::BackupVault", + "AWS::Backup::Framework", + "AWS::Backup::LogicallyAirGappedBackupVault", + "AWS::Backup::ReportPlan", + "AWS::Backup::RestoreTestingPlan", + "AWS::Backup::RestoreTestingSelection", + "AWS::BackupGateway::Hypervisor", + "AWS::Batch::ComputeEnvironment", + "AWS::Batch::JobDefinition", + "AWS::Batch::JobQueue", + "AWS::Batch::SchedulingPolicy", + "AWS::Bedrock::Agent", + "AWS::Bedrock::AgentAlias", + "AWS::Bedrock::ApplicationInferenceProfile", + "AWS::Bedrock::DataSource", + "AWS::Bedrock::Flow", + "AWS::Bedrock::FlowAlias", + "AWS::Bedrock::FlowVersion", + "AWS::Bedrock::Guardrail", + "AWS::Bedrock::GuardrailVersion", + "AWS::Bedrock::KnowledgeBase", + "AWS::Bedrock::Prompt", + "AWS::Bedrock::PromptVersion", + "AWS::Budgets::Budget", + "AWS::Budgets::BudgetsAction", + "AWS::CDK::Metadata", + "AWS::CE::AnomalyMonitor", + "AWS::CE::AnomalySubscription", + "AWS::CE::CostCategory", + "AWS::Cassandra::Keyspace", + "AWS::Cassandra::Table", + "AWS::CertificateManager::Account", + "AWS::CertificateManager::Certificate", + "AWS::Chatbot::MicrosoftTeamsChannelConfiguration", + "AWS::Chatbot::SlackChannelConfiguration", + "AWS::CleanRooms::AnalysisTemplate", + "AWS::CleanRooms::Collaboration", + "AWS::CleanRooms::ConfiguredTable", + "AWS::CleanRooms::ConfiguredTableAssociation", + "AWS::CleanRooms::IdMappingTable", + "AWS::CleanRooms::IdNamespaceAssociation", + "AWS::CleanRooms::Membership", + "AWS::CleanRooms::PrivacyBudgetTemplate", + "AWS::CleanRoomsML::TrainingDataset", + "AWS::Cloud9::EnvironmentEC2", + "AWS::CloudFormation::CustomResource", + "AWS::CloudFormation::HookDefaultVersion", + "AWS::CloudFormation::HookTypeConfig", + "AWS::CloudFormation::HookVersion", + "AWS::CloudFormation::Macro", + "AWS::CloudFormation::ModuleDefaultVersion", + "AWS::CloudFormation::ModuleVersion", + "AWS::CloudFormation::PublicTypeVersion", + "AWS::CloudFormation::Publisher", + "AWS::CloudFormation::ResourceDefaultVersion", + "AWS::CloudFormation::ResourceVersion", + "AWS::CloudFormation::Stack", + "AWS::CloudFormation::StackSet", + "AWS::CloudFormation::TypeActivation", + "AWS::CloudFormation::WaitCondition", + "AWS::CloudFormation::WaitConditionHandle", + "AWS::CloudFront::CachePolicy", + "AWS::CloudFront::CloudFrontOriginAccessIdentity", + "AWS::CloudFront::ContinuousDeploymentPolicy", + "AWS::CloudFront::Distribution", + "AWS::CloudFront::Function", + "AWS::CloudFront::KeyGroup", + "AWS::CloudFront::KeyValueStore", + "AWS::CloudFront::MonitoringSubscription", + "AWS::CloudFront::OriginAccessControl", + "AWS::CloudFront::OriginRequestPolicy", + "AWS::CloudFront::PublicKey", + "AWS::CloudFront::RealtimeLogConfig", + "AWS::CloudFront::ResponseHeadersPolicy", + "AWS::CloudFront::StreamingDistribution", + "AWS::CloudTrail::Channel", + "AWS::CloudTrail::EventDataStore", + "AWS::CloudTrail::ResourcePolicy", + "AWS::CloudTrail::Trail", + "AWS::CloudWatch::Alarm", + "AWS::CloudWatch::AnomalyDetector", + "AWS::CloudWatch::CompositeAlarm", + "AWS::CloudWatch::Dashboard", + "AWS::CloudWatch::InsightRule", + "AWS::CloudWatch::MetricStream", + "AWS::CodeArtifact::Domain", + "AWS::CodeArtifact::PackageGroup", + "AWS::CodeArtifact::Repository", + "AWS::CodeBuild::Project", + "AWS::CodeBuild::ReportGroup", + "AWS::CodeBuild::SourceCredential", + "AWS::CodeCommit::Repository", + "AWS::CodeConnections::Connection", + "AWS::CodeDeploy::Application", + "AWS::CodeDeploy::DeploymentConfig", + "AWS::CodeDeploy::DeploymentGroup", + "AWS::CodeGuruProfiler::ProfilingGroup", + "AWS::CodeGuruReviewer::RepositoryAssociation", + "AWS::CodePipeline::CustomActionType", + "AWS::CodePipeline::Pipeline", + "AWS::CodePipeline::Webhook", + "AWS::CodeStar::GitHubRepository", + "AWS::CodeStarConnections::Connection", + "AWS::CodeStarConnections::RepositoryLink", + "AWS::CodeStarConnections::SyncConfiguration", + "AWS::CodeStarNotifications::NotificationRule", + "AWS::Cognito::IdentityPool", + "AWS::Cognito::IdentityPoolPrincipalTag", + "AWS::Cognito::IdentityPoolRoleAttachment", + "AWS::Cognito::LogDeliveryConfiguration", + "AWS::Cognito::UserPool", + "AWS::Cognito::UserPoolClient", + "AWS::Cognito::UserPoolDomain", + "AWS::Cognito::UserPoolGroup", + "AWS::Cognito::UserPoolIdentityProvider", + "AWS::Cognito::UserPoolResourceServer", + "AWS::Cognito::UserPoolRiskConfigurationAttachment", + "AWS::Cognito::UserPoolUICustomizationAttachment", + "AWS::Cognito::UserPoolUser", + "AWS::Cognito::UserPoolUserToGroupAttachment", + "AWS::Comprehend::DocumentClassifier", + "AWS::Comprehend::Flywheel", + "AWS::Config::AggregationAuthorization", + "AWS::Config::ConfigRule", + "AWS::Config::ConfigurationAggregator", + "AWS::Config::ConfigurationRecorder", + "AWS::Config::ConformancePack", + "AWS::Config::DeliveryChannel", + "AWS::Config::OrganizationConfigRule", + "AWS::Config::OrganizationConformancePack", + "AWS::Config::RemediationConfiguration", + "AWS::Config::StoredQuery", + "AWS::Connect::AgentStatus", + "AWS::Connect::ApprovedOrigin", + "AWS::Connect::ContactFlow", + "AWS::Connect::ContactFlowModule", + "AWS::Connect::EvaluationForm", + "AWS::Connect::HoursOfOperation", + "AWS::Connect::Instance", + "AWS::Connect::InstanceStorageConfig", + "AWS::Connect::IntegrationAssociation", + "AWS::Connect::PhoneNumber", + "AWS::Connect::PredefinedAttribute", + "AWS::Connect::Prompt", + "AWS::Connect::Queue", + "AWS::Connect::QuickConnect", + "AWS::Connect::RoutingProfile", + "AWS::Connect::Rule", + "AWS::Connect::SecurityKey", + "AWS::Connect::SecurityProfile", + "AWS::Connect::TaskTemplate", + "AWS::Connect::TrafficDistributionGroup", + "AWS::Connect::User", + "AWS::Connect::UserHierarchyGroup", + "AWS::Connect::UserHierarchyStructure", + "AWS::Connect::View", + "AWS::Connect::ViewVersion", + "AWS::ConnectCampaigns::Campaign", + "AWS::ControlTower::EnabledBaseline", + "AWS::ControlTower::EnabledControl", + "AWS::ControlTower::LandingZone", + "AWS::CustomerProfiles::CalculatedAttributeDefinition", + "AWS::CustomerProfiles::Domain", + "AWS::CustomerProfiles::EventStream", + "AWS::CustomerProfiles::Integration", + "AWS::CustomerProfiles::ObjectType", + "AWS::DAX::Cluster", + "AWS::DAX::ParameterGroup", + "AWS::DAX::SubnetGroup", + "AWS::DLM::LifecyclePolicy", + "AWS::DMS::Certificate", + "AWS::DMS::DataMigration", + "AWS::DMS::DataProvider", + "AWS::DMS::Endpoint", + "AWS::DMS::EventSubscription", + "AWS::DMS::InstanceProfile", + "AWS::DMS::MigrationProject", + "AWS::DMS::ReplicationConfig", + "AWS::DMS::ReplicationInstance", + "AWS::DMS::ReplicationSubnetGroup", + "AWS::DMS::ReplicationTask", + "AWS::DataBrew::Dataset", + "AWS::DataBrew::Job", + "AWS::DataBrew::Project", + "AWS::DataBrew::Recipe", + "AWS::DataBrew::Ruleset", + "AWS::DataBrew::Schedule", + "AWS::DataPipeline::Pipeline", + "AWS::DataSync::Agent", + "AWS::DataSync::LocationAzureBlob", + "AWS::DataSync::LocationEFS", + "AWS::DataSync::LocationFSxLustre", + "AWS::DataSync::LocationFSxONTAP", + "AWS::DataSync::LocationFSxOpenZFS", + "AWS::DataSync::LocationFSxWindows", + "AWS::DataSync::LocationHDFS", + "AWS::DataSync::LocationNFS", + "AWS::DataSync::LocationObjectStorage", + "AWS::DataSync::LocationS3", + "AWS::DataSync::LocationSMB", + "AWS::DataSync::StorageSystem", + "AWS::DataSync::Task", + "AWS::DataZone::DataSource", + "AWS::DataZone::Domain", + "AWS::DataZone::Environment", + "AWS::DataZone::EnvironmentActions", + "AWS::DataZone::EnvironmentBlueprintConfiguration", + "AWS::DataZone::EnvironmentProfile", + "AWS::DataZone::GroupProfile", + "AWS::DataZone::Project", + "AWS::DataZone::ProjectMembership", + "AWS::DataZone::SubscriptionTarget", + "AWS::DataZone::UserProfile", + "AWS::Detective::Graph", + "AWS::Detective::MemberInvitation", + "AWS::Detective::OrganizationAdmin", + "AWS::DevOpsGuru::LogAnomalyDetectionIntegration", + "AWS::DevOpsGuru::NotificationChannel", + "AWS::DevOpsGuru::ResourceCollection", + "AWS::DirectoryService::MicrosoftAD", + "AWS::DirectoryService::SimpleAD", + "AWS::DocDB::DBCluster", + "AWS::DocDB::DBClusterParameterGroup", + "AWS::DocDB::DBInstance", + "AWS::DocDB::DBSubnetGroup", + "AWS::DocDB::EventSubscription", + "AWS::DocDBElastic::Cluster", + "AWS::DynamoDB::GlobalTable", + "AWS::DynamoDB::Table", + "AWS::EC2::CapacityReservation", + "AWS::EC2::CapacityReservationFleet", + "AWS::EC2::CarrierGateway", + "AWS::EC2::ClientVpnAuthorizationRule", + "AWS::EC2::ClientVpnEndpoint", + "AWS::EC2::ClientVpnRoute", + "AWS::EC2::ClientVpnTargetNetworkAssociation", + "AWS::EC2::CustomerGateway", + "AWS::EC2::DHCPOptions", + "AWS::EC2::EC2Fleet", + "AWS::EC2::EIP", + "AWS::EC2::EIPAssociation", + "AWS::EC2::EgressOnlyInternetGateway", + "AWS::EC2::EnclaveCertificateIamRoleAssociation", + "AWS::EC2::FlowLog", + "AWS::EC2::GatewayRouteTableAssociation", + "AWS::EC2::Host", + "AWS::EC2::IPAM", + "AWS::EC2::IPAMAllocation", + "AWS::EC2::IPAMPool", + "AWS::EC2::IPAMPoolCidr", + "AWS::EC2::IPAMResourceDiscovery", + "AWS::EC2::IPAMResourceDiscoveryAssociation", + "AWS::EC2::IPAMScope", + "AWS::EC2::Instance", + "AWS::EC2::InstanceConnectEndpoint", + "AWS::EC2::InternetGateway", + "AWS::EC2::KeyPair", + "AWS::EC2::LaunchTemplate", + "AWS::EC2::LocalGatewayRoute", + "AWS::EC2::LocalGatewayRouteTable", + "AWS::EC2::LocalGatewayRouteTableVPCAssociation", + "AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation", + "AWS::EC2::NatGateway", + "AWS::EC2::NetworkAcl", + "AWS::EC2::NetworkAclEntry", + "AWS::EC2::NetworkInsightsAccessScope", + "AWS::EC2::NetworkInsightsAccessScopeAnalysis", + "AWS::EC2::NetworkInsightsAnalysis", + "AWS::EC2::NetworkInsightsPath", + "AWS::EC2::NetworkInterface", + "AWS::EC2::NetworkInterfaceAttachment", + "AWS::EC2::NetworkInterfacePermission", + "AWS::EC2::NetworkPerformanceMetricSubscription", + "AWS::EC2::PlacementGroup", + "AWS::EC2::PrefixList", + "AWS::EC2::Route", + "AWS::EC2::RouteTable", + "AWS::EC2::SecurityGroup", + "AWS::EC2::SecurityGroupEgress", + "AWS::EC2::SecurityGroupIngress", + "AWS::EC2::SecurityGroupVpcAssociation", + "AWS::EC2::SnapshotBlockPublicAccess", + "AWS::EC2::SpotFleet", + "AWS::EC2::Subnet", + "AWS::EC2::SubnetCidrBlock", + "AWS::EC2::SubnetNetworkAclAssociation", + "AWS::EC2::SubnetRouteTableAssociation", + "AWS::EC2::TrafficMirrorFilter", + "AWS::EC2::TrafficMirrorFilterRule", + "AWS::EC2::TrafficMirrorSession", + "AWS::EC2::TrafficMirrorTarget", + "AWS::EC2::TransitGateway", + "AWS::EC2::TransitGatewayAttachment", + "AWS::EC2::TransitGatewayConnect", + "AWS::EC2::TransitGatewayMulticastDomain", + "AWS::EC2::TransitGatewayMulticastDomainAssociation", + "AWS::EC2::TransitGatewayMulticastGroupMember", + "AWS::EC2::TransitGatewayMulticastGroupSource", + "AWS::EC2::TransitGatewayPeeringAttachment", + "AWS::EC2::TransitGatewayRoute", + "AWS::EC2::TransitGatewayRouteTable", + "AWS::EC2::TransitGatewayRouteTableAssociation", + "AWS::EC2::TransitGatewayRouteTablePropagation", + "AWS::EC2::TransitGatewayVpcAttachment", + "AWS::EC2::VPC", + "AWS::EC2::VPCCidrBlock", + "AWS::EC2::VPCDHCPOptionsAssociation", + "AWS::EC2::VPCEndpoint", + "AWS::EC2::VPCEndpointConnectionNotification", + "AWS::EC2::VPCEndpointService", + "AWS::EC2::VPCEndpointServicePermissions", + "AWS::EC2::VPCGatewayAttachment", + "AWS::EC2::VPCPeeringConnection", + "AWS::EC2::VPNConnection", + "AWS::EC2::VPNConnectionRoute", + "AWS::EC2::VPNGateway", + "AWS::EC2::VPNGatewayRoutePropagation", + "AWS::EC2::VerifiedAccessEndpoint", + "AWS::EC2::VerifiedAccessGroup", + "AWS::EC2::VerifiedAccessInstance", + "AWS::EC2::VerifiedAccessTrustProvider", + "AWS::EC2::Volume", + "AWS::EC2::VolumeAttachment", + "AWS::ECR::PullThroughCacheRule", + "AWS::ECR::RegistryPolicy", + "AWS::ECR::ReplicationConfiguration", + "AWS::ECR::Repository", + "AWS::ECR::RepositoryCreationTemplate", + "AWS::ECS::CapacityProvider", + "AWS::ECS::Cluster", + "AWS::ECS::ClusterCapacityProviderAssociations", + "AWS::ECS::PrimaryTaskSet", + "AWS::ECS::Service", + "AWS::ECS::TaskDefinition", + "AWS::ECS::TaskSet", + "AWS::EFS::AccessPoint", + "AWS::EFS::FileSystem", + "AWS::EFS::MountTarget", + "AWS::EKS::AccessEntry", + "AWS::EKS::Addon", + "AWS::EKS::Cluster", + "AWS::EKS::FargateProfile", + "AWS::EKS::IdentityProviderConfig", + "AWS::EKS::Nodegroup", + "AWS::EKS::PodIdentityAssociation", + "AWS::EMR::Cluster", + "AWS::EMR::InstanceFleetConfig", + "AWS::EMR::InstanceGroupConfig", + "AWS::EMR::SecurityConfiguration", + "AWS::EMR::Step", + "AWS::EMR::Studio", + "AWS::EMR::StudioSessionMapping", + "AWS::EMRContainers::VirtualCluster", + "AWS::EMRServerless::Application", + "AWS::ElastiCache::CacheCluster", + "AWS::ElastiCache::GlobalReplicationGroup", + "AWS::ElastiCache::ParameterGroup", + "AWS::ElastiCache::ReplicationGroup", + "AWS::ElastiCache::SecurityGroup", + "AWS::ElastiCache::SecurityGroupIngress", + "AWS::ElastiCache::ServerlessCache", + "AWS::ElastiCache::SubnetGroup", + "AWS::ElastiCache::User", + "AWS::ElastiCache::UserGroup", + "AWS::ElasticBeanstalk::Application", + "AWS::ElasticBeanstalk::ApplicationVersion", + "AWS::ElasticBeanstalk::ConfigurationTemplate", + "AWS::ElasticBeanstalk::Environment", + "AWS::ElasticLoadBalancing::LoadBalancer", + "AWS::ElasticLoadBalancingV2::Listener", + "AWS::ElasticLoadBalancingV2::ListenerCertificate", + "AWS::ElasticLoadBalancingV2::ListenerRule", + "AWS::ElasticLoadBalancingV2::LoadBalancer", + "AWS::ElasticLoadBalancingV2::TargetGroup", + "AWS::ElasticLoadBalancingV2::TrustStore", + "AWS::ElasticLoadBalancingV2::TrustStoreRevocation", + "AWS::Elasticsearch::Domain", + "AWS::EntityResolution::IdMappingWorkflow", + "AWS::EntityResolution::IdNamespace", + "AWS::EntityResolution::MatchingWorkflow", + "AWS::EntityResolution::PolicyStatement", + "AWS::EntityResolution::SchemaMapping", + "AWS::EventSchemas::Discoverer", + "AWS::EventSchemas::Registry", + "AWS::EventSchemas::RegistryPolicy", + "AWS::EventSchemas::Schema", + "AWS::Events::ApiDestination", + "AWS::Events::Archive", + "AWS::Events::Connection", + "AWS::Events::Endpoint", + "AWS::Events::EventBus", + "AWS::Events::EventBusPolicy", + "AWS::Events::Rule", + "AWS::FIS::ExperimentTemplate", + "AWS::FIS::TargetAccountConfiguration", + "AWS::FMS::NotificationChannel", + "AWS::FMS::Policy", + "AWS::FMS::ResourceSet", + "AWS::FSx::DataRepositoryAssociation", + "AWS::FSx::FileSystem", + "AWS::FSx::Snapshot", + "AWS::FSx::StorageVirtualMachine", + "AWS::FSx::Volume", + "AWS::GameLift::Alias", + "AWS::GameLift::Build", + "AWS::GameLift::Fleet", + "AWS::GameLift::GameServerGroup", + "AWS::GameLift::GameSessionQueue", + "AWS::GameLift::Location", + "AWS::GameLift::MatchmakingConfiguration", + "AWS::GameLift::MatchmakingRuleSet", + "AWS::GameLift::Script", + "AWS::GlobalAccelerator::Accelerator", + "AWS::GlobalAccelerator::CrossAccountAttachment", + "AWS::GlobalAccelerator::EndpointGroup", + "AWS::GlobalAccelerator::Listener", + "AWS::Glue::Classifier", + "AWS::Glue::Connection", + "AWS::Glue::Crawler", + "AWS::Glue::CustomEntityType", + "AWS::Glue::DataCatalogEncryptionSettings", + "AWS::Glue::DataQualityRuleset", + "AWS::Glue::Database", + "AWS::Glue::DevEndpoint", + "AWS::Glue::Job", + "AWS::Glue::MLTransform", + "AWS::Glue::Partition", + "AWS::Glue::Registry", + "AWS::Glue::Schema", + "AWS::Glue::SchemaVersion", + "AWS::Glue::SchemaVersionMetadata", + "AWS::Glue::SecurityConfiguration", + "AWS::Glue::Table", + "AWS::Glue::TableOptimizer", + "AWS::Glue::Trigger", + "AWS::Glue::UsageProfile", + "AWS::Glue::Workflow", + "AWS::Grafana::Workspace", + "AWS::Greengrass::ConnectorDefinition", + "AWS::Greengrass::ConnectorDefinitionVersion", + "AWS::Greengrass::CoreDefinition", + "AWS::Greengrass::CoreDefinitionVersion", + "AWS::Greengrass::DeviceDefinition", + "AWS::Greengrass::DeviceDefinitionVersion", + "AWS::Greengrass::FunctionDefinition", + "AWS::Greengrass::FunctionDefinitionVersion", + "AWS::Greengrass::Group", + "AWS::Greengrass::GroupVersion", + "AWS::Greengrass::LoggerDefinition", + "AWS::Greengrass::LoggerDefinitionVersion", + "AWS::Greengrass::ResourceDefinition", + "AWS::Greengrass::ResourceDefinitionVersion", + "AWS::Greengrass::SubscriptionDefinition", + "AWS::Greengrass::SubscriptionDefinitionVersion", + "AWS::GreengrassV2::ComponentVersion", + "AWS::GreengrassV2::Deployment", + "AWS::GuardDuty::Detector", + "AWS::GuardDuty::Filter", + "AWS::GuardDuty::IPSet", + "AWS::GuardDuty::MalwareProtectionPlan", + "AWS::GuardDuty::Master", + "AWS::GuardDuty::Member", + "AWS::GuardDuty::ThreatIntelSet", + "AWS::HealthLake::FHIRDatastore", + "AWS::IAM::AccessKey", + "AWS::IAM::Group", + "AWS::IAM::GroupPolicy", + "AWS::IAM::InstanceProfile", + "AWS::IAM::ManagedPolicy", + "AWS::IAM::OIDCProvider", + "AWS::IAM::Policy", + "AWS::IAM::Role", + "AWS::IAM::RolePolicy", + "AWS::IAM::SAMLProvider", + "AWS::IAM::ServerCertificate", + "AWS::IAM::ServiceLinkedRole", + "AWS::IAM::User", + "AWS::IAM::UserPolicy", + "AWS::IAM::UserToGroupAddition", + "AWS::IAM::VirtualMFADevice", + "AWS::IdentityStore::Group", + "AWS::IdentityStore::GroupMembership", + "AWS::ImageBuilder::Component", + "AWS::ImageBuilder::ContainerRecipe", + "AWS::ImageBuilder::DistributionConfiguration", + "AWS::ImageBuilder::Image", + "AWS::ImageBuilder::ImagePipeline", + "AWS::ImageBuilder::ImageRecipe", + "AWS::ImageBuilder::InfrastructureConfiguration", + "AWS::ImageBuilder::LifecyclePolicy", + "AWS::ImageBuilder::Workflow", + "AWS::Inspector::AssessmentTarget", + "AWS::Inspector::AssessmentTemplate", + "AWS::Inspector::ResourceGroup", + "AWS::InspectorV2::CisScanConfiguration", + "AWS::InspectorV2::Filter", + "AWS::InternetMonitor::Monitor", + "AWS::IoT1Click::Device", + "AWS::IoT1Click::Placement", + "AWS::IoT1Click::Project", + "AWS::IoT::AccountAuditConfiguration", + "AWS::IoT::Authorizer", + "AWS::IoT::BillingGroup", + "AWS::IoT::CACertificate", + "AWS::IoT::Certificate", + "AWS::IoT::CertificateProvider", + "AWS::IoT::CustomMetric", + "AWS::IoT::Dimension", + "AWS::IoT::DomainConfiguration", + "AWS::IoT::FleetMetric", + "AWS::IoT::JobTemplate", + "AWS::IoT::Logging", + "AWS::IoT::MitigationAction", + "AWS::IoT::Policy", + "AWS::IoT::PolicyPrincipalAttachment", + "AWS::IoT::ProvisioningTemplate", + "AWS::IoT::ResourceSpecificLogging", + "AWS::IoT::RoleAlias", + "AWS::IoT::ScheduledAudit", + "AWS::IoT::SecurityProfile", + "AWS::IoT::SoftwarePackage", + "AWS::IoT::SoftwarePackageVersion", + "AWS::IoT::Thing", + "AWS::IoT::ThingGroup", + "AWS::IoT::ThingPrincipalAttachment", + "AWS::IoT::ThingType", + "AWS::IoT::TopicRule", + "AWS::IoT::TopicRuleDestination", + "AWS::IoTEvents::AlarmModel", + "AWS::IoTEvents::DetectorModel", + "AWS::IoTEvents::Input", + "AWS::IoTFleetHub::Application", + "AWS::KMS::Alias", + "AWS::KMS::Key", + "AWS::KMS::ReplicaKey", + "AWS::KafkaConnect::Connector", + "AWS::KafkaConnect::CustomPlugin", + "AWS::KafkaConnect::WorkerConfiguration", + "AWS::Kendra::DataSource", + "AWS::Kendra::Faq", + "AWS::Kendra::Index", + "AWS::Kinesis::ResourcePolicy", + "AWS::Kinesis::Stream", + "AWS::Kinesis::StreamConsumer", + "AWS::KinesisAnalytics::Application", + "AWS::KinesisAnalytics::ApplicationOutput", + "AWS::KinesisAnalytics::ApplicationReferenceDataSource", + "AWS::KinesisAnalyticsV2::Application", + "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption", + "AWS::KinesisAnalyticsV2::ApplicationOutput", + "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource", + "AWS::KinesisFirehose::DeliveryStream", + "AWS::KinesisVideo::SignalingChannel", + "AWS::KinesisVideo::Stream", + "AWS::LakeFormation::DataCellsFilter", + "AWS::LakeFormation::DataLakeSettings", + "AWS::LakeFormation::Permissions", + "AWS::LakeFormation::PrincipalPermissions", + "AWS::LakeFormation::Resource", + "AWS::LakeFormation::Tag", + "AWS::LakeFormation::TagAssociation", + "AWS::Lambda::Alias", + "AWS::Lambda::CodeSigningConfig", + "AWS::Lambda::EventInvokeConfig", + "AWS::Lambda::EventSourceMapping", + "AWS::Lambda::Function", + "AWS::Lambda::LayerVersion", + "AWS::Lambda::LayerVersionPermission", + "AWS::Lambda::Permission", + "AWS::Lambda::Url", + "AWS::Lambda::Version", + "AWS::LaunchWizard::Deployment", + "AWS::Lex::Bot", + "AWS::Lex::BotAlias", + "AWS::Lex::BotVersion", + "AWS::Lex::ResourcePolicy", + "AWS::LicenseManager::Grant", + "AWS::LicenseManager::License", + "AWS::Lightsail::Alarm", + "AWS::Lightsail::Bucket", + "AWS::Lightsail::Certificate", + "AWS::Lightsail::Container", + "AWS::Lightsail::Database", + "AWS::Lightsail::Disk", + "AWS::Lightsail::Instance", + "AWS::Lightsail::LoadBalancer", + "AWS::Lightsail::LoadBalancerTlsCertificate", + "AWS::Lightsail::StaticIp", + "AWS::Location::APIKey", + "AWS::Location::GeofenceCollection", + "AWS::Location::Map", + "AWS::Location::PlaceIndex", + "AWS::Location::RouteCalculator", + "AWS::Location::Tracker", + "AWS::Location::TrackerConsumer", + "AWS::Logs::AccountPolicy", + "AWS::Logs::Delivery", + "AWS::Logs::DeliveryDestination", + "AWS::Logs::DeliverySource", + "AWS::Logs::Destination", + "AWS::Logs::LogAnomalyDetector", + "AWS::Logs::LogGroup", + "AWS::Logs::LogStream", + "AWS::Logs::MetricFilter", + "AWS::Logs::QueryDefinition", + "AWS::Logs::ResourcePolicy", + "AWS::Logs::SubscriptionFilter", + "AWS::M2::Application", + "AWS::M2::Environment", + "AWS::MSK::BatchScramSecret", + "AWS::MSK::Cluster", + "AWS::MSK::ClusterPolicy", + "AWS::MSK::Configuration", + "AWS::MSK::Replicator", + "AWS::MSK::ServerlessCluster", + "AWS::MSK::VpcConnection", + "AWS::MWAA::Environment", + "AWS::Macie::AllowList", + "AWS::Macie::CustomDataIdentifier", + "AWS::Macie::FindingsFilter", + "AWS::Macie::Session", + "AWS::ManagedBlockchain::Accessor", + "AWS::ManagedBlockchain::Member", + "AWS::ManagedBlockchain::Node", + "AWS::MediaConnect::Bridge", + "AWS::MediaConnect::BridgeOutput", + "AWS::MediaConnect::BridgeSource", + "AWS::MediaConnect::Flow", + "AWS::MediaConnect::FlowEntitlement", + "AWS::MediaConnect::FlowOutput", + "AWS::MediaConnect::FlowSource", + "AWS::MediaConnect::FlowVpcInterface", + "AWS::MediaConnect::Gateway", + "AWS::MediaConvert::JobTemplate", + "AWS::MediaConvert::Preset", + "AWS::MediaConvert::Queue", + "AWS::MediaLive::Channel", + "AWS::MediaLive::ChannelPlacementGroup", + "AWS::MediaLive::CloudWatchAlarmTemplate", + "AWS::MediaLive::CloudWatchAlarmTemplateGroup", + "AWS::MediaLive::Cluster", + "AWS::MediaLive::EventBridgeRuleTemplate", + "AWS::MediaLive::EventBridgeRuleTemplateGroup", + "AWS::MediaLive::InputSecurityGroup", + "AWS::MediaLive::Multiplex", + "AWS::MediaLive::Multiplexprogram", + "AWS::MediaLive::Network", + "AWS::MediaLive::SdiSource", + "AWS::MediaLive::SignalMap", + "AWS::MediaPackage::Asset", + "AWS::MediaPackage::Channel", + "AWS::MediaPackage::OriginEndpoint", + "AWS::MediaPackage::PackagingConfiguration", + "AWS::MediaPackage::PackagingGroup", + "AWS::MediaPackageV2::Channel", + "AWS::MediaPackageV2::ChannelGroup", + "AWS::MediaPackageV2::ChannelPolicy", + "AWS::MediaPackageV2::OriginEndpoint", + "AWS::MediaPackageV2::OriginEndpointPolicy", + "AWS::MediaStore::Container", + "AWS::MemoryDB::ACL", + "AWS::MemoryDB::Cluster", + "AWS::MemoryDB::ParameterGroup", + "AWS::MemoryDB::SubnetGroup", + "AWS::MemoryDB::User", + "AWS::Neptune::DBCluster", + "AWS::Neptune::DBClusterParameterGroup", + "AWS::Neptune::DBInstance", + "AWS::Neptune::DBParameterGroup", + "AWS::Neptune::DBSubnetGroup", + "AWS::Neptune::EventSubscription", + "AWS::NeptuneGraph::Graph", + "AWS::NeptuneGraph::PrivateGraphEndpoint", + "AWS::NetworkFirewall::Firewall", + "AWS::NetworkFirewall::FirewallPolicy", + "AWS::NetworkFirewall::LoggingConfiguration", + "AWS::NetworkFirewall::RuleGroup", + "AWS::NetworkFirewall::TLSInspectionConfiguration", + "AWS::NetworkManager::ConnectAttachment", + "AWS::NetworkManager::ConnectPeer", + "AWS::NetworkManager::CoreNetwork", + "AWS::NetworkManager::CustomerGatewayAssociation", + "AWS::NetworkManager::Device", + "AWS::NetworkManager::GlobalNetwork", + "AWS::NetworkManager::Link", + "AWS::NetworkManager::LinkAssociation", + "AWS::NetworkManager::Site", + "AWS::NetworkManager::SiteToSiteVpnAttachment", + "AWS::NetworkManager::TransitGatewayPeering", + "AWS::NetworkManager::TransitGatewayRegistration", + "AWS::NetworkManager::TransitGatewayRouteTableAttachment", + "AWS::NetworkManager::VpcAttachment", + "AWS::NimbleStudio::LaunchProfile", + "AWS::NimbleStudio::StreamingImage", + "AWS::NimbleStudio::Studio", + "AWS::NimbleStudio::StudioComponent", + "AWS::OSIS::Pipeline", + "AWS::Oam::Link", + "AWS::Oam::Sink", + "AWS::Omics::AnnotationStore", + "AWS::Omics::ReferenceStore", + "AWS::Omics::RunGroup", + "AWS::Omics::SequenceStore", + "AWS::Omics::VariantStore", + "AWS::Omics::Workflow", + "AWS::OpenSearchServerless::AccessPolicy", + "AWS::OpenSearchServerless::Collection", + "AWS::OpenSearchServerless::LifecyclePolicy", + "AWS::OpenSearchServerless::SecurityConfig", + "AWS::OpenSearchServerless::SecurityPolicy", + "AWS::OpenSearchServerless::VpcEndpoint", + "AWS::OpenSearchService::Application", + "AWS::OpenSearchService::Domain", + "AWS::OpsWorks::App", + "AWS::OpsWorks::ElasticLoadBalancerAttachment", + "AWS::OpsWorks::Instance", + "AWS::OpsWorks::Layer", + "AWS::OpsWorks::Stack", + "AWS::OpsWorks::UserProfile", + "AWS::OpsWorks::Volume", + "AWS::Organizations::Account", + "AWS::Organizations::Organization", + "AWS::Organizations::OrganizationalUnit", + "AWS::Organizations::Policy", + "AWS::Organizations::ResourcePolicy", + "AWS::PCAConnectorAD::Connector", + "AWS::PCAConnectorAD::DirectoryRegistration", + "AWS::PCAConnectorAD::ServicePrincipalName", + "AWS::PCAConnectorAD::Template", + "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry", + "AWS::PCAConnectorSCEP::Challenge", + "AWS::PCAConnectorSCEP::Connector", + "AWS::Pinpoint::ADMChannel", + "AWS::Pinpoint::APNSChannel", + "AWS::Pinpoint::APNSSandboxChannel", + "AWS::Pinpoint::APNSVoipChannel", + "AWS::Pinpoint::APNSVoipSandboxChannel", + "AWS::Pinpoint::App", + "AWS::Pinpoint::ApplicationSettings", + "AWS::Pinpoint::BaiduChannel", + "AWS::Pinpoint::Campaign", + "AWS::Pinpoint::EmailChannel", + "AWS::Pinpoint::EmailTemplate", + "AWS::Pinpoint::EventStream", + "AWS::Pinpoint::GCMChannel", + "AWS::Pinpoint::InAppTemplate", + "AWS::Pinpoint::PushTemplate", + "AWS::Pinpoint::SMSChannel", + "AWS::Pinpoint::Segment", + "AWS::Pinpoint::SmsTemplate", + "AWS::Pinpoint::VoiceChannel", + "AWS::Pipes::Pipe", + "AWS::Proton::EnvironmentAccountConnection", + "AWS::Proton::EnvironmentTemplate", + "AWS::Proton::ServiceTemplate", + "AWS::QLDB::Ledger", + "AWS::QLDB::Stream", + "AWS::QuickSight::Analysis", + "AWS::QuickSight::Dashboard", + "AWS::QuickSight::DataSet", + "AWS::QuickSight::DataSource", + "AWS::QuickSight::Folder", + "AWS::QuickSight::RefreshSchedule", + "AWS::QuickSight::Template", + "AWS::QuickSight::Theme", + "AWS::QuickSight::Topic", + "AWS::QuickSight::VPCConnection", + "AWS::RAM::Permission", + "AWS::RAM::ResourceShare", + "AWS::RDS::CustomDBEngineVersion", + "AWS::RDS::DBCluster", + "AWS::RDS::DBClusterParameterGroup", + "AWS::RDS::DBInstance", + "AWS::RDS::DBParameterGroup", + "AWS::RDS::DBProxy", + "AWS::RDS::DBProxyEndpoint", + "AWS::RDS::DBProxyTargetGroup", + "AWS::RDS::DBSecurityGroup", + "AWS::RDS::DBSecurityGroupIngress", + "AWS::RDS::DBSubnetGroup", + "AWS::RDS::EventSubscription", + "AWS::RDS::GlobalCluster", + "AWS::RDS::Integration", + "AWS::RDS::OptionGroup", + "AWS::RUM::AppMonitor", + "AWS::Redshift::Cluster", + "AWS::Redshift::ClusterParameterGroup", + "AWS::Redshift::ClusterSecurityGroup", + "AWS::Redshift::ClusterSecurityGroupIngress", + "AWS::Redshift::ClusterSubnetGroup", + "AWS::Redshift::EndpointAccess", + "AWS::Redshift::EndpointAuthorization", + "AWS::Redshift::EventSubscription", + "AWS::Redshift::Integration", + "AWS::Redshift::ScheduledAction", + "AWS::RedshiftServerless::Namespace", + "AWS::RedshiftServerless::Workgroup", + "AWS::RefactorSpaces::Application", + "AWS::RefactorSpaces::Environment", + "AWS::RefactorSpaces::Route", + "AWS::RefactorSpaces::Service", + "AWS::Rekognition::Collection", + "AWS::Rekognition::Project", + "AWS::ResilienceHub::App", + "AWS::ResilienceHub::ResiliencyPolicy", + "AWS::ResourceExplorer2::DefaultViewAssociation", + "AWS::ResourceExplorer2::Index", + "AWS::ResourceExplorer2::View", + "AWS::ResourceGroups::Group", + "AWS::RolesAnywhere::CRL", + "AWS::RolesAnywhere::Profile", + "AWS::RolesAnywhere::TrustAnchor", + "AWS::Route53::CidrCollection", + "AWS::Route53::DNSSEC", + "AWS::Route53::HealthCheck", + "AWS::Route53::HostedZone", + "AWS::Route53::KeySigningKey", + "AWS::Route53::RecordSet", + "AWS::Route53::RecordSetGroup", + "AWS::Route53Profiles::Profile", + "AWS::Route53Profiles::ProfileAssociation", + "AWS::Route53Profiles::ProfileResourceAssociation", + "AWS::Route53Resolver::FirewallDomainList", + "AWS::Route53Resolver::FirewallRuleGroup", + "AWS::Route53Resolver::FirewallRuleGroupAssociation", + "AWS::Route53Resolver::OutpostResolver", + "AWS::Route53Resolver::ResolverConfig", + "AWS::Route53Resolver::ResolverDNSSECConfig", + "AWS::Route53Resolver::ResolverEndpoint", + "AWS::Route53Resolver::ResolverQueryLoggingConfig", + "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation", + "AWS::Route53Resolver::ResolverRule", + "AWS::Route53Resolver::ResolverRuleAssociation", + "AWS::S3::AccessGrant", + "AWS::S3::AccessGrantsInstance", + "AWS::S3::AccessGrantsLocation", + "AWS::S3::AccessPoint", + "AWS::S3::Bucket", + "AWS::S3::BucketPolicy", + "AWS::S3::MultiRegionAccessPoint", + "AWS::S3::MultiRegionAccessPointPolicy", + "AWS::S3::StorageLens", + "AWS::S3::StorageLensGroup", + "AWS::S3ObjectLambda::AccessPoint", + "AWS::S3ObjectLambda::AccessPointPolicy", + "AWS::S3Outposts::AccessPoint", + "AWS::S3Outposts::Bucket", + "AWS::S3Outposts::BucketPolicy", + "AWS::S3Outposts::Endpoint", + "AWS::SDB::Domain", + "AWS::SES::ConfigurationSet", + "AWS::SES::ConfigurationSetEventDestination", + "AWS::SES::ContactList", + "AWS::SES::DedicatedIpPool", + "AWS::SES::EmailIdentity", + "AWS::SES::ReceiptFilter", + "AWS::SES::ReceiptRule", + "AWS::SES::ReceiptRuleSet", + "AWS::SES::Template", + "AWS::SES::VdmAttributes", + "AWS::SNS::Subscription", + "AWS::SNS::Topic", + "AWS::SNS::TopicInlinePolicy", + "AWS::SNS::TopicPolicy", + "AWS::SQS::Queue", + "AWS::SQS::QueueInlinePolicy", + "AWS::SQS::QueuePolicy", + "AWS::SSM::Association", + "AWS::SSM::Document", + "AWS::SSM::MaintenanceWindow", + "AWS::SSM::MaintenanceWindowTarget", + "AWS::SSM::MaintenanceWindowTask", + "AWS::SSM::Parameter", + "AWS::SSM::PatchBaseline", + "AWS::SSM::ResourceDataSync", + "AWS::SSM::ResourcePolicy", + "AWS::SSMContacts::Contact", + "AWS::SSMContacts::ContactChannel", + "AWS::SSMContacts::Plan", + "AWS::SSMContacts::Rotation", + "AWS::SSMIncidents::ReplicationSet", + "AWS::SSMIncidents::ResponsePlan", + "AWS::SSMQuickSetup::ConfigurationManager", + "AWS::SSO::Application", + "AWS::SSO::ApplicationAssignment", + "AWS::SSO::Assignment", + "AWS::SSO::Instance", + "AWS::SSO::InstanceAccessControlAttributeConfiguration", + "AWS::SSO::PermissionSet", + "AWS::SageMaker::App", + "AWS::SageMaker::AppImageConfig", + "AWS::SageMaker::Cluster", + "AWS::SageMaker::CodeRepository", + "AWS::SageMaker::DataQualityJobDefinition", + "AWS::SageMaker::Domain", + "AWS::SageMaker::Endpoint", + "AWS::SageMaker::EndpointConfig", + "AWS::SageMaker::FeatureGroup", + "AWS::SageMaker::Image", + "AWS::SageMaker::ImageVersion", + "AWS::SageMaker::InferenceComponent", + "AWS::SageMaker::InferenceExperiment", + "AWS::SageMaker::MlflowTrackingServer", + "AWS::SageMaker::Model", + "AWS::SageMaker::ModelBiasJobDefinition", + "AWS::SageMaker::ModelCard", + "AWS::SageMaker::ModelExplainabilityJobDefinition", + "AWS::SageMaker::ModelPackage", + "AWS::SageMaker::ModelPackageGroup", + "AWS::SageMaker::ModelQualityJobDefinition", + "AWS::SageMaker::MonitoringSchedule", + "AWS::SageMaker::NotebookInstance", + "AWS::SageMaker::NotebookInstanceLifecycleConfig", + "AWS::SageMaker::Pipeline", + "AWS::SageMaker::Project", + "AWS::SageMaker::Space", + "AWS::SageMaker::StudioLifecycleConfig", + "AWS::SageMaker::UserProfile", + "AWS::SageMaker::Workteam", + "AWS::Scheduler::Schedule", + "AWS::Scheduler::ScheduleGroup", + "AWS::SecretsManager::ResourcePolicy", + "AWS::SecretsManager::RotationSchedule", + "AWS::SecretsManager::Secret", + "AWS::SecretsManager::SecretTargetAttachment", + "AWS::SecurityHub::AutomationRule", + "AWS::SecurityHub::ConfigurationPolicy", + "AWS::SecurityHub::DelegatedAdmin", + "AWS::SecurityHub::FindingAggregator", + "AWS::SecurityHub::Hub", + "AWS::SecurityHub::Insight", + "AWS::SecurityHub::OrganizationConfiguration", + "AWS::SecurityHub::PolicyAssociation", + "AWS::SecurityHub::ProductSubscription", + "AWS::SecurityHub::SecurityControl", + "AWS::SecurityHub::Standard", + "AWS::SecurityLake::AwsLogSource", + "AWS::SecurityLake::DataLake", + "AWS::SecurityLake::Subscriber", + "AWS::SecurityLake::SubscriberNotification", + "AWS::ServiceCatalog::AcceptedPortfolioShare", + "AWS::ServiceCatalog::CloudFormationProduct", + "AWS::ServiceCatalog::CloudFormationProvisionedProduct", + "AWS::ServiceCatalog::LaunchNotificationConstraint", + "AWS::ServiceCatalog::LaunchRoleConstraint", + "AWS::ServiceCatalog::LaunchTemplateConstraint", + "AWS::ServiceCatalog::Portfolio", + "AWS::ServiceCatalog::PortfolioPrincipalAssociation", + "AWS::ServiceCatalog::PortfolioProductAssociation", + "AWS::ServiceCatalog::PortfolioShare", + "AWS::ServiceCatalog::ResourceUpdateConstraint", + "AWS::ServiceCatalog::ServiceAction", + "AWS::ServiceCatalog::ServiceActionAssociation", + "AWS::ServiceCatalog::StackSetConstraint", + "AWS::ServiceCatalog::TagOption", + "AWS::ServiceCatalog::TagOptionAssociation", + "AWS::ServiceCatalogAppRegistry::Application", + "AWS::ServiceCatalogAppRegistry::AttributeGroup", + "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation", + "AWS::ServiceCatalogAppRegistry::ResourceAssociation", + "AWS::ServiceDiscovery::HttpNamespace", + "AWS::ServiceDiscovery::Instance", + "AWS::ServiceDiscovery::PrivateDnsNamespace", + "AWS::ServiceDiscovery::PublicDnsNamespace", + "AWS::ServiceDiscovery::Service", + "AWS::Shield::DRTAccess", + "AWS::Shield::ProactiveEngagement", + "AWS::Shield::Protection", + "AWS::Shield::ProtectionGroup", + "AWS::Signer::ProfilePermission", + "AWS::Signer::SigningProfile", + "AWS::StepFunctions::Activity", + "AWS::StepFunctions::StateMachine", + "AWS::StepFunctions::StateMachineAlias", + "AWS::StepFunctions::StateMachineVersion", + "AWS::SupportApp::AccountAlias", + "AWS::SupportApp::SlackChannelConfiguration", + "AWS::SupportApp::SlackWorkspaceConfiguration", + "AWS::Synthetics::Canary", + "AWS::Synthetics::Group", + "AWS::SystemsManagerSAP::Application", + "AWS::Transfer::Agreement", + "AWS::Transfer::Certificate", + "AWS::Transfer::Connector", + "AWS::Transfer::Profile", + "AWS::Transfer::Server", + "AWS::Transfer::User", + "AWS::Transfer::Workflow", + "AWS::VerifiedPermissions::IdentitySource", + "AWS::VerifiedPermissions::Policy", + "AWS::VerifiedPermissions::PolicyStore", + "AWS::VerifiedPermissions::PolicyTemplate", + "AWS::VoiceID::Domain", + "AWS::VpcLattice::AccessLogSubscription", + "AWS::VpcLattice::AuthPolicy", + "AWS::VpcLattice::Listener", + "AWS::VpcLattice::ResourcePolicy", + "AWS::VpcLattice::Rule", + "AWS::VpcLattice::Service", + "AWS::VpcLattice::ServiceNetwork", + "AWS::VpcLattice::ServiceNetworkServiceAssociation", + "AWS::VpcLattice::ServiceNetworkVpcAssociation", + "AWS::VpcLattice::TargetGroup", + "AWS::WAF::ByteMatchSet", + "AWS::WAF::IPSet", + "AWS::WAF::Rule", + "AWS::WAF::SizeConstraintSet", + "AWS::WAF::SqlInjectionMatchSet", + "AWS::WAF::WebACL", + "AWS::WAF::XssMatchSet", + "AWS::WAFRegional::ByteMatchSet", + "AWS::WAFRegional::GeoMatchSet", + "AWS::WAFRegional::IPSet", + "AWS::WAFRegional::RateBasedRule", + "AWS::WAFRegional::RegexPatternSet", + "AWS::WAFRegional::Rule", + "AWS::WAFRegional::SizeConstraintSet", + "AWS::WAFRegional::SqlInjectionMatchSet", + "AWS::WAFRegional::WebACL", + "AWS::WAFRegional::WebACLAssociation", + "AWS::WAFRegional::XssMatchSet", + "AWS::WAFv2::IPSet", + "AWS::WAFv2::LoggingConfiguration", + "AWS::WAFv2::RegexPatternSet", + "AWS::WAFv2::RuleGroup", + "AWS::WAFv2::WebACL", + "AWS::WAFv2::WebACLAssociation", + "AWS::Wisdom::AIAgent", + "AWS::Wisdom::AIAgentVersion", + "AWS::Wisdom::AIPrompt", + "AWS::Wisdom::AIPromptVersion", + "AWS::Wisdom::Assistant", + "AWS::Wisdom::AssistantAssociation", + "AWS::Wisdom::KnowledgeBase", + "AWS::WorkSpaces::ConnectionAlias", + "AWS::WorkSpaces::Workspace", + "AWS::WorkSpaces::WorkspacesPool", + "AWS::WorkSpacesThinClient::Environment", + "AWS::WorkSpacesWeb::BrowserSettings", + "AWS::WorkSpacesWeb::IdentityProvider", + "AWS::WorkSpacesWeb::IpAccessSettings", + "AWS::WorkSpacesWeb::NetworkSettings", + "AWS::WorkSpacesWeb::Portal", + "AWS::WorkSpacesWeb::TrustStore", + "AWS::WorkSpacesWeb::UserAccessLoggingSettings", + "AWS::WorkSpacesWeb::UserSettings", + "AWS::XRay::Group", + "AWS::XRay::ResourcePolicy", + "AWS::XRay::SamplingRule", + "Alexa::ASK::Skill", + "Module", +] + +# pylint: disable=too-many-lines +cached: list[str] = [ + "Module", + "alexa-ask-skill.json", + "aws-accessanalyzer-analyzer.json", + "aws-acmpca-certificate.json", + "aws-acmpca-certificateauthority.json", + "aws-acmpca-certificateauthorityactivation.json", + "aws-acmpca-permission.json", + "aws-amazonmq-broker.json", + "aws-amazonmq-configuration.json", + "aws-amplify-app.json", + "aws-amplify-branch.json", + "aws-amplify-domain.json", + "aws-amplifyuibuilder-component.json", + "aws-amplifyuibuilder-form.json", + "aws-amplifyuibuilder-theme.json", + "aws-apigateway-account.json", + "aws-apigateway-apikey.json", + "aws-apigateway-authorizer.json", + "aws-apigateway-basepathmapping.json", + "aws-apigateway-clientcertificate.json", + "aws-apigateway-deployment.json", + "aws-apigateway-documentationpart.json", + "aws-apigateway-documentationversion.json", + "aws-apigateway-domainname.json", + "aws-apigateway-gatewayresponse.json", + "aws-apigateway-method.json", + "aws-apigateway-model.json", + "aws-apigateway-requestvalidator.json", + "aws-apigateway-resource.json", + "aws-apigateway-restapi.json", + "aws-apigateway-stage.json", + "aws-apigateway-usageplan.json", + "aws-apigateway-usageplankey.json", + "aws-apigateway-vpclink.json", + "aws-apigatewayv2-api.json", + "aws-apigatewayv2-apigatewaymanagedoverrides.json", + "aws-apigatewayv2-apimapping.json", + "aws-apigatewayv2-authorizer.json", + "aws-apigatewayv2-deployment.json", + "aws-apigatewayv2-domainname.json", + "aws-apigatewayv2-integration.json", + "aws-apigatewayv2-integrationresponse.json", + "aws-apigatewayv2-model.json", + "aws-apigatewayv2-route.json", + "aws-apigatewayv2-routeresponse.json", + "aws-apigatewayv2-stage.json", + "aws-apigatewayv2-vpclink.json", + "aws-appconfig-application.json", + "aws-appconfig-configurationprofile.json", + "aws-appconfig-deployment.json", + "aws-appconfig-deploymentstrategy.json", + "aws-appconfig-environment.json", + "aws-appconfig-extension.json", + "aws-appconfig-extensionassociation.json", + "aws-appconfig-hostedconfigurationversion.json", + "aws-appflow-connector.json", + "aws-appflow-connectorprofile.json", + "aws-appflow-flow.json", + "aws-appintegrations-application.json", + "aws-appintegrations-dataintegration.json", + "aws-appintegrations-eventintegration.json", + "aws-applicationautoscaling-scalabletarget.json", + "aws-applicationautoscaling-scalingpolicy.json", + "aws-applicationinsights-application.json", + "aws-applicationsignals-servicelevelobjective.json", + "aws-appmesh-gatewayroute.json", + "aws-appmesh-mesh.json", + "aws-appmesh-route.json", + "aws-appmesh-virtualgateway.json", + "aws-appmesh-virtualnode.json", + "aws-appmesh-virtualrouter.json", + "aws-appmesh-virtualservice.json", + "aws-apprunner-autoscalingconfiguration.json", + "aws-apprunner-observabilityconfiguration.json", + "aws-apprunner-service.json", + "aws-apprunner-vpcconnector.json", + "aws-apprunner-vpcingressconnection.json", + "aws-appstream-appblock.json", + "aws-appstream-appblockbuilder.json", + "aws-appstream-application.json", + "aws-appstream-applicationentitlementassociation.json", + "aws-appstream-applicationfleetassociation.json", + "aws-appstream-directoryconfig.json", + "aws-appstream-entitlement.json", + "aws-appstream-fleet.json", + "aws-appstream-stack.json", + "aws-appstream-stackfleetassociation.json", + "aws-appsync-api.json", + "aws-appsync-apicache.json", + "aws-appsync-apikey.json", + "aws-appsync-channelnamespace.json", + "aws-appsync-datasource.json", + "aws-appsync-domainname.json", + "aws-appsync-domainnameapiassociation.json", + "aws-appsync-functionconfiguration.json", + "aws-appsync-graphqlschema.json", + "aws-appsync-resolver.json", + "aws-appsync-sourceapiassociation.json", + "aws-aps-rulegroupsnamespace.json", + "aws-aps-workspace.json", + "aws-arczonalshift-autoshiftobservernotificationstatus.json", + "aws-arczonalshift-zonalautoshiftconfiguration.json", + "aws-athena-datacatalog.json", + "aws-athena-namedquery.json", + "aws-athena-preparedstatement.json", + "aws-athena-workgroup.json", + "aws-auditmanager-assessment.json", + "aws-autoscaling-autoscalinggroup.json", + "aws-autoscaling-launchconfiguration.json", + "aws-autoscaling-lifecyclehook.json", + "aws-autoscaling-scalingpolicy.json", + "aws-autoscaling-scheduledaction.json", + "aws-autoscaling-warmpool.json", + "aws-autoscalingplans-scalingplan.json", + "aws-backup-backupplan.json", + "aws-backup-backupselection.json", + "aws-backup-backupvault.json", + "aws-backup-framework.json", + "aws-backup-logicallyairgappedbackupvault.json", + "aws-backup-reportplan.json", + "aws-backup-restoretestingplan.json", + "aws-backup-restoretestingselection.json", + "aws-backupgateway-hypervisor.json", + "aws-batch-computeenvironment.json", + "aws-batch-jobdefinition.json", + "aws-batch-jobqueue.json", + "aws-batch-schedulingpolicy.json", + "aws-bedrock-agent.json", + "aws-bedrock-agentalias.json", + "aws-bedrock-applicationinferenceprofile.json", + "aws-bedrock-datasource.json", + "aws-bedrock-flow.json", + "aws-bedrock-flowalias.json", + "aws-bedrock-flowversion.json", + "aws-bedrock-guardrail.json", + "aws-bedrock-guardrailversion.json", + "aws-bedrock-knowledgebase.json", + "aws-bedrock-prompt.json", + "aws-bedrock-promptversion.json", + "aws-budgets-budget.json", + "aws-budgets-budgetsaction.json", + "aws-cassandra-keyspace.json", + "aws-cassandra-table.json", + "aws-ce-anomalymonitor.json", + "aws-ce-anomalysubscription.json", + "aws-ce-costcategory.json", + "aws-certificatemanager-account.json", + "aws-certificatemanager-certificate.json", + "aws-chatbot-microsoftteamschannelconfiguration.json", + "aws-chatbot-slackchannelconfiguration.json", + "aws-cleanrooms-configuredtable.json", + "aws-cleanrooms-configuredtableassociation.json", + "aws-cleanrooms-idmappingtable.json", + "aws-cleanrooms-idnamespaceassociation.json", + "aws-cleanrooms-privacybudgettemplate.json", + "aws-cleanroomsml-trainingdataset.json", + "aws-cloud9-environmentec2.json", + "aws-cloudformation-customresource.json", + "aws-cloudformation-hookdefaultversion.json", + "aws-cloudformation-hooktypeconfig.json", + "aws-cloudformation-hookversion.json", + "aws-cloudformation-macro.json", + "aws-cloudformation-moduledefaultversion.json", + "aws-cloudformation-moduleversion.json", + "aws-cloudformation-publictypeversion.json", + "aws-cloudformation-publisher.json", + "aws-cloudformation-resourcedefaultversion.json", + "aws-cloudformation-resourceversion.json", + "aws-cloudformation-stack.json", + "aws-cloudformation-stackset.json", + "aws-cloudformation-typeactivation.json", + "aws-cloudformation-waitcondition.json", + "aws-cloudformation-waitconditionhandle.json", + "aws-cloudfront-cachepolicy.json", + "aws-cloudfront-cloudfrontoriginaccessidentity.json", + "aws-cloudfront-continuousdeploymentpolicy.json", + "aws-cloudfront-distribution.json", + "aws-cloudfront-function.json", + "aws-cloudfront-keygroup.json", + "aws-cloudfront-keyvaluestore.json", + "aws-cloudfront-monitoringsubscription.json", + "aws-cloudfront-originaccesscontrol.json", + "aws-cloudfront-originrequestpolicy.json", + "aws-cloudfront-publickey.json", + "aws-cloudfront-realtimelogconfig.json", + "aws-cloudfront-responseheaderspolicy.json", + "aws-cloudfront-streamingdistribution.json", + "aws-cloudtrail-channel.json", + "aws-cloudtrail-eventdatastore.json", + "aws-cloudtrail-resourcepolicy.json", + "aws-cloudtrail-trail.json", + "aws-cloudwatch-alarm.json", + "aws-cloudwatch-anomalydetector.json", + "aws-cloudwatch-compositealarm.json", + "aws-cloudwatch-dashboard.json", + "aws-cloudwatch-insightrule.json", + "aws-cloudwatch-metricstream.json", + "aws-codeartifact-domain.json", + "aws-codeartifact-packagegroup.json", + "aws-codeartifact-repository.json", + "aws-codebuild-project.json", + "aws-codebuild-reportgroup.json", + "aws-codebuild-sourcecredential.json", + "aws-codecommit-repository.json", + "aws-codeconnections-connection.json", + "aws-codedeploy-application.json", + "aws-codedeploy-deploymentconfig.json", + "aws-codedeploy-deploymentgroup.json", + "aws-codeguruprofiler-profilinggroup.json", + "aws-codegurureviewer-repositoryassociation.json", + "aws-codepipeline-customactiontype.json", + "aws-codepipeline-pipeline.json", + "aws-codepipeline-webhook.json", + "aws-codestar-githubrepository.json", + "aws-codestarconnections-connection.json", + "aws-codestarconnections-repositorylink.json", + "aws-codestarconnections-syncconfiguration.json", + "aws-codestarnotifications-notificationrule.json", + "aws-cognito-identitypool.json", + "aws-cognito-identitypoolprincipaltag.json", + "aws-cognito-identitypoolroleattachment.json", + "aws-cognito-logdeliveryconfiguration.json", + "aws-cognito-userpool.json", + "aws-cognito-userpoolclient.json", + "aws-cognito-userpooldomain.json", + "aws-cognito-userpoolgroup.json", + "aws-cognito-userpoolidentityprovider.json", + "aws-cognito-userpoolresourceserver.json", + "aws-cognito-userpoolriskconfigurationattachment.json", + "aws-cognito-userpooluicustomizationattachment.json", + "aws-cognito-userpooluser.json", + "aws-cognito-userpoolusertogroupattachment.json", + "aws-comprehend-documentclassifier.json", + "aws-comprehend-flywheel.json", + "aws-config-aggregationauthorization.json", + "aws-config-configrule.json", + "aws-config-configurationaggregator.json", + "aws-config-configurationrecorder.json", + "aws-config-conformancepack.json", + "aws-config-deliverychannel.json", + "aws-config-organizationconfigrule.json", + "aws-config-organizationconformancepack.json", + "aws-config-remediationconfiguration.json", + "aws-config-storedquery.json", + "aws-connect-agentstatus.json", + "aws-connect-approvedorigin.json", + "aws-connect-contactflow.json", + "aws-connect-contactflowmodule.json", + "aws-connect-evaluationform.json", + "aws-connect-hoursofoperation.json", + "aws-connect-instance.json", + "aws-connect-instancestorageconfig.json", + "aws-connect-integrationassociation.json", + "aws-connect-phonenumber.json", + "aws-connect-predefinedattribute.json", + "aws-connect-prompt.json", + "aws-connect-queue.json", + "aws-connect-quickconnect.json", + "aws-connect-routingprofile.json", + "aws-connect-rule.json", + "aws-connect-securitykey.json", + "aws-connect-securityprofile.json", + "aws-connect-tasktemplate.json", + "aws-connect-trafficdistributiongroup.json", + "aws-connect-user.json", + "aws-connect-userhierarchygroup.json", + "aws-connect-userhierarchystructure.json", + "aws-connect-view.json", + "aws-connect-viewversion.json", + "aws-connectcampaigns-campaign.json", + "aws-controltower-enabledbaseline.json", + "aws-controltower-enabledcontrol.json", + "aws-controltower-landingzone.json", + "aws-customerprofiles-calculatedattributedefinition.json", + "aws-customerprofiles-domain.json", + "aws-customerprofiles-eventstream.json", + "aws-customerprofiles-integration.json", + "aws-customerprofiles-objecttype.json", + "aws-databrew-dataset.json", + "aws-databrew-job.json", + "aws-databrew-project.json", + "aws-databrew-recipe.json", + "aws-databrew-ruleset.json", + "aws-databrew-schedule.json", + "aws-datasync-agent.json", + "aws-datasync-locationazureblob.json", + "aws-datasync-locationefs.json", + "aws-datasync-locationfsxlustre.json", + "aws-datasync-locationfsxontap.json", + "aws-datasync-locationfsxopenzfs.json", + "aws-datasync-locationfsxwindows.json", + "aws-datasync-locationhdfs.json", + "aws-datasync-locationnfs.json", + "aws-datasync-locationobjectstorage.json", + "aws-datasync-locations3.json", + "aws-datasync-locationsmb.json", + "aws-datasync-storagesystem.json", + "aws-datasync-task.json", + "aws-datazone-datasource.json", + "aws-datazone-domain.json", + "aws-datazone-environment.json", + "aws-datazone-environmentactions.json", + "aws-datazone-environmentblueprintconfiguration.json", + "aws-datazone-environmentprofile.json", + "aws-datazone-groupprofile.json", + "aws-datazone-project.json", + "aws-datazone-projectmembership.json", + "aws-datazone-subscriptiontarget.json", + "aws-datazone-userprofile.json", + "aws-dax-cluster.json", + "aws-dax-parametergroup.json", + "aws-dax-subnetgroup.json", + "aws-detective-graph.json", + "aws-detective-memberinvitation.json", + "aws-detective-organizationadmin.json", + "aws-devopsguru-loganomalydetectionintegration.json", + "aws-devopsguru-notificationchannel.json", + "aws-devopsguru-resourcecollection.json", + "aws-directoryservice-microsoftad.json", + "aws-dlm-lifecyclepolicy.json", + "aws-dms-certificate.json", + "aws-dms-datamigration.json", + "aws-dms-dataprovider.json", + "aws-dms-endpoint.json", + "aws-dms-eventsubscription.json", + "aws-dms-instanceprofile.json", + "aws-dms-migrationproject.json", + "aws-dms-replicationconfig.json", + "aws-dms-replicationinstance.json", + "aws-dms-replicationsubnetgroup.json", + "aws-dms-replicationtask.json", + "aws-docdb-dbcluster.json", + "aws-docdb-dbclusterparametergroup.json", + "aws-docdb-dbinstance.json", + "aws-docdb-dbsubnetgroup.json", + "aws-docdb-eventsubscription.json", + "aws-docdbelastic-cluster.json", + "aws-dynamodb-globaltable.json", + "aws-dynamodb-table.json", + "aws-ec2-capacityreservation.json", + "aws-ec2-capacityreservationfleet.json", + "aws-ec2-carriergateway.json", + "aws-ec2-clientvpnauthorizationrule.json", + "aws-ec2-clientvpnendpoint.json", + "aws-ec2-clientvpnroute.json", + "aws-ec2-clientvpntargetnetworkassociation.json", + "aws-ec2-customergateway.json", + "aws-ec2-dhcpoptions.json", + "aws-ec2-ec2fleet.json", + "aws-ec2-egressonlyinternetgateway.json", + "aws-ec2-eip.json", + "aws-ec2-eipassociation.json", + "aws-ec2-enclavecertificateiamroleassociation.json", + "aws-ec2-flowlog.json", + "aws-ec2-gatewayroutetableassociation.json", + "aws-ec2-host.json", + "aws-ec2-instance.json", + "aws-ec2-instanceconnectendpoint.json", + "aws-ec2-internetgateway.json", + "aws-ec2-ipam.json", + "aws-ec2-ipamallocation.json", + "aws-ec2-ipampool.json", + "aws-ec2-ipampoolcidr.json", + "aws-ec2-ipamresourcediscovery.json", + "aws-ec2-ipamresourcediscoveryassociation.json", + "aws-ec2-ipamscope.json", + "aws-ec2-keypair.json", + "aws-ec2-localgatewayroute.json", + "aws-ec2-localgatewayroutetable.json", + "aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.json", + "aws-ec2-localgatewayroutetablevpcassociation.json", + "aws-ec2-natgateway.json", + "aws-ec2-networkacl.json", + "aws-ec2-networkaclentry.json", + "aws-ec2-networkinsightsaccessscope.json", + "aws-ec2-networkinsightsaccessscopeanalysis.json", + "aws-ec2-networkinsightsanalysis.json", + "aws-ec2-networkinsightspath.json", + "aws-ec2-networkinterfaceattachment.json", + "aws-ec2-networkinterfacepermission.json", + "aws-ec2-networkperformancemetricsubscription.json", + "aws-ec2-placementgroup.json", + "aws-ec2-prefixlist.json", + "aws-ec2-route.json", + "aws-ec2-routetable.json", + "aws-ec2-securitygroup.json", + "aws-ec2-securitygroupegress.json", + "aws-ec2-securitygroupingress.json", + "aws-ec2-securitygroupvpcassociation.json", + "aws-ec2-snapshotblockpublicaccess.json", + "aws-ec2-spotfleet.json", + "aws-ec2-subnet.json", + "aws-ec2-subnetcidrblock.json", + "aws-ec2-subnetnetworkaclassociation.json", + "aws-ec2-subnetroutetableassociation.json", + "aws-ec2-trafficmirrorfilter.json", + "aws-ec2-trafficmirrorfilterrule.json", + "aws-ec2-trafficmirrorsession.json", + "aws-ec2-trafficmirrortarget.json", + "aws-ec2-transitgateway.json", + "aws-ec2-transitgatewayattachment.json", + "aws-ec2-transitgatewayconnect.json", + "aws-ec2-transitgatewaymulticastdomain.json", + "aws-ec2-transitgatewaymulticastdomainassociation.json", + "aws-ec2-transitgatewaymulticastgroupmember.json", + "aws-ec2-transitgatewaymulticastgroupsource.json", + "aws-ec2-transitgatewaypeeringattachment.json", + "aws-ec2-transitgatewayroute.json", + "aws-ec2-transitgatewayroutetable.json", + "aws-ec2-transitgatewayroutetableassociation.json", + "aws-ec2-transitgatewayroutetablepropagation.json", + "aws-ec2-transitgatewayvpcattachment.json", + "aws-ec2-verifiedaccessendpoint.json", + "aws-ec2-verifiedaccessgroup.json", + "aws-ec2-verifiedaccessinstance.json", + "aws-ec2-verifiedaccesstrustprovider.json", + "aws-ec2-volume.json", + "aws-ec2-volumeattachment.json", + "aws-ec2-vpc.json", + "aws-ec2-vpccidrblock.json", + "aws-ec2-vpcdhcpoptionsassociation.json", + "aws-ec2-vpcendpoint.json", + "aws-ec2-vpcendpointconnectionnotification.json", + "aws-ec2-vpcendpointservice.json", + "aws-ec2-vpcendpointservicepermissions.json", + "aws-ec2-vpcgatewayattachment.json", + "aws-ec2-vpcpeeringconnection.json", + "aws-ec2-vpnconnection.json", + "aws-ec2-vpnconnectionroute.json", + "aws-ec2-vpngateway.json", + "aws-ec2-vpngatewayroutepropagation.json", + "aws-ecr-pullthroughcacherule.json", + "aws-ecr-registrypolicy.json", + "aws-ecr-replicationconfiguration.json", + "aws-ecr-repository.json", + "aws-ecr-repositorycreationtemplate.json", + "aws-ecs-capacityprovider.json", + "aws-ecs-cluster.json", + "aws-ecs-clustercapacityproviderassociations.json", + "aws-ecs-primarytaskset.json", + "aws-ecs-service.json", + "aws-ecs-taskdefinition.json", + "aws-ecs-taskset.json", + "aws-efs-accesspoint.json", + "aws-efs-mounttarget.json", + "aws-eks-accessentry.json", + "aws-eks-addon.json", + "aws-eks-cluster.json", + "aws-eks-fargateprofile.json", + "aws-eks-identityproviderconfig.json", + "aws-eks-nodegroup.json", + "aws-eks-podidentityassociation.json", + "aws-elasticache-cachecluster.json", + "aws-elasticache-globalreplicationgroup.json", + "aws-elasticache-parametergroup.json", + "aws-elasticache-replicationgroup.json", + "aws-elasticache-securitygroup.json", + "aws-elasticache-securitygroupingress.json", + "aws-elasticache-serverlesscache.json", + "aws-elasticache-subnetgroup.json", + "aws-elasticache-user.json", + "aws-elasticache-usergroup.json", + "aws-elasticbeanstalk-application.json", + "aws-elasticbeanstalk-applicationversion.json", + "aws-elasticbeanstalk-configurationtemplate.json", + "aws-elasticbeanstalk-environment.json", + "aws-elasticloadbalancing-loadbalancer.json", + "aws-elasticloadbalancingv2-listener.json", + "aws-elasticloadbalancingv2-listenercertificate.json", + "aws-elasticloadbalancingv2-listenerrule.json", + "aws-elasticloadbalancingv2-targetgroup.json", + "aws-elasticloadbalancingv2-truststore.json", + "aws-elasticloadbalancingv2-truststorerevocation.json", + "aws-elasticsearch-domain.json", + "aws-emr-cluster.json", + "aws-emr-instancefleetconfig.json", + "aws-emr-instancegroupconfig.json", + "aws-emr-securityconfiguration.json", + "aws-emr-step.json", + "aws-emr-studio.json", + "aws-emr-studiosessionmapping.json", + "aws-emrcontainers-virtualcluster.json", + "aws-emrserverless-application.json", + "aws-entityresolution-idmappingworkflow.json", + "aws-entityresolution-idnamespace.json", + "aws-entityresolution-matchingworkflow.json", + "aws-entityresolution-policystatement.json", + "aws-entityresolution-schemamapping.json", + "aws-events-apidestination.json", + "aws-events-archive.json", + "aws-events-connection.json", + "aws-events-endpoint.json", + "aws-events-eventbus.json", + "aws-events-eventbuspolicy.json", + "aws-events-rule.json", + "aws-eventschemas-discoverer.json", + "aws-eventschemas-registry.json", + "aws-eventschemas-registrypolicy.json", + "aws-eventschemas-schema.json", + "aws-fis-experimenttemplate.json", + "aws-fis-targetaccountconfiguration.json", + "aws-fms-notificationchannel.json", + "aws-fms-policy.json", + "aws-fms-resourceset.json", + "aws-fsx-datarepositoryassociation.json", + "aws-fsx-filesystem.json", + "aws-fsx-snapshot.json", + "aws-fsx-storagevirtualmachine.json", + "aws-fsx-volume.json", + "aws-gamelift-alias.json", + "aws-gamelift-build.json", + "aws-gamelift-fleet.json", + "aws-gamelift-gameservergroup.json", + "aws-gamelift-gamesessionqueue.json", + "aws-gamelift-location.json", + "aws-gamelift-matchmakingconfiguration.json", + "aws-gamelift-matchmakingruleset.json", + "aws-gamelift-script.json", + "aws-globalaccelerator-accelerator.json", + "aws-globalaccelerator-crossaccountattachment.json", + "aws-globalaccelerator-endpointgroup.json", + "aws-globalaccelerator-listener.json", + "aws-glue-classifier.json", + "aws-glue-connection.json", + "aws-glue-crawler.json", + "aws-glue-customentitytype.json", + "aws-glue-database.json", + "aws-glue-datacatalogencryptionsettings.json", + "aws-glue-dataqualityruleset.json", + "aws-glue-devendpoint.json", + "aws-glue-job.json", + "aws-glue-mltransform.json", + "aws-glue-partition.json", + "aws-glue-registry.json", + "aws-glue-schema.json", + "aws-glue-schemaversion.json", + "aws-glue-schemaversionmetadata.json", + "aws-glue-securityconfiguration.json", + "aws-glue-table.json", + "aws-glue-tableoptimizer.json", + "aws-glue-trigger.json", + "aws-glue-usageprofile.json", + "aws-glue-workflow.json", + "aws-grafana-workspace.json", + "aws-greengrass-connectordefinition.json", + "aws-greengrass-connectordefinitionversion.json", + "aws-greengrass-coredefinition.json", + "aws-greengrass-coredefinitionversion.json", + "aws-greengrass-devicedefinition.json", + "aws-greengrass-devicedefinitionversion.json", + "aws-greengrass-functiondefinition.json", + "aws-greengrass-functiondefinitionversion.json", + "aws-greengrass-group.json", + "aws-greengrass-groupversion.json", + "aws-greengrass-loggerdefinition.json", + "aws-greengrass-loggerdefinitionversion.json", + "aws-greengrass-resourcedefinition.json", + "aws-greengrass-resourcedefinitionversion.json", + "aws-greengrass-subscriptiondefinition.json", + "aws-greengrass-subscriptiondefinitionversion.json", + "aws-greengrassv2-componentversion.json", + "aws-greengrassv2-deployment.json", + "aws-guardduty-detector.json", + "aws-guardduty-filter.json", + "aws-guardduty-ipset.json", + "aws-guardduty-malwareprotectionplan.json", + "aws-guardduty-master.json", + "aws-guardduty-member.json", + "aws-guardduty-threatintelset.json", + "aws-iam-accesskey.json", + "aws-iam-group.json", + "aws-iam-grouppolicy.json", + "aws-iam-instanceprofile.json", + "aws-iam-managedpolicy.json", + "aws-iam-oidcprovider.json", + "aws-iam-policy.json", + "aws-iam-role.json", + "aws-iam-rolepolicy.json", + "aws-iam-samlprovider.json", + "aws-iam-servercertificate.json", + "aws-iam-servicelinkedrole.json", + "aws-iam-user.json", + "aws-iam-userpolicy.json", + "aws-iam-usertogroupaddition.json", + "aws-iam-virtualmfadevice.json", + "aws-identitystore-group.json", + "aws-identitystore-groupmembership.json", + "aws-imagebuilder-component.json", + "aws-imagebuilder-containerrecipe.json", + "aws-imagebuilder-distributionconfiguration.json", + "aws-imagebuilder-image.json", + "aws-imagebuilder-imagepipeline.json", + "aws-imagebuilder-imagerecipe.json", + "aws-imagebuilder-infrastructureconfiguration.json", + "aws-imagebuilder-lifecyclepolicy.json", + "aws-imagebuilder-workflow.json", + "aws-inspector-assessmenttarget.json", + "aws-inspector-assessmenttemplate.json", + "aws-inspector-resourcegroup.json", + "aws-inspectorv2-cisscanconfiguration.json", + "aws-inspectorv2-filter.json", + "aws-internetmonitor-monitor.json", + "aws-iot-accountauditconfiguration.json", + "aws-iot-authorizer.json", + "aws-iot-billinggroup.json", + "aws-iot-cacertificate.json", + "aws-iot-certificate.json", + "aws-iot-certificateprovider.json", + "aws-iot-custommetric.json", + "aws-iot-dimension.json", + "aws-iot-domainconfiguration.json", + "aws-iot-fleetmetric.json", + "aws-iot-jobtemplate.json", + "aws-iot-logging.json", + "aws-iot-mitigationaction.json", + "aws-iot-policy.json", + "aws-iot-policyprincipalattachment.json", + "aws-iot-provisioningtemplate.json", + "aws-iot-resourcespecificlogging.json", + "aws-iot-rolealias.json", + "aws-iot-scheduledaudit.json", + "aws-iot-securityprofile.json", + "aws-iot-softwarepackage.json", + "aws-iot-softwarepackageversion.json", + "aws-iot-thing.json", + "aws-iot-thinggroup.json", + "aws-iot-thingprincipalattachment.json", + "aws-iot-thingtype.json", + "aws-iot-topicrule.json", + "aws-iot-topicruledestination.json", + "aws-iot1click-device.json", + "aws-iot1click-placement.json", + "aws-iot1click-project.json", + "aws-iotevents-alarmmodel.json", + "aws-iotevents-detectormodel.json", + "aws-iotevents-input.json", + "aws-iotfleethub-application.json", + "aws-kafkaconnect-connector.json", + "aws-kafkaconnect-customplugin.json", + "aws-kafkaconnect-workerconfiguration.json", + "aws-kendra-datasource.json", + "aws-kendra-faq.json", + "aws-kendra-index.json", + "aws-kinesis-resourcepolicy.json", + "aws-kinesis-stream.json", + "aws-kinesis-streamconsumer.json", + "aws-kinesisanalytics-application.json", + "aws-kinesisanalytics-applicationoutput.json", + "aws-kinesisanalytics-applicationreferencedatasource.json", + "aws-kinesisanalyticsv2-application.json", + "aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json", + "aws-kinesisanalyticsv2-applicationoutput.json", + "aws-kinesisanalyticsv2-applicationreferencedatasource.json", + "aws-kinesisfirehose-deliverystream.json", + "aws-kinesisvideo-signalingchannel.json", + "aws-kinesisvideo-stream.json", + "aws-kms-alias.json", + "aws-kms-key.json", + "aws-kms-replicakey.json", + "aws-lakeformation-datacellsfilter.json", + "aws-lakeformation-datalakesettings.json", + "aws-lakeformation-permissions.json", + "aws-lakeformation-principalpermissions.json", + "aws-lakeformation-resource.json", + "aws-lakeformation-tag.json", + "aws-lakeformation-tagassociation.json", + "aws-lambda-alias.json", + "aws-lambda-codesigningconfig.json", + "aws-lambda-eventinvokeconfig.json", + "aws-lambda-eventsourcemapping.json", + "aws-lambda-function.json", + "aws-lambda-layerversion.json", + "aws-lambda-layerversionpermission.json", + "aws-lambda-permission.json", + "aws-lambda-url.json", + "aws-launchwizard-deployment.json", + "aws-lex-bot.json", + "aws-lex-botalias.json", + "aws-lex-botversion.json", + "aws-lex-resourcepolicy.json", + "aws-licensemanager-grant.json", + "aws-licensemanager-license.json", + "aws-lightsail-alarm.json", + "aws-lightsail-bucket.json", + "aws-lightsail-certificate.json", + "aws-lightsail-container.json", + "aws-lightsail-database.json", + "aws-lightsail-disk.json", + "aws-lightsail-instance.json", + "aws-lightsail-loadbalancer.json", + "aws-lightsail-loadbalancertlscertificate.json", + "aws-lightsail-staticip.json", + "aws-location-apikey.json", + "aws-location-geofencecollection.json", + "aws-location-map.json", + "aws-location-placeindex.json", + "aws-location-routecalculator.json", + "aws-location-tracker.json", + "aws-location-trackerconsumer.json", + "aws-logs-accountpolicy.json", + "aws-logs-delivery.json", + "aws-logs-deliverydestination.json", + "aws-logs-deliverysource.json", + "aws-logs-destination.json", + "aws-logs-loganomalydetector.json", + "aws-logs-loggroup.json", + "aws-logs-logstream.json", + "aws-logs-metricfilter.json", + "aws-logs-querydefinition.json", + "aws-logs-resourcepolicy.json", + "aws-logs-subscriptionfilter.json", + "aws-m2-application.json", + "aws-m2-environment.json", + "aws-macie-allowlist.json", + "aws-macie-customdataidentifier.json", + "aws-macie-findingsfilter.json", + "aws-macie-session.json", + "aws-managedblockchain-accessor.json", + "aws-managedblockchain-node.json", + "aws-mediaconnect-bridge.json", + "aws-mediaconnect-bridgeoutput.json", + "aws-mediaconnect-bridgesource.json", + "aws-mediaconnect-flow.json", + "aws-mediaconnect-flowentitlement.json", + "aws-mediaconnect-flowoutput.json", + "aws-mediaconnect-flowsource.json", + "aws-mediaconnect-flowvpcinterface.json", + "aws-mediaconnect-gateway.json", + "aws-mediaconvert-jobtemplate.json", + "aws-mediaconvert-preset.json", + "aws-mediaconvert-queue.json", + "aws-medialive-channel.json", + "aws-medialive-channelplacementgroup.json", + "aws-medialive-cloudwatchalarmtemplate.json", + "aws-medialive-cloudwatchalarmtemplategroup.json", + "aws-medialive-cluster.json", + "aws-medialive-eventbridgeruletemplate.json", + "aws-medialive-eventbridgeruletemplategroup.json", + "aws-medialive-multiplex.json", + "aws-medialive-multiplexprogram.json", + "aws-medialive-network.json", + "aws-medialive-sdisource.json", + "aws-medialive-signalmap.json", + "aws-mediapackage-asset.json", + "aws-mediapackage-channel.json", + "aws-mediapackage-originendpoint.json", + "aws-mediapackage-packagingconfiguration.json", + "aws-mediapackage-packaginggroup.json", + "aws-mediapackagev2-channel.json", + "aws-mediapackagev2-channelgroup.json", + "aws-mediapackagev2-channelpolicy.json", + "aws-mediapackagev2-originendpoint.json", + "aws-mediapackagev2-originendpointpolicy.json", + "aws-mediastore-container.json", + "aws-memorydb-acl.json", + "aws-memorydb-cluster.json", + "aws-memorydb-parametergroup.json", + "aws-memorydb-subnetgroup.json", + "aws-memorydb-user.json", + "aws-msk-batchscramsecret.json", + "aws-msk-cluster.json", + "aws-msk-clusterpolicy.json", + "aws-msk-configuration.json", + "aws-msk-replicator.json", + "aws-msk-serverlesscluster.json", + "aws-msk-vpcconnection.json", + "aws-mwaa-environment.json", + "aws-neptune-dbcluster.json", + "aws-neptune-dbclusterparametergroup.json", + "aws-neptune-dbinstance.json", + "aws-neptune-dbparametergroup.json", + "aws-neptune-dbsubnetgroup.json", + "aws-neptune-eventsubscription.json", + "aws-neptunegraph-graph.json", + "aws-neptunegraph-privategraphendpoint.json", + "aws-networkfirewall-firewall.json", + "aws-networkfirewall-firewallpolicy.json", + "aws-networkfirewall-loggingconfiguration.json", + "aws-networkfirewall-rulegroup.json", + "aws-networkfirewall-tlsinspectionconfiguration.json", + "aws-networkmanager-connectattachment.json", + "aws-networkmanager-connectpeer.json", + "aws-networkmanager-corenetwork.json", + "aws-networkmanager-customergatewayassociation.json", + "aws-networkmanager-device.json", + "aws-networkmanager-globalnetwork.json", + "aws-networkmanager-link.json", + "aws-networkmanager-linkassociation.json", + "aws-networkmanager-site.json", + "aws-networkmanager-sitetositevpnattachment.json", + "aws-networkmanager-transitgatewaypeering.json", + "aws-networkmanager-transitgatewayregistration.json", + "aws-networkmanager-transitgatewayroutetableattachment.json", + "aws-networkmanager-vpcattachment.json", + "aws-nimblestudio-launchprofile.json", + "aws-nimblestudio-streamingimage.json", + "aws-nimblestudio-studio.json", + "aws-oam-link.json", + "aws-oam-sink.json", + "aws-omics-annotationstore.json", + "aws-omics-referencestore.json", + "aws-omics-rungroup.json", + "aws-omics-sequencestore.json", + "aws-omics-variantstore.json", + "aws-omics-workflow.json", + "aws-opensearchserverless-accesspolicy.json", + "aws-opensearchserverless-collection.json", + "aws-opensearchserverless-lifecyclepolicy.json", + "aws-opensearchserverless-securityconfig.json", + "aws-opensearchserverless-securitypolicy.json", + "aws-opensearchserverless-vpcendpoint.json", + "aws-opensearchservice-application.json", + "aws-opensearchservice-domain.json", + "aws-opsworks-app.json", + "aws-opsworks-elasticloadbalancerattachment.json", + "aws-opsworks-instance.json", + "aws-opsworks-layer.json", + "aws-opsworks-stack.json", + "aws-opsworks-userprofile.json", + "aws-opsworks-volume.json", + "aws-organizations-account.json", + "aws-organizations-organization.json", + "aws-organizations-organizationalunit.json", + "aws-organizations-policy.json", + "aws-organizations-resourcepolicy.json", + "aws-osis-pipeline.json", + "aws-pcaconnectorad-connector.json", + "aws-pcaconnectorad-directoryregistration.json", + "aws-pcaconnectorad-serviceprincipalname.json", + "aws-pcaconnectorad-template.json", + "aws-pcaconnectorad-templategroupaccesscontrolentry.json", + "aws-pcaconnectorscep-challenge.json", + "aws-pcaconnectorscep-connector.json", + "aws-pinpoint-apnschannel.json", + "aws-pinpoint-apnssandboxchannel.json", + "aws-pinpoint-apnsvoipchannel.json", + "aws-pinpoint-apnsvoipsandboxchannel.json", + "aws-pinpoint-applicationsettings.json", + "aws-pinpoint-campaign.json", + "aws-pinpoint-emailchannel.json", + "aws-pinpoint-emailtemplate.json", + "aws-pinpoint-eventstream.json", + "aws-pinpoint-gcmchannel.json", + "aws-pinpoint-inapptemplate.json", + "aws-pinpoint-pushtemplate.json", + "aws-pinpoint-smschannel.json", + "aws-pinpoint-smstemplate.json", + "aws-pinpoint-voicechannel.json", + "aws-pipes-pipe.json", + "aws-proton-environmentaccountconnection.json", + "aws-proton-environmenttemplate.json", + "aws-proton-servicetemplate.json", + "aws-qldb-ledger.json", + "aws-qldb-stream.json", + "aws-quicksight-analysis.json", + "aws-quicksight-dashboard.json", + "aws-quicksight-dataset.json", + "aws-quicksight-datasource.json", + "aws-quicksight-folder.json", + "aws-quicksight-refreshschedule.json", + "aws-quicksight-template.json", + "aws-quicksight-theme.json", + "aws-quicksight-topic.json", + "aws-quicksight-vpcconnection.json", + "aws-ram-permission.json", + "aws-ram-resourceshare.json", + "aws-rds-customdbengineversion.json", + "aws-rds-dbcluster.json", + "aws-rds-dbclusterparametergroup.json", + "aws-rds-dbinstance.json", + "aws-rds-dbparametergroup.json", + "aws-rds-dbproxy.json", + "aws-rds-dbproxyendpoint.json", + "aws-rds-dbproxytargetgroup.json", + "aws-rds-dbsecuritygroup.json", + "aws-rds-dbsecuritygroupingress.json", + "aws-rds-dbsubnetgroup.json", + "aws-rds-eventsubscription.json", + "aws-rds-globalcluster.json", + "aws-rds-integration.json", + "aws-rds-optiongroup.json", + "aws-redshift-cluster.json", + "aws-redshift-clusterparametergroup.json", + "aws-redshift-clustersecuritygroup.json", + "aws-redshift-clustersecuritygroupingress.json", + "aws-redshift-clustersubnetgroup.json", + "aws-redshift-endpointaccess.json", + "aws-redshift-endpointauthorization.json", + "aws-redshift-eventsubscription.json", + "aws-redshift-integration.json", + "aws-redshift-scheduledaction.json", + "aws-redshiftserverless-namespace.json", + "aws-refactorspaces-application.json", + "aws-refactorspaces-environment.json", + "aws-refactorspaces-route.json", + "aws-refactorspaces-service.json", + "aws-rekognition-collection.json", + "aws-rekognition-project.json", + "aws-resiliencehub-app.json", + "aws-resiliencehub-resiliencypolicy.json", + "aws-resourceexplorer2-defaultviewassociation.json", + "aws-resourceexplorer2-index.json", + "aws-resourceexplorer2-view.json", + "aws-resourcegroups-group.json", + "aws-rolesanywhere-crl.json", + "aws-rolesanywhere-profile.json", + "aws-rolesanywhere-trustanchor.json", + "aws-route53-cidrcollection.json", + "aws-route53-dnssec.json", + "aws-route53-healthcheck.json", + "aws-route53-hostedzone.json", + "aws-route53-keysigningkey.json", + "aws-route53-recordset.json", + "aws-route53-recordsetgroup.json", + "aws-route53profiles-profile.json", + "aws-route53profiles-profileassociation.json", + "aws-route53profiles-profileresourceassociation.json", + "aws-route53resolver-firewalldomainlist.json", + "aws-route53resolver-firewallrulegroup.json", + "aws-route53resolver-firewallrulegroupassociation.json", + "aws-route53resolver-outpostresolver.json", + "aws-route53resolver-resolverconfig.json", + "aws-route53resolver-resolverdnssecconfig.json", + "aws-route53resolver-resolverendpoint.json", + "aws-route53resolver-resolverqueryloggingconfig.json", + "aws-route53resolver-resolverqueryloggingconfigassociation.json", + "aws-route53resolver-resolverrule.json", + "aws-route53resolver-resolverruleassociation.json", + "aws-rum-appmonitor.json", + "aws-s3-accessgrant.json", + "aws-s3-accessgrantsinstance.json", + "aws-s3-accessgrantslocation.json", + "aws-s3-accesspoint.json", + "aws-s3-bucket.json", + "aws-s3-bucketpolicy.json", + "aws-s3-multiregionaccesspoint.json", + "aws-s3-multiregionaccesspointpolicy.json", + "aws-s3-storagelens.json", + "aws-s3-storagelensgroup.json", + "aws-s3objectlambda-accesspoint.json", + "aws-s3objectlambda-accesspointpolicy.json", + "aws-s3outposts-accesspoint.json", + "aws-s3outposts-bucket.json", + "aws-s3outposts-bucketpolicy.json", + "aws-s3outposts-endpoint.json", + "aws-sagemaker-app.json", + "aws-sagemaker-appimageconfig.json", + "aws-sagemaker-cluster.json", + "aws-sagemaker-coderepository.json", + "aws-sagemaker-dataqualityjobdefinition.json", + "aws-sagemaker-domain.json", + "aws-sagemaker-endpointconfig.json", + "aws-sagemaker-featuregroup.json", + "aws-sagemaker-image.json", + "aws-sagemaker-imageversion.json", + "aws-sagemaker-inferencecomponent.json", + "aws-sagemaker-inferenceexperiment.json", + "aws-sagemaker-mlflowtrackingserver.json", + "aws-sagemaker-model.json", + "aws-sagemaker-modelbiasjobdefinition.json", + "aws-sagemaker-modelcard.json", + "aws-sagemaker-modelexplainabilityjobdefinition.json", + "aws-sagemaker-modelpackage.json", + "aws-sagemaker-modelpackagegroup.json", + "aws-sagemaker-modelqualityjobdefinition.json", + "aws-sagemaker-monitoringschedule.json", + "aws-sagemaker-notebookinstance.json", + "aws-sagemaker-notebookinstancelifecycleconfig.json", + "aws-sagemaker-pipeline.json", + "aws-sagemaker-project.json", + "aws-sagemaker-space.json", + "aws-sagemaker-studiolifecycleconfig.json", + "aws-sagemaker-userprofile.json", + "aws-sagemaker-workteam.json", + "aws-scheduler-schedule.json", + "aws-scheduler-schedulegroup.json", + "aws-sdb-domain.json", + "aws-secretsmanager-resourcepolicy.json", + "aws-secretsmanager-rotationschedule.json", + "aws-secretsmanager-secret.json", + "aws-secretsmanager-secrettargetattachment.json", + "aws-securityhub-automationrule.json", + "aws-securityhub-configurationpolicy.json", + "aws-securityhub-delegatedadmin.json", + "aws-securityhub-findingaggregator.json", + "aws-securityhub-hub.json", + "aws-securityhub-insight.json", + "aws-securityhub-organizationconfiguration.json", + "aws-securityhub-policyassociation.json", + "aws-securityhub-productsubscription.json", + "aws-securityhub-securitycontrol.json", + "aws-securityhub-standard.json", + "aws-securitylake-awslogsource.json", + "aws-securitylake-datalake.json", + "aws-securitylake-subscriber.json", + "aws-securitylake-subscribernotification.json", + "aws-servicecatalog-acceptedportfolioshare.json", + "aws-servicecatalog-cloudformationproduct.json", + "aws-servicecatalog-cloudformationprovisionedproduct.json", + "aws-servicecatalog-launchnotificationconstraint.json", + "aws-servicecatalog-launchroleconstraint.json", + "aws-servicecatalog-launchtemplateconstraint.json", + "aws-servicecatalog-portfolio.json", + "aws-servicecatalog-portfolioprincipalassociation.json", + "aws-servicecatalog-portfolioproductassociation.json", + "aws-servicecatalog-portfolioshare.json", + "aws-servicecatalog-resourceupdateconstraint.json", + "aws-servicecatalog-serviceaction.json", + "aws-servicecatalog-serviceactionassociation.json", + "aws-servicecatalog-stacksetconstraint.json", + "aws-servicecatalog-tagoption.json", + "aws-servicecatalog-tagoptionassociation.json", + "aws-servicecatalogappregistry-application.json", + "aws-servicecatalogappregistry-attributegroup.json", + "aws-servicecatalogappregistry-attributegroupassociation.json", + "aws-servicecatalogappregistry-resourceassociation.json", + "aws-servicediscovery-httpnamespace.json", + "aws-servicediscovery-instance.json", + "aws-servicediscovery-privatednsnamespace.json", + "aws-servicediscovery-publicdnsnamespace.json", + "aws-servicediscovery-service.json", + "aws-ses-configurationset.json", + "aws-ses-configurationseteventdestination.json", + "aws-ses-contactlist.json", + "aws-ses-dedicatedippool.json", + "aws-ses-emailidentity.json", + "aws-ses-receiptfilter.json", + "aws-ses-receiptrule.json", + "aws-ses-receiptruleset.json", + "aws-ses-template.json", + "aws-ses-vdmattributes.json", + "aws-shield-drtaccess.json", + "aws-shield-proactiveengagement.json", + "aws-shield-protection.json", + "aws-shield-protectiongroup.json", + "aws-signer-profilepermission.json", + "aws-signer-signingprofile.json", + "aws-sns-subscription.json", + "aws-sns-topic.json", + "aws-sns-topicinlinepolicy.json", + "aws-sns-topicpolicy.json", + "aws-sqs-queue.json", + "aws-sqs-queueinlinepolicy.json", + "aws-sqs-queuepolicy.json", + "aws-ssm-association.json", + "aws-ssm-document.json", + "aws-ssm-maintenancewindow.json", + "aws-ssm-maintenancewindowtarget.json", + "aws-ssm-maintenancewindowtask.json", + "aws-ssm-parameter.json", + "aws-ssm-patchbaseline.json", + "aws-ssm-resourcepolicy.json", + "aws-ssmcontacts-contact.json", + "aws-ssmcontacts-contactchannel.json", + "aws-ssmcontacts-plan.json", + "aws-ssmcontacts-rotation.json", + "aws-ssmincidents-replicationset.json", + "aws-ssmincidents-responseplan.json", + "aws-ssmquicksetup-configurationmanager.json", + "aws-sso-application.json", + "aws-sso-applicationassignment.json", + "aws-sso-assignment.json", + "aws-sso-instance.json", + "aws-sso-instanceaccesscontrolattributeconfiguration.json", + "aws-sso-permissionset.json", + "aws-stepfunctions-activity.json", + "aws-stepfunctions-statemachine.json", + "aws-stepfunctions-statemachinealias.json", + "aws-stepfunctions-statemachineversion.json", + "aws-supportapp-accountalias.json", + "aws-supportapp-slackchannelconfiguration.json", + "aws-supportapp-slackworkspaceconfiguration.json", + "aws-synthetics-canary.json", + "aws-synthetics-group.json", + "aws-systemsmanagersap-application.json", + "aws-transfer-agreement.json", + "aws-transfer-certificate.json", + "aws-transfer-connector.json", + "aws-transfer-profile.json", + "aws-transfer-server.json", + "aws-transfer-workflow.json", + "aws-verifiedpermissions-identitysource.json", + "aws-verifiedpermissions-policy.json", + "aws-verifiedpermissions-policystore.json", + "aws-verifiedpermissions-policytemplate.json", + "aws-voiceid-domain.json", + "aws-vpclattice-accesslogsubscription.json", + "aws-vpclattice-authpolicy.json", + "aws-vpclattice-listener.json", + "aws-vpclattice-resourcepolicy.json", + "aws-vpclattice-rule.json", + "aws-vpclattice-service.json", + "aws-vpclattice-servicenetwork.json", + "aws-vpclattice-servicenetworkserviceassociation.json", + "aws-vpclattice-servicenetworkvpcassociation.json", + "aws-vpclattice-targetgroup.json", + "aws-waf-bytematchset.json", + "aws-waf-ipset.json", + "aws-waf-rule.json", + "aws-waf-sizeconstraintset.json", + "aws-waf-sqlinjectionmatchset.json", + "aws-waf-webacl.json", + "aws-waf-xssmatchset.json", + "aws-wafregional-bytematchset.json", + "aws-wafregional-geomatchset.json", + "aws-wafregional-ipset.json", + "aws-wafregional-ratebasedrule.json", + "aws-wafregional-regexpatternset.json", + "aws-wafregional-rule.json", + "aws-wafregional-sizeconstraintset.json", + "aws-wafregional-sqlinjectionmatchset.json", + "aws-wafregional-webacl.json", + "aws-wafregional-webaclassociation.json", + "aws-wafregional-xssmatchset.json", + "aws-wafv2-ipset.json", + "aws-wafv2-loggingconfiguration.json", + "aws-wafv2-regexpatternset.json", + "aws-wafv2-rulegroup.json", + "aws-wafv2-webacl.json", + "aws-wafv2-webaclassociation.json", + "aws-wisdom-aiagent.json", + "aws-wisdom-aiagentversion.json", + "aws-wisdom-aiprompt.json", + "aws-wisdom-aipromptversion.json", + "aws-wisdom-assistant.json", + "aws-wisdom-assistantassociation.json", + "aws-wisdom-knowledgebase.json", + "aws-workspaces-connectionalias.json", + "aws-workspaces-workspace.json", + "aws-workspaces-workspacespool.json", + "aws-workspacesthinclient-environment.json", + "aws-workspacesweb-browsersettings.json", + "aws-workspacesweb-identityprovider.json", + "aws-workspacesweb-ipaccesssettings.json", + "aws-workspacesweb-networksettings.json", + "aws-workspacesweb-portal.json", + "aws-workspacesweb-truststore.json", + "aws-workspacesweb-useraccessloggingsettings.json", + "aws-workspacesweb-usersettings.json", + "aws-xray-group.json", + "aws-xray-resourcepolicy.json", + "aws-xray-samplingrule.json", + "module.json", +] diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-amazonmq-configurationassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-amazonmq-configurationassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..fe8b1edc071941b824a2ee40846a99013fe299a5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-amazonmq-configurationassociation.json @@ -0,0 +1,46 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Broker" + ], + "definitions": { + "ConfigurationId": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "Revision": { + "type": "integer" + } + }, + "required": [ + "Revision", + "Id" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Broker": { + "type": "string" + }, + "Configuration": { + "$ref": "#/definitions/ConfigurationId" + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Broker", + "Configuration" + ], + "typeName": "AWS::AmazonMQ::ConfigurationAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appstream-imagebuilder.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appstream-imagebuilder.json new file mode 100644 index 0000000000000000000000000000000000000000..1f77bfb4b135a59dfc84a5b18bce045572d86363 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appstream-imagebuilder.json @@ -0,0 +1,144 @@ +{ + "additionalProperties": false, + "definitions": { + "AccessEndpoint": { + "additionalProperties": false, + "properties": { + "EndpointType": { + "enum": [ + "STREAMING" + ], + "type": "string" + }, + "VpceId": { + "type": "string" + } + }, + "required": [ + "EndpointType", + "VpceId" + ], + "type": "object" + }, + "DomainJoinInfo": { + "additionalProperties": false, + "properties": { + "DirectoryName": { + "type": "string" + }, + "OrganizationalUnitDistinguishedName": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VpcConfig": { + "additionalProperties": false, + "properties": { + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AccessEndpoints": { + "items": { + "$ref": "#/definitions/AccessEndpoint" + }, + "type": "array", + "uniqueItems": false + }, + "AppstreamAgentVersion": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "DomainJoinInfo": { + "$ref": "#/definitions/DomainJoinInfo" + }, + "EnableDefaultInternetAccess": { + "type": "boolean" + }, + "IamRoleArn": { + "pattern": "^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$", + "type": "string" + }, + "Id": { + "type": "string" + }, + "ImageArn": { + "pattern": "^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$", + "type": "string" + }, + "ImageName": { + "type": "string" + }, + "InstanceType": { + "type": "string" + }, + "Name": { + "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$", + "type": "string" + }, + "StreamingUrl": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "VpcConfig": { + "$ref": "#/definitions/VpcConfig" + } + }, + "readOnlyProperties": [ + "/properties/StreamingUrl", + "/properties/Id" + ], + "required": [ + "InstanceType", + "Name" + ], + "typeName": "AWS::AppStream::ImageBuilder" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appstream-stackuserassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appstream-stackuserassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..27b7d8485d532d0bb4c5c199af3c00466dbac2ee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appstream-stackuserassociation.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AuthenticationType", + "/properties/StackName", + "/properties/SendEmailNotification", + "/properties/UserName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AuthenticationType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "SendEmailNotification": { + "type": "boolean" + }, + "StackName": { + "type": "string" + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "UserName", + "StackName", + "AuthenticationType" + ], + "typeName": "AWS::AppStream::StackUserAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appstream-user.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appstream-user.json new file mode 100644 index 0000000000000000000000000000000000000000..fde7016684d179f6c3cc2d52f8a65c72bb5326a0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appstream-user.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FirstName", + "/properties/AuthenticationType", + "/properties/MessageAction", + "/properties/LastName", + "/properties/UserName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AuthenticationType": { + "type": "string" + }, + "FirstName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "LastName": { + "type": "string" + }, + "MessageAction": { + "type": "string" + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "UserName", + "AuthenticationType" + ], + "typeName": "AWS::AppStream::User" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appsync-graphqlapi.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appsync-graphqlapi.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3634abdfe456268e43a02a91513b71950b4738 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-appsync-graphqlapi.json @@ -0,0 +1,302 @@ +{ + "additionalProperties": false, + "definitions": { + "AdditionalAuthenticationProvider": { + "additionalProperties": false, + "properties": { + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "UserPoolConfig": { + "$ref": "#/definitions/CognitoUserPoolConfig" + } + }, + "required": [ + "AuthenticationType" + ], + "type": "object" + }, + "CognitoUserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + }, + "EnhancedMetricsConfig": { + "additionalProperties": false, + "properties": { + "DataSourceLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_DATA_SOURCE_METRICS", + "PER_DATA_SOURCE_METRICS" + ], + "type": "string" + }, + "OperationLevelMetricsConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "ResolverLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_RESOLVER_METRICS", + "PER_RESOLVER_METRICS" + ], + "type": "string" + } + }, + "required": [ + "OperationLevelMetricsConfig", + "ResolverLevelMetricsBehavior", + "DataSourceLevelMetricsBehavior" + ], + "type": "object" + }, + "LambdaAuthorizerConfig": { + "additionalProperties": false, + "properties": { + "AuthorizerResultTtlInSeconds": { + "type": "number" + }, + "AuthorizerUri": { + "type": "string" + }, + "IdentityValidationExpression": { + "type": "string" + } + }, + "type": "object" + }, + "LogConfig": { + "additionalProperties": false, + "properties": { + "CloudWatchLogsRoleArn": { + "type": "string" + }, + "ExcludeVerboseContent": { + "type": "boolean" + }, + "FieldLogLevel": { + "enum": [ + "ALL", + "DEBUG", + "ERROR", + "INFO", + "NONE" + ], + "type": "string" + } + }, + "type": "object" + }, + "OpenIDConnectConfig": { + "additionalProperties": false, + "properties": { + "AuthTTL": { + "type": "number" + }, + "ClientId": { + "type": "string" + }, + "IatTTL": { + "type": "number" + }, + "Issuer": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "UserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "DefaultAction": { + "enum": [ + "ALLOW", + "DENY" + ], + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AdditionalAuthenticationProviders": { + "items": { + "$ref": "#/definitions/AdditionalAuthenticationProvider" + }, + "type": "array", + "uniqueItems": false + }, + "ApiId": { + "type": "string" + }, + "ApiType": { + "enum": [ + "GRAPHQL", + "MERGED" + ], + "type": "string" + }, + "Arn": { + "type": "string" + }, + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "EnhancedMetricsConfig": { + "$ref": "#/definitions/EnhancedMetricsConfig" + }, + "EnvironmentVariables": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "GraphQLDns": { + "type": "string" + }, + "GraphQLEndpointArn": { + "type": "string" + }, + "GraphQLUrl": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "IntrospectionConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "LogConfig": { + "$ref": "#/definitions/LogConfig" + }, + "MergedApiExecutionRoleArn": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "OwnerContact": { + "type": "string" + }, + "QueryDepthLimit": { + "type": "integer" + }, + "RealtimeDns": { + "type": "string" + }, + "RealtimeUrl": { + "type": "string" + }, + "ResolverCountLimit": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserPoolConfig": { + "$ref": "#/definitions/UserPoolConfig" + }, + "Visibility": { + "enum": [ + "GLOBAL", + "PRIVATE" + ], + "type": "string" + }, + "XrayEnabled": { + "type": "boolean" + } + }, + "readOnlyProperties": [ + "/properties/ApiId", + "/properties/GraphQLEndpointArn", + "/properties/Id", + "/properties/GraphQLDns", + "/properties/GraphQLUrl", + "/properties/RealtimeDns", + "/properties/RealtimeUrl", + "/properties/Arn" + ], + "required": [ + "Name", + "AuthenticationType" + ], + "typeName": "AWS::AppSync::GraphQLApi" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-aps-scraper.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-aps-scraper.json new file mode 100644 index 0000000000000000000000000000000000000000..788bf84c2d17eca7c9b7abe4ae867ec878373c14 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-aps-scraper.json @@ -0,0 +1,187 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ScrapeConfiguration", + "/properties/Source", + "/properties/Destination", + "/properties/Alias" + ], + "definitions": { + "Destination": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "AmpConfiguration" + ] + } + ], + "properties": { + "AmpConfiguration": { + "additionalProperties": false, + "properties": { + "WorkspaceArn": { + "pattern": "^arn:aws[-a-z]*:aps:[-a-z0-9]+:[0-9]{12}:workspace/.+$", + "type": "string" + } + }, + "required": [ + "WorkspaceArn" + ], + "type": "object" + } + }, + "type": "object" + }, + "ScrapeConfiguration": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "ConfigurationBlob" + ] + } + ], + "properties": { + "ConfigurationBlob": { + "type": "string" + } + }, + "type": "object" + }, + "SecurityGroupId": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "pattern": "^sg-[0-9a-z]+$", + "type": "string" + }, + "Source": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "EksConfiguration" + ] + } + ], + "properties": { + "EksConfiguration": { + "additionalProperties": false, + "properties": { + "ClusterArn": { + "pattern": "^arn:aws[-a-z]*:eks:[-a-z0-9]+:[0-9]{12}:cluster/.+$", + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SecurityGroupId" + }, + "type": "array" + }, + "SubnetIds": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SubnetId" + }, + "type": "array" + } + }, + "required": [ + "ClusterArn", + "SubnetIds" + ], + "type": "object" + } + }, + "type": "object" + }, + "SubnetId": { + "pattern": "^subnet-[0-9a-z]+$", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "Alias": { + "maxLength": 100, + "minLength": 1, + "pattern": "^[0-9A-Za-z][-.0-9A-Z_a-z]*$", + "type": "string" + }, + "Arn": { + "pattern": "^arn:(aws|aws-us-gov|aws-cn):aps:(af|ap|ca|eu|me|sa|us)-(central|north|(north(?:east|west))|south|south(?:east|west)|east|west)-[0-9]+:[0-9]+:scraper/s-[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$", + "type": "string" + }, + "Destination": { + "$ref": "#/definitions/Destination" + }, + "RoleArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:(aws|aws-us-gov|aws-cn):iam::[0-9]{12}:role/[a-zA-Z0-9-]+$", + "type": "string" + }, + "ScrapeConfiguration": { + "$ref": "#/definitions/ScrapeConfiguration" + }, + "ScraperId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^s-[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$", + "type": "string" + }, + "Source": { + "$ref": "#/definitions/Source" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/ScraperId", + "/properties/Arn", + "/properties/RoleArn" + ], + "required": [ + "ScrapeConfiguration", + "Source", + "Destination" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-aps", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::APS::Scraper" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-cleanrooms-analysistemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-cleanrooms-analysistemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..a7046170c9d40c25c36852b61a993ab874e06497 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-cleanrooms-analysistemplate.json @@ -0,0 +1,211 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MembershipIdentifier", + "/properties/Source", + "/properties/Source/Text", + "/properties/Format", + "/properties/AnalysisParameters" + ], + "definitions": { + "AnalysisParameter": { + "additionalProperties": false, + "properties": { + "DefaultValue": { + "maxLength": 250, + "minLength": 0, + "type": "string" + }, + "Name": { + "maxLength": 100, + "minLength": 1, + "pattern": "[0-9a-zA-Z_]+", + "type": "string" + }, + "Type": { + "enum": [ + "SMALLINT", + "INTEGER", + "BIGINT", + "DECIMAL", + "REAL", + "DOUBLE_PRECISION", + "BOOLEAN", + "CHAR", + "VARCHAR", + "DATE", + "TIMESTAMP", + "TIMESTAMPTZ", + "TIME", + "TIMETZ", + "VARBYTE" + ], + "type": "string" + } + }, + "required": [ + "Name", + "Type" + ], + "type": "object" + }, + "AnalysisSchema": { + "additionalProperties": false, + "properties": { + "ReferencedTables": { + "$ref": "#/definitions/ReferencedTables" + } + }, + "required": [ + "ReferencedTables" + ], + "type": "object" + }, + "AnalysisSource": { + "additionalProperties": false, + "properties": { + "Text": { + "maxLength": 15000, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Text" + ], + "type": "object" + }, + "ReferencedTables": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/TableName" + }, + "minItems": 0, + "type": "array" + }, + "TableName": { + "maxLength": 128, + "pattern": "^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/AnalysisTemplateIdentifier", + "/properties/MembershipIdentifier" + ], + "properties": { + "AnalysisParameters": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AnalysisParameter" + }, + "maxItems": 10, + "minItems": 0, + "type": "array" + }, + "AnalysisTemplateIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "Arn": { + "maxLength": 200, + "type": "string" + }, + "CollaborationArn": { + "maxLength": 100, + "type": "string" + }, + "CollaborationIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "Description": { + "maxLength": 255, + "pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*$", + "type": "string" + }, + "Format": { + "enum": [ + "SQL" + ], + "type": "string" + }, + "MembershipArn": { + "maxLength": 100, + "type": "string" + }, + "MembershipIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "Name": { + "maxLength": 128, + "pattern": "^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$", + "type": "string" + }, + "Schema": { + "$ref": "#/definitions/AnalysisSchema" + }, + "Source": { + "$ref": "#/definitions/AnalysisSource" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/CollaborationArn", + "/properties/CollaborationIdentifier", + "/properties/AnalysisTemplateIdentifier", + "/properties/Schema", + "/properties/Arn", + "/properties/MembershipArn" + ], + "replacementStrategy": "delete_then_create", + "required": [ + "Source", + "Format", + "Name", + "MembershipIdentifier" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cleanrooms", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::CleanRooms::AnalysisTemplate" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-cleanrooms-collaboration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-cleanrooms-collaboration.json new file mode 100644 index 0000000000000000000000000000000000000000..f06c4a24db359f9266753bbb68b2e4ecec927e50 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-cleanrooms-collaboration.json @@ -0,0 +1,224 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CreatorDisplayName", + "/properties/CreatorMemberAbilities", + "/properties/DataEncryptionMetadata", + "/properties/QueryLogStatus", + "/properties/Members", + "/properties/CreatorPaymentConfiguration" + ], + "definitions": { + "CollaborationQueryLogStatus": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "DataEncryptionMetadata": { + "additionalProperties": false, + "properties": { + "AllowCleartext": { + "type": "boolean" + }, + "AllowDuplicates": { + "type": "boolean" + }, + "AllowJoinsOnColumnsWithDifferentNames": { + "type": "boolean" + }, + "PreserveNulls": { + "type": "boolean" + } + }, + "required": [ + "AllowCleartext", + "AllowDuplicates", + "AllowJoinsOnColumnsWithDifferentNames", + "PreserveNulls" + ], + "type": "object" + }, + "MemberAbilities": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/MemberAbility" + }, + "type": "array", + "uniqueItems": true + }, + "MemberAbility": { + "enum": [ + "CAN_QUERY", + "CAN_RECEIVE_RESULTS" + ], + "type": "string" + }, + "MemberSpecification": { + "additionalProperties": false, + "properties": { + "AccountId": { + "maxLength": 12, + "minLength": 12, + "pattern": "^\\d+$", + "type": "string" + }, + "DisplayName": { + "$ref": "#/definitions/Name" + }, + "MemberAbilities": { + "$ref": "#/definitions/MemberAbilities" + }, + "PaymentConfiguration": { + "$ref": "#/definitions/PaymentConfiguration" + } + }, + "required": [ + "AccountId", + "DisplayName", + "MemberAbilities" + ], + "type": "object" + }, + "MemberStatus": { + "enum": [ + "INVITED", + "ACTIVE", + "LEFT", + "REMOVED" + ], + "type": "string" + }, + "Name": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*$", + "type": "string" + }, + "PaymentConfiguration": { + "additionalProperties": false, + "properties": { + "QueryCompute": { + "$ref": "#/definitions/QueryComputePaymentConfig" + } + }, + "required": [ + "QueryCompute" + ], + "type": "object" + }, + "QueryComputePaymentConfig": { + "additionalProperties": false, + "properties": { + "IsResponsible": { + "type": "boolean" + } + }, + "required": [ + "IsResponsible" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html", + "primaryIdentifier": [ + "/properties/CollaborationIdentifier" + ], + "properties": { + "Arn": { + "maxLength": 100, + "type": "string" + }, + "CollaborationIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "CreatorDisplayName": { + "$ref": "#/definitions/Name" + }, + "CreatorMemberAbilities": { + "$ref": "#/definitions/MemberAbilities" + }, + "CreatorPaymentConfiguration": { + "$ref": "#/definitions/PaymentConfiguration" + }, + "DataEncryptionMetadata": { + "$ref": "#/definitions/DataEncryptionMetadata" + }, + "Description": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*$", + "type": "string" + }, + "Members": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/MemberSpecification" + }, + "maxItems": 9, + "minItems": 0, + "type": "array" + }, + "Name": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*$", + "type": "string" + }, + "QueryLogStatus": { + "$ref": "#/definitions/CollaborationQueryLogStatus" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CollaborationIdentifier" + ], + "required": [ + "CreatorDisplayName", + "CreatorMemberAbilities", + "Members", + "Name", + "Description", + "QueryLogStatus" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::CleanRooms::Collaboration" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-cleanrooms-membership.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-cleanrooms-membership.json new file mode 100644 index 0000000000000000000000000000000000000000..e627882df766f05ef9b6b22808035fc04fea2f5a --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-cleanrooms-membership.json @@ -0,0 +1,193 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CollaborationIdentifier" + ], + "definitions": { + "MembershipPaymentConfiguration": { + "additionalProperties": false, + "properties": { + "QueryCompute": { + "$ref": "#/definitions/MembershipQueryComputePaymentConfig" + } + }, + "required": [ + "QueryCompute" + ], + "type": "object" + }, + "MembershipProtectedQueryOutputConfiguration": { + "additionalProperties": false, + "properties": { + "S3": { + "$ref": "#/definitions/ProtectedQueryS3OutputConfiguration" + } + }, + "required": [ + "S3" + ], + "type": "object" + }, + "MembershipProtectedQueryResultConfiguration": { + "additionalProperties": false, + "properties": { + "OutputConfiguration": { + "$ref": "#/definitions/MembershipProtectedQueryOutputConfiguration" + }, + "RoleArn": { + "maxLength": 512, + "minLength": 32, + "pattern": "arn:aws:iam::[\\w]+:role/[\\w+=./@-]+", + "type": "string" + } + }, + "required": [ + "OutputConfiguration" + ], + "type": "object" + }, + "MembershipQueryComputePaymentConfig": { + "additionalProperties": false, + "properties": { + "IsResponsible": { + "type": "boolean" + } + }, + "required": [ + "IsResponsible" + ], + "type": "object" + }, + "MembershipQueryLogStatus": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "MembershipStatus": { + "enum": [ + "ACTIVE", + "REMOVED", + "COLLABORATION_DELETED" + ], + "type": "string" + }, + "ProtectedQueryS3OutputConfiguration": { + "additionalProperties": false, + "properties": { + "Bucket": { + "maxLength": 63, + "minLength": 3, + "pattern": ".*(?!^(\\d+\\.)+\\d+$)(^(([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])\\.)*([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])$).*", + "type": "string" + }, + "KeyPrefix": { + "pattern": "[\\w!.=*/-]*", + "type": "string" + }, + "ResultFormat": { + "$ref": "#/definitions/ResultFormat" + } + }, + "required": [ + "ResultFormat", + "Bucket" + ], + "type": "object" + }, + "ResultFormat": { + "enum": [ + "CSV", + "PARQUET" + ], + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/MembershipIdentifier" + ], + "properties": { + "Arn": { + "maxLength": 100, + "type": "string" + }, + "CollaborationArn": { + "maxLength": 100, + "type": "string" + }, + "CollaborationCreatorAccountId": { + "maxLength": 12, + "minLength": 12, + "pattern": "^\\d+$", + "type": "string" + }, + "CollaborationIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "DefaultResultConfiguration": { + "$ref": "#/definitions/MembershipProtectedQueryResultConfiguration" + }, + "MembershipIdentifier": { + "maxLength": 36, + "minLength": 36, + "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + }, + "PaymentConfiguration": { + "$ref": "#/definitions/MembershipPaymentConfiguration" + }, + "QueryLogStatus": { + "$ref": "#/definitions/MembershipQueryLogStatus" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CollaborationArn", + "/properties/CollaborationCreatorAccountId", + "/properties/MembershipIdentifier" + ], + "required": [ + "CollaborationIdentifier", + "QueryLogStatus" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::CleanRooms::Membership" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-datapipeline-pipeline.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-datapipeline-pipeline.json new file mode 100644 index 0000000000000000000000000000000000000000..c6796b2ea1e971e076a2040502b6516ab5fd456b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-datapipeline-pipeline.json @@ -0,0 +1,172 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Field": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "RefValue": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + }, + "ParameterAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "StringValue", + "Key" + ], + "type": "object" + }, + "ParameterObject": { + "additionalProperties": false, + "properties": { + "Attributes": { + "items": { + "$ref": "#/definitions/ParameterAttribute" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "required": [ + "Attributes", + "Id" + ], + "type": "object" + }, + "ParameterValue": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Id", + "StringValue" + ], + "type": "object" + }, + "PipelineObject": { + "additionalProperties": false, + "properties": { + "Fields": { + "items": { + "$ref": "#/definitions/Field" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Fields", + "Id", + "Name" + ], + "type": "object" + }, + "PipelineTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Activate": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ParameterObjects": { + "items": { + "$ref": "#/definitions/ParameterObject" + }, + "type": "array", + "uniqueItems": false + }, + "ParameterValues": { + "items": { + "$ref": "#/definitions/ParameterValue" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineObjects": { + "items": { + "$ref": "#/definitions/PipelineObject" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineTags": { + "items": { + "$ref": "#/definitions/PipelineTag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ParameterObjects", + "Name" + ], + "typeName": "AWS::DataPipeline::Pipeline" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-directoryservice-simplead.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-directoryservice-simplead.json new file mode 100644 index 0000000000000000000000000000000000000000..e873b2187210a9af0ba742107cf7b9c91b4f27f1 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-directoryservice-simplead.json @@ -0,0 +1,99 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Size", + "/properties/VpcSettings", + "/properties/Name", + "/properties/Password", + "/properties/ShortName", + "/properties/Description", + "/properties/CreateAlias" + ], + "definitions": { + "VpcSettings": { + "additionalProperties": false, + "properties": { + "SubnetIds": { + "items": { + "pattern": "^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "pattern": "^(vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17})$", + "type": "string" + } + }, + "required": [ + "VpcId", + "SubnetIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Alias": { + "type": "string" + }, + "CreateAlias": { + "type": "boolean" + }, + "Description": { + "pattern": "^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$", + "type": "string" + }, + "DnsIpAddresses": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "EnableSso": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "Name": { + "pattern": "^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$", + "type": "string" + }, + "Password": { + "pattern": "(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9\\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\\s]))^.*", + "type": "string" + }, + "ShortName": { + "pattern": "^[^\\\\/:*?\"<>|.]+[^\\\\/:*?\"<>|]*$", + "type": "string" + }, + "Size": { + "enum": [ + "Large", + "Small" + ], + "type": "string" + }, + "VpcSettings": { + "$ref": "#/definitions/VpcSettings" + } + }, + "readOnlyProperties": [ + "/properties/Alias", + "/properties/DnsIpAddresses", + "/properties/Id" + ], + "required": [ + "VpcSettings", + "Size", + "Name", + "Password" + ], + "typeName": "AWS::DirectoryService::SimpleAD" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-ec2-launchtemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-ec2-launchtemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..0710635e300d0ff652ccaf2e20453c8588966904 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-ec2-launchtemplate.json @@ -0,0 +1,2086 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/LaunchTemplateName" + ], + "definitions": { + "AcceleratorCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "AcceleratorTotalMemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BaselineEbsBandwidthMbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/Ebs" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "CapacityReservationSpecification": { + "additionalProperties": false, + "properties": { + "CapacityReservationPreference": { + "enum": [ + "none", + "open" + ], + "type": "string" + }, + "CapacityReservationTarget": { + "$ref": "#/definitions/CapacityReservationTarget" + } + }, + "type": "object" + }, + "CapacityReservationTarget": { + "additionalProperties": false, + "properties": { + "CapacityReservationId": { + "type": "string" + }, + "CapacityReservationResourceGroupArn": { + "type": "string" + } + }, + "type": "object" + }, + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "CpuOptions": { + "additionalProperties": false, + "properties": { + "AmdSevSnp": { + "enum": [ + "enabled", + "disabled" + ], + "type": "string" + }, + "CoreCount": { + "type": "integer" + }, + "ThreadsPerCore": { + "type": "integer" + } + }, + "type": "object" + }, + "CreditSpecification": { + "additionalProperties": false, + "properties": { + "CpuCredits": { + "type": "string" + } + }, + "type": "object" + }, + "Ebs": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "KmsKeyId": { + "type": "string" + }, + "SnapshotId": { + "type": "string" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "ElasticGpuSpecification": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "EnaSrdSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdEnabled": { + "type": "boolean" + }, + "EnaSrdUdpSpecification": { + "$ref": "#/definitions/EnaSrdUdpSpecification" + } + }, + "type": "object" + }, + "EnaSrdUdpSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdUdpEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnclaveOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "HibernationOptions": { + "additionalProperties": false, + "properties": { + "Configured": { + "type": "boolean" + } + }, + "type": "object" + }, + "IamInstanceProfile": { + "additionalProperties": false, + "properties": { + "Arn": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "type": "object" + }, + "InstanceMarketOptions": { + "additionalProperties": false, + "properties": { + "MarketType": { + "enum": [ + "capacity-block", + "spot" + ], + "type": "string" + }, + "SpotOptions": { + "$ref": "#/definitions/SpotOptions" + } + }, + "type": "object" + }, + "InstanceRequirements": { + "additionalProperties": false, + "properties": { + "AcceleratorCount": { + "$ref": "#/definitions/AcceleratorCount" + }, + "AcceleratorManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "habana", + "nvidia", + "xilinx" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorNames": { + "items": { + "enum": [ + "a100", + "a10g", + "h100", + "inferentia", + "k520", + "k80", + "m60", + "radeon-pro-v520", + "t4", + "t4g", + "v100", + "vu9p" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorTotalMemoryMiB": { + "$ref": "#/definitions/AcceleratorTotalMemoryMiB" + }, + "AcceleratorTypes": { + "items": { + "enum": [ + "fpga", + "gpu", + "inference" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AllowedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "BareMetal": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "BaselineEbsBandwidthMbps": { + "$ref": "#/definitions/BaselineEbsBandwidthMbps" + }, + "BurstablePerformance": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "CpuManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "intel" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "ExcludedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InstanceGenerations": { + "items": { + "enum": [ + "current", + "previous" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "LocalStorage": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "LocalStorageTypes": { + "items": { + "enum": [ + "hdd", + "ssd" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": { + "type": "integer" + }, + "MemoryGiBPerVCpu": { + "$ref": "#/definitions/MemoryGiBPerVCpu" + }, + "MemoryMiB": { + "$ref": "#/definitions/MemoryMiB" + }, + "NetworkBandwidthGbps": { + "$ref": "#/definitions/NetworkBandwidthGbps" + }, + "NetworkInterfaceCount": { + "$ref": "#/definitions/NetworkInterfaceCount" + }, + "OnDemandMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "RequireHibernateSupport": { + "type": "boolean" + }, + "SpotMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "TotalLocalStorageGB": { + "$ref": "#/definitions/TotalLocalStorageGB" + }, + "VCpuCount": { + "$ref": "#/definitions/VCpuCount" + } + }, + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6Add": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateData": { + "additionalProperties": false, + "properties": { + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": false + }, + "CapacityReservationSpecification": { + "$ref": "#/definitions/CapacityReservationSpecification" + }, + "CpuOptions": { + "$ref": "#/definitions/CpuOptions" + }, + "CreditSpecification": { + "$ref": "#/definitions/CreditSpecification" + }, + "DisableApiStop": { + "type": "boolean" + }, + "DisableApiTermination": { + "type": "boolean" + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticGpuSpecifications": { + "items": { + "$ref": "#/definitions/ElasticGpuSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "ElasticInferenceAccelerators": { + "items": { + "$ref": "#/definitions/LaunchTemplateElasticInferenceAccelerator" + }, + "type": "array", + "uniqueItems": false + }, + "EnclaveOptions": { + "$ref": "#/definitions/EnclaveOptions" + }, + "HibernationOptions": { + "$ref": "#/definitions/HibernationOptions" + }, + "IamInstanceProfile": { + "$ref": "#/definitions/IamInstanceProfile" + }, + "ImageId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "InstanceInitiatedShutdownBehavior": { + "enum": [ + "stop", + "terminate" + ], + "type": "string" + }, + "InstanceMarketOptions": { + "$ref": "#/definitions/InstanceMarketOptions" + }, + "InstanceRequirements": { + "$ref": "#/definitions/InstanceRequirements" + }, + "InstanceType": { + "enum": [ + "a1.2xlarge", + "a1.4xlarge", + "a1.large", + "a1.medium", + "a1.metal", + "a1.xlarge", + "c1.medium", + "c1.xlarge", + "c3.2xlarge", + "c3.4xlarge", + "c3.8xlarge", + "c3.large", + "c3.xlarge", + "c4.2xlarge", + "c4.4xlarge", + "c4.8xlarge", + "c4.large", + "c4.xlarge", + "c5.12xlarge", + "c5.18xlarge", + "c5.24xlarge", + "c5.2xlarge", + "c5.4xlarge", + "c5.9xlarge", + "c5.large", + "c5.metal", + "c5.xlarge", + "c5a.12xlarge", + "c5a.16xlarge", + "c5a.24xlarge", + "c5a.2xlarge", + "c5a.4xlarge", + "c5a.8xlarge", + "c5a.large", + "c5a.xlarge", + "c5ad.12xlarge", + "c5ad.16xlarge", + "c5ad.24xlarge", + "c5ad.2xlarge", + "c5ad.4xlarge", + "c5ad.8xlarge", + "c5ad.large", + "c5ad.xlarge", + "c5d.12xlarge", + "c5d.18xlarge", + "c5d.24xlarge", + "c5d.2xlarge", + "c5d.4xlarge", + "c5d.9xlarge", + "c5d.large", + "c5d.metal", + "c5d.xlarge", + "c5n.18xlarge", + "c5n.2xlarge", + "c5n.4xlarge", + "c5n.9xlarge", + "c5n.large", + "c5n.metal", + "c5n.xlarge", + "c6a.12xlarge", + "c6a.16xlarge", + "c6a.24xlarge", + "c6a.2xlarge", + "c6a.32xlarge", + "c6a.48xlarge", + "c6a.4xlarge", + "c6a.8xlarge", + "c6a.large", + "c6a.metal", + "c6a.xlarge", + "c6g.12xlarge", + "c6g.16xlarge", + "c6g.2xlarge", + "c6g.4xlarge", + "c6g.8xlarge", + "c6g.large", + "c6g.medium", + "c6g.metal", + "c6g.xlarge", + "c6gd.12xlarge", + "c6gd.16xlarge", + "c6gd.2xlarge", + "c6gd.4xlarge", + "c6gd.8xlarge", + "c6gd.large", + "c6gd.medium", + "c6gd.metal", + "c6gd.xlarge", + "c6gn.12xlarge", + "c6gn.16xlarge", + "c6gn.2xlarge", + "c6gn.4xlarge", + "c6gn.8xlarge", + "c6gn.large", + "c6gn.medium", + "c6gn.xlarge", + "c6i.12xlarge", + "c6i.16xlarge", + "c6i.24xlarge", + "c6i.2xlarge", + "c6i.32xlarge", + "c6i.4xlarge", + "c6i.8xlarge", + "c6i.large", + "c6i.metal", + "c6i.xlarge", + "c6id.12xlarge", + "c6id.16xlarge", + "c6id.24xlarge", + "c6id.2xlarge", + "c6id.32xlarge", + "c6id.4xlarge", + "c6id.8xlarge", + "c6id.large", + "c6id.metal", + "c6id.xlarge", + "c6in.12xlarge", + "c6in.16xlarge", + "c6in.24xlarge", + "c6in.2xlarge", + "c6in.32xlarge", + "c6in.4xlarge", + "c6in.8xlarge", + "c6in.large", + "c6in.metal", + "c6in.xlarge", + "c7a.12xlarge", + "c7a.16xlarge", + "c7a.24xlarge", + "c7a.2xlarge", + "c7a.32xlarge", + "c7a.48xlarge", + "c7a.4xlarge", + "c7a.8xlarge", + "c7a.large", + "c7a.medium", + "c7a.metal-48xl", + "c7a.xlarge", + "c7g.12xlarge", + "c7g.16xlarge", + "c7g.2xlarge", + "c7g.4xlarge", + "c7g.8xlarge", + "c7g.large", + "c7g.medium", + "c7g.metal", + "c7g.xlarge", + "c7gd.12xlarge", + "c7gd.16xlarge", + "c7gd.2xlarge", + "c7gd.4xlarge", + "c7gd.8xlarge", + "c7gd.large", + "c7gd.medium", + "c7gd.metal", + "c7gd.xlarge", + "c7gn.12xlarge", + "c7gn.16xlarge", + "c7gn.2xlarge", + "c7gn.4xlarge", + "c7gn.8xlarge", + "c7gn.large", + "c7gn.medium", + "c7gn.metal", + "c7gn.xlarge", + "c7i-flex.2xlarge", + "c7i-flex.4xlarge", + "c7i-flex.8xlarge", + "c7i-flex.large", + "c7i-flex.xlarge", + "c7i.12xlarge", + "c7i.16xlarge", + "c7i.24xlarge", + "c7i.2xlarge", + "c7i.48xlarge", + "c7i.4xlarge", + "c7i.8xlarge", + "c7i.large", + "c7i.metal-24xl", + "c7i.metal-48xl", + "c7i.xlarge", + "c8g.12xlarge", + "c8g.16xlarge", + "c8g.24xlarge", + "c8g.2xlarge", + "c8g.48xlarge", + "c8g.4xlarge", + "c8g.8xlarge", + "c8g.large", + "c8g.medium", + "c8g.metal-24xl", + "c8g.metal-48xl", + "c8g.xlarge", + "cc1.4xlarge", + "cc2.8xlarge", + "cg1.4xlarge", + "cr1.8xlarge", + "d2.2xlarge", + "d2.4xlarge", + "d2.8xlarge", + "d2.xlarge", + "d3.2xlarge", + "d3.4xlarge", + "d3.8xlarge", + "d3.xlarge", + "d3en.12xlarge", + "d3en.2xlarge", + "d3en.4xlarge", + "d3en.6xlarge", + "d3en.8xlarge", + "d3en.xlarge", + "dl1.24xlarge", + "dl2q.24xlarge", + "f1.16xlarge", + "f1.2xlarge", + "f1.4xlarge", + "g2.2xlarge", + "g2.8xlarge", + "g3.16xlarge", + "g3.4xlarge", + "g3.8xlarge", + "g3s.xlarge", + "g4ad.16xlarge", + "g4ad.2xlarge", + "g4ad.4xlarge", + "g4ad.8xlarge", + "g4ad.xlarge", + "g4dn.12xlarge", + "g4dn.16xlarge", + "g4dn.2xlarge", + "g4dn.4xlarge", + "g4dn.8xlarge", + "g4dn.metal", + "g4dn.xlarge", + "g5.12xlarge", + "g5.16xlarge", + "g5.24xlarge", + "g5.2xlarge", + "g5.48xlarge", + "g5.4xlarge", + "g5.8xlarge", + "g5.xlarge", + "g5g.16xlarge", + "g5g.2xlarge", + "g5g.4xlarge", + "g5g.8xlarge", + "g5g.metal", + "g5g.xlarge", + "g6.12xlarge", + "g6.16xlarge", + "g6.24xlarge", + "g6.2xlarge", + "g6.48xlarge", + "g6.4xlarge", + "g6.8xlarge", + "g6.xlarge", + "g6e.12xlarge", + "g6e.16xlarge", + "g6e.24xlarge", + "g6e.2xlarge", + "g6e.48xlarge", + "g6e.4xlarge", + "g6e.8xlarge", + "g6e.xlarge", + "gr6.4xlarge", + "gr6.8xlarge", + "h1.16xlarge", + "h1.2xlarge", + "h1.4xlarge", + "h1.8xlarge", + "hi1.4xlarge", + "hpc6a.48xlarge", + "hpc6id.32xlarge", + "hpc7a.12xlarge", + "hpc7a.24xlarge", + "hpc7a.48xlarge", + "hpc7a.96xlarge", + "hpc7g.16xlarge", + "hpc7g.4xlarge", + "hpc7g.8xlarge", + "hs1.8xlarge", + "i2.2xlarge", + "i2.4xlarge", + "i2.8xlarge", + "i2.xlarge", + "i3.16xlarge", + "i3.2xlarge", + "i3.4xlarge", + "i3.8xlarge", + "i3.large", + "i3.metal", + "i3.xlarge", + "i3en.12xlarge", + "i3en.24xlarge", + "i3en.2xlarge", + "i3en.3xlarge", + "i3en.6xlarge", + "i3en.large", + "i3en.metal", + "i3en.xlarge", + "i4g.16xlarge", + "i4g.2xlarge", + "i4g.4xlarge", + "i4g.8xlarge", + "i4g.large", + "i4g.xlarge", + "i4i.12xlarge", + "i4i.16xlarge", + "i4i.24xlarge", + "i4i.2xlarge", + "i4i.32xlarge", + "i4i.4xlarge", + "i4i.8xlarge", + "i4i.large", + "i4i.metal", + "i4i.xlarge", + "im4gn.16xlarge", + "im4gn.2xlarge", + "im4gn.4xlarge", + "im4gn.8xlarge", + "im4gn.large", + "im4gn.xlarge", + "inf1.24xlarge", + "inf1.2xlarge", + "inf1.6xlarge", + "inf1.xlarge", + "inf2.24xlarge", + "inf2.48xlarge", + "inf2.8xlarge", + "inf2.xlarge", + "is4gen.2xlarge", + "is4gen.4xlarge", + "is4gen.8xlarge", + "is4gen.large", + "is4gen.medium", + "is4gen.xlarge", + "m1.large", + "m1.medium", + "m1.small", + "m1.xlarge", + "m2.2xlarge", + "m2.4xlarge", + "m2.xlarge", + "m3.2xlarge", + "m3.large", + "m3.medium", + "m3.xlarge", + "m4.10xlarge", + "m4.16xlarge", + "m4.2xlarge", + "m4.4xlarge", + "m4.large", + "m4.xlarge", + "m5.12xlarge", + "m5.16xlarge", + "m5.24xlarge", + "m5.2xlarge", + "m5.4xlarge", + "m5.8xlarge", + "m5.large", + "m5.metal", + "m5.xlarge", + "m5a.12xlarge", + "m5a.16xlarge", + "m5a.24xlarge", + "m5a.2xlarge", + "m5a.4xlarge", + "m5a.8xlarge", + "m5a.large", + "m5a.xlarge", + "m5ad.12xlarge", + "m5ad.16xlarge", + "m5ad.24xlarge", + "m5ad.2xlarge", + "m5ad.4xlarge", + "m5ad.8xlarge", + "m5ad.large", + "m5ad.xlarge", + "m5d.12xlarge", + "m5d.16xlarge", + "m5d.24xlarge", + "m5d.2xlarge", + "m5d.4xlarge", + "m5d.8xlarge", + "m5d.large", + "m5d.metal", + "m5d.xlarge", + "m5dn.12xlarge", + "m5dn.16xlarge", + "m5dn.24xlarge", + "m5dn.2xlarge", + "m5dn.4xlarge", + "m5dn.8xlarge", + "m5dn.large", + "m5dn.metal", + "m5dn.xlarge", + "m5n.12xlarge", + "m5n.16xlarge", + "m5n.24xlarge", + "m5n.2xlarge", + "m5n.4xlarge", + "m5n.8xlarge", + "m5n.large", + "m5n.metal", + "m5n.xlarge", + "m5zn.12xlarge", + "m5zn.2xlarge", + "m5zn.3xlarge", + "m5zn.6xlarge", + "m5zn.large", + "m5zn.metal", + "m5zn.xlarge", + "m6a.12xlarge", + "m6a.16xlarge", + "m6a.24xlarge", + "m6a.2xlarge", + "m6a.32xlarge", + "m6a.48xlarge", + "m6a.4xlarge", + "m6a.8xlarge", + "m6a.large", + "m6a.metal", + "m6a.xlarge", + "m6g.12xlarge", + "m6g.16xlarge", + "m6g.2xlarge", + "m6g.4xlarge", + "m6g.8xlarge", + "m6g.large", + "m6g.medium", + "m6g.metal", + "m6g.xlarge", + "m6gd.12xlarge", + "m6gd.16xlarge", + "m6gd.2xlarge", + "m6gd.4xlarge", + "m6gd.8xlarge", + "m6gd.large", + "m6gd.medium", + "m6gd.metal", + "m6gd.xlarge", + "m6i.12xlarge", + "m6i.16xlarge", + "m6i.24xlarge", + "m6i.2xlarge", + "m6i.32xlarge", + "m6i.4xlarge", + "m6i.8xlarge", + "m6i.large", + "m6i.metal", + "m6i.xlarge", + "m6id.12xlarge", + "m6id.16xlarge", + "m6id.24xlarge", + "m6id.2xlarge", + "m6id.32xlarge", + "m6id.4xlarge", + "m6id.8xlarge", + "m6id.large", + "m6id.metal", + "m6id.xlarge", + "m6idn.12xlarge", + "m6idn.16xlarge", + "m6idn.24xlarge", + "m6idn.2xlarge", + "m6idn.32xlarge", + "m6idn.4xlarge", + "m6idn.8xlarge", + "m6idn.large", + "m6idn.metal", + "m6idn.xlarge", + "m6in.12xlarge", + "m6in.16xlarge", + "m6in.24xlarge", + "m6in.2xlarge", + "m6in.32xlarge", + "m6in.4xlarge", + "m6in.8xlarge", + "m6in.large", + "m6in.metal", + "m6in.xlarge", + "m7a.12xlarge", + "m7a.16xlarge", + "m7a.24xlarge", + "m7a.2xlarge", + "m7a.32xlarge", + "m7a.48xlarge", + "m7a.4xlarge", + "m7a.8xlarge", + "m7a.large", + "m7a.medium", + "m7a.metal-48xl", + "m7a.xlarge", + "m7g.12xlarge", + "m7g.16xlarge", + "m7g.2xlarge", + "m7g.4xlarge", + "m7g.8xlarge", + "m7g.large", + "m7g.medium", + "m7g.metal", + "m7g.xlarge", + "m7gd.12xlarge", + "m7gd.16xlarge", + "m7gd.2xlarge", + "m7gd.4xlarge", + "m7gd.8xlarge", + "m7gd.large", + "m7gd.medium", + "m7gd.metal", + "m7gd.xlarge", + "m7i-flex.2xlarge", + "m7i-flex.4xlarge", + "m7i-flex.8xlarge", + "m7i-flex.large", + "m7i-flex.xlarge", + "m7i.12xlarge", + "m7i.16xlarge", + "m7i.24xlarge", + "m7i.2xlarge", + "m7i.48xlarge", + "m7i.4xlarge", + "m7i.8xlarge", + "m7i.large", + "m7i.metal-24xl", + "m7i.metal-48xl", + "m7i.xlarge", + "m8g.12xlarge", + "m8g.16xlarge", + "m8g.24xlarge", + "m8g.2xlarge", + "m8g.48xlarge", + "m8g.4xlarge", + "m8g.8xlarge", + "m8g.large", + "m8g.medium", + "m8g.metal-24xl", + "m8g.metal-48xl", + "m8g.xlarge", + "mac1.metal", + "mac2-m1ultra.metal", + "mac2-m2.metal", + "mac2-m2pro.metal", + "mac2.metal", + "p2.16xlarge", + "p2.8xlarge", + "p2.xlarge", + "p3.16xlarge", + "p3.2xlarge", + "p3.8xlarge", + "p3dn.24xlarge", + "p4d.24xlarge", + "p4de.24xlarge", + "p5.48xlarge", + "r3.2xlarge", + "r3.4xlarge", + "r3.8xlarge", + "r3.large", + "r3.xlarge", + "r4.16xlarge", + "r4.2xlarge", + "r4.4xlarge", + "r4.8xlarge", + "r4.large", + "r4.xlarge", + "r5.12xlarge", + "r5.16xlarge", + "r5.24xlarge", + "r5.2xlarge", + "r5.4xlarge", + "r5.8xlarge", + "r5.large", + "r5.metal", + "r5.xlarge", + "r5a.12xlarge", + "r5a.16xlarge", + "r5a.24xlarge", + "r5a.2xlarge", + "r5a.4xlarge", + "r5a.8xlarge", + "r5a.large", + "r5a.xlarge", + "r5ad.12xlarge", + "r5ad.16xlarge", + "r5ad.24xlarge", + "r5ad.2xlarge", + "r5ad.4xlarge", + "r5ad.8xlarge", + "r5ad.large", + "r5ad.xlarge", + "r5b.12xlarge", + "r5b.16xlarge", + "r5b.24xlarge", + "r5b.2xlarge", + "r5b.4xlarge", + "r5b.8xlarge", + "r5b.large", + "r5b.metal", + "r5b.xlarge", + "r5d.12xlarge", + "r5d.16xlarge", + "r5d.24xlarge", + "r5d.2xlarge", + "r5d.4xlarge", + "r5d.8xlarge", + "r5d.large", + "r5d.metal", + "r5d.xlarge", + "r5dn.12xlarge", + "r5dn.16xlarge", + "r5dn.24xlarge", + "r5dn.2xlarge", + "r5dn.4xlarge", + "r5dn.8xlarge", + "r5dn.large", + "r5dn.metal", + "r5dn.xlarge", + "r5n.12xlarge", + "r5n.16xlarge", + "r5n.24xlarge", + "r5n.2xlarge", + "r5n.4xlarge", + "r5n.8xlarge", + "r5n.large", + "r5n.metal", + "r5n.xlarge", + "r6a.12xlarge", + "r6a.16xlarge", + "r6a.24xlarge", + "r6a.2xlarge", + "r6a.32xlarge", + "r6a.48xlarge", + "r6a.4xlarge", + "r6a.8xlarge", + "r6a.large", + "r6a.metal", + "r6a.xlarge", + "r6g.12xlarge", + "r6g.16xlarge", + "r6g.2xlarge", + "r6g.4xlarge", + "r6g.8xlarge", + "r6g.large", + "r6g.medium", + "r6g.metal", + "r6g.xlarge", + "r6gd.12xlarge", + "r6gd.16xlarge", + "r6gd.2xlarge", + "r6gd.4xlarge", + "r6gd.8xlarge", + "r6gd.large", + "r6gd.medium", + "r6gd.metal", + "r6gd.xlarge", + "r6i.12xlarge", + "r6i.16xlarge", + "r6i.24xlarge", + "r6i.2xlarge", + "r6i.32xlarge", + "r6i.4xlarge", + "r6i.8xlarge", + "r6i.large", + "r6i.metal", + "r6i.xlarge", + "r6id.12xlarge", + "r6id.16xlarge", + "r6id.24xlarge", + "r6id.2xlarge", + "r6id.32xlarge", + "r6id.4xlarge", + "r6id.8xlarge", + "r6id.large", + "r6id.metal", + "r6id.xlarge", + "r6idn.12xlarge", + "r6idn.16xlarge", + "r6idn.24xlarge", + "r6idn.2xlarge", + "r6idn.32xlarge", + "r6idn.4xlarge", + "r6idn.8xlarge", + "r6idn.large", + "r6idn.metal", + "r6idn.xlarge", + "r6in.12xlarge", + "r6in.16xlarge", + "r6in.24xlarge", + "r6in.2xlarge", + "r6in.32xlarge", + "r6in.4xlarge", + "r6in.8xlarge", + "r6in.large", + "r6in.metal", + "r6in.xlarge", + "r7a.12xlarge", + "r7a.16xlarge", + "r7a.24xlarge", + "r7a.2xlarge", + "r7a.32xlarge", + "r7a.48xlarge", + "r7a.4xlarge", + "r7a.8xlarge", + "r7a.large", + "r7a.medium", + "r7a.metal-48xl", + "r7a.xlarge", + "r7g.12xlarge", + "r7g.16xlarge", + "r7g.2xlarge", + "r7g.4xlarge", + "r7g.8xlarge", + "r7g.large", + "r7g.medium", + "r7g.metal", + "r7g.xlarge", + "r7gd.12xlarge", + "r7gd.16xlarge", + "r7gd.2xlarge", + "r7gd.4xlarge", + "r7gd.8xlarge", + "r7gd.large", + "r7gd.medium", + "r7gd.metal", + "r7gd.xlarge", + "r7i.12xlarge", + "r7i.16xlarge", + "r7i.24xlarge", + "r7i.2xlarge", + "r7i.48xlarge", + "r7i.4xlarge", + "r7i.8xlarge", + "r7i.large", + "r7i.metal-24xl", + "r7i.metal-48xl", + "r7i.xlarge", + "r7iz.12xlarge", + "r7iz.16xlarge", + "r7iz.2xlarge", + "r7iz.32xlarge", + "r7iz.4xlarge", + "r7iz.8xlarge", + "r7iz.large", + "r7iz.metal-16xl", + "r7iz.metal-32xl", + "r7iz.xlarge", + "r8g.12xlarge", + "r8g.16xlarge", + "r8g.24xlarge", + "r8g.2xlarge", + "r8g.48xlarge", + "r8g.4xlarge", + "r8g.8xlarge", + "r8g.large", + "r8g.medium", + "r8g.metal-24xl", + "r8g.metal-48xl", + "r8g.xlarge", + "t1.micro", + "t2.2xlarge", + "t2.large", + "t2.medium", + "t2.micro", + "t2.nano", + "t2.small", + "t2.xlarge", + "t3.2xlarge", + "t3.large", + "t3.medium", + "t3.micro", + "t3.nano", + "t3.small", + "t3.xlarge", + "t3a.2xlarge", + "t3a.large", + "t3a.medium", + "t3a.micro", + "t3a.nano", + "t3a.small", + "t3a.xlarge", + "t4g.2xlarge", + "t4g.large", + "t4g.medium", + "t4g.micro", + "t4g.nano", + "t4g.small", + "t4g.xlarge", + "trn1.2xlarge", + "trn1.32xlarge", + "trn1n.32xlarge", + "u-12tb1.112xlarge", + "u-12tb1.metal", + "u-18tb1.112xlarge", + "u-18tb1.metal", + "u-24tb1.112xlarge", + "u-24tb1.metal", + "u-3tb1.56xlarge", + "u-6tb1.112xlarge", + "u-6tb1.56xlarge", + "u-6tb1.metal", + "u-9tb1.112xlarge", + "u-9tb1.metal", + "u7i-12tb.224xlarge", + "u7ib-12tb.224xlarge", + "u7in-16tb.224xlarge", + "u7in-24tb.224xlarge", + "u7in-32tb.224xlarge", + "vt1.24xlarge", + "vt1.3xlarge", + "vt1.6xlarge", + "x1.16xlarge", + "x1.32xlarge", + "x1e.16xlarge", + "x1e.2xlarge", + "x1e.32xlarge", + "x1e.4xlarge", + "x1e.8xlarge", + "x1e.xlarge", + "x2gd.12xlarge", + "x2gd.16xlarge", + "x2gd.2xlarge", + "x2gd.4xlarge", + "x2gd.8xlarge", + "x2gd.large", + "x2gd.medium", + "x2gd.metal", + "x2gd.xlarge", + "x2idn.16xlarge", + "x2idn.24xlarge", + "x2idn.32xlarge", + "x2idn.metal", + "x2iedn.16xlarge", + "x2iedn.24xlarge", + "x2iedn.2xlarge", + "x2iedn.32xlarge", + "x2iedn.4xlarge", + "x2iedn.8xlarge", + "x2iedn.metal", + "x2iedn.xlarge", + "x2iezn.12xlarge", + "x2iezn.2xlarge", + "x2iezn.4xlarge", + "x2iezn.6xlarge", + "x2iezn.8xlarge", + "x2iezn.metal", + "x8g.12xlarge", + "x8g.16xlarge", + "x8g.24xlarge", + "x8g.2xlarge", + "x8g.48xlarge", + "x8g.4xlarge", + "x8g.8xlarge", + "x8g.large", + "x8g.medium", + "x8g.metal-24xl", + "x8g.metal-48xl", + "x8g.xlarge", + "z1d.12xlarge", + "z1d.2xlarge", + "z1d.3xlarge", + "z1d.6xlarge", + "z1d.large", + "z1d.metal", + "z1d.xlarge" + ], + "type": "string" + }, + "KernelId": { + "type": "string" + }, + "KeyName": { + "type": "string" + }, + "LicenseSpecifications": { + "items": { + "$ref": "#/definitions/LicenseSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "MaintenanceOptions": { + "$ref": "#/definitions/MaintenanceOptions" + }, + "MetadataOptions": { + "$ref": "#/definitions/MetadataOptions" + }, + "Monitoring": { + "$ref": "#/definitions/Monitoring" + }, + "NetworkInterfaces": { + "items": { + "$ref": "#/definitions/NetworkInterface" + }, + "type": "array", + "uniqueItems": false + }, + "Placement": { + "$ref": "#/definitions/Placement" + }, + "PrivateDnsNameOptions": { + "$ref": "#/definitions/PrivateDnsNameOptions" + }, + "RamDiskId": { + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/TagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "UserData": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateElasticInferenceAccelerator": { + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + }, + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateTagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "LicenseSpecification": { + "additionalProperties": false, + "properties": { + "LicenseConfigurationArn": { + "type": "string" + } + }, + "type": "object" + }, + "MaintenanceOptions": { + "additionalProperties": false, + "properties": { + "AutoRecovery": { + "enum": [ + "default", + "disabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "MemoryGiBPerVCpu": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "MemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "MetadataOptions": { + "additionalProperties": false, + "properties": { + "HttpEndpoint": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpProtocolIpv6": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpPutResponseHopLimit": { + "type": "integer" + }, + "HttpTokens": { + "enum": [ + "optional", + "required" + ], + "type": "string" + }, + "InstanceMetadataTags": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "Monitoring": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "NetworkBandwidthGbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "NetworkInterface": { + "additionalProperties": false, + "dependentExcluded": { + "AssociateCarrierIpAddress": [ + "NetworkInterfaceId" + ], + "AssociatePublicIpAddress": [ + "NetworkInterfaceId" + ], + "NetworkInterfaceId": [ + "AssociateCarrierIpAddress", + "AssociatePublicIpAddress" + ] + }, + "properties": { + "AssociateCarrierIpAddress": { + "type": "boolean" + }, + "AssociatePublicIpAddress": { + "type": "boolean" + }, + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "DeleteOnTermination": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "DeviceIndex": { + "type": "integer" + }, + "EnaSrdSpecification": { + "$ref": "#/definitions/EnaSrdSpecification" + }, + "Groups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InterfaceType": { + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "items": { + "$ref": "#/definitions/Ipv6Add" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "NetworkCardIndex": { + "type": "integer" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PrimaryIpv6": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "items": { + "$ref": "#/definitions/PrivateIpAdd" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "type": "object" + }, + "NetworkInterfaceCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "Placement": { + "additionalProperties": false, + "properties": { + "Affinity": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "GroupId": { + "type": "string" + }, + "GroupName": { + "type": "string" + }, + "HostId": { + "type": "string" + }, + "HostResourceGroupArn": { + "type": "string" + }, + "PartitionNumber": { + "type": "integer" + }, + "SpreadDomain": { + "type": "string" + }, + "Tenancy": { + "enum": [ + "dedicated", + "default", + "host" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateDnsNameOptions": { + "additionalProperties": false, + "properties": { + "EnableResourceNameDnsAAAARecord": { + "type": "boolean" + }, + "EnableResourceNameDnsARecord": { + "type": "boolean" + }, + "HostnameType": { + "enum": [ + "ip-name", + "resource-name" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateIpAdd": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "type": "object" + }, + "SpotOptions": { + "additionalProperties": false, + "properties": { + "BlockDurationMinutes": { + "type": "integer" + }, + "InstanceInterruptionBehavior": { + "enum": [ + "hibernate", + "stop", + "terminate" + ], + "type": "string" + }, + "MaxPrice": { + "type": "string" + }, + "SpotInstanceType": { + "enum": [ + "one-time", + "persistent" + ], + "type": "string" + }, + "ValidUntil": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "TotalLocalStorageGB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "VCpuCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/LaunchTemplateId" + ], + "properties": { + "DefaultVersionNumber": { + "type": "string" + }, + "LatestVersionNumber": { + "type": "string" + }, + "LaunchTemplateData": { + "$ref": "#/definitions/LaunchTemplateData" + }, + "LaunchTemplateId": { + "type": "string" + }, + "LaunchTemplateName": { + "pattern": "[a-zA-Z0-9\\(\\)\\.\\-/_]+", + "type": "string" + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/LaunchTemplateTagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "VersionDescription": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/DefaultVersionNumber", + "/properties/LaunchTemplateId", + "/properties/LatestVersionNumber" + ], + "required": [ + "LaunchTemplateData" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::EC2::LaunchTemplate", + "writeOnlyProperties": [ + "/properties/LaunchTemplateData", + "/properties/VersionDescription", + "/properties/TagSpecifications" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-ec2-networkinterface.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-ec2-networkinterface.json new file mode 100644 index 0000000000000000000000000000000000000000..1e02b1430e77188f296bbccb9b0dfe18abf5570b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-ec2-networkinterface.json @@ -0,0 +1,234 @@ +{ + "$schema": "https://raw.githubusercontent.com/aws-cloudformation/cloudformation-resource-schema/master/src/main/resources/schema/provider.definition.schema.v1.json", + "additionalProperties": false, + "conditionalCreateOnlyProperties": [ + "/properties/PrivateIpAddresses", + "/properties/EnablePrimaryIpv6", + "/properties/ConnectionTrackingSpecification" + ], + "createOnlyProperties": [ + "/properties/PrivateIpAddress", + "/properties/InterfaceType", + "/properties/SubnetId" + ], + "definitions": { + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "InstanceIpv6Address": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "required": [ + "Ipv6Address" + ], + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv4Prefix" + ], + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv6Prefix" + ], + "type": "object" + }, + "PrivateIpAddressSpecification": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "required": [ + "PrivateIpAddress", + "Primary" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "dependentExcluded": { + "Ipv6AddressCount": [ + "Ipv6Addresses" + ], + "Ipv6Addresses": [ + "Ipv6AddressCount" + ] + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "Description": { + "type": "string" + }, + "EnablePrimaryIpv6": { + "type": "boolean" + }, + "GroupSet": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "InterfaceType": { + "enum": [ + "branch", + "efa", + "efa-only", + "trunk" + ], + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/InstanceIpv6Address" + }, + "type": "array", + "uniqueItems": true + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "PrimaryIpv6Address": { + "type": "string" + }, + "PrimaryPrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/PrivateIpAddressSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SecondaryPrivateIpAddresses": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SourceDestCheck": { + "type": "boolean" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/SecondaryPrivateIpAddresses", + "/properties/PrimaryPrivateIpAddress", + "/properties/PrimaryIpv6Address", + "/properties/VpcId" + ], + "required": [ + "SubnetId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2/networkinterface", + "taggable": true, + "typeName": "AWS::EC2::NetworkInterface" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-efs-filesystem.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-efs-filesystem.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0172cb4395d0a4b0522666400065f13385b978 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-efs-filesystem.json @@ -0,0 +1,228 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AvailabilityZoneName", + "/properties/Encrypted", + "/properties/KmsKeyId", + "/properties/PerformanceMode" + ], + "definitions": { + "Arn": { + "type": "string" + }, + "BackupPolicy": { + "additionalProperties": false, + "properties": { + "Status": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "required": [ + "Status" + ], + "type": "object" + }, + "ElasticFileSystemTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "FileSystemProtection": { + "additionalProperties": false, + "properties": { + "ReplicationOverwriteProtection": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "type": "object" + }, + "LifecyclePolicy": { + "additionalProperties": false, + "properties": { + "TransitionToArchive": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToIA": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToPrimaryStorageClass": { + "enum": [ + "AFTER_1_ACCESS" + ], + "type": "string" + } + }, + "type": "object" + }, + "ReplicationConfiguration": { + "additionalProperties": false, + "properties": { + "Destinations": { + "items": { + "$ref": "#/definitions/ReplicationDestination" + }, + "maxItems": 1, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ReplicationDestination": { + "additionalProperties": false, + "properties": { + "AvailabilityZoneName": { + "type": "string" + }, + "FileSystemId": { + "type": "string" + }, + "KmsKeyId": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FileSystemId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "AvailabilityZoneName": { + "pattern": ".+", + "type": "string" + }, + "BackupPolicy": { + "$ref": "#/definitions/BackupPolicy" + }, + "BypassPolicyLockoutSafetyCheck": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "FileSystemPolicy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "FileSystemProtection": { + "$ref": "#/definitions/FileSystemProtection" + }, + "FileSystemTags": { + "items": { + "$ref": "#/definitions/ElasticFileSystemTag" + }, + "type": "array", + "uniqueItems": true + }, + "KmsKeyId": { + "pattern": "^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|mrk-[0-9a-f]{32}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(key/mrk-[0-9a-f]{32})|(alias/[a-zA-Z0-9/_-]+))))$", + "type": "string" + }, + "LifecyclePolicies": { + "items": { + "$ref": "#/definitions/LifecyclePolicy" + }, + "type": "array", + "uniqueItems": true + }, + "PerformanceMode": { + "enum": [ + "generalPurpose", + "maxIO" + ], + "type": "string" + }, + "ProvisionedThroughputInMibps": { + "type": "number" + }, + "ReplicationConfiguration": { + "$ref": "#/definitions/ReplicationConfiguration" + }, + "ThroughputMode": { + "enum": [ + "bursting", + "elastic", + "provisioned" + ], + "type": "string" + } + }, + "propertyTransform": { + "/properties/FileSystemProtection/ReplicationOverwriteProtection": "$uppercase(FileSystemProtection.ReplicationOverwriteProtection)='DISABLED' ? 'REPLICATING' : $uppercase(FileSystemProtection.ReplicationOverwriteProtection)", + "/properties/KmsKeyId": "\"arn:aws[-a-z]*:kms:[a-z0-9-]+:[0-9]{12}:key/[a-zA-Z0-9-]+\"" + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/FileSystemTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::FileSystem", + "writeOnlyProperties": [ + "/properties/BypassPolicyLockoutSafetyCheck", + "/properties/ReplicationConfiguration/Destinations/*/AvailabilityZoneName", + "/properties/ReplicationConfiguration/Destinations/*/KmsKeyId" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-elasticloadbalancingv2-loadbalancer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-elasticloadbalancingv2-loadbalancer.json new file mode 100644 index 0000000000000000000000000000000000000000..671bb8c1c9d2f62d4ad85eeb001a6f416cd48ac0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-elasticloadbalancingv2-loadbalancer.json @@ -0,0 +1,176 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Type", + "/properties/Scheme" + ], + "definitions": { + "LoadBalancerAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "SubnetMapping": { + "additionalProperties": false, + "properties": { + "AllocationId": { + "type": "string" + }, + "IPv6Address": { + "type": "string" + }, + "PrivateIPv4Address": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "required": [ + "SubnetId" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html", + "primaryIdentifier": [ + "/properties/LoadBalancerArn" + ], + "properties": { + "CanonicalHostedZoneID": { + "type": "string" + }, + "DNSName": { + "type": "string" + }, + "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": { + "type": "string" + }, + "IpAddressType": { + "enum": [ + "dualstack", + "dualstack-without-public-ipv4", + "ipv4" + ], + "type": "string" + }, + "LoadBalancerArn": { + "type": "string" + }, + "LoadBalancerAttributes": { + "arrayType": "AttributeList", + "insertionOrder": false, + "items": { + "$ref": "#/definitions/LoadBalancerAttribute" + }, + "type": "array", + "uniqueItems": true + }, + "LoadBalancerFullName": { + "type": "string" + }, + "LoadBalancerName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Scheme": { + "enum": [ + "internal", + "internet-facing" + ], + "type": "string" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SubnetMappings": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SubnetMapping" + }, + "type": "array", + "uniqueItems": true + }, + "Subnets": { + "format": "AWS::EC2::Subnet.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "enum": [ + "application", + "network", + "gateway" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/LoadBalancerName", + "/properties/LoadBalancerFullName", + "/properties/CanonicalHostedZoneID", + "/properties/LoadBalancerArn", + "/properties/DNSName" + ], + "requiredXor": [ + "Subnets", + "SubnetMappings" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticloadbalancingv2", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ElasticLoadBalancingV2::LoadBalancer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-healthlake-fhirdatastore.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-healthlake-fhirdatastore.json new file mode 100644 index 0000000000000000000000000000000000000000..f56c61048bcfb357a720ae0bd97bc77f9b6a3593 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-healthlake-fhirdatastore.json @@ -0,0 +1,222 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DatastoreName", + "/properties/DatastoreTypeVersion", + "/properties/PreloadDataConfig", + "/properties/SseConfiguration", + "/properties/IdentityProviderConfiguration" + ], + "definitions": { + "CreatedAt": { + "additionalProperties": false, + "properties": { + "Nanos": { + "type": "integer" + }, + "Seconds": { + "type": "string" + } + }, + "required": [ + "Seconds", + "Nanos" + ], + "type": "object" + }, + "DatastoreArn": { + "pattern": "^arn:aws((-us-gov)|(-iso)|(-iso-b)|(-cn))?:healthlake:[a-zA-Z0-9-]+:[0-9]{12}:datastore/.+?", + "type": "string" + }, + "DatastoreEndpoint": { + "maxLength": 10000, + "type": "string" + }, + "DatastoreId": { + "maxLength": 32, + "minLength": 1, + "type": "string" + }, + "DatastoreName": { + "maxLength": 256, + "minLength": 1, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$", + "type": "string" + }, + "DatastoreStatus": { + "enum": [ + "CREATING", + "ACTIVE", + "DELETING", + "DELETED" + ], + "type": "string" + }, + "DatastoreTypeVersion": { + "enum": [ + "R4" + ], + "type": "string" + }, + "IdentityProviderConfiguration": { + "additionalProperties": false, + "properties": { + "AuthorizationStrategy": { + "enum": [ + "SMART_ON_FHIR_V1", + "AWS_AUTH" + ], + "type": "string" + }, + "FineGrainedAuthorizationEnabled": { + "type": "boolean" + }, + "IdpLambdaArn": { + "maxLength": 256, + "minLength": 49, + "pattern": "arn:aws[-a-z]*:lambda:[a-z]{2}-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9\\-_\\.]+(:(\\$LATEST|[a-zA-Z0-9\\-_]+))?", + "type": "string" + }, + "Metadata": { + "type": "string" + } + }, + "required": [ + "AuthorizationStrategy" + ], + "type": "object" + }, + "KmsEncryptionConfig": { + "additionalProperties": false, + "properties": { + "CmkType": { + "enum": [ + "CUSTOMER_MANAGED_KMS_KEY", + "AWS_OWNED_KMS_KEY" + ], + "type": "string" + }, + "KmsKeyId": { + "maxLength": 400, + "minLength": 1, + "pattern": "(arn:aws((-us-gov)|(-iso)|(-iso-b)|(-cn))?:kms:)?([a-z]{2}-[a-z]+(-[a-z]+)?-\\d:)?(\\d{12}:)?(((key/)?[a-zA-Z0-9-_]+)|(alias/[a-zA-Z0-9:/_-]+))", + "type": "string" + } + }, + "required": [ + "CmkType" + ], + "type": "object" + }, + "PreloadDataConfig": { + "additionalProperties": false, + "properties": { + "PreloadDataType": { + "enum": [ + "SYNTHEA" + ], + "type": "string" + } + }, + "required": [ + "PreloadDataType" + ], + "type": "object" + }, + "SseConfiguration": { + "additionalProperties": false, + "properties": { + "KmsEncryptionConfig": { + "$ref": "#/definitions/KmsEncryptionConfig" + } + }, + "required": [ + "KmsEncryptionConfig" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/healthlake/latest/devguide/working-with-FHIR-healthlake.html", + "primaryIdentifier": [ + "/properties/DatastoreId" + ], + "properties": { + "CreatedAt": { + "$ref": "#/definitions/CreatedAt" + }, + "DatastoreArn": { + "$ref": "#/definitions/DatastoreArn" + }, + "DatastoreEndpoint": { + "$ref": "#/definitions/DatastoreEndpoint" + }, + "DatastoreId": { + "$ref": "#/definitions/DatastoreId" + }, + "DatastoreName": { + "$ref": "#/definitions/DatastoreName" + }, + "DatastoreStatus": { + "$ref": "#/definitions/DatastoreStatus" + }, + "DatastoreTypeVersion": { + "$ref": "#/definitions/DatastoreTypeVersion" + }, + "IdentityProviderConfiguration": { + "$ref": "#/definitions/IdentityProviderConfiguration" + }, + "PreloadDataConfig": { + "$ref": "#/definitions/PreloadDataConfig" + }, + "SseConfiguration": { + "$ref": "#/definitions/SseConfiguration" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/CreatedAt", + "/properties/DatastoreArn", + "/properties/DatastoreEndpoint", + "/properties/DatastoreId", + "/properties/DatastoreStatus" + ], + "required": [ + "DatastoreTypeVersion" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::HealthLake::FHIRDatastore" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-lambda-version.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-lambda-version.json new file mode 100644 index 0000000000000000000000000000000000000000..41fcb31449b33217b2e912d145c1721230f42c08 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-lambda-version.json @@ -0,0 +1,112 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FunctionName", + "/properties/Description", + "/properties/CodeSha256", + "/properties/ProvisionedConcurrencyConfig", + "/properties/RuntimePolicy" + ], + "definitions": { + "ProvisionedConcurrencyConfiguration": { + "additionalProperties": false, + "properties": { + "ProvisionedConcurrentExecutions": { + "type": "integer" + } + }, + "required": [ + "ProvisionedConcurrentExecutions" + ], + "type": "object" + }, + "RuntimePolicy": { + "additionalProperties": false, + "properties": { + "RuntimeVersionArn": { + "maxLength": 2048, + "minLength": 26, + "pattern": "^arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}::runtime:.+$", + "type": "string" + }, + "UpdateRuntimeOn": { + "type": "string" + } + }, + "required": [ + "UpdateRuntimeOn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FunctionArn" + ], + "properties": { + "CodeSha256": { + "type": "string" + }, + "Description": { + "maxLength": 256, + "minLength": 0, + "type": "string" + }, + "FunctionArn": { + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "FunctionName": { + "anyOf": [ + { + "relationshipRef": { + "propertyPath": "/properties/FunctionName", + "typeName": "AWS::Lambda::Function" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::Lambda::Function" + } + } + ], + "maxLength": 140, + "minLength": 1, + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "Policy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "ProvisionedConcurrencyConfig": { + "$ref": "#/definitions/ProvisionedConcurrencyConfiguration" + }, + "RuntimePolicy": { + "$ref": "#/definitions/RuntimePolicy" + }, + "Version": { + "type": "string" + } + }, + "propertyTransform": { + "/properties/FunctionName": "$split(FunctionName, \":\")[-1] $OR FunctionName" + }, + "readOnlyProperties": [ + "/properties/Version", + "/properties/FunctionArn" + ], + "required": [ + "FunctionName" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Lambda::Version" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-managedblockchain-member.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-managedblockchain-member.json new file mode 100644 index 0000000000000000000000000000000000000000..a786b645ab15b9d76c8feca6188ec253908288cd --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-managedblockchain-member.json @@ -0,0 +1,150 @@ +{ + "additionalProperties": false, + "definitions": { + "ApprovalThresholdPolicy": { + "additionalProperties": false, + "properties": { + "ProposalDurationInHours": { + "type": "integer" + }, + "ThresholdComparator": { + "type": "string" + }, + "ThresholdPercentage": { + "type": "integer" + } + }, + "type": "object" + }, + "MemberConfiguration": { + "additionalProperties": false, + "properties": { + "Description": { + "type": "string" + }, + "MemberFrameworkConfiguration": { + "$ref": "#/definitions/MemberFrameworkConfiguration" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "MemberFabricConfiguration": { + "additionalProperties": false, + "properties": { + "AdminPassword": { + "type": "string" + }, + "AdminUsername": { + "type": "string" + } + }, + "required": [ + "AdminUsername", + "AdminPassword" + ], + "type": "object" + }, + "MemberFrameworkConfiguration": { + "additionalProperties": false, + "properties": { + "MemberFabricConfiguration": { + "$ref": "#/definitions/MemberFabricConfiguration" + } + }, + "type": "object" + }, + "NetworkConfiguration": { + "additionalProperties": false, + "properties": { + "Description": { + "type": "string" + }, + "Framework": { + "type": "string" + }, + "FrameworkVersion": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "NetworkFrameworkConfiguration": { + "$ref": "#/definitions/NetworkFrameworkConfiguration" + }, + "VotingPolicy": { + "$ref": "#/definitions/VotingPolicy" + } + }, + "required": [ + "FrameworkVersion", + "VotingPolicy", + "Framework", + "Name" + ], + "type": "object" + }, + "NetworkFabricConfiguration": { + "additionalProperties": false, + "properties": { + "Edition": { + "type": "string" + } + }, + "required": [ + "Edition" + ], + "type": "object" + }, + "NetworkFrameworkConfiguration": { + "additionalProperties": false, + "properties": { + "NetworkFabricConfiguration": { + "$ref": "#/definitions/NetworkFabricConfiguration" + } + }, + "type": "object" + }, + "VotingPolicy": { + "additionalProperties": false, + "properties": { + "ApprovalThresholdPolicy": { + "$ref": "#/definitions/ApprovalThresholdPolicy" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/MemberId" + ], + "properties": { + "InvitationId": { + "type": "string" + }, + "MemberConfiguration": { + "$ref": "#/definitions/MemberConfiguration" + }, + "MemberId": { + "type": "string" + }, + "NetworkConfiguration": { + "$ref": "#/definitions/NetworkConfiguration" + }, + "NetworkId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/MemberId" + ], + "required": [ + "MemberConfiguration" + ], + "typeName": "AWS::ManagedBlockchain::Member" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-medialive-inputsecuritygroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-medialive-inputsecuritygroup.json new file mode 100644 index 0000000000000000000000000000000000000000..4ce716dba28f958c7c5e2b927071959aec1043dc --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-medialive-inputsecuritygroup.json @@ -0,0 +1,44 @@ +{ + "additionalProperties": false, + "definitions": { + "InputWhitelistRuleCidr": { + "additionalProperties": false, + "properties": { + "Cidr": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Tags": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "WhitelistRules": { + "items": { + "$ref": "#/definitions/InputWhitelistRuleCidr" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "typeName": "AWS::MediaLive::InputSecurityGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-nimblestudio-studiocomponent.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-nimblestudio-studiocomponent.json new file mode 100644 index 0000000000000000000000000000000000000000..2604515a51ffe7cb8abc38bafcae5cf1742c02eb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-nimblestudio-studiocomponent.json @@ -0,0 +1,110 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Subtype", + "/properties/StudioId", + "/properties/Tags" + ], + "definitions": { + "ScriptParameterKeyValue": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "StudioComponentInitializationScript": { + "additionalProperties": false, + "properties": { + "LaunchProfileProtocolVersion": { + "type": "string" + }, + "Platform": { + "type": "string" + }, + "RunContext": { + "type": "string" + }, + "Script": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/StudioComponentId" + ], + "properties": { + "Configuration": { + "type": "object" + }, + "Description": { + "type": "string" + }, + "Ec2SecurityGroupIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InitializationScripts": { + "items": { + "$ref": "#/definitions/StudioComponentInitializationScript" + }, + "type": "array", + "uniqueItems": false + }, + "Name": { + "type": "string" + }, + "RuntimeRoleArn": { + "type": "string" + }, + "ScriptParameters": { + "items": { + "$ref": "#/definitions/ScriptParameterKeyValue" + }, + "type": "array", + "uniqueItems": false + }, + "SecureInitializationRoleArn": { + "type": "string" + }, + "StudioComponentId": { + "type": "string" + }, + "StudioId": { + "type": "string" + }, + "Subtype": { + "type": "string" + }, + "Tags": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Type": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/StudioComponentId" + ], + "required": [ + "Type", + "StudioId", + "Name" + ], + "typeName": "AWS::NimbleStudio::StudioComponent" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-admchannel.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-admchannel.json new file mode 100644 index 0000000000000000000000000000000000000000..b31b616c193665022f861f5133c750949f3e7eb7 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-admchannel.json @@ -0,0 +1,35 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationId": { + "type": "string" + }, + "ClientId": { + "type": "string" + }, + "ClientSecret": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ClientSecret", + "ClientId", + "ApplicationId" + ], + "typeName": "AWS::Pinpoint::ADMChannel" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-app.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-app.json new file mode 100644 index 0000000000000000000000000000000000000000..fe51da9b0111b4ba5fb9f2dc21dac96560874a22 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-app.json @@ -0,0 +1,35 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Tags": { + "format": "json", + "type": [ + "object", + "string" + ] + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Name" + ], + "typeName": "AWS::Pinpoint::App" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-baiduchannel.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-baiduchannel.json new file mode 100644 index 0000000000000000000000000000000000000000..23b636fc3dc5f6649944ee7fd22ccd05cb95aa0f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-baiduchannel.json @@ -0,0 +1,35 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApiKey": { + "type": "string" + }, + "ApplicationId": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "SecretKey": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "SecretKey", + "ApiKey", + "ApplicationId" + ], + "typeName": "AWS::Pinpoint::BaiduChannel" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-segment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-segment.json new file mode 100644 index 0000000000000000000000000000000000000000..51f6f861b6eb9c21201926aa69cb486264123f0d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-pinpoint-segment.json @@ -0,0 +1,249 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationId" + ], + "definitions": { + "Behavior": { + "additionalProperties": false, + "properties": { + "Recency": { + "$ref": "#/definitions/Recency" + } + }, + "type": "object" + }, + "Coordinates": { + "additionalProperties": false, + "properties": { + "Latitude": { + "type": "number" + }, + "Longitude": { + "type": "number" + } + }, + "required": [ + "Latitude", + "Longitude" + ], + "type": "object" + }, + "Demographic": { + "additionalProperties": false, + "properties": { + "AppVersion": { + "$ref": "#/definitions/SetDimension" + }, + "Channel": { + "$ref": "#/definitions/SetDimension" + }, + "DeviceType": { + "$ref": "#/definitions/SetDimension" + }, + "Make": { + "$ref": "#/definitions/SetDimension" + }, + "Model": { + "$ref": "#/definitions/SetDimension" + }, + "Platform": { + "$ref": "#/definitions/SetDimension" + } + }, + "type": "object" + }, + "GPSPoint": { + "additionalProperties": false, + "properties": { + "Coordinates": { + "$ref": "#/definitions/Coordinates" + }, + "RangeInKilometers": { + "type": "number" + } + }, + "required": [ + "RangeInKilometers", + "Coordinates" + ], + "type": "object" + }, + "Groups": { + "additionalProperties": false, + "properties": { + "Dimensions": { + "items": { + "$ref": "#/definitions/SegmentDimensions" + }, + "type": "array", + "uniqueItems": false + }, + "SourceSegments": { + "items": { + "$ref": "#/definitions/SourceSegments" + }, + "type": "array", + "uniqueItems": false + }, + "SourceType": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "Location": { + "additionalProperties": false, + "properties": { + "Country": { + "$ref": "#/definitions/SetDimension" + }, + "GPSPoint": { + "$ref": "#/definitions/GPSPoint" + } + }, + "type": "object" + }, + "Recency": { + "additionalProperties": false, + "properties": { + "Duration": { + "type": "string" + }, + "RecencyType": { + "type": "string" + } + }, + "required": [ + "Duration", + "RecencyType" + ], + "type": "object" + }, + "SegmentDimensions": { + "additionalProperties": false, + "properties": { + "Attributes": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Behavior": { + "$ref": "#/definitions/Behavior" + }, + "Demographic": { + "$ref": "#/definitions/Demographic" + }, + "Location": { + "$ref": "#/definitions/Location" + }, + "Metrics": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "UserAttributes": { + "format": "json", + "type": [ + "object", + "string" + ] + } + }, + "type": "object" + }, + "SegmentGroups": { + "additionalProperties": false, + "properties": { + "Groups": { + "items": { + "$ref": "#/definitions/Groups" + }, + "type": "array", + "uniqueItems": false + }, + "Include": { + "type": "string" + } + }, + "type": "object" + }, + "SetDimension": { + "additionalProperties": false, + "properties": { + "DimensionType": { + "type": "string" + }, + "Values": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "SourceSegments": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "Version": { + "type": "integer" + } + }, + "required": [ + "Id" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/SegmentId" + ], + "properties": { + "ApplicationId": { + "type": "string" + }, + "Arn": { + "type": "string" + }, + "Dimensions": { + "$ref": "#/definitions/SegmentDimensions" + }, + "Name": { + "type": "string" + }, + "SegmentGroups": { + "$ref": "#/definitions/SegmentGroups" + }, + "SegmentId": { + "type": "string" + }, + "Tags": { + "format": "json", + "type": [ + "object", + "string" + ] + } + }, + "readOnlyProperties": [ + "/properties/SegmentId", + "/properties/Arn" + ], + "required": [ + "ApplicationId", + "Name" + ], + "typeName": "AWS::Pinpoint::Segment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-redshiftserverless-workgroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-redshiftserverless-workgroup.json new file mode 100644 index 0000000000000000000000000000000000000000..34c0a01e903db8793f6e8fa970bae65c169a6d3b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-redshiftserverless-workgroup.json @@ -0,0 +1,303 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/WorkgroupName", + "/properties/NamespaceName" + ], + "definitions": { + "ConfigParameter": { + "additionalProperties": false, + "properties": { + "ParameterKey": { + "maxLength": 255, + "minLength": 0, + "type": "string" + }, + "ParameterValue": { + "maxLength": 15000, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + }, + "Endpoint": { + "additionalProperties": false, + "properties": { + "Address": { + "type": "string" + }, + "Port": { + "type": "integer" + }, + "VpcEndpoints": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/VpcEndpoint" + }, + "type": "array" + } + }, + "type": "object" + }, + "NetworkInterface": { + "additionalProperties": false, + "properties": { + "AvailabilityZone": { + "type": "string" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PrivateIpAddress": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "VpcEndpoint": { + "additionalProperties": false, + "properties": { + "NetworkInterfaces": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/NetworkInterface" + }, + "type": "array" + }, + "VpcEndpointId": { + "type": "string" + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "type": "object" + }, + "Workgroup": { + "additionalProperties": false, + "properties": { + "BaseCapacity": { + "type": "integer" + }, + "ConfigParameters": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ConfigParameter" + }, + "type": "array", + "uniqueItems": true + }, + "CreationDate": { + "type": "string" + }, + "Endpoint": { + "$ref": "#/definitions/Endpoint" + }, + "EnhancedVpcRouting": { + "type": "boolean" + }, + "NamespaceName": { + "maxLength": 64, + "minLength": 3, + "pattern": "^[a-z0-9-]+$", + "type": "string" + }, + "PubliclyAccessible": { + "type": "boolean" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "maxLength": 255, + "minLength": 0, + "pattern": "^sg-[0-9a-fA-F]{8,}$", + "type": "string" + }, + "type": "array" + }, + "Status": { + "$ref": "#/definitions/WorkgroupStatus" + }, + "SubnetIds": { + "insertionOrder": false, + "items": { + "maxLength": 255, + "minLength": 0, + "pattern": "^subnet-[0-9a-fA-F]{8,}$", + "type": "string" + }, + "type": "array" + }, + "WorkgroupArn": { + "type": "string" + }, + "WorkgroupId": { + "type": "string" + }, + "WorkgroupName": { + "maxLength": 64, + "minLength": 3, + "pattern": "^[a-z0-9-]*$", + "type": "string" + } + }, + "type": "object" + }, + "WorkgroupStatus": { + "enum": [ + "CREATING", + "AVAILABLE", + "MODIFYING", + "DELETING" + ], + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/WorkgroupName" + ], + "properties": { + "BaseCapacity": { + "type": "integer" + }, + "ConfigParameters": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ConfigParameter" + }, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "EnhancedVpcRouting": { + "default": false, + "type": "boolean" + }, + "NamespaceName": { + "maxLength": 64, + "minLength": 3, + "pattern": "^(?=^[a-z0-9-]+$).{3,64}$", + "type": "string" + }, + "Port": { + "type": "integer" + }, + "PubliclyAccessible": { + "default": false, + "type": "boolean" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "maxLength": 255, + "minLength": 0, + "pattern": "^sg-[0-9a-fA-F]{8,}$", + "type": "string" + }, + "maxItems": 32, + "minItems": 1, + "type": "array" + }, + "SubnetIds": { + "insertionOrder": false, + "items": { + "maxLength": 255, + "minLength": 0, + "pattern": "^subnet-[0-9a-fA-F]{8,}$", + "type": "string" + }, + "maxItems": 32, + "minItems": 1, + "type": "array" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 200, + "minItems": 0, + "type": "array" + }, + "Workgroup": { + "$ref": "#/definitions/Workgroup" + }, + "WorkgroupName": { + "maxLength": 64, + "minLength": 3, + "pattern": "^(?=^[a-z0-9-]+$).{3,64}$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Workgroup", + "/properties/Workgroup/WorkgroupId", + "/properties/Workgroup/WorkgroupArn", + "/properties/Workgroup/WorkgroupName", + "/properties/Workgroup/NamespaceName", + "/properties/Workgroup/BaseCapacity", + "/properties/Workgroup/EnhancedVpcRouting", + "/properties/Workgroup/ConfigParameters/*/ParameterKey", + "/properties/Workgroup/ConfigParameters/*/ParameterValue", + "/properties/Workgroup/SecurityGroupIds", + "/properties/Workgroup/SubnetIds", + "/properties/Workgroup/Status", + "/properties/Workgroup/Endpoint/Address", + "/properties/Workgroup/Endpoint/Port", + "/properties/Workgroup/Endpoint/VpcEndpoints/*/VpcEndpointId", + "/properties/Workgroup/Endpoint/VpcEndpoints/*/VpcId", + "/properties/Workgroup/Endpoint/VpcEndpoints/*/NetworkInterfaces/*/NetworkInterfaceId", + "/properties/Workgroup/Endpoint/VpcEndpoints/*/NetworkInterfaces/*/SubnetId", + "/properties/Workgroup/Endpoint/VpcEndpoints/*/NetworkInterfaces/*/PrivateIpAddress", + "/properties/Workgroup/Endpoint/VpcEndpoints/*/NetworkInterfaces/*/AvailabilityZone", + "/properties/Workgroup/PubliclyAccessible", + "/properties/Workgroup/CreationDate" + ], + "required": [ + "WorkgroupName" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-redshift-serverless", + "tagging": { + "taggable": true + }, + "typeName": "AWS::RedshiftServerless::Workgroup", + "writeOnlyProperties": [ + "/properties/BaseCapacity", + "/properties/ConfigParameters", + "/properties/SecurityGroupIds", + "/properties/SubnetIds", + "/properties/Tags", + "/properties/Tags/*/Key", + "/properties/Tags/*/Value" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-sagemaker-endpoint.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-sagemaker-endpoint.json new file mode 100644 index 0000000000000000000000000000000000000000..aa61eea77af1172e66411f87b0e0421877804058 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-sagemaker-endpoint.json @@ -0,0 +1,211 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/EndpointName" + ], + "definitions": { + "Alarm": { + "additionalProperties": false, + "properties": { + "AlarmName": { + "pattern": "^(?!\\s*$).+", + "type": "string" + } + }, + "required": [ + "AlarmName" + ], + "type": "object" + }, + "AutoRollbackConfig": { + "additionalProperties": false, + "properties": { + "Alarms": { + "items": { + "$ref": "#/definitions/Alarm" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "Alarms" + ], + "type": "object" + }, + "BlueGreenUpdatePolicy": { + "additionalProperties": false, + "properties": { + "MaximumExecutionTimeoutInSeconds": { + "type": "integer" + }, + "TerminationWaitInSeconds": { + "type": "integer" + }, + "TrafficRoutingConfiguration": { + "$ref": "#/definitions/TrafficRoutingConfig" + } + }, + "required": [ + "TrafficRoutingConfiguration" + ], + "type": "object" + }, + "CapacitySize": { + "additionalProperties": false, + "properties": { + "Type": { + "enum": [ + "CAPACITY_PERCENT", + "INSTANCE_COUNT" + ], + "type": "string" + }, + "Value": { + "type": "integer" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + }, + "DeploymentConfig": { + "additionalProperties": false, + "properties": { + "AutoRollbackConfiguration": { + "$ref": "#/definitions/AutoRollbackConfig" + }, + "BlueGreenUpdatePolicy": { + "$ref": "#/definitions/BlueGreenUpdatePolicy" + }, + "RollingUpdatePolicy": { + "$ref": "#/definitions/RollingUpdatePolicy" + } + }, + "type": "object" + }, + "RollingUpdatePolicy": { + "additionalProperties": false, + "properties": { + "MaximumBatchSize": { + "$ref": "#/definitions/CapacitySize" + }, + "MaximumExecutionTimeoutInSeconds": { + "type": "integer" + }, + "RollbackMaximumBatchSize": { + "$ref": "#/definitions/CapacitySize" + }, + "WaitIntervalInSeconds": { + "type": "integer" + } + }, + "required": [ + "MaximumBatchSize", + "WaitIntervalInSeconds" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TrafficRoutingConfig": { + "additionalProperties": false, + "properties": { + "CanarySize": { + "$ref": "#/definitions/CapacitySize" + }, + "LinearStepSize": { + "$ref": "#/definitions/CapacitySize" + }, + "Type": { + "enum": [ + "ALL_AT_ONCE", + "CANARY", + "LINEAR" + ], + "type": "string" + }, + "WaitIntervalInSeconds": { + "type": "integer" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "VariantProperty": { + "additionalProperties": false, + "properties": { + "VariantPropertyType": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DeploymentConfig": { + "$ref": "#/definitions/DeploymentConfig" + }, + "EndpointConfigName": { + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "EndpointName": { + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "ExcludeRetainedVariantProperties": { + "items": { + "$ref": "#/definitions/VariantProperty" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "RetainAllVariantProperties": { + "type": "boolean" + }, + "RetainDeploymentConfig": { + "type": "boolean" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EndpointConfigName" + ], + "typeName": "AWS::SageMaker::Endpoint" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-ssm-resourcedatasync.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-ssm-resourcedatasync.json new file mode 100644 index 0000000000000000000000000000000000000000..c3bbb7edbe373119c417bcc71570ff1d9253ad1b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-ssm-resourcedatasync.json @@ -0,0 +1,156 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/KMSKeyArn", + "/properties/SyncFormat", + "/properties/BucketPrefix", + "/properties/SyncName", + "/properties/BucketRegion", + "/properties/BucketName", + "/properties/S3Destination", + "/properties/SyncType" + ], + "definitions": { + "AwsOrganizationsSource": { + "additionalProperties": false, + "properties": { + "OrganizationSourceType": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "OrganizationalUnits": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "OrganizationSourceType" + ], + "type": "object" + }, + "S3Destination": { + "additionalProperties": false, + "properties": { + "BucketName": { + "maxLength": 2048, + "minLength": 1, + "type": "string" + }, + "BucketPrefix": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "BucketRegion": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "KMSKeyArn": { + "maxLength": 512, + "minLength": 1, + "type": "string" + }, + "SyncFormat": { + "enum": [ + "JsonSerDe" + ], + "maxLength": 1024, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "BucketName", + "BucketRegion", + "SyncFormat" + ], + "type": "object" + }, + "SyncSource": { + "additionalProperties": false, + "properties": { + "AwsOrganizationsSource": { + "$ref": "#/definitions/AwsOrganizationsSource" + }, + "IncludeFutureRegions": { + "type": "boolean" + }, + "SourceRegions": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SourceType": { + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "SourceType", + "SourceRegions" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/SyncName" + ], + "properties": { + "BucketName": { + "maxLength": 2048, + "minLength": 1, + "type": "string" + }, + "BucketPrefix": { + "maxLength": 64, + "minLength": 0, + "type": "string" + }, + "BucketRegion": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "KMSKeyArn": { + "maxLength": 512, + "minLength": 0, + "type": "string" + }, + "S3Destination": { + "$ref": "#/definitions/S3Destination" + }, + "SyncFormat": { + "maxLength": 1024, + "minLength": 0, + "type": "string" + }, + "SyncName": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "SyncSource": { + "$ref": "#/definitions/SyncSource" + }, + "SyncType": { + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/SyncName" + ], + "required": [ + "SyncName" + ], + "typeName": "AWS::SSM::ResourceDataSync" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-transfer-user.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-transfer-user.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca100446b2518a95c1a160ba52e5807776732e5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_2/aws-transfer-user.json @@ -0,0 +1,133 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ServerId", + "/properties/UserName" + ], + "definitions": { + "HomeDirectoryMapEntry": { + "additionalProperties": false, + "properties": { + "Entry": { + "type": "string" + }, + "Target": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Entry", + "Target" + ], + "type": "object" + }, + "PosixProfile": { + "additionalProperties": false, + "properties": { + "Gid": { + "type": "number" + }, + "SecondaryGids": { + "items": { + "type": "number" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "number" + } + }, + "required": [ + "Uid", + "Gid" + ], + "type": "object" + }, + "SshPublicKey": { + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "HomeDirectory": { + "type": "string" + }, + "HomeDirectoryMappings": { + "items": { + "$ref": "#/definitions/HomeDirectoryMapEntry" + }, + "type": "array", + "uniqueItems": false + }, + "HomeDirectoryType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Policy": { + "type": "string" + }, + "PosixProfile": { + "$ref": "#/definitions/PosixProfile" + }, + "Role": { + "type": "string" + }, + "ServerId": { + "type": "string" + }, + "SshPublicKeys": { + "items": { + "$ref": "#/definitions/SshPublicKey" + }, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Role", + "ServerId", + "UserName" + ], + "typeName": "AWS::Transfer::User" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/__init__.py b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..4fb5d7e751f2848de14cc565189176d11eb76010 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/__init__.py @@ -0,0 +1,1909 @@ +from __future__ import annotations + +# pylint: disable=too-many-lines +types: list[str] = [ + "AWS::ACMPCA::Certificate", + "AWS::ACMPCA::CertificateAuthority", + "AWS::ACMPCA::CertificateAuthorityActivation", + "AWS::ACMPCA::Permission", + "AWS::APS::RuleGroupsNamespace", + "AWS::APS::Scraper", + "AWS::APS::Workspace", + "AWS::ARCZonalShift::AutoshiftObserverNotificationStatus", + "AWS::ARCZonalShift::ZonalAutoshiftConfiguration", + "AWS::AccessAnalyzer::Analyzer", + "AWS::AmazonMQ::Broker", + "AWS::AmazonMQ::Configuration", + "AWS::AmazonMQ::ConfigurationAssociation", + "AWS::Amplify::App", + "AWS::Amplify::Branch", + "AWS::Amplify::Domain", + "AWS::AmplifyUIBuilder::Component", + "AWS::AmplifyUIBuilder::Form", + "AWS::AmplifyUIBuilder::Theme", + "AWS::ApiGateway::Account", + "AWS::ApiGateway::ApiKey", + "AWS::ApiGateway::Authorizer", + "AWS::ApiGateway::BasePathMapping", + "AWS::ApiGateway::ClientCertificate", + "AWS::ApiGateway::Deployment", + "AWS::ApiGateway::DocumentationPart", + "AWS::ApiGateway::DocumentationVersion", + "AWS::ApiGateway::DomainName", + "AWS::ApiGateway::GatewayResponse", + "AWS::ApiGateway::Method", + "AWS::ApiGateway::Model", + "AWS::ApiGateway::RequestValidator", + "AWS::ApiGateway::Resource", + "AWS::ApiGateway::RestApi", + "AWS::ApiGateway::Stage", + "AWS::ApiGateway::UsagePlan", + "AWS::ApiGateway::UsagePlanKey", + "AWS::ApiGateway::VpcLink", + "AWS::ApiGatewayV2::Api", + "AWS::ApiGatewayV2::ApiGatewayManagedOverrides", + "AWS::ApiGatewayV2::ApiMapping", + "AWS::ApiGatewayV2::Authorizer", + "AWS::ApiGatewayV2::Deployment", + "AWS::ApiGatewayV2::DomainName", + "AWS::ApiGatewayV2::Integration", + "AWS::ApiGatewayV2::IntegrationResponse", + "AWS::ApiGatewayV2::Model", + "AWS::ApiGatewayV2::Route", + "AWS::ApiGatewayV2::RouteResponse", + "AWS::ApiGatewayV2::Stage", + "AWS::ApiGatewayV2::VpcLink", + "AWS::AppConfig::Application", + "AWS::AppConfig::ConfigurationProfile", + "AWS::AppConfig::Deployment", + "AWS::AppConfig::DeploymentStrategy", + "AWS::AppConfig::Environment", + "AWS::AppConfig::Extension", + "AWS::AppConfig::ExtensionAssociation", + "AWS::AppConfig::HostedConfigurationVersion", + "AWS::AppFlow::Connector", + "AWS::AppFlow::ConnectorProfile", + "AWS::AppFlow::Flow", + "AWS::AppMesh::GatewayRoute", + "AWS::AppMesh::Mesh", + "AWS::AppMesh::Route", + "AWS::AppMesh::VirtualGateway", + "AWS::AppMesh::VirtualNode", + "AWS::AppMesh::VirtualRouter", + "AWS::AppMesh::VirtualService", + "AWS::AppRunner::AutoScalingConfiguration", + "AWS::AppRunner::ObservabilityConfiguration", + "AWS::AppRunner::Service", + "AWS::AppRunner::VpcConnector", + "AWS::AppRunner::VpcIngressConnection", + "AWS::AppSync::Api", + "AWS::AppSync::ApiCache", + "AWS::AppSync::ApiKey", + "AWS::AppSync::ChannelNamespace", + "AWS::AppSync::DataSource", + "AWS::AppSync::DomainName", + "AWS::AppSync::DomainNameApiAssociation", + "AWS::AppSync::FunctionConfiguration", + "AWS::AppSync::GraphQLApi", + "AWS::AppSync::GraphQLSchema", + "AWS::AppSync::Resolver", + "AWS::AppSync::SourceApiAssociation", + "AWS::ApplicationAutoScaling::ScalableTarget", + "AWS::ApplicationAutoScaling::ScalingPolicy", + "AWS::ApplicationInsights::Application", + "AWS::ApplicationSignals::ServiceLevelObjective", + "AWS::Athena::DataCatalog", + "AWS::Athena::NamedQuery", + "AWS::Athena::PreparedStatement", + "AWS::Athena::WorkGroup", + "AWS::AutoScaling::AutoScalingGroup", + "AWS::AutoScaling::LaunchConfiguration", + "AWS::AutoScaling::LifecycleHook", + "AWS::AutoScaling::ScalingPolicy", + "AWS::AutoScaling::ScheduledAction", + "AWS::AutoScaling::WarmPool", + "AWS::AutoScalingPlans::ScalingPlan", + "AWS::Backup::BackupPlan", + "AWS::Backup::BackupSelection", + "AWS::Backup::BackupVault", + "AWS::Backup::Framework", + "AWS::Backup::LogicallyAirGappedBackupVault", + "AWS::Backup::ReportPlan", + "AWS::Backup::RestoreTestingPlan", + "AWS::Backup::RestoreTestingSelection", + "AWS::BackupGateway::Hypervisor", + "AWS::Batch::ComputeEnvironment", + "AWS::Batch::JobDefinition", + "AWS::Batch::JobQueue", + "AWS::Batch::SchedulingPolicy", + "AWS::Bedrock::Agent", + "AWS::Bedrock::AgentAlias", + "AWS::Bedrock::ApplicationInferenceProfile", + "AWS::Bedrock::DataSource", + "AWS::Bedrock::Flow", + "AWS::Bedrock::FlowAlias", + "AWS::Bedrock::FlowVersion", + "AWS::Bedrock::Guardrail", + "AWS::Bedrock::GuardrailVersion", + "AWS::Bedrock::KnowledgeBase", + "AWS::Bedrock::Prompt", + "AWS::Bedrock::PromptVersion", + "AWS::Budgets::Budget", + "AWS::Budgets::BudgetsAction", + "AWS::CDK::Metadata", + "AWS::CE::AnomalyMonitor", + "AWS::CE::AnomalySubscription", + "AWS::CE::CostCategory", + "AWS::Cassandra::Keyspace", + "AWS::Cassandra::Table", + "AWS::CertificateManager::Account", + "AWS::CertificateManager::Certificate", + "AWS::Chatbot::MicrosoftTeamsChannelConfiguration", + "AWS::Chatbot::SlackChannelConfiguration", + "AWS::Cloud9::EnvironmentEC2", + "AWS::CloudFormation::CustomResource", + "AWS::CloudFormation::HookDefaultVersion", + "AWS::CloudFormation::HookTypeConfig", + "AWS::CloudFormation::HookVersion", + "AWS::CloudFormation::Macro", + "AWS::CloudFormation::ModuleDefaultVersion", + "AWS::CloudFormation::ModuleVersion", + "AWS::CloudFormation::PublicTypeVersion", + "AWS::CloudFormation::Publisher", + "AWS::CloudFormation::ResourceDefaultVersion", + "AWS::CloudFormation::ResourceVersion", + "AWS::CloudFormation::Stack", + "AWS::CloudFormation::StackSet", + "AWS::CloudFormation::TypeActivation", + "AWS::CloudFormation::WaitCondition", + "AWS::CloudFormation::WaitConditionHandle", + "AWS::CloudFront::CachePolicy", + "AWS::CloudFront::CloudFrontOriginAccessIdentity", + "AWS::CloudFront::ContinuousDeploymentPolicy", + "AWS::CloudFront::Distribution", + "AWS::CloudFront::Function", + "AWS::CloudFront::KeyGroup", + "AWS::CloudFront::KeyValueStore", + "AWS::CloudFront::MonitoringSubscription", + "AWS::CloudFront::OriginAccessControl", + "AWS::CloudFront::OriginRequestPolicy", + "AWS::CloudFront::PublicKey", + "AWS::CloudFront::RealtimeLogConfig", + "AWS::CloudFront::ResponseHeadersPolicy", + "AWS::CloudFront::StreamingDistribution", + "AWS::CloudTrail::Channel", + "AWS::CloudTrail::EventDataStore", + "AWS::CloudTrail::ResourcePolicy", + "AWS::CloudTrail::Trail", + "AWS::CloudWatch::Alarm", + "AWS::CloudWatch::AnomalyDetector", + "AWS::CloudWatch::CompositeAlarm", + "AWS::CloudWatch::Dashboard", + "AWS::CloudWatch::InsightRule", + "AWS::CloudWatch::MetricStream", + "AWS::CodeArtifact::Domain", + "AWS::CodeArtifact::PackageGroup", + "AWS::CodeArtifact::Repository", + "AWS::CodeBuild::Project", + "AWS::CodeBuild::ReportGroup", + "AWS::CodeBuild::SourceCredential", + "AWS::CodeCommit::Repository", + "AWS::CodeConnections::Connection", + "AWS::CodeDeploy::Application", + "AWS::CodeDeploy::DeploymentConfig", + "AWS::CodeDeploy::DeploymentGroup", + "AWS::CodePipeline::CustomActionType", + "AWS::CodePipeline::Pipeline", + "AWS::CodePipeline::Webhook", + "AWS::CodeStar::GitHubRepository", + "AWS::CodeStarConnections::Connection", + "AWS::CodeStarConnections::RepositoryLink", + "AWS::CodeStarConnections::SyncConfiguration", + "AWS::CodeStarNotifications::NotificationRule", + "AWS::Cognito::IdentityPool", + "AWS::Cognito::IdentityPoolPrincipalTag", + "AWS::Cognito::IdentityPoolRoleAttachment", + "AWS::Cognito::LogDeliveryConfiguration", + "AWS::Cognito::UserPool", + "AWS::Cognito::UserPoolClient", + "AWS::Cognito::UserPoolDomain", + "AWS::Cognito::UserPoolGroup", + "AWS::Cognito::UserPoolIdentityProvider", + "AWS::Cognito::UserPoolResourceServer", + "AWS::Cognito::UserPoolRiskConfigurationAttachment", + "AWS::Cognito::UserPoolUICustomizationAttachment", + "AWS::Cognito::UserPoolUser", + "AWS::Cognito::UserPoolUserToGroupAttachment", + "AWS::Config::AggregationAuthorization", + "AWS::Config::ConfigRule", + "AWS::Config::ConfigurationAggregator", + "AWS::Config::ConfigurationRecorder", + "AWS::Config::ConformancePack", + "AWS::Config::DeliveryChannel", + "AWS::Config::OrganizationConfigRule", + "AWS::Config::OrganizationConformancePack", + "AWS::Config::RemediationConfiguration", + "AWS::Config::StoredQuery", + "AWS::ControlTower::EnabledBaseline", + "AWS::ControlTower::EnabledControl", + "AWS::ControlTower::LandingZone", + "AWS::DAX::Cluster", + "AWS::DAX::ParameterGroup", + "AWS::DAX::SubnetGroup", + "AWS::DLM::LifecyclePolicy", + "AWS::DMS::Certificate", + "AWS::DMS::DataMigration", + "AWS::DMS::DataProvider", + "AWS::DMS::Endpoint", + "AWS::DMS::EventSubscription", + "AWS::DMS::InstanceProfile", + "AWS::DMS::MigrationProject", + "AWS::DMS::ReplicationConfig", + "AWS::DMS::ReplicationInstance", + "AWS::DMS::ReplicationSubnetGroup", + "AWS::DMS::ReplicationTask", + "AWS::DataBrew::Dataset", + "AWS::DataBrew::Job", + "AWS::DataBrew::Project", + "AWS::DataBrew::Recipe", + "AWS::DataBrew::Ruleset", + "AWS::DataBrew::Schedule", + "AWS::DataPipeline::Pipeline", + "AWS::DataSync::Agent", + "AWS::DataSync::LocationAzureBlob", + "AWS::DataSync::LocationEFS", + "AWS::DataSync::LocationFSxLustre", + "AWS::DataSync::LocationFSxONTAP", + "AWS::DataSync::LocationFSxWindows", + "AWS::DataSync::LocationHDFS", + "AWS::DataSync::LocationNFS", + "AWS::DataSync::LocationObjectStorage", + "AWS::DataSync::LocationS3", + "AWS::DataSync::LocationSMB", + "AWS::DataSync::StorageSystem", + "AWS::DataSync::Task", + "AWS::Detective::Graph", + "AWS::Detective::MemberInvitation", + "AWS::Detective::OrganizationAdmin", + "AWS::DevOpsGuru::LogAnomalyDetectionIntegration", + "AWS::DevOpsGuru::NotificationChannel", + "AWS::DevOpsGuru::ResourceCollection", + "AWS::DirectoryService::MicrosoftAD", + "AWS::DirectoryService::SimpleAD", + "AWS::DocDB::DBCluster", + "AWS::DocDB::DBClusterParameterGroup", + "AWS::DocDB::DBInstance", + "AWS::DocDB::DBSubnetGroup", + "AWS::DocDB::EventSubscription", + "AWS::DocDBElastic::Cluster", + "AWS::DynamoDB::GlobalTable", + "AWS::DynamoDB::Table", + "AWS::EC2::CapacityReservation", + "AWS::EC2::CapacityReservationFleet", + "AWS::EC2::CarrierGateway", + "AWS::EC2::ClientVpnAuthorizationRule", + "AWS::EC2::ClientVpnEndpoint", + "AWS::EC2::ClientVpnRoute", + "AWS::EC2::ClientVpnTargetNetworkAssociation", + "AWS::EC2::CustomerGateway", + "AWS::EC2::DHCPOptions", + "AWS::EC2::EC2Fleet", + "AWS::EC2::EIP", + "AWS::EC2::EIPAssociation", + "AWS::EC2::EgressOnlyInternetGateway", + "AWS::EC2::EnclaveCertificateIamRoleAssociation", + "AWS::EC2::FlowLog", + "AWS::EC2::GatewayRouteTableAssociation", + "AWS::EC2::Host", + "AWS::EC2::IPAM", + "AWS::EC2::IPAMAllocation", + "AWS::EC2::IPAMPool", + "AWS::EC2::IPAMPoolCidr", + "AWS::EC2::IPAMResourceDiscovery", + "AWS::EC2::IPAMResourceDiscoveryAssociation", + "AWS::EC2::IPAMScope", + "AWS::EC2::Instance", + "AWS::EC2::InstanceConnectEndpoint", + "AWS::EC2::InternetGateway", + "AWS::EC2::KeyPair", + "AWS::EC2::LaunchTemplate", + "AWS::EC2::LocalGatewayRoute", + "AWS::EC2::LocalGatewayRouteTable", + "AWS::EC2::LocalGatewayRouteTableVPCAssociation", + "AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation", + "AWS::EC2::NatGateway", + "AWS::EC2::NetworkAcl", + "AWS::EC2::NetworkAclEntry", + "AWS::EC2::NetworkInsightsAccessScope", + "AWS::EC2::NetworkInsightsAccessScopeAnalysis", + "AWS::EC2::NetworkInsightsAnalysis", + "AWS::EC2::NetworkInsightsPath", + "AWS::EC2::NetworkInterface", + "AWS::EC2::NetworkInterfaceAttachment", + "AWS::EC2::NetworkInterfacePermission", + "AWS::EC2::NetworkPerformanceMetricSubscription", + "AWS::EC2::PlacementGroup", + "AWS::EC2::PrefixList", + "AWS::EC2::Route", + "AWS::EC2::RouteTable", + "AWS::EC2::SecurityGroup", + "AWS::EC2::SecurityGroupEgress", + "AWS::EC2::SecurityGroupIngress", + "AWS::EC2::SecurityGroupVpcAssociation", + "AWS::EC2::SnapshotBlockPublicAccess", + "AWS::EC2::SpotFleet", + "AWS::EC2::Subnet", + "AWS::EC2::SubnetCidrBlock", + "AWS::EC2::SubnetNetworkAclAssociation", + "AWS::EC2::SubnetRouteTableAssociation", + "AWS::EC2::TrafficMirrorFilter", + "AWS::EC2::TrafficMirrorFilterRule", + "AWS::EC2::TrafficMirrorSession", + "AWS::EC2::TrafficMirrorTarget", + "AWS::EC2::TransitGateway", + "AWS::EC2::TransitGatewayAttachment", + "AWS::EC2::TransitGatewayConnect", + "AWS::EC2::TransitGatewayMulticastDomain", + "AWS::EC2::TransitGatewayMulticastDomainAssociation", + "AWS::EC2::TransitGatewayMulticastGroupMember", + "AWS::EC2::TransitGatewayMulticastGroupSource", + "AWS::EC2::TransitGatewayPeeringAttachment", + "AWS::EC2::TransitGatewayRoute", + "AWS::EC2::TransitGatewayRouteTable", + "AWS::EC2::TransitGatewayRouteTableAssociation", + "AWS::EC2::TransitGatewayRouteTablePropagation", + "AWS::EC2::TransitGatewayVpcAttachment", + "AWS::EC2::VPC", + "AWS::EC2::VPCCidrBlock", + "AWS::EC2::VPCDHCPOptionsAssociation", + "AWS::EC2::VPCEndpoint", + "AWS::EC2::VPCEndpointConnectionNotification", + "AWS::EC2::VPCEndpointService", + "AWS::EC2::VPCEndpointServicePermissions", + "AWS::EC2::VPCGatewayAttachment", + "AWS::EC2::VPCPeeringConnection", + "AWS::EC2::VPNConnection", + "AWS::EC2::VPNConnectionRoute", + "AWS::EC2::VPNGateway", + "AWS::EC2::VPNGatewayRoutePropagation", + "AWS::EC2::Volume", + "AWS::EC2::VolumeAttachment", + "AWS::ECR::PullThroughCacheRule", + "AWS::ECR::RegistryPolicy", + "AWS::ECR::ReplicationConfiguration", + "AWS::ECR::Repository", + "AWS::ECR::RepositoryCreationTemplate", + "AWS::ECS::CapacityProvider", + "AWS::ECS::Cluster", + "AWS::ECS::ClusterCapacityProviderAssociations", + "AWS::ECS::PrimaryTaskSet", + "AWS::ECS::Service", + "AWS::ECS::TaskDefinition", + "AWS::ECS::TaskSet", + "AWS::EFS::AccessPoint", + "AWS::EFS::FileSystem", + "AWS::EFS::MountTarget", + "AWS::EKS::AccessEntry", + "AWS::EKS::Addon", + "AWS::EKS::Cluster", + "AWS::EKS::FargateProfile", + "AWS::EKS::IdentityProviderConfig", + "AWS::EKS::Nodegroup", + "AWS::EKS::PodIdentityAssociation", + "AWS::EMR::Cluster", + "AWS::EMR::InstanceFleetConfig", + "AWS::EMR::InstanceGroupConfig", + "AWS::EMR::SecurityConfiguration", + "AWS::EMR::Step", + "AWS::EMR::Studio", + "AWS::EMR::StudioSessionMapping", + "AWS::EMRServerless::Application", + "AWS::ElastiCache::CacheCluster", + "AWS::ElastiCache::GlobalReplicationGroup", + "AWS::ElastiCache::ParameterGroup", + "AWS::ElastiCache::ReplicationGroup", + "AWS::ElastiCache::SecurityGroup", + "AWS::ElastiCache::SecurityGroupIngress", + "AWS::ElastiCache::ServerlessCache", + "AWS::ElastiCache::SubnetGroup", + "AWS::ElastiCache::User", + "AWS::ElastiCache::UserGroup", + "AWS::ElasticBeanstalk::Application", + "AWS::ElasticBeanstalk::ApplicationVersion", + "AWS::ElasticBeanstalk::ConfigurationTemplate", + "AWS::ElasticBeanstalk::Environment", + "AWS::ElasticLoadBalancing::LoadBalancer", + "AWS::ElasticLoadBalancingV2::Listener", + "AWS::ElasticLoadBalancingV2::ListenerCertificate", + "AWS::ElasticLoadBalancingV2::ListenerRule", + "AWS::ElasticLoadBalancingV2::LoadBalancer", + "AWS::ElasticLoadBalancingV2::TargetGroup", + "AWS::ElasticLoadBalancingV2::TrustStore", + "AWS::ElasticLoadBalancingV2::TrustStoreRevocation", + "AWS::Elasticsearch::Domain", + "AWS::EventSchemas::Discoverer", + "AWS::EventSchemas::Registry", + "AWS::EventSchemas::RegistryPolicy", + "AWS::EventSchemas::Schema", + "AWS::Events::ApiDestination", + "AWS::Events::Archive", + "AWS::Events::Connection", + "AWS::Events::Endpoint", + "AWS::Events::EventBus", + "AWS::Events::EventBusPolicy", + "AWS::Events::Rule", + "AWS::FIS::ExperimentTemplate", + "AWS::FIS::TargetAccountConfiguration", + "AWS::FMS::NotificationChannel", + "AWS::FMS::Policy", + "AWS::FMS::ResourceSet", + "AWS::FSx::DataRepositoryAssociation", + "AWS::FSx::FileSystem", + "AWS::FSx::Snapshot", + "AWS::FSx::StorageVirtualMachine", + "AWS::FSx::Volume", + "AWS::GameLift::Alias", + "AWS::GameLift::Build", + "AWS::GameLift::Fleet", + "AWS::GlobalAccelerator::Accelerator", + "AWS::GlobalAccelerator::CrossAccountAttachment", + "AWS::GlobalAccelerator::EndpointGroup", + "AWS::GlobalAccelerator::Listener", + "AWS::Glue::Classifier", + "AWS::Glue::Connection", + "AWS::Glue::Crawler", + "AWS::Glue::CustomEntityType", + "AWS::Glue::DataCatalogEncryptionSettings", + "AWS::Glue::DataQualityRuleset", + "AWS::Glue::Database", + "AWS::Glue::DevEndpoint", + "AWS::Glue::Job", + "AWS::Glue::MLTransform", + "AWS::Glue::Partition", + "AWS::Glue::Registry", + "AWS::Glue::Schema", + "AWS::Glue::SchemaVersion", + "AWS::Glue::SchemaVersionMetadata", + "AWS::Glue::SecurityConfiguration", + "AWS::Glue::Table", + "AWS::Glue::Trigger", + "AWS::Glue::UsageProfile", + "AWS::Glue::Workflow", + "AWS::GuardDuty::Detector", + "AWS::GuardDuty::Filter", + "AWS::GuardDuty::IPSet", + "AWS::GuardDuty::MalwareProtectionPlan", + "AWS::GuardDuty::Master", + "AWS::GuardDuty::Member", + "AWS::GuardDuty::ThreatIntelSet", + "AWS::IAM::AccessKey", + "AWS::IAM::Group", + "AWS::IAM::GroupPolicy", + "AWS::IAM::InstanceProfile", + "AWS::IAM::ManagedPolicy", + "AWS::IAM::OIDCProvider", + "AWS::IAM::Policy", + "AWS::IAM::Role", + "AWS::IAM::RolePolicy", + "AWS::IAM::SAMLProvider", + "AWS::IAM::ServerCertificate", + "AWS::IAM::ServiceLinkedRole", + "AWS::IAM::User", + "AWS::IAM::UserPolicy", + "AWS::IAM::UserToGroupAddition", + "AWS::IAM::VirtualMFADevice", + "AWS::IdentityStore::Group", + "AWS::IdentityStore::GroupMembership", + "AWS::ImageBuilder::Component", + "AWS::ImageBuilder::ContainerRecipe", + "AWS::ImageBuilder::DistributionConfiguration", + "AWS::ImageBuilder::Image", + "AWS::ImageBuilder::ImagePipeline", + "AWS::ImageBuilder::ImageRecipe", + "AWS::ImageBuilder::InfrastructureConfiguration", + "AWS::ImageBuilder::LifecyclePolicy", + "AWS::ImageBuilder::Workflow", + "AWS::InspectorV2::CisScanConfiguration", + "AWS::InspectorV2::Filter", + "AWS::InternetMonitor::Monitor", + "AWS::IoT::AccountAuditConfiguration", + "AWS::IoT::Authorizer", + "AWS::IoT::BillingGroup", + "AWS::IoT::CACertificate", + "AWS::IoT::Certificate", + "AWS::IoT::CertificateProvider", + "AWS::IoT::CustomMetric", + "AWS::IoT::Dimension", + "AWS::IoT::DomainConfiguration", + "AWS::IoT::FleetMetric", + "AWS::IoT::JobTemplate", + "AWS::IoT::Logging", + "AWS::IoT::MitigationAction", + "AWS::IoT::Policy", + "AWS::IoT::PolicyPrincipalAttachment", + "AWS::IoT::ProvisioningTemplate", + "AWS::IoT::ResourceSpecificLogging", + "AWS::IoT::RoleAlias", + "AWS::IoT::ScheduledAudit", + "AWS::IoT::SecurityProfile", + "AWS::IoT::SoftwarePackage", + "AWS::IoT::SoftwarePackageVersion", + "AWS::IoT::Thing", + "AWS::IoT::ThingGroup", + "AWS::IoT::ThingPrincipalAttachment", + "AWS::IoT::ThingType", + "AWS::IoT::TopicRule", + "AWS::IoT::TopicRuleDestination", + "AWS::KMS::Alias", + "AWS::KMS::Key", + "AWS::KMS::ReplicaKey", + "AWS::KafkaConnect::Connector", + "AWS::KafkaConnect::CustomPlugin", + "AWS::KafkaConnect::WorkerConfiguration", + "AWS::Kinesis::ResourcePolicy", + "AWS::Kinesis::Stream", + "AWS::Kinesis::StreamConsumer", + "AWS::KinesisAnalytics::Application", + "AWS::KinesisAnalytics::ApplicationOutput", + "AWS::KinesisAnalytics::ApplicationReferenceDataSource", + "AWS::KinesisAnalyticsV2::Application", + "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption", + "AWS::KinesisAnalyticsV2::ApplicationOutput", + "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource", + "AWS::KinesisFirehose::DeliveryStream", + "AWS::KinesisVideo::SignalingChannel", + "AWS::KinesisVideo::Stream", + "AWS::LakeFormation::DataCellsFilter", + "AWS::LakeFormation::DataLakeSettings", + "AWS::LakeFormation::Permissions", + "AWS::LakeFormation::PrincipalPermissions", + "AWS::LakeFormation::Resource", + "AWS::LakeFormation::Tag", + "AWS::LakeFormation::TagAssociation", + "AWS::Lambda::Alias", + "AWS::Lambda::CodeSigningConfig", + "AWS::Lambda::EventInvokeConfig", + "AWS::Lambda::EventSourceMapping", + "AWS::Lambda::Function", + "AWS::Lambda::LayerVersion", + "AWS::Lambda::LayerVersionPermission", + "AWS::Lambda::Permission", + "AWS::Lambda::Url", + "AWS::Lambda::Version", + "AWS::LaunchWizard::Deployment", + "AWS::LicenseManager::Grant", + "AWS::LicenseManager::License", + "AWS::Lightsail::Alarm", + "AWS::Lightsail::Bucket", + "AWS::Lightsail::Certificate", + "AWS::Lightsail::Container", + "AWS::Lightsail::Database", + "AWS::Lightsail::Disk", + "AWS::Lightsail::Instance", + "AWS::Lightsail::LoadBalancer", + "AWS::Lightsail::LoadBalancerTlsCertificate", + "AWS::Lightsail::StaticIp", + "AWS::Logs::AccountPolicy", + "AWS::Logs::Delivery", + "AWS::Logs::DeliveryDestination", + "AWS::Logs::DeliverySource", + "AWS::Logs::Destination", + "AWS::Logs::LogAnomalyDetector", + "AWS::Logs::LogGroup", + "AWS::Logs::LogStream", + "AWS::Logs::MetricFilter", + "AWS::Logs::QueryDefinition", + "AWS::Logs::ResourcePolicy", + "AWS::Logs::SubscriptionFilter", + "AWS::M2::Application", + "AWS::M2::Environment", + "AWS::MSK::BatchScramSecret", + "AWS::MSK::Cluster", + "AWS::MSK::ClusterPolicy", + "AWS::MSK::Configuration", + "AWS::MSK::Replicator", + "AWS::MSK::ServerlessCluster", + "AWS::MSK::VpcConnection", + "AWS::MWAA::Environment", + "AWS::Macie::AllowList", + "AWS::Macie::CustomDataIdentifier", + "AWS::Macie::FindingsFilter", + "AWS::Macie::Session", + "AWS::MediaConnect::Bridge", + "AWS::MediaConnect::BridgeOutput", + "AWS::MediaConnect::BridgeSource", + "AWS::MediaConnect::Flow", + "AWS::MediaConnect::FlowEntitlement", + "AWS::MediaConnect::FlowOutput", + "AWS::MediaConnect::FlowSource", + "AWS::MediaConnect::FlowVpcInterface", + "AWS::MediaConnect::Gateway", + "AWS::MediaConvert::JobTemplate", + "AWS::MediaConvert::Preset", + "AWS::MediaConvert::Queue", + "AWS::MediaLive::Channel", + "AWS::MediaLive::ChannelPlacementGroup", + "AWS::MediaLive::CloudWatchAlarmTemplate", + "AWS::MediaLive::CloudWatchAlarmTemplateGroup", + "AWS::MediaLive::Cluster", + "AWS::MediaLive::EventBridgeRuleTemplate", + "AWS::MediaLive::EventBridgeRuleTemplateGroup", + "AWS::MediaLive::InputSecurityGroup", + "AWS::MediaLive::Multiplex", + "AWS::MediaLive::Multiplexprogram", + "AWS::MediaLive::Network", + "AWS::MediaLive::SdiSource", + "AWS::MediaLive::SignalMap", + "AWS::MediaPackage::Asset", + "AWS::MediaPackage::Channel", + "AWS::MediaPackage::OriginEndpoint", + "AWS::MediaPackage::PackagingConfiguration", + "AWS::MediaPackage::PackagingGroup", + "AWS::MediaPackageV2::Channel", + "AWS::MediaPackageV2::ChannelGroup", + "AWS::MediaPackageV2::ChannelPolicy", + "AWS::MediaPackageV2::OriginEndpoint", + "AWS::MediaPackageV2::OriginEndpointPolicy", + "AWS::MediaTailor::Channel", + "AWS::MediaTailor::ChannelPolicy", + "AWS::MediaTailor::LiveSource", + "AWS::MediaTailor::PlaybackConfiguration", + "AWS::MediaTailor::SourceLocation", + "AWS::MediaTailor::VodSource", + "AWS::Neptune::DBCluster", + "AWS::Neptune::DBClusterParameterGroup", + "AWS::Neptune::DBInstance", + "AWS::Neptune::DBParameterGroup", + "AWS::Neptune::DBSubnetGroup", + "AWS::Neptune::EventSubscription", + "AWS::NetworkFirewall::Firewall", + "AWS::NetworkFirewall::FirewallPolicy", + "AWS::NetworkFirewall::LoggingConfiguration", + "AWS::NetworkFirewall::RuleGroup", + "AWS::NetworkFirewall::TLSInspectionConfiguration", + "AWS::NetworkManager::ConnectAttachment", + "AWS::NetworkManager::ConnectPeer", + "AWS::NetworkManager::CoreNetwork", + "AWS::NetworkManager::CustomerGatewayAssociation", + "AWS::NetworkManager::Device", + "AWS::NetworkManager::GlobalNetwork", + "AWS::NetworkManager::Link", + "AWS::NetworkManager::LinkAssociation", + "AWS::NetworkManager::Site", + "AWS::NetworkManager::SiteToSiteVpnAttachment", + "AWS::NetworkManager::TransitGatewayPeering", + "AWS::NetworkManager::TransitGatewayRegistration", + "AWS::NetworkManager::TransitGatewayRouteTableAttachment", + "AWS::NetworkManager::VpcAttachment", + "AWS::Oam::Link", + "AWS::Oam::Sink", + "AWS::OpenSearchServerless::AccessPolicy", + "AWS::OpenSearchServerless::Collection", + "AWS::OpenSearchServerless::LifecyclePolicy", + "AWS::OpenSearchServerless::SecurityConfig", + "AWS::OpenSearchServerless::SecurityPolicy", + "AWS::OpenSearchServerless::VpcEndpoint", + "AWS::OpenSearchService::Application", + "AWS::OpenSearchService::Domain", + "AWS::OpsWorks::App", + "AWS::OpsWorks::ElasticLoadBalancerAttachment", + "AWS::OpsWorks::Instance", + "AWS::OpsWorks::Layer", + "AWS::OpsWorks::Stack", + "AWS::OpsWorks::UserProfile", + "AWS::OpsWorks::Volume", + "AWS::Organizations::Account", + "AWS::Organizations::Organization", + "AWS::Organizations::OrganizationalUnit", + "AWS::Organizations::Policy", + "AWS::Organizations::ResourcePolicy", + "AWS::PCAConnectorAD::Connector", + "AWS::PCAConnectorAD::DirectoryRegistration", + "AWS::PCAConnectorAD::ServicePrincipalName", + "AWS::PCAConnectorAD::Template", + "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry", + "AWS::PCAConnectorSCEP::Challenge", + "AWS::PCAConnectorSCEP::Connector", + "AWS::Pipes::Pipe", + "AWS::QuickSight::Analysis", + "AWS::QuickSight::Dashboard", + "AWS::QuickSight::DataSet", + "AWS::QuickSight::DataSource", + "AWS::QuickSight::Folder", + "AWS::QuickSight::RefreshSchedule", + "AWS::QuickSight::Template", + "AWS::QuickSight::Theme", + "AWS::QuickSight::VPCConnection", + "AWS::RAM::Permission", + "AWS::RAM::ResourceShare", + "AWS::RDS::DBCluster", + "AWS::RDS::DBClusterParameterGroup", + "AWS::RDS::DBInstance", + "AWS::RDS::DBParameterGroup", + "AWS::RDS::DBProxy", + "AWS::RDS::DBProxyEndpoint", + "AWS::RDS::DBProxyTargetGroup", + "AWS::RDS::DBSecurityGroup", + "AWS::RDS::DBSecurityGroupIngress", + "AWS::RDS::DBSubnetGroup", + "AWS::RDS::EventSubscription", + "AWS::RDS::GlobalCluster", + "AWS::RDS::Integration", + "AWS::RDS::OptionGroup", + "AWS::RUM::AppMonitor", + "AWS::Redshift::Cluster", + "AWS::Redshift::ClusterParameterGroup", + "AWS::Redshift::ClusterSecurityGroup", + "AWS::Redshift::ClusterSecurityGroupIngress", + "AWS::Redshift::ClusterSubnetGroup", + "AWS::Redshift::EndpointAccess", + "AWS::Redshift::EndpointAuthorization", + "AWS::Redshift::EventSubscription", + "AWS::Redshift::Integration", + "AWS::Redshift::ScheduledAction", + "AWS::RedshiftServerless::Namespace", + "AWS::RedshiftServerless::Workgroup", + "AWS::RefactorSpaces::Application", + "AWS::RefactorSpaces::Environment", + "AWS::RefactorSpaces::Route", + "AWS::RefactorSpaces::Service", + "AWS::ResilienceHub::App", + "AWS::ResilienceHub::ResiliencyPolicy", + "AWS::ResourceExplorer2::DefaultViewAssociation", + "AWS::ResourceExplorer2::Index", + "AWS::ResourceExplorer2::View", + "AWS::ResourceGroups::Group", + "AWS::RolesAnywhere::CRL", + "AWS::RolesAnywhere::Profile", + "AWS::RolesAnywhere::TrustAnchor", + "AWS::Route53::CidrCollection", + "AWS::Route53::DNSSEC", + "AWS::Route53::HealthCheck", + "AWS::Route53::HostedZone", + "AWS::Route53::KeySigningKey", + "AWS::Route53::RecordSet", + "AWS::Route53::RecordSetGroup", + "AWS::Route53Profiles::Profile", + "AWS::Route53Profiles::ProfileAssociation", + "AWS::Route53Profiles::ProfileResourceAssociation", + "AWS::Route53Resolver::FirewallDomainList", + "AWS::Route53Resolver::FirewallRuleGroup", + "AWS::Route53Resolver::FirewallRuleGroupAssociation", + "AWS::Route53Resolver::OutpostResolver", + "AWS::Route53Resolver::ResolverConfig", + "AWS::Route53Resolver::ResolverDNSSECConfig", + "AWS::Route53Resolver::ResolverEndpoint", + "AWS::Route53Resolver::ResolverQueryLoggingConfig", + "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation", + "AWS::Route53Resolver::ResolverRule", + "AWS::Route53Resolver::ResolverRuleAssociation", + "AWS::S3::AccessGrant", + "AWS::S3::AccessGrantsInstance", + "AWS::S3::AccessGrantsLocation", + "AWS::S3::AccessPoint", + "AWS::S3::Bucket", + "AWS::S3::BucketPolicy", + "AWS::S3::MultiRegionAccessPoint", + "AWS::S3::MultiRegionAccessPointPolicy", + "AWS::S3::StorageLens", + "AWS::S3::StorageLensGroup", + "AWS::S3ObjectLambda::AccessPoint", + "AWS::S3ObjectLambda::AccessPointPolicy", + "AWS::S3Outposts::AccessPoint", + "AWS::S3Outposts::Bucket", + "AWS::S3Outposts::BucketPolicy", + "AWS::S3Outposts::Endpoint", + "AWS::SDB::Domain", + "AWS::SES::ConfigurationSet", + "AWS::SES::ConfigurationSetEventDestination", + "AWS::SES::ContactList", + "AWS::SES::DedicatedIpPool", + "AWS::SES::EmailIdentity", + "AWS::SES::ReceiptFilter", + "AWS::SES::ReceiptRule", + "AWS::SES::ReceiptRuleSet", + "AWS::SES::Template", + "AWS::SES::VdmAttributes", + "AWS::SNS::Subscription", + "AWS::SNS::Topic", + "AWS::SNS::TopicInlinePolicy", + "AWS::SNS::TopicPolicy", + "AWS::SQS::Queue", + "AWS::SQS::QueueInlinePolicy", + "AWS::SQS::QueuePolicy", + "AWS::SSM::Association", + "AWS::SSM::Document", + "AWS::SSM::MaintenanceWindow", + "AWS::SSM::MaintenanceWindowTarget", + "AWS::SSM::MaintenanceWindowTask", + "AWS::SSM::Parameter", + "AWS::SSM::PatchBaseline", + "AWS::SSM::ResourceDataSync", + "AWS::SSM::ResourcePolicy", + "AWS::SSMContacts::Contact", + "AWS::SSMContacts::ContactChannel", + "AWS::SSMContacts::Plan", + "AWS::SSMContacts::Rotation", + "AWS::SSMIncidents::ReplicationSet", + "AWS::SSMIncidents::ResponsePlan", + "AWS::SSMQuickSetup::ConfigurationManager", + "AWS::SSO::Application", + "AWS::SSO::ApplicationAssignment", + "AWS::SSO::Assignment", + "AWS::SSO::Instance", + "AWS::SSO::InstanceAccessControlAttributeConfiguration", + "AWS::SSO::PermissionSet", + "AWS::SageMaker::App", + "AWS::SageMaker::AppImageConfig", + "AWS::SageMaker::CodeRepository", + "AWS::SageMaker::DataQualityJobDefinition", + "AWS::SageMaker::Domain", + "AWS::SageMaker::Endpoint", + "AWS::SageMaker::EndpointConfig", + "AWS::SageMaker::FeatureGroup", + "AWS::SageMaker::Image", + "AWS::SageMaker::ImageVersion", + "AWS::SageMaker::InferenceExperiment", + "AWS::SageMaker::MlflowTrackingServer", + "AWS::SageMaker::Model", + "AWS::SageMaker::ModelBiasJobDefinition", + "AWS::SageMaker::ModelCard", + "AWS::SageMaker::ModelExplainabilityJobDefinition", + "AWS::SageMaker::ModelPackage", + "AWS::SageMaker::ModelPackageGroup", + "AWS::SageMaker::ModelQualityJobDefinition", + "AWS::SageMaker::MonitoringSchedule", + "AWS::SageMaker::NotebookInstance", + "AWS::SageMaker::NotebookInstanceLifecycleConfig", + "AWS::SageMaker::Pipeline", + "AWS::SageMaker::Project", + "AWS::SageMaker::Space", + "AWS::SageMaker::StudioLifecycleConfig", + "AWS::SageMaker::UserProfile", + "AWS::SageMaker::Workteam", + "AWS::Scheduler::Schedule", + "AWS::Scheduler::ScheduleGroup", + "AWS::SecretsManager::ResourcePolicy", + "AWS::SecretsManager::RotationSchedule", + "AWS::SecretsManager::Secret", + "AWS::SecretsManager::SecretTargetAttachment", + "AWS::SecurityHub::AutomationRule", + "AWS::SecurityHub::ConfigurationPolicy", + "AWS::SecurityHub::DelegatedAdmin", + "AWS::SecurityHub::FindingAggregator", + "AWS::SecurityHub::Hub", + "AWS::SecurityHub::Insight", + "AWS::SecurityHub::OrganizationConfiguration", + "AWS::SecurityHub::PolicyAssociation", + "AWS::SecurityHub::ProductSubscription", + "AWS::SecurityHub::SecurityControl", + "AWS::SecurityHub::Standard", + "AWS::SecurityLake::AwsLogSource", + "AWS::SecurityLake::DataLake", + "AWS::SecurityLake::Subscriber", + "AWS::SecurityLake::SubscriberNotification", + "AWS::ServiceCatalog::AcceptedPortfolioShare", + "AWS::ServiceCatalog::CloudFormationProduct", + "AWS::ServiceCatalog::CloudFormationProvisionedProduct", + "AWS::ServiceCatalog::LaunchNotificationConstraint", + "AWS::ServiceCatalog::LaunchRoleConstraint", + "AWS::ServiceCatalog::LaunchTemplateConstraint", + "AWS::ServiceCatalog::Portfolio", + "AWS::ServiceCatalog::PortfolioPrincipalAssociation", + "AWS::ServiceCatalog::PortfolioProductAssociation", + "AWS::ServiceCatalog::PortfolioShare", + "AWS::ServiceCatalog::ResourceUpdateConstraint", + "AWS::ServiceCatalog::ServiceAction", + "AWS::ServiceCatalog::ServiceActionAssociation", + "AWS::ServiceCatalog::StackSetConstraint", + "AWS::ServiceCatalog::TagOption", + "AWS::ServiceCatalog::TagOptionAssociation", + "AWS::ServiceCatalogAppRegistry::Application", + "AWS::ServiceCatalogAppRegistry::AttributeGroup", + "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation", + "AWS::ServiceCatalogAppRegistry::ResourceAssociation", + "AWS::ServiceDiscovery::HttpNamespace", + "AWS::ServiceDiscovery::Instance", + "AWS::ServiceDiscovery::PrivateDnsNamespace", + "AWS::ServiceDiscovery::PublicDnsNamespace", + "AWS::ServiceDiscovery::Service", + "AWS::Shield::DRTAccess", + "AWS::Shield::ProactiveEngagement", + "AWS::Shield::Protection", + "AWS::Shield::ProtectionGroup", + "AWS::Signer::ProfilePermission", + "AWS::Signer::SigningProfile", + "AWS::StepFunctions::Activity", + "AWS::StepFunctions::StateMachine", + "AWS::StepFunctions::StateMachineAlias", + "AWS::StepFunctions::StateMachineVersion", + "AWS::Synthetics::Canary", + "AWS::Synthetics::Group", + "AWS::SystemsManagerSAP::Application", + "AWS::Transfer::Agreement", + "AWS::Transfer::Certificate", + "AWS::Transfer::Connector", + "AWS::Transfer::Profile", + "AWS::Transfer::Server", + "AWS::Transfer::User", + "AWS::Transfer::Workflow", + "AWS::VerifiedPermissions::IdentitySource", + "AWS::VerifiedPermissions::Policy", + "AWS::VerifiedPermissions::PolicyStore", + "AWS::VerifiedPermissions::PolicyTemplate", + "AWS::VpcLattice::AccessLogSubscription", + "AWS::VpcLattice::AuthPolicy", + "AWS::VpcLattice::Listener", + "AWS::VpcLattice::ResourcePolicy", + "AWS::VpcLattice::Rule", + "AWS::VpcLattice::Service", + "AWS::VpcLattice::ServiceNetwork", + "AWS::VpcLattice::ServiceNetworkServiceAssociation", + "AWS::VpcLattice::ServiceNetworkVpcAssociation", + "AWS::VpcLattice::TargetGroup", + "AWS::WAF::ByteMatchSet", + "AWS::WAF::IPSet", + "AWS::WAF::Rule", + "AWS::WAF::SizeConstraintSet", + "AWS::WAF::SqlInjectionMatchSet", + "AWS::WAF::WebACL", + "AWS::WAF::XssMatchSet", + "AWS::WAFRegional::ByteMatchSet", + "AWS::WAFRegional::GeoMatchSet", + "AWS::WAFRegional::IPSet", + "AWS::WAFRegional::RateBasedRule", + "AWS::WAFRegional::RegexPatternSet", + "AWS::WAFRegional::Rule", + "AWS::WAFRegional::SizeConstraintSet", + "AWS::WAFRegional::SqlInjectionMatchSet", + "AWS::WAFRegional::WebACL", + "AWS::WAFRegional::WebACLAssociation", + "AWS::WAFRegional::XssMatchSet", + "AWS::WAFv2::IPSet", + "AWS::WAFv2::LoggingConfiguration", + "AWS::WAFv2::RegexPatternSet", + "AWS::WAFv2::RuleGroup", + "AWS::WAFv2::WebACL", + "AWS::WAFv2::WebACLAssociation", + "AWS::WorkSpaces::Workspace", + "AWS::XRay::Group", + "AWS::XRay::ResourcePolicy", + "AWS::XRay::SamplingRule", + "Alexa::ASK::Skill", + "Module", +] + +# pylint: disable=too-many-lines +cached: list[str] = [ + "Module", + "alexa-ask-skill.json", + "aws-accessanalyzer-analyzer.json", + "aws-acmpca-certificate.json", + "aws-acmpca-certificateauthority.json", + "aws-acmpca-certificateauthorityactivation.json", + "aws-acmpca-permission.json", + "aws-amazonmq-broker.json", + "aws-amazonmq-configuration.json", + "aws-amazonmq-configurationassociation.json", + "aws-amplify-app.json", + "aws-amplify-branch.json", + "aws-amplify-domain.json", + "aws-amplifyuibuilder-component.json", + "aws-amplifyuibuilder-form.json", + "aws-amplifyuibuilder-theme.json", + "aws-apigateway-account.json", + "aws-apigateway-apikey.json", + "aws-apigateway-authorizer.json", + "aws-apigateway-basepathmapping.json", + "aws-apigateway-clientcertificate.json", + "aws-apigateway-deployment.json", + "aws-apigateway-documentationpart.json", + "aws-apigateway-documentationversion.json", + "aws-apigateway-domainname.json", + "aws-apigateway-gatewayresponse.json", + "aws-apigateway-method.json", + "aws-apigateway-model.json", + "aws-apigateway-requestvalidator.json", + "aws-apigateway-resource.json", + "aws-apigateway-restapi.json", + "aws-apigateway-stage.json", + "aws-apigateway-usageplan.json", + "aws-apigateway-usageplankey.json", + "aws-apigateway-vpclink.json", + "aws-apigatewayv2-api.json", + "aws-apigatewayv2-apigatewaymanagedoverrides.json", + "aws-apigatewayv2-apimapping.json", + "aws-apigatewayv2-authorizer.json", + "aws-apigatewayv2-deployment.json", + "aws-apigatewayv2-domainname.json", + "aws-apigatewayv2-integration.json", + "aws-apigatewayv2-integrationresponse.json", + "aws-apigatewayv2-model.json", + "aws-apigatewayv2-route.json", + "aws-apigatewayv2-routeresponse.json", + "aws-apigatewayv2-stage.json", + "aws-apigatewayv2-vpclink.json", + "aws-appconfig-application.json", + "aws-appconfig-configurationprofile.json", + "aws-appconfig-deployment.json", + "aws-appconfig-deploymentstrategy.json", + "aws-appconfig-environment.json", + "aws-appconfig-extension.json", + "aws-appconfig-extensionassociation.json", + "aws-appconfig-hostedconfigurationversion.json", + "aws-appflow-connector.json", + "aws-appflow-connectorprofile.json", + "aws-appflow-flow.json", + "aws-applicationautoscaling-scalabletarget.json", + "aws-applicationautoscaling-scalingpolicy.json", + "aws-applicationinsights-application.json", + "aws-applicationsignals-servicelevelobjective.json", + "aws-appmesh-gatewayroute.json", + "aws-appmesh-mesh.json", + "aws-appmesh-route.json", + "aws-appmesh-virtualgateway.json", + "aws-appmesh-virtualnode.json", + "aws-appmesh-virtualrouter.json", + "aws-appmesh-virtualservice.json", + "aws-apprunner-autoscalingconfiguration.json", + "aws-apprunner-observabilityconfiguration.json", + "aws-apprunner-service.json", + "aws-apprunner-vpcconnector.json", + "aws-apprunner-vpcingressconnection.json", + "aws-appsync-api.json", + "aws-appsync-apicache.json", + "aws-appsync-apikey.json", + "aws-appsync-channelnamespace.json", + "aws-appsync-datasource.json", + "aws-appsync-domainname.json", + "aws-appsync-domainnameapiassociation.json", + "aws-appsync-functionconfiguration.json", + "aws-appsync-graphqlschema.json", + "aws-appsync-resolver.json", + "aws-appsync-sourceapiassociation.json", + "aws-aps-rulegroupsnamespace.json", + "aws-aps-workspace.json", + "aws-arczonalshift-autoshiftobservernotificationstatus.json", + "aws-arczonalshift-zonalautoshiftconfiguration.json", + "aws-athena-datacatalog.json", + "aws-athena-namedquery.json", + "aws-athena-preparedstatement.json", + "aws-athena-workgroup.json", + "aws-autoscaling-autoscalinggroup.json", + "aws-autoscaling-launchconfiguration.json", + "aws-autoscaling-lifecyclehook.json", + "aws-autoscaling-scalingpolicy.json", + "aws-autoscaling-scheduledaction.json", + "aws-autoscaling-warmpool.json", + "aws-backup-backupplan.json", + "aws-backup-backupselection.json", + "aws-backup-backupvault.json", + "aws-backup-framework.json", + "aws-backup-logicallyairgappedbackupvault.json", + "aws-backup-reportplan.json", + "aws-backup-restoretestingplan.json", + "aws-backup-restoretestingselection.json", + "aws-backupgateway-hypervisor.json", + "aws-batch-computeenvironment.json", + "aws-batch-jobdefinition.json", + "aws-batch-jobqueue.json", + "aws-batch-schedulingpolicy.json", + "aws-bedrock-agentalias.json", + "aws-bedrock-applicationinferenceprofile.json", + "aws-bedrock-datasource.json", + "aws-bedrock-flow.json", + "aws-bedrock-flowalias.json", + "aws-bedrock-flowversion.json", + "aws-bedrock-guardrail.json", + "aws-bedrock-guardrailversion.json", + "aws-bedrock-knowledgebase.json", + "aws-bedrock-prompt.json", + "aws-bedrock-promptversion.json", + "aws-budgets-budget.json", + "aws-budgets-budgetsaction.json", + "aws-cassandra-keyspace.json", + "aws-cassandra-table.json", + "aws-ce-anomalymonitor.json", + "aws-ce-anomalysubscription.json", + "aws-ce-costcategory.json", + "aws-certificatemanager-account.json", + "aws-certificatemanager-certificate.json", + "aws-chatbot-microsoftteamschannelconfiguration.json", + "aws-chatbot-slackchannelconfiguration.json", + "aws-cloud9-environmentec2.json", + "aws-cloudformation-customresource.json", + "aws-cloudformation-hookdefaultversion.json", + "aws-cloudformation-hooktypeconfig.json", + "aws-cloudformation-hookversion.json", + "aws-cloudformation-macro.json", + "aws-cloudformation-moduledefaultversion.json", + "aws-cloudformation-moduleversion.json", + "aws-cloudformation-publictypeversion.json", + "aws-cloudformation-publisher.json", + "aws-cloudformation-resourcedefaultversion.json", + "aws-cloudformation-resourceversion.json", + "aws-cloudformation-stack.json", + "aws-cloudformation-stackset.json", + "aws-cloudformation-typeactivation.json", + "aws-cloudformation-waitcondition.json", + "aws-cloudformation-waitconditionhandle.json", + "aws-cloudfront-cachepolicy.json", + "aws-cloudfront-cloudfrontoriginaccessidentity.json", + "aws-cloudfront-continuousdeploymentpolicy.json", + "aws-cloudfront-distribution.json", + "aws-cloudfront-function.json", + "aws-cloudfront-keygroup.json", + "aws-cloudfront-keyvaluestore.json", + "aws-cloudfront-monitoringsubscription.json", + "aws-cloudfront-originaccesscontrol.json", + "aws-cloudfront-originrequestpolicy.json", + "aws-cloudfront-publickey.json", + "aws-cloudfront-realtimelogconfig.json", + "aws-cloudfront-responseheaderspolicy.json", + "aws-cloudfront-streamingdistribution.json", + "aws-cloudtrail-channel.json", + "aws-cloudtrail-eventdatastore.json", + "aws-cloudtrail-resourcepolicy.json", + "aws-cloudtrail-trail.json", + "aws-cloudwatch-alarm.json", + "aws-cloudwatch-anomalydetector.json", + "aws-cloudwatch-compositealarm.json", + "aws-cloudwatch-dashboard.json", + "aws-cloudwatch-insightrule.json", + "aws-cloudwatch-metricstream.json", + "aws-codeartifact-domain.json", + "aws-codeartifact-packagegroup.json", + "aws-codeartifact-repository.json", + "aws-codebuild-project.json", + "aws-codebuild-reportgroup.json", + "aws-codebuild-sourcecredential.json", + "aws-codecommit-repository.json", + "aws-codeconnections-connection.json", + "aws-codedeploy-application.json", + "aws-codedeploy-deploymentconfig.json", + "aws-codedeploy-deploymentgroup.json", + "aws-codepipeline-customactiontype.json", + "aws-codepipeline-pipeline.json", + "aws-codepipeline-webhook.json", + "aws-codestar-githubrepository.json", + "aws-codestarconnections-connection.json", + "aws-codestarconnections-repositorylink.json", + "aws-codestarconnections-syncconfiguration.json", + "aws-codestarnotifications-notificationrule.json", + "aws-cognito-identitypool.json", + "aws-cognito-identitypoolprincipaltag.json", + "aws-cognito-identitypoolroleattachment.json", + "aws-cognito-logdeliveryconfiguration.json", + "aws-cognito-userpool.json", + "aws-cognito-userpoolclient.json", + "aws-cognito-userpooldomain.json", + "aws-cognito-userpoolgroup.json", + "aws-cognito-userpoolidentityprovider.json", + "aws-cognito-userpoolresourceserver.json", + "aws-cognito-userpoolriskconfigurationattachment.json", + "aws-cognito-userpooluicustomizationattachment.json", + "aws-cognito-userpooluser.json", + "aws-cognito-userpoolusertogroupattachment.json", + "aws-config-aggregationauthorization.json", + "aws-config-configrule.json", + "aws-config-configurationaggregator.json", + "aws-config-configurationrecorder.json", + "aws-config-conformancepack.json", + "aws-config-deliverychannel.json", + "aws-config-organizationconfigrule.json", + "aws-config-organizationconformancepack.json", + "aws-config-remediationconfiguration.json", + "aws-config-storedquery.json", + "aws-controltower-enabledbaseline.json", + "aws-controltower-enabledcontrol.json", + "aws-controltower-landingzone.json", + "aws-databrew-dataset.json", + "aws-databrew-job.json", + "aws-databrew-project.json", + "aws-databrew-recipe.json", + "aws-databrew-ruleset.json", + "aws-databrew-schedule.json", + "aws-datasync-agent.json", + "aws-datasync-locationazureblob.json", + "aws-datasync-locationefs.json", + "aws-datasync-locationfsxlustre.json", + "aws-datasync-locationfsxontap.json", + "aws-datasync-locationfsxwindows.json", + "aws-datasync-locationhdfs.json", + "aws-datasync-locationnfs.json", + "aws-datasync-locationobjectstorage.json", + "aws-datasync-locations3.json", + "aws-datasync-locationsmb.json", + "aws-datasync-storagesystem.json", + "aws-datasync-task.json", + "aws-dax-cluster.json", + "aws-dax-parametergroup.json", + "aws-dax-subnetgroup.json", + "aws-detective-graph.json", + "aws-detective-memberinvitation.json", + "aws-detective-organizationadmin.json", + "aws-devopsguru-loganomalydetectionintegration.json", + "aws-devopsguru-notificationchannel.json", + "aws-devopsguru-resourcecollection.json", + "aws-directoryservice-microsoftad.json", + "aws-dlm-lifecyclepolicy.json", + "aws-dms-certificate.json", + "aws-dms-datamigration.json", + "aws-dms-dataprovider.json", + "aws-dms-endpoint.json", + "aws-dms-eventsubscription.json", + "aws-dms-instanceprofile.json", + "aws-dms-migrationproject.json", + "aws-dms-replicationconfig.json", + "aws-dms-replicationinstance.json", + "aws-dms-replicationsubnetgroup.json", + "aws-dms-replicationtask.json", + "aws-docdb-dbcluster.json", + "aws-docdb-dbinstance.json", + "aws-docdb-dbsubnetgroup.json", + "aws-docdb-eventsubscription.json", + "aws-docdbelastic-cluster.json", + "aws-dynamodb-globaltable.json", + "aws-dynamodb-table.json", + "aws-ec2-capacityreservation.json", + "aws-ec2-capacityreservationfleet.json", + "aws-ec2-carriergateway.json", + "aws-ec2-clientvpnendpoint.json", + "aws-ec2-clientvpnroute.json", + "aws-ec2-clientvpntargetnetworkassociation.json", + "aws-ec2-customergateway.json", + "aws-ec2-dhcpoptions.json", + "aws-ec2-ec2fleet.json", + "aws-ec2-egressonlyinternetgateway.json", + "aws-ec2-eip.json", + "aws-ec2-eipassociation.json", + "aws-ec2-enclavecertificateiamroleassociation.json", + "aws-ec2-flowlog.json", + "aws-ec2-gatewayroutetableassociation.json", + "aws-ec2-host.json", + "aws-ec2-instance.json", + "aws-ec2-instanceconnectendpoint.json", + "aws-ec2-internetgateway.json", + "aws-ec2-ipam.json", + "aws-ec2-ipamallocation.json", + "aws-ec2-ipampool.json", + "aws-ec2-ipampoolcidr.json", + "aws-ec2-ipamresourcediscovery.json", + "aws-ec2-ipamresourcediscoveryassociation.json", + "aws-ec2-ipamscope.json", + "aws-ec2-keypair.json", + "aws-ec2-localgatewayroute.json", + "aws-ec2-localgatewayroutetable.json", + "aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.json", + "aws-ec2-localgatewayroutetablevpcassociation.json", + "aws-ec2-natgateway.json", + "aws-ec2-networkacl.json", + "aws-ec2-networkaclentry.json", + "aws-ec2-networkinsightsaccessscope.json", + "aws-ec2-networkinsightsaccessscopeanalysis.json", + "aws-ec2-networkinsightsanalysis.json", + "aws-ec2-networkinsightspath.json", + "aws-ec2-networkinterfaceattachment.json", + "aws-ec2-networkinterfacepermission.json", + "aws-ec2-networkperformancemetricsubscription.json", + "aws-ec2-placementgroup.json", + "aws-ec2-prefixlist.json", + "aws-ec2-route.json", + "aws-ec2-routetable.json", + "aws-ec2-securitygroup.json", + "aws-ec2-securitygroupegress.json", + "aws-ec2-securitygroupingress.json", + "aws-ec2-securitygroupvpcassociation.json", + "aws-ec2-snapshotblockpublicaccess.json", + "aws-ec2-spotfleet.json", + "aws-ec2-subnet.json", + "aws-ec2-subnetcidrblock.json", + "aws-ec2-subnetnetworkaclassociation.json", + "aws-ec2-subnetroutetableassociation.json", + "aws-ec2-trafficmirrorfilter.json", + "aws-ec2-trafficmirrorfilterrule.json", + "aws-ec2-trafficmirrorsession.json", + "aws-ec2-trafficmirrortarget.json", + "aws-ec2-transitgateway.json", + "aws-ec2-transitgatewayattachment.json", + "aws-ec2-transitgatewayconnect.json", + "aws-ec2-transitgatewaymulticastdomain.json", + "aws-ec2-transitgatewaymulticastdomainassociation.json", + "aws-ec2-transitgatewaymulticastgroupmember.json", + "aws-ec2-transitgatewaymulticastgroupsource.json", + "aws-ec2-transitgatewaypeeringattachment.json", + "aws-ec2-transitgatewayroute.json", + "aws-ec2-transitgatewayroutetable.json", + "aws-ec2-transitgatewayroutetableassociation.json", + "aws-ec2-transitgatewayroutetablepropagation.json", + "aws-ec2-transitgatewayvpcattachment.json", + "aws-ec2-volume.json", + "aws-ec2-volumeattachment.json", + "aws-ec2-vpc.json", + "aws-ec2-vpccidrblock.json", + "aws-ec2-vpcdhcpoptionsassociation.json", + "aws-ec2-vpcendpoint.json", + "aws-ec2-vpcendpointconnectionnotification.json", + "aws-ec2-vpcendpointservice.json", + "aws-ec2-vpcendpointservicepermissions.json", + "aws-ec2-vpcgatewayattachment.json", + "aws-ec2-vpcpeeringconnection.json", + "aws-ec2-vpnconnection.json", + "aws-ec2-vpnconnectionroute.json", + "aws-ec2-vpngateway.json", + "aws-ec2-vpngatewayroutepropagation.json", + "aws-ecr-pullthroughcacherule.json", + "aws-ecr-registrypolicy.json", + "aws-ecr-replicationconfiguration.json", + "aws-ecr-repository.json", + "aws-ecr-repositorycreationtemplate.json", + "aws-ecs-capacityprovider.json", + "aws-ecs-cluster.json", + "aws-ecs-clustercapacityproviderassociations.json", + "aws-ecs-primarytaskset.json", + "aws-ecs-service.json", + "aws-ecs-taskdefinition.json", + "aws-ecs-taskset.json", + "aws-efs-mounttarget.json", + "aws-eks-accessentry.json", + "aws-eks-addon.json", + "aws-eks-cluster.json", + "aws-eks-fargateprofile.json", + "aws-eks-identityproviderconfig.json", + "aws-eks-nodegroup.json", + "aws-eks-podidentityassociation.json", + "aws-elasticache-cachecluster.json", + "aws-elasticache-globalreplicationgroup.json", + "aws-elasticache-parametergroup.json", + "aws-elasticache-replicationgroup.json", + "aws-elasticache-securitygroup.json", + "aws-elasticache-securitygroupingress.json", + "aws-elasticache-serverlesscache.json", + "aws-elasticache-subnetgroup.json", + "aws-elasticache-user.json", + "aws-elasticache-usergroup.json", + "aws-elasticbeanstalk-application.json", + "aws-elasticbeanstalk-applicationversion.json", + "aws-elasticbeanstalk-configurationtemplate.json", + "aws-elasticbeanstalk-environment.json", + "aws-elasticloadbalancing-loadbalancer.json", + "aws-elasticloadbalancingv2-listener.json", + "aws-elasticloadbalancingv2-listenercertificate.json", + "aws-elasticloadbalancingv2-listenerrule.json", + "aws-elasticloadbalancingv2-targetgroup.json", + "aws-elasticloadbalancingv2-truststore.json", + "aws-elasticloadbalancingv2-truststorerevocation.json", + "aws-elasticsearch-domain.json", + "aws-emr-cluster.json", + "aws-emr-instancefleetconfig.json", + "aws-emr-instancegroupconfig.json", + "aws-emr-securityconfiguration.json", + "aws-emr-step.json", + "aws-emr-studio.json", + "aws-emr-studiosessionmapping.json", + "aws-emrserverless-application.json", + "aws-events-apidestination.json", + "aws-events-archive.json", + "aws-events-connection.json", + "aws-events-endpoint.json", + "aws-events-eventbus.json", + "aws-events-eventbuspolicy.json", + "aws-events-rule.json", + "aws-eventschemas-discoverer.json", + "aws-eventschemas-registry.json", + "aws-eventschemas-registrypolicy.json", + "aws-eventschemas-schema.json", + "aws-fis-experimenttemplate.json", + "aws-fis-targetaccountconfiguration.json", + "aws-fms-notificationchannel.json", + "aws-fms-policy.json", + "aws-fms-resourceset.json", + "aws-fsx-datarepositoryassociation.json", + "aws-fsx-filesystem.json", + "aws-fsx-snapshot.json", + "aws-fsx-storagevirtualmachine.json", + "aws-fsx-volume.json", + "aws-globalaccelerator-accelerator.json", + "aws-globalaccelerator-crossaccountattachment.json", + "aws-globalaccelerator-endpointgroup.json", + "aws-globalaccelerator-listener.json", + "aws-glue-classifier.json", + "aws-glue-connection.json", + "aws-glue-crawler.json", + "aws-glue-customentitytype.json", + "aws-glue-database.json", + "aws-glue-datacatalogencryptionsettings.json", + "aws-glue-dataqualityruleset.json", + "aws-glue-devendpoint.json", + "aws-glue-job.json", + "aws-glue-mltransform.json", + "aws-glue-partition.json", + "aws-glue-registry.json", + "aws-glue-schema.json", + "aws-glue-schemaversion.json", + "aws-glue-schemaversionmetadata.json", + "aws-glue-securityconfiguration.json", + "aws-glue-table.json", + "aws-glue-trigger.json", + "aws-glue-usageprofile.json", + "aws-glue-workflow.json", + "aws-guardduty-detector.json", + "aws-guardduty-filter.json", + "aws-guardduty-ipset.json", + "aws-guardduty-malwareprotectionplan.json", + "aws-guardduty-master.json", + "aws-guardduty-member.json", + "aws-guardduty-threatintelset.json", + "aws-iam-accesskey.json", + "aws-iam-group.json", + "aws-iam-grouppolicy.json", + "aws-iam-instanceprofile.json", + "aws-iam-oidcprovider.json", + "aws-iam-policy.json", + "aws-iam-role.json", + "aws-iam-rolepolicy.json", + "aws-iam-samlprovider.json", + "aws-iam-servercertificate.json", + "aws-iam-servicelinkedrole.json", + "aws-iam-user.json", + "aws-iam-userpolicy.json", + "aws-iam-usertogroupaddition.json", + "aws-iam-virtualmfadevice.json", + "aws-identitystore-group.json", + "aws-identitystore-groupmembership.json", + "aws-imagebuilder-component.json", + "aws-imagebuilder-containerrecipe.json", + "aws-imagebuilder-distributionconfiguration.json", + "aws-imagebuilder-image.json", + "aws-imagebuilder-imagepipeline.json", + "aws-imagebuilder-imagerecipe.json", + "aws-imagebuilder-infrastructureconfiguration.json", + "aws-imagebuilder-lifecyclepolicy.json", + "aws-imagebuilder-workflow.json", + "aws-inspectorv2-cisscanconfiguration.json", + "aws-inspectorv2-filter.json", + "aws-internetmonitor-monitor.json", + "aws-iot-accountauditconfiguration.json", + "aws-iot-authorizer.json", + "aws-iot-billinggroup.json", + "aws-iot-cacertificate.json", + "aws-iot-certificate.json", + "aws-iot-certificateprovider.json", + "aws-iot-custommetric.json", + "aws-iot-dimension.json", + "aws-iot-domainconfiguration.json", + "aws-iot-fleetmetric.json", + "aws-iot-jobtemplate.json", + "aws-iot-logging.json", + "aws-iot-mitigationaction.json", + "aws-iot-policy.json", + "aws-iot-policyprincipalattachment.json", + "aws-iot-provisioningtemplate.json", + "aws-iot-resourcespecificlogging.json", + "aws-iot-rolealias.json", + "aws-iot-scheduledaudit.json", + "aws-iot-securityprofile.json", + "aws-iot-softwarepackage.json", + "aws-iot-softwarepackageversion.json", + "aws-iot-thing.json", + "aws-iot-thinggroup.json", + "aws-iot-thingprincipalattachment.json", + "aws-iot-thingtype.json", + "aws-iot-topicrule.json", + "aws-iot-topicruledestination.json", + "aws-kafkaconnect-connector.json", + "aws-kafkaconnect-customplugin.json", + "aws-kafkaconnect-workerconfiguration.json", + "aws-kinesis-resourcepolicy.json", + "aws-kinesis-stream.json", + "aws-kinesis-streamconsumer.json", + "aws-kinesisanalytics-applicationoutput.json", + "aws-kinesisanalyticsv2-application.json", + "aws-kinesisanalyticsv2-applicationoutput.json", + "aws-kinesisfirehose-deliverystream.json", + "aws-kinesisvideo-signalingchannel.json", + "aws-kinesisvideo-stream.json", + "aws-kms-alias.json", + "aws-kms-key.json", + "aws-kms-replicakey.json", + "aws-lakeformation-datacellsfilter.json", + "aws-lakeformation-datalakesettings.json", + "aws-lakeformation-permissions.json", + "aws-lakeformation-principalpermissions.json", + "aws-lakeformation-resource.json", + "aws-lakeformation-tag.json", + "aws-lakeformation-tagassociation.json", + "aws-lambda-alias.json", + "aws-lambda-codesigningconfig.json", + "aws-lambda-eventinvokeconfig.json", + "aws-lambda-eventsourcemapping.json", + "aws-lambda-function.json", + "aws-lambda-layerversion.json", + "aws-lambda-layerversionpermission.json", + "aws-lambda-permission.json", + "aws-lambda-url.json", + "aws-launchwizard-deployment.json", + "aws-licensemanager-grant.json", + "aws-licensemanager-license.json", + "aws-lightsail-alarm.json", + "aws-lightsail-bucket.json", + "aws-lightsail-certificate.json", + "aws-lightsail-container.json", + "aws-lightsail-database.json", + "aws-lightsail-disk.json", + "aws-lightsail-instance.json", + "aws-lightsail-loadbalancer.json", + "aws-lightsail-loadbalancertlscertificate.json", + "aws-lightsail-staticip.json", + "aws-logs-accountpolicy.json", + "aws-logs-delivery.json", + "aws-logs-deliverydestination.json", + "aws-logs-deliverysource.json", + "aws-logs-destination.json", + "aws-logs-loganomalydetector.json", + "aws-logs-loggroup.json", + "aws-logs-logstream.json", + "aws-logs-metricfilter.json", + "aws-logs-querydefinition.json", + "aws-logs-resourcepolicy.json", + "aws-logs-subscriptionfilter.json", + "aws-m2-application.json", + "aws-m2-environment.json", + "aws-macie-allowlist.json", + "aws-macie-customdataidentifier.json", + "aws-macie-findingsfilter.json", + "aws-macie-session.json", + "aws-mediaconnect-bridge.json", + "aws-mediaconnect-bridgeoutput.json", + "aws-mediaconnect-bridgesource.json", + "aws-mediaconnect-flow.json", + "aws-mediaconnect-flowentitlement.json", + "aws-mediaconnect-flowoutput.json", + "aws-mediaconnect-flowsource.json", + "aws-mediaconnect-flowvpcinterface.json", + "aws-mediaconnect-gateway.json", + "aws-mediaconvert-jobtemplate.json", + "aws-mediaconvert-preset.json", + "aws-mediaconvert-queue.json", + "aws-medialive-channel.json", + "aws-medialive-channelplacementgroup.json", + "aws-medialive-cloudwatchalarmtemplate.json", + "aws-medialive-cloudwatchalarmtemplategroup.json", + "aws-medialive-cluster.json", + "aws-medialive-eventbridgeruletemplate.json", + "aws-medialive-eventbridgeruletemplategroup.json", + "aws-medialive-multiplex.json", + "aws-medialive-multiplexprogram.json", + "aws-medialive-network.json", + "aws-medialive-sdisource.json", + "aws-medialive-signalmap.json", + "aws-mediapackage-asset.json", + "aws-mediapackage-channel.json", + "aws-mediapackage-originendpoint.json", + "aws-mediapackage-packagingconfiguration.json", + "aws-mediapackage-packaginggroup.json", + "aws-mediapackagev2-channel.json", + "aws-mediapackagev2-channelgroup.json", + "aws-mediapackagev2-channelpolicy.json", + "aws-mediapackagev2-originendpoint.json", + "aws-mediapackagev2-originendpointpolicy.json", + "aws-mediatailor-channel.json", + "aws-mediatailor-channelpolicy.json", + "aws-mediatailor-livesource.json", + "aws-mediatailor-playbackconfiguration.json", + "aws-mediatailor-sourcelocation.json", + "aws-mediatailor-vodsource.json", + "aws-msk-batchscramsecret.json", + "aws-msk-cluster.json", + "aws-msk-clusterpolicy.json", + "aws-msk-configuration.json", + "aws-msk-replicator.json", + "aws-msk-serverlesscluster.json", + "aws-msk-vpcconnection.json", + "aws-mwaa-environment.json", + "aws-neptune-dbcluster.json", + "aws-neptune-dbsubnetgroup.json", + "aws-neptune-eventsubscription.json", + "aws-networkfirewall-firewall.json", + "aws-networkfirewall-firewallpolicy.json", + "aws-networkfirewall-loggingconfiguration.json", + "aws-networkfirewall-rulegroup.json", + "aws-networkfirewall-tlsinspectionconfiguration.json", + "aws-networkmanager-connectattachment.json", + "aws-networkmanager-connectpeer.json", + "aws-networkmanager-corenetwork.json", + "aws-networkmanager-customergatewayassociation.json", + "aws-networkmanager-device.json", + "aws-networkmanager-globalnetwork.json", + "aws-networkmanager-link.json", + "aws-networkmanager-linkassociation.json", + "aws-networkmanager-site.json", + "aws-networkmanager-sitetositevpnattachment.json", + "aws-networkmanager-transitgatewaypeering.json", + "aws-networkmanager-transitgatewayregistration.json", + "aws-networkmanager-transitgatewayroutetableattachment.json", + "aws-networkmanager-vpcattachment.json", + "aws-oam-link.json", + "aws-oam-sink.json", + "aws-opensearchserverless-accesspolicy.json", + "aws-opensearchserverless-collection.json", + "aws-opensearchserverless-lifecyclepolicy.json", + "aws-opensearchserverless-securityconfig.json", + "aws-opensearchserverless-securitypolicy.json", + "aws-opensearchserverless-vpcendpoint.json", + "aws-opensearchservice-application.json", + "aws-opensearchservice-domain.json", + "aws-opsworks-app.json", + "aws-opsworks-elasticloadbalancerattachment.json", + "aws-opsworks-instance.json", + "aws-opsworks-layer.json", + "aws-opsworks-stack.json", + "aws-opsworks-userprofile.json", + "aws-opsworks-volume.json", + "aws-organizations-account.json", + "aws-organizations-organization.json", + "aws-organizations-organizationalunit.json", + "aws-organizations-policy.json", + "aws-organizations-resourcepolicy.json", + "aws-pcaconnectorad-serviceprincipalname.json", + "aws-pcaconnectorad-templategroupaccesscontrolentry.json", + "aws-pcaconnectorscep-challenge.json", + "aws-pcaconnectorscep-connector.json", + "aws-pipes-pipe.json", + "aws-quicksight-analysis.json", + "aws-quicksight-dashboard.json", + "aws-quicksight-dataset.json", + "aws-quicksight-folder.json", + "aws-quicksight-refreshschedule.json", + "aws-quicksight-template.json", + "aws-quicksight-theme.json", + "aws-quicksight-vpcconnection.json", + "aws-ram-permission.json", + "aws-ram-resourceshare.json", + "aws-rds-dbcluster.json", + "aws-rds-dbclusterparametergroup.json", + "aws-rds-dbinstance.json", + "aws-rds-dbparametergroup.json", + "aws-rds-dbproxy.json", + "aws-rds-dbproxyendpoint.json", + "aws-rds-dbproxytargetgroup.json", + "aws-rds-dbsecuritygroup.json", + "aws-rds-dbsecuritygroupingress.json", + "aws-rds-dbsubnetgroup.json", + "aws-rds-eventsubscription.json", + "aws-rds-globalcluster.json", + "aws-rds-integration.json", + "aws-rds-optiongroup.json", + "aws-redshift-cluster.json", + "aws-redshift-clusterparametergroup.json", + "aws-redshift-clustersecuritygroup.json", + "aws-redshift-clustersecuritygroupingress.json", + "aws-redshift-clustersubnetgroup.json", + "aws-redshift-endpointaccess.json", + "aws-redshift-endpointauthorization.json", + "aws-redshift-eventsubscription.json", + "aws-redshift-integration.json", + "aws-redshift-scheduledaction.json", + "aws-redshiftserverless-namespace.json", + "aws-redshiftserverless-workgroup.json", + "aws-refactorspaces-application.json", + "aws-refactorspaces-environment.json", + "aws-refactorspaces-route.json", + "aws-refactorspaces-service.json", + "aws-resiliencehub-app.json", + "aws-resiliencehub-resiliencypolicy.json", + "aws-resourceexplorer2-defaultviewassociation.json", + "aws-resourceexplorer2-index.json", + "aws-resourceexplorer2-view.json", + "aws-resourcegroups-group.json", + "aws-rolesanywhere-crl.json", + "aws-rolesanywhere-profile.json", + "aws-rolesanywhere-trustanchor.json", + "aws-route53-cidrcollection.json", + "aws-route53-dnssec.json", + "aws-route53-healthcheck.json", + "aws-route53-hostedzone.json", + "aws-route53-keysigningkey.json", + "aws-route53-recordset.json", + "aws-route53-recordsetgroup.json", + "aws-route53profiles-profile.json", + "aws-route53profiles-profileassociation.json", + "aws-route53profiles-profileresourceassociation.json", + "aws-route53resolver-firewalldomainlist.json", + "aws-route53resolver-firewallrulegroup.json", + "aws-route53resolver-firewallrulegroupassociation.json", + "aws-route53resolver-outpostresolver.json", + "aws-route53resolver-resolverconfig.json", + "aws-route53resolver-resolverdnssecconfig.json", + "aws-route53resolver-resolverendpoint.json", + "aws-route53resolver-resolverqueryloggingconfig.json", + "aws-route53resolver-resolverqueryloggingconfigassociation.json", + "aws-route53resolver-resolverrule.json", + "aws-route53resolver-resolverruleassociation.json", + "aws-rum-appmonitor.json", + "aws-s3-accessgrant.json", + "aws-s3-accessgrantsinstance.json", + "aws-s3-accessgrantslocation.json", + "aws-s3-accesspoint.json", + "aws-s3-bucket.json", + "aws-s3-bucketpolicy.json", + "aws-s3-multiregionaccesspoint.json", + "aws-s3-multiregionaccesspointpolicy.json", + "aws-s3-storagelens.json", + "aws-s3-storagelensgroup.json", + "aws-s3objectlambda-accesspoint.json", + "aws-s3objectlambda-accesspointpolicy.json", + "aws-s3outposts-accesspoint.json", + "aws-s3outposts-bucket.json", + "aws-s3outposts-bucketpolicy.json", + "aws-s3outposts-endpoint.json", + "aws-sagemaker-app.json", + "aws-sagemaker-appimageconfig.json", + "aws-sagemaker-coderepository.json", + "aws-sagemaker-dataqualityjobdefinition.json", + "aws-sagemaker-domain.json", + "aws-sagemaker-endpointconfig.json", + "aws-sagemaker-featuregroup.json", + "aws-sagemaker-image.json", + "aws-sagemaker-imageversion.json", + "aws-sagemaker-inferenceexperiment.json", + "aws-sagemaker-mlflowtrackingserver.json", + "aws-sagemaker-model.json", + "aws-sagemaker-modelbiasjobdefinition.json", + "aws-sagemaker-modelcard.json", + "aws-sagemaker-modelexplainabilityjobdefinition.json", + "aws-sagemaker-modelpackage.json", + "aws-sagemaker-modelpackagegroup.json", + "aws-sagemaker-modelqualityjobdefinition.json", + "aws-sagemaker-monitoringschedule.json", + "aws-sagemaker-notebookinstance.json", + "aws-sagemaker-notebookinstancelifecycleconfig.json", + "aws-sagemaker-pipeline.json", + "aws-sagemaker-project.json", + "aws-sagemaker-space.json", + "aws-sagemaker-studiolifecycleconfig.json", + "aws-sagemaker-userprofile.json", + "aws-sagemaker-workteam.json", + "aws-scheduler-schedule.json", + "aws-scheduler-schedulegroup.json", + "aws-sdb-domain.json", + "aws-secretsmanager-resourcepolicy.json", + "aws-secretsmanager-rotationschedule.json", + "aws-secretsmanager-secret.json", + "aws-secretsmanager-secrettargetattachment.json", + "aws-securityhub-automationrule.json", + "aws-securityhub-configurationpolicy.json", + "aws-securityhub-delegatedadmin.json", + "aws-securityhub-findingaggregator.json", + "aws-securityhub-hub.json", + "aws-securityhub-insight.json", + "aws-securityhub-organizationconfiguration.json", + "aws-securityhub-policyassociation.json", + "aws-securityhub-productsubscription.json", + "aws-securityhub-securitycontrol.json", + "aws-securityhub-standard.json", + "aws-securitylake-awslogsource.json", + "aws-securitylake-datalake.json", + "aws-securitylake-subscriber.json", + "aws-securitylake-subscribernotification.json", + "aws-servicecatalog-acceptedportfolioshare.json", + "aws-servicecatalog-cloudformationproduct.json", + "aws-servicecatalog-cloudformationprovisionedproduct.json", + "aws-servicecatalog-launchnotificationconstraint.json", + "aws-servicecatalog-launchroleconstraint.json", + "aws-servicecatalog-launchtemplateconstraint.json", + "aws-servicecatalog-portfolio.json", + "aws-servicecatalog-portfolioprincipalassociation.json", + "aws-servicecatalog-portfolioproductassociation.json", + "aws-servicecatalog-portfolioshare.json", + "aws-servicecatalog-resourceupdateconstraint.json", + "aws-servicecatalog-serviceaction.json", + "aws-servicecatalog-serviceactionassociation.json", + "aws-servicecatalog-stacksetconstraint.json", + "aws-servicecatalog-tagoption.json", + "aws-servicecatalog-tagoptionassociation.json", + "aws-servicecatalogappregistry-application.json", + "aws-servicecatalogappregistry-attributegroup.json", + "aws-servicecatalogappregistry-attributegroupassociation.json", + "aws-servicecatalogappregistry-resourceassociation.json", + "aws-servicediscovery-httpnamespace.json", + "aws-servicediscovery-instance.json", + "aws-servicediscovery-privatednsnamespace.json", + "aws-servicediscovery-publicdnsnamespace.json", + "aws-servicediscovery-service.json", + "aws-ses-configurationset.json", + "aws-ses-configurationseteventdestination.json", + "aws-ses-contactlist.json", + "aws-ses-dedicatedippool.json", + "aws-ses-emailidentity.json", + "aws-ses-receiptfilter.json", + "aws-ses-receiptrule.json", + "aws-ses-receiptruleset.json", + "aws-ses-template.json", + "aws-ses-vdmattributes.json", + "aws-shield-drtaccess.json", + "aws-shield-proactiveengagement.json", + "aws-shield-protection.json", + "aws-shield-protectiongroup.json", + "aws-signer-profilepermission.json", + "aws-signer-signingprofile.json", + "aws-sns-subscription.json", + "aws-sns-topic.json", + "aws-sns-topicinlinepolicy.json", + "aws-sns-topicpolicy.json", + "aws-sqs-queue.json", + "aws-sqs-queueinlinepolicy.json", + "aws-sqs-queuepolicy.json", + "aws-ssm-association.json", + "aws-ssm-document.json", + "aws-ssm-maintenancewindow.json", + "aws-ssm-maintenancewindowtarget.json", + "aws-ssm-maintenancewindowtask.json", + "aws-ssm-parameter.json", + "aws-ssm-patchbaseline.json", + "aws-ssm-resourcedatasync.json", + "aws-ssm-resourcepolicy.json", + "aws-ssmcontacts-contact.json", + "aws-ssmcontacts-contactchannel.json", + "aws-ssmcontacts-plan.json", + "aws-ssmcontacts-rotation.json", + "aws-ssmincidents-replicationset.json", + "aws-ssmincidents-responseplan.json", + "aws-ssmquicksetup-configurationmanager.json", + "aws-sso-application.json", + "aws-sso-applicationassignment.json", + "aws-sso-assignment.json", + "aws-sso-instance.json", + "aws-sso-instanceaccesscontrolattributeconfiguration.json", + "aws-sso-permissionset.json", + "aws-stepfunctions-activity.json", + "aws-stepfunctions-statemachine.json", + "aws-stepfunctions-statemachinealias.json", + "aws-stepfunctions-statemachineversion.json", + "aws-synthetics-canary.json", + "aws-synthetics-group.json", + "aws-systemsmanagersap-application.json", + "aws-transfer-agreement.json", + "aws-transfer-certificate.json", + "aws-transfer-connector.json", + "aws-transfer-profile.json", + "aws-transfer-server.json", + "aws-transfer-workflow.json", + "aws-verifiedpermissions-identitysource.json", + "aws-verifiedpermissions-policy.json", + "aws-verifiedpermissions-policystore.json", + "aws-verifiedpermissions-policytemplate.json", + "aws-vpclattice-accesslogsubscription.json", + "aws-vpclattice-authpolicy.json", + "aws-vpclattice-listener.json", + "aws-vpclattice-resourcepolicy.json", + "aws-vpclattice-rule.json", + "aws-vpclattice-service.json", + "aws-vpclattice-servicenetwork.json", + "aws-vpclattice-servicenetworkserviceassociation.json", + "aws-vpclattice-servicenetworkvpcassociation.json", + "aws-vpclattice-targetgroup.json", + "aws-waf-bytematchset.json", + "aws-waf-ipset.json", + "aws-waf-rule.json", + "aws-waf-sizeconstraintset.json", + "aws-waf-sqlinjectionmatchset.json", + "aws-waf-webacl.json", + "aws-waf-xssmatchset.json", + "aws-wafregional-bytematchset.json", + "aws-wafregional-regexpatternset.json", + "aws-wafregional-sqlinjectionmatchset.json", + "aws-wafregional-webaclassociation.json", + "aws-wafregional-xssmatchset.json", + "aws-wafv2-ipset.json", + "aws-wafv2-loggingconfiguration.json", + "aws-wafv2-regexpatternset.json", + "aws-wafv2-rulegroup.json", + "aws-wafv2-webacl.json", + "aws-wafv2-webaclassociation.json", + "aws-workspaces-workspace.json", + "aws-xray-group.json", + "aws-xray-resourcepolicy.json", + "aws-xray-samplingrule.json", + "module.json", +] diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-appsync-graphqlapi.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-appsync-graphqlapi.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3634abdfe456268e43a02a91513b71950b4738 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-appsync-graphqlapi.json @@ -0,0 +1,302 @@ +{ + "additionalProperties": false, + "definitions": { + "AdditionalAuthenticationProvider": { + "additionalProperties": false, + "properties": { + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "UserPoolConfig": { + "$ref": "#/definitions/CognitoUserPoolConfig" + } + }, + "required": [ + "AuthenticationType" + ], + "type": "object" + }, + "CognitoUserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + }, + "EnhancedMetricsConfig": { + "additionalProperties": false, + "properties": { + "DataSourceLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_DATA_SOURCE_METRICS", + "PER_DATA_SOURCE_METRICS" + ], + "type": "string" + }, + "OperationLevelMetricsConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "ResolverLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_RESOLVER_METRICS", + "PER_RESOLVER_METRICS" + ], + "type": "string" + } + }, + "required": [ + "OperationLevelMetricsConfig", + "ResolverLevelMetricsBehavior", + "DataSourceLevelMetricsBehavior" + ], + "type": "object" + }, + "LambdaAuthorizerConfig": { + "additionalProperties": false, + "properties": { + "AuthorizerResultTtlInSeconds": { + "type": "number" + }, + "AuthorizerUri": { + "type": "string" + }, + "IdentityValidationExpression": { + "type": "string" + } + }, + "type": "object" + }, + "LogConfig": { + "additionalProperties": false, + "properties": { + "CloudWatchLogsRoleArn": { + "type": "string" + }, + "ExcludeVerboseContent": { + "type": "boolean" + }, + "FieldLogLevel": { + "enum": [ + "ALL", + "DEBUG", + "ERROR", + "INFO", + "NONE" + ], + "type": "string" + } + }, + "type": "object" + }, + "OpenIDConnectConfig": { + "additionalProperties": false, + "properties": { + "AuthTTL": { + "type": "number" + }, + "ClientId": { + "type": "string" + }, + "IatTTL": { + "type": "number" + }, + "Issuer": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "UserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "DefaultAction": { + "enum": [ + "ALLOW", + "DENY" + ], + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AdditionalAuthenticationProviders": { + "items": { + "$ref": "#/definitions/AdditionalAuthenticationProvider" + }, + "type": "array", + "uniqueItems": false + }, + "ApiId": { + "type": "string" + }, + "ApiType": { + "enum": [ + "GRAPHQL", + "MERGED" + ], + "type": "string" + }, + "Arn": { + "type": "string" + }, + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "EnhancedMetricsConfig": { + "$ref": "#/definitions/EnhancedMetricsConfig" + }, + "EnvironmentVariables": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "GraphQLDns": { + "type": "string" + }, + "GraphQLEndpointArn": { + "type": "string" + }, + "GraphQLUrl": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "IntrospectionConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "LogConfig": { + "$ref": "#/definitions/LogConfig" + }, + "MergedApiExecutionRoleArn": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "OwnerContact": { + "type": "string" + }, + "QueryDepthLimit": { + "type": "integer" + }, + "RealtimeDns": { + "type": "string" + }, + "RealtimeUrl": { + "type": "string" + }, + "ResolverCountLimit": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserPoolConfig": { + "$ref": "#/definitions/UserPoolConfig" + }, + "Visibility": { + "enum": [ + "GLOBAL", + "PRIVATE" + ], + "type": "string" + }, + "XrayEnabled": { + "type": "boolean" + } + }, + "readOnlyProperties": [ + "/properties/ApiId", + "/properties/GraphQLEndpointArn", + "/properties/Id", + "/properties/GraphQLDns", + "/properties/GraphQLUrl", + "/properties/RealtimeDns", + "/properties/RealtimeUrl", + "/properties/Arn" + ], + "required": [ + "Name", + "AuthenticationType" + ], + "typeName": "AWS::AppSync::GraphQLApi" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-aps-scraper.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-aps-scraper.json new file mode 100644 index 0000000000000000000000000000000000000000..788bf84c2d17eca7c9b7abe4ae867ec878373c14 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-aps-scraper.json @@ -0,0 +1,187 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ScrapeConfiguration", + "/properties/Source", + "/properties/Destination", + "/properties/Alias" + ], + "definitions": { + "Destination": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "AmpConfiguration" + ] + } + ], + "properties": { + "AmpConfiguration": { + "additionalProperties": false, + "properties": { + "WorkspaceArn": { + "pattern": "^arn:aws[-a-z]*:aps:[-a-z0-9]+:[0-9]{12}:workspace/.+$", + "type": "string" + } + }, + "required": [ + "WorkspaceArn" + ], + "type": "object" + } + }, + "type": "object" + }, + "ScrapeConfiguration": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "ConfigurationBlob" + ] + } + ], + "properties": { + "ConfigurationBlob": { + "type": "string" + } + }, + "type": "object" + }, + "SecurityGroupId": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "pattern": "^sg-[0-9a-z]+$", + "type": "string" + }, + "Source": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "EksConfiguration" + ] + } + ], + "properties": { + "EksConfiguration": { + "additionalProperties": false, + "properties": { + "ClusterArn": { + "pattern": "^arn:aws[-a-z]*:eks:[-a-z0-9]+:[0-9]{12}:cluster/.+$", + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SecurityGroupId" + }, + "type": "array" + }, + "SubnetIds": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SubnetId" + }, + "type": "array" + } + }, + "required": [ + "ClusterArn", + "SubnetIds" + ], + "type": "object" + } + }, + "type": "object" + }, + "SubnetId": { + "pattern": "^subnet-[0-9a-z]+$", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "Alias": { + "maxLength": 100, + "minLength": 1, + "pattern": "^[0-9A-Za-z][-.0-9A-Z_a-z]*$", + "type": "string" + }, + "Arn": { + "pattern": "^arn:(aws|aws-us-gov|aws-cn):aps:(af|ap|ca|eu|me|sa|us)-(central|north|(north(?:east|west))|south|south(?:east|west)|east|west)-[0-9]+:[0-9]+:scraper/s-[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$", + "type": "string" + }, + "Destination": { + "$ref": "#/definitions/Destination" + }, + "RoleArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:(aws|aws-us-gov|aws-cn):iam::[0-9]{12}:role/[a-zA-Z0-9-]+$", + "type": "string" + }, + "ScrapeConfiguration": { + "$ref": "#/definitions/ScrapeConfiguration" + }, + "ScraperId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^s-[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$", + "type": "string" + }, + "Source": { + "$ref": "#/definitions/Source" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/ScraperId", + "/properties/Arn", + "/properties/RoleArn" + ], + "required": [ + "ScrapeConfiguration", + "Source", + "Destination" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-aps", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::APS::Scraper" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-autoscalingplans-scalingplan.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-autoscalingplans-scalingplan.json new file mode 100644 index 0000000000000000000000000000000000000000..f7026b972842fd7a717128f766b91439e447a495 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-autoscalingplans-scalingplan.json @@ -0,0 +1,296 @@ +{ + "additionalProperties": false, + "definitions": { + "ApplicationSource": { + "additionalProperties": false, + "properties": { + "CloudFormationStackARN": { + "type": "string" + }, + "TagFilters": { + "items": { + "$ref": "#/definitions/TagFilter" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "CustomizedLoadMetricSpecification": { + "additionalProperties": false, + "properties": { + "Dimensions": { + "items": { + "$ref": "#/definitions/MetricDimension" + }, + "type": "array", + "uniqueItems": false + }, + "MetricName": { + "type": "string" + }, + "Namespace": { + "type": "string" + }, + "Statistic": { + "type": "string" + }, + "Unit": { + "type": "string" + } + }, + "required": [ + "MetricName", + "Statistic", + "Namespace" + ], + "type": "object" + }, + "CustomizedScalingMetricSpecification": { + "additionalProperties": false, + "properties": { + "Dimensions": { + "items": { + "$ref": "#/definitions/MetricDimension" + }, + "type": "array", + "uniqueItems": false + }, + "MetricName": { + "type": "string" + }, + "Namespace": { + "type": "string" + }, + "Statistic": { + "type": "string" + }, + "Unit": { + "type": "string" + } + }, + "required": [ + "MetricName", + "Statistic", + "Namespace" + ], + "type": "object" + }, + "MetricDimension": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Name" + ], + "type": "object" + }, + "PredefinedLoadMetricSpecification": { + "additionalProperties": false, + "properties": { + "PredefinedLoadMetricType": { + "type": "string" + }, + "ResourceLabel": { + "type": "string" + } + }, + "required": [ + "PredefinedLoadMetricType" + ], + "type": "object" + }, + "PredefinedScalingMetricSpecification": { + "additionalProperties": false, + "properties": { + "PredefinedScalingMetricType": { + "type": "string" + }, + "ResourceLabel": { + "type": "string" + } + }, + "required": [ + "PredefinedScalingMetricType" + ], + "type": "object" + }, + "ScalingInstruction": { + "additionalProperties": false, + "properties": { + "CustomizedLoadMetricSpecification": { + "$ref": "#/definitions/CustomizedLoadMetricSpecification" + }, + "DisableDynamicScaling": { + "type": "boolean" + }, + "MaxCapacity": { + "type": "integer" + }, + "MinCapacity": { + "type": "integer" + }, + "PredefinedLoadMetricSpecification": { + "$ref": "#/definitions/PredefinedLoadMetricSpecification" + }, + "PredictiveScalingMaxCapacityBehavior": { + "enum": [ + "SetForecastCapacityToMaxCapacity", + "SetMaxCapacityAboveForecastCapacity", + "SetMaxCapacityToForecastCapacity" + ], + "type": "string" + }, + "PredictiveScalingMaxCapacityBuffer": { + "type": "integer" + }, + "PredictiveScalingMode": { + "enum": [ + "ForecastAndScale", + "ForecastOnly" + ], + "type": "string" + }, + "ResourceId": { + "type": "string" + }, + "ScalableDimension": { + "enum": [ + "autoscaling:autoScalingGroup:DesiredCapacity", + "dynamodb:index:ReadCapacityUnits", + "dynamodb:index:WriteCapacityUnits", + "dynamodb:table:ReadCapacityUnits", + "dynamodb:table:WriteCapacityUnits", + "ec2:spot-fleet-request:TargetCapacity", + "ecs:service:DesiredCount", + "rds:cluster:ReadReplicaCount" + ], + "type": "string" + }, + "ScalingPolicyUpdateBehavior": { + "type": "string" + }, + "ScheduledActionBufferTime": { + "type": "integer" + }, + "ServiceNamespace": { + "enum": [ + "autoscaling", + "dynamodb", + "ec2", + "ecs", + "rds" + ], + "type": "string" + }, + "TargetTrackingConfigurations": { + "items": { + "$ref": "#/definitions/TargetTrackingConfiguration" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "ResourceId", + "ServiceNamespace", + "ScalableDimension", + "MinCapacity", + "TargetTrackingConfigurations", + "MaxCapacity" + ], + "type": "object" + }, + "TagFilter": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Values": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "Key" + ], + "type": "object" + }, + "TargetTrackingConfiguration": { + "additionalProperties": false, + "properties": { + "CustomizedScalingMetricSpecification": { + "$ref": "#/definitions/CustomizedScalingMetricSpecification" + }, + "DisableScaleIn": { + "type": "boolean" + }, + "EstimatedInstanceWarmup": { + "type": "integer" + }, + "PredefinedScalingMetricSpecification": { + "$ref": "#/definitions/PredefinedScalingMetricSpecification" + }, + "ScaleInCooldown": { + "type": "integer" + }, + "ScaleOutCooldown": { + "type": "integer" + }, + "TargetValue": { + "type": "number" + } + }, + "required": [ + "TargetValue" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationSource": { + "$ref": "#/definitions/ApplicationSource" + }, + "Id": { + "type": "string" + }, + "ScalingInstructions": { + "items": { + "$ref": "#/definitions/ScalingInstruction" + }, + "type": "array", + "uniqueItems": false + }, + "ScalingPlanName": { + "type": "string" + }, + "ScalingPlanVersion": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/ScalingPlanVersion", + "/properties/ScalingPlanName" + ], + "required": [ + "ApplicationSource", + "ScalingInstructions" + ], + "typeName": "AWS::AutoScalingPlans::ScalingPlan" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-bedrock-agent.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-bedrock-agent.json new file mode 100644 index 0000000000000000000000000000000000000000..1240fef50695e4af1dc7695ca66d5f39d129b755 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-bedrock-agent.json @@ -0,0 +1,541 @@ +{ + "additionalProperties": false, + "definitions": { + "APISchema": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "S3": { + "$ref": "#/definitions/S3Identifier" + } + }, + "required": [ + "S3" + ], + "title": "S3", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Payload": { + "type": "string" + } + }, + "required": [ + "Payload" + ], + "title": "Payload", + "type": "object" + } + ] + }, + "ActionGroupExecutor": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Lambda": { + "maxLength": 2048, + "pattern": "^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + } + }, + "required": [ + "Lambda" + ], + "title": "Lambda", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "CustomControl": { + "$ref": "#/definitions/CustomControlMethod" + } + }, + "required": [ + "CustomControl" + ], + "title": "CustomControl", + "type": "object" + } + ] + }, + "ActionGroupSignature": { + "enum": [ + "AMAZON.UserInput" + ], + "type": "string" + }, + "ActionGroupState": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "AgentActionGroup": { + "additionalProperties": false, + "properties": { + "ActionGroupExecutor": { + "$ref": "#/definitions/ActionGroupExecutor" + }, + "ActionGroupName": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "ActionGroupState": { + "$ref": "#/definitions/ActionGroupState" + }, + "ApiSchema": { + "$ref": "#/definitions/APISchema" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "FunctionSchema": { + "$ref": "#/definitions/FunctionSchema" + }, + "ParentActionGroupSignature": { + "$ref": "#/definitions/ActionGroupSignature" + }, + "SkipResourceInUseCheckOnDelete": { + "default": false, + "type": "boolean" + } + }, + "required": [ + "ActionGroupName" + ], + "type": "object" + }, + "AgentKnowledgeBase": { + "additionalProperties": false, + "properties": { + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "KnowledgeBaseId": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "KnowledgeBaseState": { + "$ref": "#/definitions/KnowledgeBaseState" + } + }, + "required": [ + "KnowledgeBaseId", + "Description" + ], + "type": "object" + }, + "AgentStatus": { + "enum": [ + "CREATING", + "PREPARING", + "PREPARED", + "NOT_PREPARED", + "DELETING", + "FAILED", + "VERSIONING", + "UPDATING" + ], + "type": "string" + }, + "CreationMode": { + "enum": [ + "DEFAULT", + "OVERRIDDEN" + ], + "type": "string" + }, + "CustomControlMethod": { + "enum": [ + "RETURN_CONTROL" + ], + "type": "string" + }, + "Function": { + "additionalProperties": false, + "properties": { + "Description": { + "maxLength": 1200, + "minLength": 1, + "type": "string" + }, + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "Parameters": { + "$ref": "#/definitions/ParameterMap" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "FunctionSchema": { + "additionalProperties": false, + "properties": { + "Functions": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Function" + }, + "type": "array" + } + }, + "required": [ + "Functions" + ], + "title": "Functions", + "type": "object" + }, + "GuardrailConfiguration": { + "additionalProperties": false, + "properties": { + "GuardrailIdentifier": { + "maxLength": 2048, + "pattern": "^(([a-z0-9]+)|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+))$", + "type": "string" + }, + "GuardrailVersion": { + "pattern": "^(([0-9]{1,8})|(DRAFT))$", + "type": "string" + } + }, + "type": "object" + }, + "InferenceConfiguration": { + "additionalProperties": false, + "properties": { + "MaximumLength": { + "maximum": 4096, + "minimum": 0, + "type": "number" + }, + "StopSequences": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "maxItems": 4, + "minItems": 0, + "type": "array" + }, + "Temperature": { + "maximum": 1, + "minimum": 0, + "type": "number" + }, + "TopK": { + "maximum": 500, + "minimum": 0, + "type": "number" + }, + "TopP": { + "maximum": 1, + "minimum": 0, + "type": "number" + } + }, + "type": "object" + }, + "KnowledgeBaseState": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "ParameterDetail": { + "additionalProperties": false, + "properties": { + "Description": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "Required": { + "type": "boolean" + }, + "Type": { + "$ref": "#/definitions/Type" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "ParameterMap": { + "additionalProperties": false, + "patternProperties": { + "^([0-9a-zA-Z][_-]?){1,100}$": { + "$ref": "#/definitions/ParameterDetail" + } + }, + "type": "object" + }, + "PromptConfiguration": { + "additionalProperties": false, + "properties": { + "BasePromptTemplate": { + "maxLength": 100000, + "minLength": 1, + "type": "string" + }, + "InferenceConfiguration": { + "$ref": "#/definitions/InferenceConfiguration" + }, + "ParserMode": { + "$ref": "#/definitions/CreationMode" + }, + "PromptCreationMode": { + "$ref": "#/definitions/CreationMode" + }, + "PromptState": { + "$ref": "#/definitions/PromptState" + }, + "PromptType": { + "$ref": "#/definitions/PromptType" + } + }, + "type": "object" + }, + "PromptOverrideConfiguration": { + "additionalProperties": false, + "properties": { + "OverrideLambda": { + "maxLength": 2048, + "pattern": "^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "PromptConfigurations": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/PromptConfiguration" + }, + "maxItems": 10, + "type": "array" + } + }, + "required": [ + "PromptConfigurations" + ], + "type": "object" + }, + "PromptState": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "PromptType": { + "enum": [ + "PRE_PROCESSING", + "ORCHESTRATION", + "POST_PROCESSING", + "KNOWLEDGE_BASE_RESPONSE_GENERATION" + ], + "type": "string" + }, + "S3Identifier": { + "additionalProperties": false, + "properties": { + "S3BucketName": { + "maxLength": 63, + "minLength": 3, + "pattern": "^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$", + "type": "string" + }, + "S3ObjectKey": { + "maxLength": 1024, + "minLength": 1, + "pattern": "^[\\.\\-\\!\\*\\_\\'\\(\\)a-zA-Z0-9][\\.\\-\\!\\*\\_\\'\\(\\)\\/a-zA-Z0-9]*$", + "type": "string" + } + }, + "type": "object" + }, + "TagsMap": { + "additionalProperties": false, + "patternProperties": { + "^[a-zA-Z0-9\\s._:/=+@-]*$": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[a-zA-Z0-9\\s._:/=+@-]*$", + "type": "string" + } + }, + "type": "object" + }, + "Type": { + "enum": [ + "string", + "number", + "integer", + "boolean", + "array" + ], + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/AgentId" + ], + "properties": { + "ActionGroups": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AgentActionGroup" + }, + "type": "array" + }, + "AgentArn": { + "maxLength": 2048, + "pattern": "^arn:aws(|-cn|-us-gov):bedrock:[a-z0-9-]{1,20}:[0-9]{12}:agent/[0-9a-zA-Z]{10}$", + "type": "string" + }, + "AgentId": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "AgentName": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "AgentResourceRoleArn": { + "maxLength": 2048, + "type": "string" + }, + "AgentStatus": { + "$ref": "#/definitions/AgentStatus" + }, + "AgentVersion": { + "maxLength": 5, + "minLength": 5, + "pattern": "^DRAFT$", + "type": "string" + }, + "AutoPrepare": { + "default": false, + "type": "boolean" + }, + "CreatedAt": { + "format": "date-time", + "type": "string" + }, + "CustomerEncryptionKeyArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$", + "type": "string" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "FailureReasons": { + "insertionOrder": false, + "items": { + "maxLength": 2048, + "type": "string" + }, + "maxItems": 2048, + "type": "array" + }, + "FoundationModel": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}(([:][a-z0-9-]{1,63}){0,2})?/[a-z0-9]{12})|(:foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})))|(([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2}))|(([0-9a-zA-Z][_-]?)+)$", + "type": "string" + }, + "GuardrailConfiguration": { + "$ref": "#/definitions/GuardrailConfiguration" + }, + "IdleSessionTTLInSeconds": { + "maximum": 3600, + "minimum": 60, + "type": "number" + }, + "Instruction": { + "minLength": 40, + "type": "string" + }, + "KnowledgeBases": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AgentKnowledgeBase" + }, + "type": "array" + }, + "PreparedAt": { + "format": "date-time", + "type": "string" + }, + "PromptOverrideConfiguration": { + "$ref": "#/definitions/PromptOverrideConfiguration" + }, + "RecommendedActions": { + "insertionOrder": false, + "items": { + "maxLength": 2048, + "type": "string" + }, + "maxItems": 2048, + "type": "array" + }, + "SkipResourceInUseCheckOnDelete": { + "default": false, + "type": "boolean" + }, + "Tags": { + "$ref": "#/definitions/TagsMap" + }, + "TestAliasTags": { + "$ref": "#/definitions/TagsMap" + }, + "UpdatedAt": { + "format": "date-time", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/AgentArn", + "/properties/AgentId", + "/properties/AgentStatus", + "/properties/AgentVersion", + "/properties/CreatedAt", + "/properties/FailureReasons", + "/properties/PreparedAt", + "/properties/RecommendedActions", + "/properties/UpdatedAt" + ], + "required": [ + "AgentName" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Bedrock::Agent", + "writeOnlyProperties": [ + "/properties/AutoPrepare", + "/properties/SkipResourceInUseCheckOnDelete", + "/properties/ActionGroups/*/SkipResourceInUseCheckOnDelete" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-datapipeline-pipeline.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-datapipeline-pipeline.json new file mode 100644 index 0000000000000000000000000000000000000000..c6796b2ea1e971e076a2040502b6516ab5fd456b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-datapipeline-pipeline.json @@ -0,0 +1,172 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Field": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "RefValue": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + }, + "ParameterAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "StringValue", + "Key" + ], + "type": "object" + }, + "ParameterObject": { + "additionalProperties": false, + "properties": { + "Attributes": { + "items": { + "$ref": "#/definitions/ParameterAttribute" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "required": [ + "Attributes", + "Id" + ], + "type": "object" + }, + "ParameterValue": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Id", + "StringValue" + ], + "type": "object" + }, + "PipelineObject": { + "additionalProperties": false, + "properties": { + "Fields": { + "items": { + "$ref": "#/definitions/Field" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Fields", + "Id", + "Name" + ], + "type": "object" + }, + "PipelineTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Activate": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ParameterObjects": { + "items": { + "$ref": "#/definitions/ParameterObject" + }, + "type": "array", + "uniqueItems": false + }, + "ParameterValues": { + "items": { + "$ref": "#/definitions/ParameterValue" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineObjects": { + "items": { + "$ref": "#/definitions/PipelineObject" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineTags": { + "items": { + "$ref": "#/definitions/PipelineTag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ParameterObjects", + "Name" + ], + "typeName": "AWS::DataPipeline::Pipeline" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-directoryservice-simplead.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-directoryservice-simplead.json new file mode 100644 index 0000000000000000000000000000000000000000..e873b2187210a9af0ba742107cf7b9c91b4f27f1 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-directoryservice-simplead.json @@ -0,0 +1,99 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Size", + "/properties/VpcSettings", + "/properties/Name", + "/properties/Password", + "/properties/ShortName", + "/properties/Description", + "/properties/CreateAlias" + ], + "definitions": { + "VpcSettings": { + "additionalProperties": false, + "properties": { + "SubnetIds": { + "items": { + "pattern": "^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "pattern": "^(vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17})$", + "type": "string" + } + }, + "required": [ + "VpcId", + "SubnetIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Alias": { + "type": "string" + }, + "CreateAlias": { + "type": "boolean" + }, + "Description": { + "pattern": "^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$", + "type": "string" + }, + "DnsIpAddresses": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "EnableSso": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "Name": { + "pattern": "^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$", + "type": "string" + }, + "Password": { + "pattern": "(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9\\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\\s]))^.*", + "type": "string" + }, + "ShortName": { + "pattern": "^[^\\\\/:*?\"<>|.]+[^\\\\/:*?\"<>|]*$", + "type": "string" + }, + "Size": { + "enum": [ + "Large", + "Small" + ], + "type": "string" + }, + "VpcSettings": { + "$ref": "#/definitions/VpcSettings" + } + }, + "readOnlyProperties": [ + "/properties/Alias", + "/properties/DnsIpAddresses", + "/properties/Id" + ], + "required": [ + "VpcSettings", + "Size", + "Name", + "Password" + ], + "typeName": "AWS::DirectoryService::SimpleAD" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-docdb-dbclusterparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-docdb-dbclusterparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..53704a93eb03284dbbdac5346e4df47a96d147e1 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-docdb-dbclusterparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::DocDB::DBClusterParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-ec2-clientvpnauthorizationrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-ec2-clientvpnauthorizationrule.json new file mode 100644 index 0000000000000000000000000000000000000000..a47ceaa39c917efcc3f56632ad5eb497237b9c63 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-ec2-clientvpnauthorizationrule.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ClientVpnEndpointId", + "/properties/AccessGroupId", + "/properties/TargetNetworkCidr", + "/properties/AuthorizeAllGroups", + "/properties/Description" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AccessGroupId": { + "type": "string" + }, + "AuthorizeAllGroups": { + "type": "boolean" + }, + "ClientVpnEndpointId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "TargetNetworkCidr": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ClientVpnEndpointId", + "TargetNetworkCidr" + ], + "typeName": "AWS::EC2::ClientVpnAuthorizationRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-ec2-launchtemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-ec2-launchtemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..0710635e300d0ff652ccaf2e20453c8588966904 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-ec2-launchtemplate.json @@ -0,0 +1,2086 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/LaunchTemplateName" + ], + "definitions": { + "AcceleratorCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "AcceleratorTotalMemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BaselineEbsBandwidthMbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/Ebs" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "CapacityReservationSpecification": { + "additionalProperties": false, + "properties": { + "CapacityReservationPreference": { + "enum": [ + "none", + "open" + ], + "type": "string" + }, + "CapacityReservationTarget": { + "$ref": "#/definitions/CapacityReservationTarget" + } + }, + "type": "object" + }, + "CapacityReservationTarget": { + "additionalProperties": false, + "properties": { + "CapacityReservationId": { + "type": "string" + }, + "CapacityReservationResourceGroupArn": { + "type": "string" + } + }, + "type": "object" + }, + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "CpuOptions": { + "additionalProperties": false, + "properties": { + "AmdSevSnp": { + "enum": [ + "enabled", + "disabled" + ], + "type": "string" + }, + "CoreCount": { + "type": "integer" + }, + "ThreadsPerCore": { + "type": "integer" + } + }, + "type": "object" + }, + "CreditSpecification": { + "additionalProperties": false, + "properties": { + "CpuCredits": { + "type": "string" + } + }, + "type": "object" + }, + "Ebs": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "KmsKeyId": { + "type": "string" + }, + "SnapshotId": { + "type": "string" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "ElasticGpuSpecification": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "EnaSrdSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdEnabled": { + "type": "boolean" + }, + "EnaSrdUdpSpecification": { + "$ref": "#/definitions/EnaSrdUdpSpecification" + } + }, + "type": "object" + }, + "EnaSrdUdpSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdUdpEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnclaveOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "HibernationOptions": { + "additionalProperties": false, + "properties": { + "Configured": { + "type": "boolean" + } + }, + "type": "object" + }, + "IamInstanceProfile": { + "additionalProperties": false, + "properties": { + "Arn": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "type": "object" + }, + "InstanceMarketOptions": { + "additionalProperties": false, + "properties": { + "MarketType": { + "enum": [ + "capacity-block", + "spot" + ], + "type": "string" + }, + "SpotOptions": { + "$ref": "#/definitions/SpotOptions" + } + }, + "type": "object" + }, + "InstanceRequirements": { + "additionalProperties": false, + "properties": { + "AcceleratorCount": { + "$ref": "#/definitions/AcceleratorCount" + }, + "AcceleratorManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "habana", + "nvidia", + "xilinx" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorNames": { + "items": { + "enum": [ + "a100", + "a10g", + "h100", + "inferentia", + "k520", + "k80", + "m60", + "radeon-pro-v520", + "t4", + "t4g", + "v100", + "vu9p" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorTotalMemoryMiB": { + "$ref": "#/definitions/AcceleratorTotalMemoryMiB" + }, + "AcceleratorTypes": { + "items": { + "enum": [ + "fpga", + "gpu", + "inference" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AllowedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "BareMetal": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "BaselineEbsBandwidthMbps": { + "$ref": "#/definitions/BaselineEbsBandwidthMbps" + }, + "BurstablePerformance": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "CpuManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "intel" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "ExcludedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InstanceGenerations": { + "items": { + "enum": [ + "current", + "previous" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "LocalStorage": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "LocalStorageTypes": { + "items": { + "enum": [ + "hdd", + "ssd" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": { + "type": "integer" + }, + "MemoryGiBPerVCpu": { + "$ref": "#/definitions/MemoryGiBPerVCpu" + }, + "MemoryMiB": { + "$ref": "#/definitions/MemoryMiB" + }, + "NetworkBandwidthGbps": { + "$ref": "#/definitions/NetworkBandwidthGbps" + }, + "NetworkInterfaceCount": { + "$ref": "#/definitions/NetworkInterfaceCount" + }, + "OnDemandMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "RequireHibernateSupport": { + "type": "boolean" + }, + "SpotMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "TotalLocalStorageGB": { + "$ref": "#/definitions/TotalLocalStorageGB" + }, + "VCpuCount": { + "$ref": "#/definitions/VCpuCount" + } + }, + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6Add": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateData": { + "additionalProperties": false, + "properties": { + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": false + }, + "CapacityReservationSpecification": { + "$ref": "#/definitions/CapacityReservationSpecification" + }, + "CpuOptions": { + "$ref": "#/definitions/CpuOptions" + }, + "CreditSpecification": { + "$ref": "#/definitions/CreditSpecification" + }, + "DisableApiStop": { + "type": "boolean" + }, + "DisableApiTermination": { + "type": "boolean" + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticGpuSpecifications": { + "items": { + "$ref": "#/definitions/ElasticGpuSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "ElasticInferenceAccelerators": { + "items": { + "$ref": "#/definitions/LaunchTemplateElasticInferenceAccelerator" + }, + "type": "array", + "uniqueItems": false + }, + "EnclaveOptions": { + "$ref": "#/definitions/EnclaveOptions" + }, + "HibernationOptions": { + "$ref": "#/definitions/HibernationOptions" + }, + "IamInstanceProfile": { + "$ref": "#/definitions/IamInstanceProfile" + }, + "ImageId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "InstanceInitiatedShutdownBehavior": { + "enum": [ + "stop", + "terminate" + ], + "type": "string" + }, + "InstanceMarketOptions": { + "$ref": "#/definitions/InstanceMarketOptions" + }, + "InstanceRequirements": { + "$ref": "#/definitions/InstanceRequirements" + }, + "InstanceType": { + "enum": [ + "a1.2xlarge", + "a1.4xlarge", + "a1.large", + "a1.medium", + "a1.metal", + "a1.xlarge", + "c1.medium", + "c1.xlarge", + "c3.2xlarge", + "c3.4xlarge", + "c3.8xlarge", + "c3.large", + "c3.xlarge", + "c4.2xlarge", + "c4.4xlarge", + "c4.8xlarge", + "c4.large", + "c4.xlarge", + "c5.12xlarge", + "c5.18xlarge", + "c5.24xlarge", + "c5.2xlarge", + "c5.4xlarge", + "c5.9xlarge", + "c5.large", + "c5.metal", + "c5.xlarge", + "c5a.12xlarge", + "c5a.16xlarge", + "c5a.24xlarge", + "c5a.2xlarge", + "c5a.4xlarge", + "c5a.8xlarge", + "c5a.large", + "c5a.xlarge", + "c5ad.12xlarge", + "c5ad.16xlarge", + "c5ad.24xlarge", + "c5ad.2xlarge", + "c5ad.4xlarge", + "c5ad.8xlarge", + "c5ad.large", + "c5ad.xlarge", + "c5d.12xlarge", + "c5d.18xlarge", + "c5d.24xlarge", + "c5d.2xlarge", + "c5d.4xlarge", + "c5d.9xlarge", + "c5d.large", + "c5d.metal", + "c5d.xlarge", + "c5n.18xlarge", + "c5n.2xlarge", + "c5n.4xlarge", + "c5n.9xlarge", + "c5n.large", + "c5n.metal", + "c5n.xlarge", + "c6a.12xlarge", + "c6a.16xlarge", + "c6a.24xlarge", + "c6a.2xlarge", + "c6a.32xlarge", + "c6a.48xlarge", + "c6a.4xlarge", + "c6a.8xlarge", + "c6a.large", + "c6a.metal", + "c6a.xlarge", + "c6g.12xlarge", + "c6g.16xlarge", + "c6g.2xlarge", + "c6g.4xlarge", + "c6g.8xlarge", + "c6g.large", + "c6g.medium", + "c6g.metal", + "c6g.xlarge", + "c6gd.12xlarge", + "c6gd.16xlarge", + "c6gd.2xlarge", + "c6gd.4xlarge", + "c6gd.8xlarge", + "c6gd.large", + "c6gd.medium", + "c6gd.metal", + "c6gd.xlarge", + "c6gn.12xlarge", + "c6gn.16xlarge", + "c6gn.2xlarge", + "c6gn.4xlarge", + "c6gn.8xlarge", + "c6gn.large", + "c6gn.medium", + "c6gn.xlarge", + "c6i.12xlarge", + "c6i.16xlarge", + "c6i.24xlarge", + "c6i.2xlarge", + "c6i.32xlarge", + "c6i.4xlarge", + "c6i.8xlarge", + "c6i.large", + "c6i.metal", + "c6i.xlarge", + "c6id.12xlarge", + "c6id.16xlarge", + "c6id.24xlarge", + "c6id.2xlarge", + "c6id.32xlarge", + "c6id.4xlarge", + "c6id.8xlarge", + "c6id.large", + "c6id.metal", + "c6id.xlarge", + "c6in.12xlarge", + "c6in.16xlarge", + "c6in.24xlarge", + "c6in.2xlarge", + "c6in.32xlarge", + "c6in.4xlarge", + "c6in.8xlarge", + "c6in.large", + "c6in.metal", + "c6in.xlarge", + "c7a.12xlarge", + "c7a.16xlarge", + "c7a.24xlarge", + "c7a.2xlarge", + "c7a.32xlarge", + "c7a.48xlarge", + "c7a.4xlarge", + "c7a.8xlarge", + "c7a.large", + "c7a.medium", + "c7a.metal-48xl", + "c7a.xlarge", + "c7g.12xlarge", + "c7g.16xlarge", + "c7g.2xlarge", + "c7g.4xlarge", + "c7g.8xlarge", + "c7g.large", + "c7g.medium", + "c7g.metal", + "c7g.xlarge", + "c7gd.12xlarge", + "c7gd.16xlarge", + "c7gd.2xlarge", + "c7gd.4xlarge", + "c7gd.8xlarge", + "c7gd.large", + "c7gd.medium", + "c7gd.metal", + "c7gd.xlarge", + "c7gn.12xlarge", + "c7gn.16xlarge", + "c7gn.2xlarge", + "c7gn.4xlarge", + "c7gn.8xlarge", + "c7gn.large", + "c7gn.medium", + "c7gn.metal", + "c7gn.xlarge", + "c7i-flex.2xlarge", + "c7i-flex.4xlarge", + "c7i-flex.8xlarge", + "c7i-flex.large", + "c7i-flex.xlarge", + "c7i.12xlarge", + "c7i.16xlarge", + "c7i.24xlarge", + "c7i.2xlarge", + "c7i.48xlarge", + "c7i.4xlarge", + "c7i.8xlarge", + "c7i.large", + "c7i.metal-24xl", + "c7i.metal-48xl", + "c7i.xlarge", + "c8g.12xlarge", + "c8g.16xlarge", + "c8g.24xlarge", + "c8g.2xlarge", + "c8g.48xlarge", + "c8g.4xlarge", + "c8g.8xlarge", + "c8g.large", + "c8g.medium", + "c8g.metal-24xl", + "c8g.metal-48xl", + "c8g.xlarge", + "cc1.4xlarge", + "cc2.8xlarge", + "cg1.4xlarge", + "cr1.8xlarge", + "d2.2xlarge", + "d2.4xlarge", + "d2.8xlarge", + "d2.xlarge", + "d3.2xlarge", + "d3.4xlarge", + "d3.8xlarge", + "d3.xlarge", + "d3en.12xlarge", + "d3en.2xlarge", + "d3en.4xlarge", + "d3en.6xlarge", + "d3en.8xlarge", + "d3en.xlarge", + "dl1.24xlarge", + "dl2q.24xlarge", + "f1.16xlarge", + "f1.2xlarge", + "f1.4xlarge", + "g2.2xlarge", + "g2.8xlarge", + "g3.16xlarge", + "g3.4xlarge", + "g3.8xlarge", + "g3s.xlarge", + "g4ad.16xlarge", + "g4ad.2xlarge", + "g4ad.4xlarge", + "g4ad.8xlarge", + "g4ad.xlarge", + "g4dn.12xlarge", + "g4dn.16xlarge", + "g4dn.2xlarge", + "g4dn.4xlarge", + "g4dn.8xlarge", + "g4dn.metal", + "g4dn.xlarge", + "g5.12xlarge", + "g5.16xlarge", + "g5.24xlarge", + "g5.2xlarge", + "g5.48xlarge", + "g5.4xlarge", + "g5.8xlarge", + "g5.xlarge", + "g5g.16xlarge", + "g5g.2xlarge", + "g5g.4xlarge", + "g5g.8xlarge", + "g5g.metal", + "g5g.xlarge", + "g6.12xlarge", + "g6.16xlarge", + "g6.24xlarge", + "g6.2xlarge", + "g6.48xlarge", + "g6.4xlarge", + "g6.8xlarge", + "g6.xlarge", + "g6e.12xlarge", + "g6e.16xlarge", + "g6e.24xlarge", + "g6e.2xlarge", + "g6e.48xlarge", + "g6e.4xlarge", + "g6e.8xlarge", + "g6e.xlarge", + "gr6.4xlarge", + "gr6.8xlarge", + "h1.16xlarge", + "h1.2xlarge", + "h1.4xlarge", + "h1.8xlarge", + "hi1.4xlarge", + "hpc6a.48xlarge", + "hpc6id.32xlarge", + "hpc7a.12xlarge", + "hpc7a.24xlarge", + "hpc7a.48xlarge", + "hpc7a.96xlarge", + "hpc7g.16xlarge", + "hpc7g.4xlarge", + "hpc7g.8xlarge", + "hs1.8xlarge", + "i2.2xlarge", + "i2.4xlarge", + "i2.8xlarge", + "i2.xlarge", + "i3.16xlarge", + "i3.2xlarge", + "i3.4xlarge", + "i3.8xlarge", + "i3.large", + "i3.metal", + "i3.xlarge", + "i3en.12xlarge", + "i3en.24xlarge", + "i3en.2xlarge", + "i3en.3xlarge", + "i3en.6xlarge", + "i3en.large", + "i3en.metal", + "i3en.xlarge", + "i4g.16xlarge", + "i4g.2xlarge", + "i4g.4xlarge", + "i4g.8xlarge", + "i4g.large", + "i4g.xlarge", + "i4i.12xlarge", + "i4i.16xlarge", + "i4i.24xlarge", + "i4i.2xlarge", + "i4i.32xlarge", + "i4i.4xlarge", + "i4i.8xlarge", + "i4i.large", + "i4i.metal", + "i4i.xlarge", + "im4gn.16xlarge", + "im4gn.2xlarge", + "im4gn.4xlarge", + "im4gn.8xlarge", + "im4gn.large", + "im4gn.xlarge", + "inf1.24xlarge", + "inf1.2xlarge", + "inf1.6xlarge", + "inf1.xlarge", + "inf2.24xlarge", + "inf2.48xlarge", + "inf2.8xlarge", + "inf2.xlarge", + "is4gen.2xlarge", + "is4gen.4xlarge", + "is4gen.8xlarge", + "is4gen.large", + "is4gen.medium", + "is4gen.xlarge", + "m1.large", + "m1.medium", + "m1.small", + "m1.xlarge", + "m2.2xlarge", + "m2.4xlarge", + "m2.xlarge", + "m3.2xlarge", + "m3.large", + "m3.medium", + "m3.xlarge", + "m4.10xlarge", + "m4.16xlarge", + "m4.2xlarge", + "m4.4xlarge", + "m4.large", + "m4.xlarge", + "m5.12xlarge", + "m5.16xlarge", + "m5.24xlarge", + "m5.2xlarge", + "m5.4xlarge", + "m5.8xlarge", + "m5.large", + "m5.metal", + "m5.xlarge", + "m5a.12xlarge", + "m5a.16xlarge", + "m5a.24xlarge", + "m5a.2xlarge", + "m5a.4xlarge", + "m5a.8xlarge", + "m5a.large", + "m5a.xlarge", + "m5ad.12xlarge", + "m5ad.16xlarge", + "m5ad.24xlarge", + "m5ad.2xlarge", + "m5ad.4xlarge", + "m5ad.8xlarge", + "m5ad.large", + "m5ad.xlarge", + "m5d.12xlarge", + "m5d.16xlarge", + "m5d.24xlarge", + "m5d.2xlarge", + "m5d.4xlarge", + "m5d.8xlarge", + "m5d.large", + "m5d.metal", + "m5d.xlarge", + "m5dn.12xlarge", + "m5dn.16xlarge", + "m5dn.24xlarge", + "m5dn.2xlarge", + "m5dn.4xlarge", + "m5dn.8xlarge", + "m5dn.large", + "m5dn.metal", + "m5dn.xlarge", + "m5n.12xlarge", + "m5n.16xlarge", + "m5n.24xlarge", + "m5n.2xlarge", + "m5n.4xlarge", + "m5n.8xlarge", + "m5n.large", + "m5n.metal", + "m5n.xlarge", + "m5zn.12xlarge", + "m5zn.2xlarge", + "m5zn.3xlarge", + "m5zn.6xlarge", + "m5zn.large", + "m5zn.metal", + "m5zn.xlarge", + "m6a.12xlarge", + "m6a.16xlarge", + "m6a.24xlarge", + "m6a.2xlarge", + "m6a.32xlarge", + "m6a.48xlarge", + "m6a.4xlarge", + "m6a.8xlarge", + "m6a.large", + "m6a.metal", + "m6a.xlarge", + "m6g.12xlarge", + "m6g.16xlarge", + "m6g.2xlarge", + "m6g.4xlarge", + "m6g.8xlarge", + "m6g.large", + "m6g.medium", + "m6g.metal", + "m6g.xlarge", + "m6gd.12xlarge", + "m6gd.16xlarge", + "m6gd.2xlarge", + "m6gd.4xlarge", + "m6gd.8xlarge", + "m6gd.large", + "m6gd.medium", + "m6gd.metal", + "m6gd.xlarge", + "m6i.12xlarge", + "m6i.16xlarge", + "m6i.24xlarge", + "m6i.2xlarge", + "m6i.32xlarge", + "m6i.4xlarge", + "m6i.8xlarge", + "m6i.large", + "m6i.metal", + "m6i.xlarge", + "m6id.12xlarge", + "m6id.16xlarge", + "m6id.24xlarge", + "m6id.2xlarge", + "m6id.32xlarge", + "m6id.4xlarge", + "m6id.8xlarge", + "m6id.large", + "m6id.metal", + "m6id.xlarge", + "m6idn.12xlarge", + "m6idn.16xlarge", + "m6idn.24xlarge", + "m6idn.2xlarge", + "m6idn.32xlarge", + "m6idn.4xlarge", + "m6idn.8xlarge", + "m6idn.large", + "m6idn.metal", + "m6idn.xlarge", + "m6in.12xlarge", + "m6in.16xlarge", + "m6in.24xlarge", + "m6in.2xlarge", + "m6in.32xlarge", + "m6in.4xlarge", + "m6in.8xlarge", + "m6in.large", + "m6in.metal", + "m6in.xlarge", + "m7a.12xlarge", + "m7a.16xlarge", + "m7a.24xlarge", + "m7a.2xlarge", + "m7a.32xlarge", + "m7a.48xlarge", + "m7a.4xlarge", + "m7a.8xlarge", + "m7a.large", + "m7a.medium", + "m7a.metal-48xl", + "m7a.xlarge", + "m7g.12xlarge", + "m7g.16xlarge", + "m7g.2xlarge", + "m7g.4xlarge", + "m7g.8xlarge", + "m7g.large", + "m7g.medium", + "m7g.metal", + "m7g.xlarge", + "m7gd.12xlarge", + "m7gd.16xlarge", + "m7gd.2xlarge", + "m7gd.4xlarge", + "m7gd.8xlarge", + "m7gd.large", + "m7gd.medium", + "m7gd.metal", + "m7gd.xlarge", + "m7i-flex.2xlarge", + "m7i-flex.4xlarge", + "m7i-flex.8xlarge", + "m7i-flex.large", + "m7i-flex.xlarge", + "m7i.12xlarge", + "m7i.16xlarge", + "m7i.24xlarge", + "m7i.2xlarge", + "m7i.48xlarge", + "m7i.4xlarge", + "m7i.8xlarge", + "m7i.large", + "m7i.metal-24xl", + "m7i.metal-48xl", + "m7i.xlarge", + "m8g.12xlarge", + "m8g.16xlarge", + "m8g.24xlarge", + "m8g.2xlarge", + "m8g.48xlarge", + "m8g.4xlarge", + "m8g.8xlarge", + "m8g.large", + "m8g.medium", + "m8g.metal-24xl", + "m8g.metal-48xl", + "m8g.xlarge", + "mac1.metal", + "mac2-m1ultra.metal", + "mac2-m2.metal", + "mac2-m2pro.metal", + "mac2.metal", + "p2.16xlarge", + "p2.8xlarge", + "p2.xlarge", + "p3.16xlarge", + "p3.2xlarge", + "p3.8xlarge", + "p3dn.24xlarge", + "p4d.24xlarge", + "p4de.24xlarge", + "p5.48xlarge", + "r3.2xlarge", + "r3.4xlarge", + "r3.8xlarge", + "r3.large", + "r3.xlarge", + "r4.16xlarge", + "r4.2xlarge", + "r4.4xlarge", + "r4.8xlarge", + "r4.large", + "r4.xlarge", + "r5.12xlarge", + "r5.16xlarge", + "r5.24xlarge", + "r5.2xlarge", + "r5.4xlarge", + "r5.8xlarge", + "r5.large", + "r5.metal", + "r5.xlarge", + "r5a.12xlarge", + "r5a.16xlarge", + "r5a.24xlarge", + "r5a.2xlarge", + "r5a.4xlarge", + "r5a.8xlarge", + "r5a.large", + "r5a.xlarge", + "r5ad.12xlarge", + "r5ad.16xlarge", + "r5ad.24xlarge", + "r5ad.2xlarge", + "r5ad.4xlarge", + "r5ad.8xlarge", + "r5ad.large", + "r5ad.xlarge", + "r5b.12xlarge", + "r5b.16xlarge", + "r5b.24xlarge", + "r5b.2xlarge", + "r5b.4xlarge", + "r5b.8xlarge", + "r5b.large", + "r5b.metal", + "r5b.xlarge", + "r5d.12xlarge", + "r5d.16xlarge", + "r5d.24xlarge", + "r5d.2xlarge", + "r5d.4xlarge", + "r5d.8xlarge", + "r5d.large", + "r5d.metal", + "r5d.xlarge", + "r5dn.12xlarge", + "r5dn.16xlarge", + "r5dn.24xlarge", + "r5dn.2xlarge", + "r5dn.4xlarge", + "r5dn.8xlarge", + "r5dn.large", + "r5dn.metal", + "r5dn.xlarge", + "r5n.12xlarge", + "r5n.16xlarge", + "r5n.24xlarge", + "r5n.2xlarge", + "r5n.4xlarge", + "r5n.8xlarge", + "r5n.large", + "r5n.metal", + "r5n.xlarge", + "r6a.12xlarge", + "r6a.16xlarge", + "r6a.24xlarge", + "r6a.2xlarge", + "r6a.32xlarge", + "r6a.48xlarge", + "r6a.4xlarge", + "r6a.8xlarge", + "r6a.large", + "r6a.metal", + "r6a.xlarge", + "r6g.12xlarge", + "r6g.16xlarge", + "r6g.2xlarge", + "r6g.4xlarge", + "r6g.8xlarge", + "r6g.large", + "r6g.medium", + "r6g.metal", + "r6g.xlarge", + "r6gd.12xlarge", + "r6gd.16xlarge", + "r6gd.2xlarge", + "r6gd.4xlarge", + "r6gd.8xlarge", + "r6gd.large", + "r6gd.medium", + "r6gd.metal", + "r6gd.xlarge", + "r6i.12xlarge", + "r6i.16xlarge", + "r6i.24xlarge", + "r6i.2xlarge", + "r6i.32xlarge", + "r6i.4xlarge", + "r6i.8xlarge", + "r6i.large", + "r6i.metal", + "r6i.xlarge", + "r6id.12xlarge", + "r6id.16xlarge", + "r6id.24xlarge", + "r6id.2xlarge", + "r6id.32xlarge", + "r6id.4xlarge", + "r6id.8xlarge", + "r6id.large", + "r6id.metal", + "r6id.xlarge", + "r6idn.12xlarge", + "r6idn.16xlarge", + "r6idn.24xlarge", + "r6idn.2xlarge", + "r6idn.32xlarge", + "r6idn.4xlarge", + "r6idn.8xlarge", + "r6idn.large", + "r6idn.metal", + "r6idn.xlarge", + "r6in.12xlarge", + "r6in.16xlarge", + "r6in.24xlarge", + "r6in.2xlarge", + "r6in.32xlarge", + "r6in.4xlarge", + "r6in.8xlarge", + "r6in.large", + "r6in.metal", + "r6in.xlarge", + "r7a.12xlarge", + "r7a.16xlarge", + "r7a.24xlarge", + "r7a.2xlarge", + "r7a.32xlarge", + "r7a.48xlarge", + "r7a.4xlarge", + "r7a.8xlarge", + "r7a.large", + "r7a.medium", + "r7a.metal-48xl", + "r7a.xlarge", + "r7g.12xlarge", + "r7g.16xlarge", + "r7g.2xlarge", + "r7g.4xlarge", + "r7g.8xlarge", + "r7g.large", + "r7g.medium", + "r7g.metal", + "r7g.xlarge", + "r7gd.12xlarge", + "r7gd.16xlarge", + "r7gd.2xlarge", + "r7gd.4xlarge", + "r7gd.8xlarge", + "r7gd.large", + "r7gd.medium", + "r7gd.metal", + "r7gd.xlarge", + "r7i.12xlarge", + "r7i.16xlarge", + "r7i.24xlarge", + "r7i.2xlarge", + "r7i.48xlarge", + "r7i.4xlarge", + "r7i.8xlarge", + "r7i.large", + "r7i.metal-24xl", + "r7i.metal-48xl", + "r7i.xlarge", + "r7iz.12xlarge", + "r7iz.16xlarge", + "r7iz.2xlarge", + "r7iz.32xlarge", + "r7iz.4xlarge", + "r7iz.8xlarge", + "r7iz.large", + "r7iz.metal-16xl", + "r7iz.metal-32xl", + "r7iz.xlarge", + "r8g.12xlarge", + "r8g.16xlarge", + "r8g.24xlarge", + "r8g.2xlarge", + "r8g.48xlarge", + "r8g.4xlarge", + "r8g.8xlarge", + "r8g.large", + "r8g.medium", + "r8g.metal-24xl", + "r8g.metal-48xl", + "r8g.xlarge", + "t1.micro", + "t2.2xlarge", + "t2.large", + "t2.medium", + "t2.micro", + "t2.nano", + "t2.small", + "t2.xlarge", + "t3.2xlarge", + "t3.large", + "t3.medium", + "t3.micro", + "t3.nano", + "t3.small", + "t3.xlarge", + "t3a.2xlarge", + "t3a.large", + "t3a.medium", + "t3a.micro", + "t3a.nano", + "t3a.small", + "t3a.xlarge", + "t4g.2xlarge", + "t4g.large", + "t4g.medium", + "t4g.micro", + "t4g.nano", + "t4g.small", + "t4g.xlarge", + "trn1.2xlarge", + "trn1.32xlarge", + "trn1n.32xlarge", + "u-12tb1.112xlarge", + "u-12tb1.metal", + "u-18tb1.112xlarge", + "u-18tb1.metal", + "u-24tb1.112xlarge", + "u-24tb1.metal", + "u-3tb1.56xlarge", + "u-6tb1.112xlarge", + "u-6tb1.56xlarge", + "u-6tb1.metal", + "u-9tb1.112xlarge", + "u-9tb1.metal", + "u7i-12tb.224xlarge", + "u7ib-12tb.224xlarge", + "u7in-16tb.224xlarge", + "u7in-24tb.224xlarge", + "u7in-32tb.224xlarge", + "vt1.24xlarge", + "vt1.3xlarge", + "vt1.6xlarge", + "x1.16xlarge", + "x1.32xlarge", + "x1e.16xlarge", + "x1e.2xlarge", + "x1e.32xlarge", + "x1e.4xlarge", + "x1e.8xlarge", + "x1e.xlarge", + "x2gd.12xlarge", + "x2gd.16xlarge", + "x2gd.2xlarge", + "x2gd.4xlarge", + "x2gd.8xlarge", + "x2gd.large", + "x2gd.medium", + "x2gd.metal", + "x2gd.xlarge", + "x2idn.16xlarge", + "x2idn.24xlarge", + "x2idn.32xlarge", + "x2idn.metal", + "x2iedn.16xlarge", + "x2iedn.24xlarge", + "x2iedn.2xlarge", + "x2iedn.32xlarge", + "x2iedn.4xlarge", + "x2iedn.8xlarge", + "x2iedn.metal", + "x2iedn.xlarge", + "x2iezn.12xlarge", + "x2iezn.2xlarge", + "x2iezn.4xlarge", + "x2iezn.6xlarge", + "x2iezn.8xlarge", + "x2iezn.metal", + "x8g.12xlarge", + "x8g.16xlarge", + "x8g.24xlarge", + "x8g.2xlarge", + "x8g.48xlarge", + "x8g.4xlarge", + "x8g.8xlarge", + "x8g.large", + "x8g.medium", + "x8g.metal-24xl", + "x8g.metal-48xl", + "x8g.xlarge", + "z1d.12xlarge", + "z1d.2xlarge", + "z1d.3xlarge", + "z1d.6xlarge", + "z1d.large", + "z1d.metal", + "z1d.xlarge" + ], + "type": "string" + }, + "KernelId": { + "type": "string" + }, + "KeyName": { + "type": "string" + }, + "LicenseSpecifications": { + "items": { + "$ref": "#/definitions/LicenseSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "MaintenanceOptions": { + "$ref": "#/definitions/MaintenanceOptions" + }, + "MetadataOptions": { + "$ref": "#/definitions/MetadataOptions" + }, + "Monitoring": { + "$ref": "#/definitions/Monitoring" + }, + "NetworkInterfaces": { + "items": { + "$ref": "#/definitions/NetworkInterface" + }, + "type": "array", + "uniqueItems": false + }, + "Placement": { + "$ref": "#/definitions/Placement" + }, + "PrivateDnsNameOptions": { + "$ref": "#/definitions/PrivateDnsNameOptions" + }, + "RamDiskId": { + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/TagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "UserData": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateElasticInferenceAccelerator": { + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + }, + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateTagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "LicenseSpecification": { + "additionalProperties": false, + "properties": { + "LicenseConfigurationArn": { + "type": "string" + } + }, + "type": "object" + }, + "MaintenanceOptions": { + "additionalProperties": false, + "properties": { + "AutoRecovery": { + "enum": [ + "default", + "disabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "MemoryGiBPerVCpu": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "MemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "MetadataOptions": { + "additionalProperties": false, + "properties": { + "HttpEndpoint": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpProtocolIpv6": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpPutResponseHopLimit": { + "type": "integer" + }, + "HttpTokens": { + "enum": [ + "optional", + "required" + ], + "type": "string" + }, + "InstanceMetadataTags": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "Monitoring": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "NetworkBandwidthGbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "NetworkInterface": { + "additionalProperties": false, + "dependentExcluded": { + "AssociateCarrierIpAddress": [ + "NetworkInterfaceId" + ], + "AssociatePublicIpAddress": [ + "NetworkInterfaceId" + ], + "NetworkInterfaceId": [ + "AssociateCarrierIpAddress", + "AssociatePublicIpAddress" + ] + }, + "properties": { + "AssociateCarrierIpAddress": { + "type": "boolean" + }, + "AssociatePublicIpAddress": { + "type": "boolean" + }, + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "DeleteOnTermination": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "DeviceIndex": { + "type": "integer" + }, + "EnaSrdSpecification": { + "$ref": "#/definitions/EnaSrdSpecification" + }, + "Groups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InterfaceType": { + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "items": { + "$ref": "#/definitions/Ipv6Add" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "NetworkCardIndex": { + "type": "integer" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PrimaryIpv6": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "items": { + "$ref": "#/definitions/PrivateIpAdd" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "type": "object" + }, + "NetworkInterfaceCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "Placement": { + "additionalProperties": false, + "properties": { + "Affinity": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "GroupId": { + "type": "string" + }, + "GroupName": { + "type": "string" + }, + "HostId": { + "type": "string" + }, + "HostResourceGroupArn": { + "type": "string" + }, + "PartitionNumber": { + "type": "integer" + }, + "SpreadDomain": { + "type": "string" + }, + "Tenancy": { + "enum": [ + "dedicated", + "default", + "host" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateDnsNameOptions": { + "additionalProperties": false, + "properties": { + "EnableResourceNameDnsAAAARecord": { + "type": "boolean" + }, + "EnableResourceNameDnsARecord": { + "type": "boolean" + }, + "HostnameType": { + "enum": [ + "ip-name", + "resource-name" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateIpAdd": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "type": "object" + }, + "SpotOptions": { + "additionalProperties": false, + "properties": { + "BlockDurationMinutes": { + "type": "integer" + }, + "InstanceInterruptionBehavior": { + "enum": [ + "hibernate", + "stop", + "terminate" + ], + "type": "string" + }, + "MaxPrice": { + "type": "string" + }, + "SpotInstanceType": { + "enum": [ + "one-time", + "persistent" + ], + "type": "string" + }, + "ValidUntil": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "TotalLocalStorageGB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "VCpuCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/LaunchTemplateId" + ], + "properties": { + "DefaultVersionNumber": { + "type": "string" + }, + "LatestVersionNumber": { + "type": "string" + }, + "LaunchTemplateData": { + "$ref": "#/definitions/LaunchTemplateData" + }, + "LaunchTemplateId": { + "type": "string" + }, + "LaunchTemplateName": { + "pattern": "[a-zA-Z0-9\\(\\)\\.\\-/_]+", + "type": "string" + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/LaunchTemplateTagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "VersionDescription": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/DefaultVersionNumber", + "/properties/LaunchTemplateId", + "/properties/LatestVersionNumber" + ], + "required": [ + "LaunchTemplateData" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::EC2::LaunchTemplate", + "writeOnlyProperties": [ + "/properties/LaunchTemplateData", + "/properties/VersionDescription", + "/properties/TagSpecifications" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-ec2-networkinterface.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-ec2-networkinterface.json new file mode 100644 index 0000000000000000000000000000000000000000..1e02b1430e77188f296bbccb9b0dfe18abf5570b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-ec2-networkinterface.json @@ -0,0 +1,234 @@ +{ + "$schema": "https://raw.githubusercontent.com/aws-cloudformation/cloudformation-resource-schema/master/src/main/resources/schema/provider.definition.schema.v1.json", + "additionalProperties": false, + "conditionalCreateOnlyProperties": [ + "/properties/PrivateIpAddresses", + "/properties/EnablePrimaryIpv6", + "/properties/ConnectionTrackingSpecification" + ], + "createOnlyProperties": [ + "/properties/PrivateIpAddress", + "/properties/InterfaceType", + "/properties/SubnetId" + ], + "definitions": { + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "InstanceIpv6Address": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "required": [ + "Ipv6Address" + ], + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv4Prefix" + ], + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv6Prefix" + ], + "type": "object" + }, + "PrivateIpAddressSpecification": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "required": [ + "PrivateIpAddress", + "Primary" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "dependentExcluded": { + "Ipv6AddressCount": [ + "Ipv6Addresses" + ], + "Ipv6Addresses": [ + "Ipv6AddressCount" + ] + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "Description": { + "type": "string" + }, + "EnablePrimaryIpv6": { + "type": "boolean" + }, + "GroupSet": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "InterfaceType": { + "enum": [ + "branch", + "efa", + "efa-only", + "trunk" + ], + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/InstanceIpv6Address" + }, + "type": "array", + "uniqueItems": true + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "PrimaryIpv6Address": { + "type": "string" + }, + "PrimaryPrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/PrivateIpAddressSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SecondaryPrivateIpAddresses": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SourceDestCheck": { + "type": "boolean" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/SecondaryPrivateIpAddresses", + "/properties/PrimaryPrivateIpAddress", + "/properties/PrimaryIpv6Address", + "/properties/VpcId" + ], + "required": [ + "SubnetId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2/networkinterface", + "taggable": true, + "typeName": "AWS::EC2::NetworkInterface" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-efs-accesspoint.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-efs-accesspoint.json new file mode 100644 index 0000000000000000000000000000000000000000..8820d9c54430ddf637cedfc4b2a55deffc45fd2c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-efs-accesspoint.json @@ -0,0 +1,142 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FileSystemId", + "/properties/ClientToken", + "/properties/PosixUser", + "/properties/PosixUser/Uid", + "/properties/PosixUser/Gid", + "/properties/PosixUser/SecondaryGids", + "/properties/RootDirectory", + "/properties/RootDirectory/Path", + "/properties/RootDirectory/CreationInfo", + "/properties/RootDirectory/CreationInfo/OwnerUid", + "/properties/RootDirectory/CreationInfo/OwnerGid", + "/properties/RootDirectory/CreationInfo/Permissions" + ], + "definitions": { + "AccessPointTag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "type": "object" + }, + "CreationInfo": { + "additionalProperties": false, + "properties": { + "OwnerGid": { + "type": "string" + }, + "OwnerUid": { + "type": "string" + }, + "Permissions": { + "pattern": "^[0-7]{3,4}$", + "type": "string" + } + }, + "required": [ + "OwnerUid", + "OwnerGid", + "Permissions" + ], + "type": "object" + }, + "PosixUser": { + "additionalProperties": false, + "properties": { + "Gid": { + "type": "string" + }, + "SecondaryGids": { + "items": { + "type": "string" + }, + "type": "array" + }, + "Uid": { + "type": "string" + } + }, + "required": [ + "Uid", + "Gid" + ], + "type": "object" + }, + "RootDirectory": { + "additionalProperties": false, + "properties": { + "CreationInfo": { + "$ref": "#/definitions/CreationInfo" + }, + "Path": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(\\/|(\\/(?!\\.)+[^$#<>;`|&?{}^*/\\n]+){1,4})$", + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/AccessPointId" + ], + "properties": { + "AccessPointId": { + "type": "string" + }, + "AccessPointTags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AccessPointTag" + }, + "type": "array", + "uniqueItems": true + }, + "Arn": { + "type": "string" + }, + "ClientToken": { + "pattern": ".+", + "type": "string" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "PosixUser": { + "$ref": "#/definitions/PosixUser" + }, + "RootDirectory": { + "$ref": "#/definitions/RootDirectory" + } + }, + "readOnlyProperties": [ + "/properties/AccessPointId", + "/properties/Arn" + ], + "required": [ + "FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/AccessPointTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::AccessPoint" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-efs-filesystem.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-efs-filesystem.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0172cb4395d0a4b0522666400065f13385b978 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-efs-filesystem.json @@ -0,0 +1,228 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AvailabilityZoneName", + "/properties/Encrypted", + "/properties/KmsKeyId", + "/properties/PerformanceMode" + ], + "definitions": { + "Arn": { + "type": "string" + }, + "BackupPolicy": { + "additionalProperties": false, + "properties": { + "Status": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "required": [ + "Status" + ], + "type": "object" + }, + "ElasticFileSystemTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "FileSystemProtection": { + "additionalProperties": false, + "properties": { + "ReplicationOverwriteProtection": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "type": "object" + }, + "LifecyclePolicy": { + "additionalProperties": false, + "properties": { + "TransitionToArchive": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToIA": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToPrimaryStorageClass": { + "enum": [ + "AFTER_1_ACCESS" + ], + "type": "string" + } + }, + "type": "object" + }, + "ReplicationConfiguration": { + "additionalProperties": false, + "properties": { + "Destinations": { + "items": { + "$ref": "#/definitions/ReplicationDestination" + }, + "maxItems": 1, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ReplicationDestination": { + "additionalProperties": false, + "properties": { + "AvailabilityZoneName": { + "type": "string" + }, + "FileSystemId": { + "type": "string" + }, + "KmsKeyId": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FileSystemId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "AvailabilityZoneName": { + "pattern": ".+", + "type": "string" + }, + "BackupPolicy": { + "$ref": "#/definitions/BackupPolicy" + }, + "BypassPolicyLockoutSafetyCheck": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "FileSystemPolicy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "FileSystemProtection": { + "$ref": "#/definitions/FileSystemProtection" + }, + "FileSystemTags": { + "items": { + "$ref": "#/definitions/ElasticFileSystemTag" + }, + "type": "array", + "uniqueItems": true + }, + "KmsKeyId": { + "pattern": "^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|mrk-[0-9a-f]{32}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(key/mrk-[0-9a-f]{32})|(alias/[a-zA-Z0-9/_-]+))))$", + "type": "string" + }, + "LifecyclePolicies": { + "items": { + "$ref": "#/definitions/LifecyclePolicy" + }, + "type": "array", + "uniqueItems": true + }, + "PerformanceMode": { + "enum": [ + "generalPurpose", + "maxIO" + ], + "type": "string" + }, + "ProvisionedThroughputInMibps": { + "type": "number" + }, + "ReplicationConfiguration": { + "$ref": "#/definitions/ReplicationConfiguration" + }, + "ThroughputMode": { + "enum": [ + "bursting", + "elastic", + "provisioned" + ], + "type": "string" + } + }, + "propertyTransform": { + "/properties/FileSystemProtection/ReplicationOverwriteProtection": "$uppercase(FileSystemProtection.ReplicationOverwriteProtection)='DISABLED' ? 'REPLICATING' : $uppercase(FileSystemProtection.ReplicationOverwriteProtection)", + "/properties/KmsKeyId": "\"arn:aws[-a-z]*:kms:[a-z0-9-]+:[0-9]{12}:key/[a-zA-Z0-9-]+\"" + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/FileSystemTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::FileSystem", + "writeOnlyProperties": [ + "/properties/BypassPolicyLockoutSafetyCheck", + "/properties/ReplicationConfiguration/Destinations/*/AvailabilityZoneName", + "/properties/ReplicationConfiguration/Destinations/*/KmsKeyId" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-elasticloadbalancingv2-loadbalancer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-elasticloadbalancingv2-loadbalancer.json new file mode 100644 index 0000000000000000000000000000000000000000..671bb8c1c9d2f62d4ad85eeb001a6f416cd48ac0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-elasticloadbalancingv2-loadbalancer.json @@ -0,0 +1,176 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Type", + "/properties/Scheme" + ], + "definitions": { + "LoadBalancerAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "SubnetMapping": { + "additionalProperties": false, + "properties": { + "AllocationId": { + "type": "string" + }, + "IPv6Address": { + "type": "string" + }, + "PrivateIPv4Address": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "required": [ + "SubnetId" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html", + "primaryIdentifier": [ + "/properties/LoadBalancerArn" + ], + "properties": { + "CanonicalHostedZoneID": { + "type": "string" + }, + "DNSName": { + "type": "string" + }, + "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": { + "type": "string" + }, + "IpAddressType": { + "enum": [ + "dualstack", + "dualstack-without-public-ipv4", + "ipv4" + ], + "type": "string" + }, + "LoadBalancerArn": { + "type": "string" + }, + "LoadBalancerAttributes": { + "arrayType": "AttributeList", + "insertionOrder": false, + "items": { + "$ref": "#/definitions/LoadBalancerAttribute" + }, + "type": "array", + "uniqueItems": true + }, + "LoadBalancerFullName": { + "type": "string" + }, + "LoadBalancerName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Scheme": { + "enum": [ + "internal", + "internet-facing" + ], + "type": "string" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SubnetMappings": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SubnetMapping" + }, + "type": "array", + "uniqueItems": true + }, + "Subnets": { + "format": "AWS::EC2::Subnet.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "enum": [ + "application", + "network", + "gateway" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/LoadBalancerName", + "/properties/LoadBalancerFullName", + "/properties/CanonicalHostedZoneID", + "/properties/LoadBalancerArn", + "/properties/DNSName" + ], + "requiredXor": [ + "Subnets", + "SubnetMappings" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticloadbalancingv2", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ElasticLoadBalancingV2::LoadBalancer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-gamelift-alias.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-gamelift-alias.json new file mode 100644 index 0000000000000000000000000000000000000000..c5a72a9671720d7234847fbdccc39fdc499f3391 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-gamelift-alias.json @@ -0,0 +1,48 @@ +{ + "additionalProperties": false, + "definitions": { + "RoutingStrategy": { + "additionalProperties": false, + "properties": { + "FleetId": { + "type": "string" + }, + "Message": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RoutingStrategy": { + "$ref": "#/definitions/RoutingStrategy" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "RoutingStrategy", + "Name" + ], + "typeName": "AWS::GameLift::Alias" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-gamelift-build.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-gamelift-build.json new file mode 100644 index 0000000000000000000000000000000000000000..fcdd28d89bfb0da8b1b8e0767cb6f6e6bd90d8ee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-gamelift-build.json @@ -0,0 +1,56 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StorageLocation", + "/properties/OperatingSystem" + ], + "definitions": { + "S3Location": { + "additionalProperties": false, + "properties": { + "Bucket": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "ObjectVersion": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "Bucket", + "Key", + "RoleArn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OperatingSystem": { + "type": "string" + }, + "StorageLocation": { + "$ref": "#/definitions/S3Location" + }, + "Version": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "typeName": "AWS::GameLift::Build" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-gamelift-fleet.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-gamelift-fleet.json new file mode 100644 index 0000000000000000000000000000000000000000..99f60e7774a059078630aeb4e75812b5dbd52682 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-gamelift-fleet.json @@ -0,0 +1,198 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PeerVpcAwsAccountId", + "/properties/BuildId", + "/properties/EC2InstanceType", + "/properties/ServerLaunchParameters", + "/properties/CertificateConfiguration", + "/properties/LogPaths", + "/properties/ServerLaunchPath", + "/properties/FleetType", + "/properties/ScriptId", + "/properties/PeerVpcId", + "/properties/InstanceRoleARN" + ], + "definitions": { + "CertificateConfiguration": { + "additionalProperties": false, + "properties": { + "CertificateType": { + "type": "string" + } + }, + "required": [ + "CertificateType" + ], + "type": "object" + }, + "IpPermission": { + "additionalProperties": false, + "properties": { + "FromPort": { + "type": "integer" + }, + "IpRange": { + "type": "string" + }, + "Protocol": { + "type": "string" + }, + "ToPort": { + "type": "integer" + } + }, + "required": [ + "IpRange", + "FromPort", + "ToPort", + "Protocol" + ], + "type": "object" + }, + "ResourceCreationLimitPolicy": { + "additionalProperties": false, + "properties": { + "NewGameSessionsPerCreator": { + "type": "integer" + }, + "PolicyPeriodInMinutes": { + "type": "integer" + } + }, + "type": "object" + }, + "RuntimeConfiguration": { + "additionalProperties": false, + "properties": { + "GameSessionActivationTimeoutSeconds": { + "type": "integer" + }, + "MaxConcurrentGameSessionActivations": { + "type": "integer" + }, + "ServerProcesses": { + "items": { + "$ref": "#/definitions/ServerProcess" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ServerProcess": { + "additionalProperties": false, + "properties": { + "ConcurrentExecutions": { + "type": "integer" + }, + "LaunchPath": { + "type": "string" + }, + "Parameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + } + }, + "required": [ + "ConcurrentExecutions", + "LaunchPath" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "BuildId": { + "type": "string" + }, + "CertificateConfiguration": { + "$ref": "#/definitions/CertificateConfiguration" + }, + "Description": { + "type": "string" + }, + "DesiredEC2Instances": { + "type": "integer" + }, + "EC2InboundPermissions": { + "items": { + "$ref": "#/definitions/IpPermission" + }, + "type": "array", + "uniqueItems": true + }, + "EC2InstanceType": { + "type": "string" + }, + "FleetType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstanceRoleARN": { + "type": "string" + }, + "LogPaths": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MaxSize": { + "type": "integer" + }, + "MetricGroups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MinSize": { + "type": "integer" + }, + "Name": { + "type": "string" + }, + "NewGameSessionProtectionPolicy": { + "type": "string" + }, + "PeerVpcAwsAccountId": { + "type": "string" + }, + "PeerVpcId": { + "type": "string" + }, + "ResourceCreationLimitPolicy": { + "$ref": "#/definitions/ResourceCreationLimitPolicy" + }, + "RuntimeConfiguration": { + "$ref": "#/definitions/RuntimeConfiguration" + }, + "ScriptId": { + "type": "string" + }, + "ServerLaunchParameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + }, + "ServerLaunchPath": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- ]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EC2InstanceType", + "Name" + ], + "typeName": "AWS::GameLift::Fleet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-iam-managedpolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-iam-managedpolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..41620915f04547ba34d395d4b39e7491f28563fb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-iam-managedpolicy.json @@ -0,0 +1,100 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ManagedPolicyName", + "/properties/Description", + "/properties/Path" + ], + "primaryIdentifier": [ + "/properties/PolicyArn" + ], + "properties": { + "AttachmentCount": { + "type": "integer" + }, + "CreateDate": { + "type": "string" + }, + "DefaultVersionId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Groups": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "IsAttachable": { + "type": "boolean" + }, + "ManagedPolicyName": { + "type": "string" + }, + "Path": { + "pattern": "^/(.+/)*$", + "type": "string" + }, + "PermissionsBoundaryUsageCount": { + "type": "integer" + }, + "PolicyArn": { + "type": "string" + }, + "PolicyDocument": { + "maxLength": 6144, + "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+", + "type": [ + "object", + "string" + ] + }, + "PolicyId": { + "type": "string" + }, + "Roles": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "UpdateDate": { + "type": "string" + }, + "Users": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/PolicyArn", + "/properties/AttachmentCount", + "/properties/CreateDate", + "/properties/DefaultVersionId", + "/properties/IsAttachable", + "/properties/PermissionsBoundaryUsageCount", + "/properties/PolicyId", + "/properties/UpdateDate" + ], + "required": [ + "PolicyDocument" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iam", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::IAM::ManagedPolicy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalytics-application.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalytics-application.json new file mode 100644 index 0000000000000000000000000000000000000000..99646df3e723ef959fca74f048bd1c2b433be65f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalytics-application.json @@ -0,0 +1,230 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CSVMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordColumnDelimiter": { + "type": "string" + }, + "RecordRowDelimiter": { + "type": "string" + } + }, + "required": [ + "RecordRowDelimiter", + "RecordColumnDelimiter" + ], + "type": "object" + }, + "Input": { + "additionalProperties": false, + "properties": { + "InputParallelism": { + "$ref": "#/definitions/InputParallelism" + }, + "InputProcessingConfiguration": { + "$ref": "#/definitions/InputProcessingConfiguration" + }, + "InputSchema": { + "$ref": "#/definitions/InputSchema" + }, + "KinesisFirehoseInput": { + "$ref": "#/definitions/KinesisFirehoseInput" + }, + "KinesisStreamsInput": { + "$ref": "#/definitions/KinesisStreamsInput" + }, + "NamePrefix": { + "type": "string" + } + }, + "required": [ + "NamePrefix", + "InputSchema" + ], + "type": "object" + }, + "InputLambdaProcessor": { + "additionalProperties": false, + "properties": { + "ResourceARN": { + "type": "string" + }, + "RoleARN": { + "type": "string" + } + }, + "required": [ + "ResourceARN", + "RoleARN" + ], + "type": "object" + }, + "InputParallelism": { + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + } + }, + "type": "object" + }, + "InputProcessingConfiguration": { + "additionalProperties": false, + "properties": { + "InputLambdaProcessor": { + "$ref": "#/definitions/InputLambdaProcessor" + } + }, + "type": "object" + }, + "InputSchema": { + "additionalProperties": false, + "properties": { + "RecordColumns": { + "items": { + "$ref": "#/definitions/RecordColumn" + }, + "type": "array", + "uniqueItems": false + }, + "RecordEncoding": { + "type": "string" + }, + "RecordFormat": { + "$ref": "#/definitions/RecordFormat" + } + }, + "required": [ + "RecordColumns", + "RecordFormat" + ], + "type": "object" + }, + "JSONMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordRowPath": { + "type": "string" + } + }, + "required": [ + "RecordRowPath" + ], + "type": "object" + }, + "KinesisFirehoseInput": { + "additionalProperties": false, + "properties": { + "ResourceARN": { + "type": "string" + }, + "RoleARN": { + "type": "string" + } + }, + "required": [ + "ResourceARN", + "RoleARN" + ], + "type": "object" + }, + "KinesisStreamsInput": { + "additionalProperties": false, + "properties": { + "ResourceARN": { + "type": "string" + }, + "RoleARN": { + "type": "string" + } + }, + "required": [ + "ResourceARN", + "RoleARN" + ], + "type": "object" + }, + "MappingParameters": { + "additionalProperties": false, + "properties": { + "CSVMappingParameters": { + "$ref": "#/definitions/CSVMappingParameters" + }, + "JSONMappingParameters": { + "$ref": "#/definitions/JSONMappingParameters" + } + }, + "type": "object" + }, + "RecordColumn": { + "additionalProperties": false, + "properties": { + "Mapping": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SqlType": { + "type": "string" + } + }, + "required": [ + "SqlType", + "Name" + ], + "type": "object" + }, + "RecordFormat": { + "additionalProperties": false, + "properties": { + "MappingParameters": { + "$ref": "#/definitions/MappingParameters" + }, + "RecordFormatType": { + "type": "string" + } + }, + "required": [ + "RecordFormatType" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationCode": { + "type": "string" + }, + "ApplicationDescription": { + "type": "string" + }, + "ApplicationName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Inputs": { + "items": { + "$ref": "#/definitions/Input" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Inputs" + ], + "typeName": "AWS::KinesisAnalytics::Application" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalytics-applicationreferencedatasource.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalytics-applicationreferencedatasource.json new file mode 100644 index 0000000000000000000000000000000000000000..10c265e57ddc6c042d93ef84d5fcbc92e6203a22 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalytics-applicationreferencedatasource.json @@ -0,0 +1,165 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CSVMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordColumnDelimiter": { + "type": "string" + }, + "RecordRowDelimiter": { + "type": "string" + } + }, + "required": [ + "RecordRowDelimiter", + "RecordColumnDelimiter" + ], + "type": "object" + }, + "JSONMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordRowPath": { + "type": "string" + } + }, + "required": [ + "RecordRowPath" + ], + "type": "object" + }, + "MappingParameters": { + "additionalProperties": false, + "properties": { + "CSVMappingParameters": { + "$ref": "#/definitions/CSVMappingParameters" + }, + "JSONMappingParameters": { + "$ref": "#/definitions/JSONMappingParameters" + } + }, + "type": "object" + }, + "RecordColumn": { + "additionalProperties": false, + "properties": { + "Mapping": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SqlType": { + "type": "string" + } + }, + "required": [ + "SqlType", + "Name" + ], + "type": "object" + }, + "RecordFormat": { + "additionalProperties": false, + "properties": { + "MappingParameters": { + "$ref": "#/definitions/MappingParameters" + }, + "RecordFormatType": { + "type": "string" + } + }, + "required": [ + "RecordFormatType" + ], + "type": "object" + }, + "ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "ReferenceSchema": { + "$ref": "#/definitions/ReferenceSchema" + }, + "S3ReferenceDataSource": { + "$ref": "#/definitions/S3ReferenceDataSource" + }, + "TableName": { + "type": "string" + } + }, + "required": [ + "ReferenceSchema" + ], + "type": "object" + }, + "ReferenceSchema": { + "additionalProperties": false, + "properties": { + "RecordColumns": { + "items": { + "$ref": "#/definitions/RecordColumn" + }, + "type": "array", + "uniqueItems": false + }, + "RecordEncoding": { + "type": "string" + }, + "RecordFormat": { + "$ref": "#/definitions/RecordFormat" + } + }, + "required": [ + "RecordColumns", + "RecordFormat" + ], + "type": "object" + }, + "S3ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "BucketARN": { + "type": "string" + }, + "FileKey": { + "type": "string" + }, + "ReferenceRoleARN": { + "type": "string" + } + }, + "required": [ + "BucketARN", + "FileKey", + "ReferenceRoleARN" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "ReferenceDataSource": { + "$ref": "#/definitions/ReferenceDataSource" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "ReferenceDataSource" + ], + "typeName": "AWS::KinesisAnalytics::ApplicationReferenceDataSource" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json new file mode 100644 index 0000000000000000000000000000000000000000..11d3fa0f5196161d686a5b0b00bcd4180938d616 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json @@ -0,0 +1,42 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CloudWatchLoggingOption": { + "additionalProperties": false, + "properties": { + "LogStreamARN": { + "type": "string" + } + }, + "required": [ + "LogStreamARN" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "CloudWatchLoggingOption": { + "$ref": "#/definitions/CloudWatchLoggingOption" + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "CloudWatchLoggingOption" + ], + "typeName": "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalyticsv2-applicationreferencedatasource.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalyticsv2-applicationreferencedatasource.json new file mode 100644 index 0000000000000000000000000000000000000000..c4a433e09fb1ae82925fdbdf00d0cbd3a4b3d9c4 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-kinesisanalyticsv2-applicationreferencedatasource.json @@ -0,0 +1,161 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CSVMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordColumnDelimiter": { + "type": "string" + }, + "RecordRowDelimiter": { + "type": "string" + } + }, + "required": [ + "RecordRowDelimiter", + "RecordColumnDelimiter" + ], + "type": "object" + }, + "JSONMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordRowPath": { + "type": "string" + } + }, + "required": [ + "RecordRowPath" + ], + "type": "object" + }, + "MappingParameters": { + "additionalProperties": false, + "properties": { + "CSVMappingParameters": { + "$ref": "#/definitions/CSVMappingParameters" + }, + "JSONMappingParameters": { + "$ref": "#/definitions/JSONMappingParameters" + } + }, + "type": "object" + }, + "RecordColumn": { + "additionalProperties": false, + "properties": { + "Mapping": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SqlType": { + "type": "string" + } + }, + "required": [ + "SqlType", + "Name" + ], + "type": "object" + }, + "RecordFormat": { + "additionalProperties": false, + "properties": { + "MappingParameters": { + "$ref": "#/definitions/MappingParameters" + }, + "RecordFormatType": { + "type": "string" + } + }, + "required": [ + "RecordFormatType" + ], + "type": "object" + }, + "ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "ReferenceSchema": { + "$ref": "#/definitions/ReferenceSchema" + }, + "S3ReferenceDataSource": { + "$ref": "#/definitions/S3ReferenceDataSource" + }, + "TableName": { + "type": "string" + } + }, + "required": [ + "ReferenceSchema" + ], + "type": "object" + }, + "ReferenceSchema": { + "additionalProperties": false, + "properties": { + "RecordColumns": { + "items": { + "$ref": "#/definitions/RecordColumn" + }, + "type": "array", + "uniqueItems": false + }, + "RecordEncoding": { + "type": "string" + }, + "RecordFormat": { + "$ref": "#/definitions/RecordFormat" + } + }, + "required": [ + "RecordColumns", + "RecordFormat" + ], + "type": "object" + }, + "S3ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "BucketARN": { + "type": "string" + }, + "FileKey": { + "type": "string" + } + }, + "required": [ + "BucketARN", + "FileKey" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "ReferenceDataSource": { + "$ref": "#/definitions/ReferenceDataSource" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "ReferenceDataSource" + ], + "typeName": "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-lambda-version.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-lambda-version.json new file mode 100644 index 0000000000000000000000000000000000000000..41fcb31449b33217b2e912d145c1721230f42c08 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-lambda-version.json @@ -0,0 +1,112 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FunctionName", + "/properties/Description", + "/properties/CodeSha256", + "/properties/ProvisionedConcurrencyConfig", + "/properties/RuntimePolicy" + ], + "definitions": { + "ProvisionedConcurrencyConfiguration": { + "additionalProperties": false, + "properties": { + "ProvisionedConcurrentExecutions": { + "type": "integer" + } + }, + "required": [ + "ProvisionedConcurrentExecutions" + ], + "type": "object" + }, + "RuntimePolicy": { + "additionalProperties": false, + "properties": { + "RuntimeVersionArn": { + "maxLength": 2048, + "minLength": 26, + "pattern": "^arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}::runtime:.+$", + "type": "string" + }, + "UpdateRuntimeOn": { + "type": "string" + } + }, + "required": [ + "UpdateRuntimeOn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FunctionArn" + ], + "properties": { + "CodeSha256": { + "type": "string" + }, + "Description": { + "maxLength": 256, + "minLength": 0, + "type": "string" + }, + "FunctionArn": { + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "FunctionName": { + "anyOf": [ + { + "relationshipRef": { + "propertyPath": "/properties/FunctionName", + "typeName": "AWS::Lambda::Function" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::Lambda::Function" + } + } + ], + "maxLength": 140, + "minLength": 1, + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "Policy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "ProvisionedConcurrencyConfig": { + "$ref": "#/definitions/ProvisionedConcurrencyConfiguration" + }, + "RuntimePolicy": { + "$ref": "#/definitions/RuntimePolicy" + }, + "Version": { + "type": "string" + } + }, + "propertyTransform": { + "/properties/FunctionName": "$split(FunctionName, \":\")[-1] $OR FunctionName" + }, + "readOnlyProperties": [ + "/properties/Version", + "/properties/FunctionArn" + ], + "required": [ + "FunctionName" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Lambda::Version" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-medialive-inputsecuritygroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-medialive-inputsecuritygroup.json new file mode 100644 index 0000000000000000000000000000000000000000..4ce716dba28f958c7c5e2b927071959aec1043dc --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-medialive-inputsecuritygroup.json @@ -0,0 +1,44 @@ +{ + "additionalProperties": false, + "definitions": { + "InputWhitelistRuleCidr": { + "additionalProperties": false, + "properties": { + "Cidr": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Tags": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "WhitelistRules": { + "items": { + "$ref": "#/definitions/InputWhitelistRuleCidr" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "typeName": "AWS::MediaLive::InputSecurityGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-neptune-dbclusterparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-neptune-dbclusterparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..196677fbf0e8c412842831917c97298abb002882 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-neptune-dbclusterparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::Neptune::DBClusterParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-neptune-dbinstance.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-neptune-dbinstance.json new file mode 100644 index 0000000000000000000000000000000000000000..ce52ea7ecf78be65adf28fcd583d70f27158431e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-neptune-dbinstance.json @@ -0,0 +1,88 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DBClusterIdentifier", + "/properties/AvailabilityZone", + "/properties/DBInstanceIdentifier", + "/properties/DBSubnetGroupName", + "/properties/DBSnapshotIdentifier" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AllowMajorVersionUpgrade": { + "type": "boolean" + }, + "AutoMinorVersionUpgrade": { + "type": "boolean" + }, + "AvailabilityZone": { + "type": "string" + }, + "DBClusterIdentifier": { + "type": "string" + }, + "DBInstanceClass": { + "type": "string" + }, + "DBInstanceIdentifier": { + "type": "string" + }, + "DBParameterGroupName": { + "type": "string" + }, + "DBSnapshotIdentifier": { + "type": "string" + }, + "DBSubnetGroupName": { + "type": "string" + }, + "Endpoint": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Port": { + "type": "string" + }, + "PreferredMaintenanceWindow": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Port", + "/properties/Id", + "/properties/Endpoint" + ], + "required": [ + "DBInstanceClass" + ], + "typeName": "AWS::Neptune::DBInstance" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-neptune-dbparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-neptune-dbparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..40b22b45e52014f77bf771c09bac1015f1739eb6 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-neptune-dbparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::Neptune::DBParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-pcaconnectorad-connector.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-pcaconnectorad-connector.json new file mode 100644 index 0000000000000000000000000000000000000000..33419e0dab51f310768bda2d466ff1c3a1006148 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-pcaconnectorad-connector.json @@ -0,0 +1,91 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CertificateAuthorityArn", + "/properties/DirectoryId", + "/properties/VpcInformation" + ], + "definitions": { + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + }, + "VpcInformation": { + "additionalProperties": false, + "properties": { + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "maxLength": 20, + "minLength": 11, + "pattern": "^(?:sg-[0-9a-f]{8}|sg-[0-9a-f]{17})$", + "type": "string" + }, + "maxItems": 5, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "SecurityGroupIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ConnectorArn" + ], + "properties": { + "CertificateAuthorityArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:acm-pca:[\\w-]+:[0-9]+:certificate-authority(\\/[\\w-]+)$", + "type": "string" + }, + "ConnectorArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector(\\/[\\w-]+)$", + "type": "string" + }, + "DirectoryId": { + "pattern": "^d-[0-9a-f]{10}$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/Tags" + }, + "VpcInformation": { + "$ref": "#/definitions/VpcInformation" + } + }, + "readOnlyProperties": [ + "/properties/ConnectorArn" + ], + "required": [ + "CertificateAuthorityArn", + "DirectoryId", + "VpcInformation" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::Connector", + "writeOnlyProperties": [ + "/properties/CertificateAuthorityArn", + "/properties/DirectoryId", + "/properties/Tags", + "/properties/VpcInformation" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-pcaconnectorad-directoryregistration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-pcaconnectorad-directoryregistration.json new file mode 100644 index 0000000000000000000000000000000000000000..32656e63ba977d052208bae38e93eb379be22303 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-pcaconnectorad-directoryregistration.json @@ -0,0 +1,53 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DirectoryId" + ], + "definitions": { + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DirectoryRegistrationArn" + ], + "properties": { + "DirectoryId": { + "pattern": "^d-[0-9a-f]{10}$", + "type": "string" + }, + "DirectoryRegistrationArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:directory-registration(\\/[\\w-]+)$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/Tags" + } + }, + "readOnlyProperties": [ + "/properties/DirectoryRegistrationArn" + ], + "required": [ + "DirectoryId" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::DirectoryRegistration", + "writeOnlyProperties": [ + "/properties/DirectoryId", + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-pcaconnectorad-template.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-pcaconnectorad-template.json new file mode 100644 index 0000000000000000000000000000000000000000..fbf58aaa73ab629e6f5be0f3498ac578010b9ce5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-pcaconnectorad-template.json @@ -0,0 +1,994 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ConnectorArn", + "/properties/Name" + ], + "definitions": { + "ApplicationPolicies": { + "additionalProperties": false, + "properties": { + "Critical": { + "type": "boolean" + }, + "Policies": { + "items": { + "$ref": "#/definitions/ApplicationPolicy" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "Policies" + ], + "type": "object" + }, + "ApplicationPolicy": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "PolicyType": { + "$ref": "#/definitions/ApplicationPolicyType" + } + }, + "required": [ + "PolicyType" + ], + "title": "PolicyType", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "PolicyObjectIdentifier": { + "maxLength": 64, + "minLength": 1, + "pattern": "^([0-2])\\.([0-9]|([0-3][0-9]))(\\.([0-9]+)){0,126}$", + "type": "string" + } + }, + "required": [ + "PolicyObjectIdentifier" + ], + "title": "PolicyObjectIdentifier", + "type": "object" + } + ] + }, + "ApplicationPolicyType": { + "enum": [ + "ALL_APPLICATION_POLICIES", + "ANY_PURPOSE", + "ATTESTATION_IDENTITY_KEY_CERTIFICATE", + "CERTIFICATE_REQUEST_AGENT", + "CLIENT_AUTHENTICATION", + "CODE_SIGNING", + "CTL_USAGE", + "DIGITAL_RIGHTS", + "DIRECTORY_SERVICE_EMAIL_REPLICATION", + "DISALLOWED_LIST", + "DNS_SERVER_TRUST", + "DOCUMENT_ENCRYPTION", + "DOCUMENT_SIGNING", + "DYNAMIC_CODE_GENERATOR", + "EARLY_LAUNCH_ANTIMALWARE_DRIVER", + "EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "ENCLAVE", + "ENCRYPTING_FILE_SYSTEM", + "ENDORSEMENT_KEY_CERTIFICATE", + "FILE_RECOVERY", + "HAL_EXTENSION", + "IP_SECURITY_END_SYSTEM", + "IP_SECURITY_IKE_INTERMEDIATE", + "IP_SECURITY_TUNNEL_TERMINATION", + "IP_SECURITY_USER", + "ISOLATED_USER_MODE", + "KDC_AUTHENTICATION", + "KERNEL_MODE_CODE_SIGNING", + "KEY_PACK_LICENSES", + "KEY_RECOVERY", + "KEY_RECOVERY_AGENT", + "LICENSE_SERVER_VERIFICATION", + "LIFETIME_SIGNING", + "MICROSOFT_PUBLISHER", + "MICROSOFT_TIME_STAMPING", + "MICROSOFT_TRUST_LIST_SIGNING", + "OCSP_SIGNING", + "OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "PLATFORM_CERTIFICATE", + "PREVIEW_BUILD_SIGNING", + "PRIVATE_KEY_ARCHIVAL", + "PROTECTED_PROCESS_LIGHT_VERIFICATION", + "PROTECTED_PROCESS_VERIFICATION", + "QUALIFIED_SUBORDINATION", + "REVOKED_LIST_SIGNER", + "ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION", + "ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION", + "ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL", + "ROOT_LIST_SIGNER", + "SECURE_EMAIL", + "SERVER_AUTHENTICATION", + "SMART_CARD_LOGIN", + "SPC_ENCRYPTED_DIGEST_RETRY_COUNT", + "SPC_RELAXED_PE_MARKER_CHECK", + "TIME_STAMPING", + "WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION", + "WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION", + "WINDOWS_HARDWARE_DRIVER_VERIFICATION", + "WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION", + "WINDOWS_KITS_COMPONENT", + "WINDOWS_RT_VERIFICATION", + "WINDOWS_SOFTWARE_EXTENSION_VERIFICATION", + "WINDOWS_STORE", + "WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "WINDOWS_TCB_COMPONENT", + "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT", + "WINDOWS_UPDATE" + ], + "type": "string" + }, + "CertificateValidity": { + "additionalProperties": false, + "properties": { + "RenewalPeriod": { + "$ref": "#/definitions/ValidityPeriod" + }, + "ValidityPeriod": { + "$ref": "#/definitions/ValidityPeriod" + } + }, + "required": [ + "RenewalPeriod", + "ValidityPeriod" + ], + "type": "object" + }, + "ClientCompatibilityV2": { + "enum": [ + "WINDOWS_SERVER_2003", + "WINDOWS_SERVER_2008", + "WINDOWS_SERVER_2008_R2", + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "ClientCompatibilityV3": { + "enum": [ + "WINDOWS_SERVER_2008", + "WINDOWS_SERVER_2008_R2", + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "ClientCompatibilityV4": { + "enum": [ + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "EnrollmentFlagsV2": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnrollmentFlagsV3": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnrollmentFlagsV4": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "ExtensionsV2": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "ExtensionsV3": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "ExtensionsV4": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "GeneralFlagsV2": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "GeneralFlagsV3": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "GeneralFlagsV4": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "HashAlgorithm": { + "enum": [ + "SHA256", + "SHA384", + "SHA512" + ], + "type": "string" + }, + "KeySpec": { + "enum": [ + "KEY_EXCHANGE", + "SIGNATURE" + ], + "type": "string" + }, + "KeyUsage": { + "additionalProperties": false, + "properties": { + "Critical": { + "type": "boolean" + }, + "UsageFlags": { + "$ref": "#/definitions/KeyUsageFlags" + } + }, + "required": [ + "UsageFlags" + ], + "type": "object" + }, + "KeyUsageFlags": { + "additionalProperties": false, + "properties": { + "DataEncipherment": { + "type": "boolean" + }, + "DigitalSignature": { + "type": "boolean" + }, + "KeyAgreement": { + "type": "boolean" + }, + "KeyEncipherment": { + "type": "boolean" + }, + "NonRepudiation": { + "type": "boolean" + } + }, + "type": "object" + }, + "KeyUsageProperty": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "PropertyType": { + "$ref": "#/definitions/KeyUsagePropertyType" + } + }, + "required": [ + "PropertyType" + ], + "title": "PropertyType", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "PropertyFlags": { + "$ref": "#/definitions/KeyUsagePropertyFlags" + } + }, + "required": [ + "PropertyFlags" + ], + "title": "PropertyFlags", + "type": "object" + } + ] + }, + "KeyUsagePropertyFlags": { + "additionalProperties": false, + "properties": { + "Decrypt": { + "type": "boolean" + }, + "KeyAgreement": { + "type": "boolean" + }, + "Sign": { + "type": "boolean" + } + }, + "type": "object" + }, + "KeyUsagePropertyType": { + "enum": [ + "ALL" + ], + "type": "string" + }, + "PrivateKeyAlgorithm": { + "enum": [ + "RSA", + "ECDH_P256", + "ECDH_P384", + "ECDH_P521" + ], + "type": "string" + }, + "PrivateKeyAttributesV2": { + "additionalProperties": false, + "properties": { + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "KeySpec", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyAttributesV3": { + "additionalProperties": false, + "properties": { + "Algorithm": { + "$ref": "#/definitions/PrivateKeyAlgorithm" + }, + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "KeyUsageProperty": { + "$ref": "#/definitions/KeyUsageProperty" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Algorithm", + "KeySpec", + "KeyUsageProperty", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyAttributesV4": { + "additionalProperties": false, + "properties": { + "Algorithm": { + "$ref": "#/definitions/PrivateKeyAlgorithm" + }, + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "KeyUsageProperty": { + "$ref": "#/definitions/KeyUsageProperty" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "KeySpec", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyFlagsV2": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV2" + }, + "ExportableKey": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "PrivateKeyFlagsV3": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV3" + }, + "ExportableKey": { + "type": "boolean" + }, + "RequireAlternateSignatureAlgorithm": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "PrivateKeyFlagsV4": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV4" + }, + "ExportableKey": { + "type": "boolean" + }, + "RequireAlternateSignatureAlgorithm": { + "type": "boolean" + }, + "RequireSameKeyRenewal": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + }, + "UseLegacyProvider": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "SubjectNameFlagsV2": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "SubjectNameFlagsV3": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "SubjectNameFlagsV4": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + }, + "TemplateDefinition": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "TemplateV2": { + "$ref": "#/definitions/TemplateV2" + } + }, + "required": [ + "TemplateV2" + ], + "title": "TemplateV2", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "TemplateV3": { + "$ref": "#/definitions/TemplateV3" + } + }, + "required": [ + "TemplateV3" + ], + "title": "TemplateV3", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "TemplateV4": { + "$ref": "#/definitions/TemplateV4" + } + }, + "required": [ + "TemplateV4" + ], + "title": "TemplateV4", + "type": "object" + } + ] + }, + "TemplateV2": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV2" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV2" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV2" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV2" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV2" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV2" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "TemplateV3": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV3" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV3" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV3" + }, + "HashAlgorithm": { + "$ref": "#/definitions/HashAlgorithm" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV3" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV3" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV3" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "HashAlgorithm", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "TemplateV4": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV4" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV4" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV4" + }, + "HashAlgorithm": { + "$ref": "#/definitions/HashAlgorithm" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV4" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV4" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV4" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "ValidityPeriod": { + "additionalProperties": false, + "properties": { + "Period": { + "maximum": 8766000, + "minimum": 1, + "type": "number" + }, + "PeriodType": { + "$ref": "#/definitions/ValidityPeriodType" + } + }, + "required": [ + "Period", + "PeriodType" + ], + "type": "object" + }, + "ValidityPeriodType": { + "enum": [ + "HOURS", + "DAYS", + "WEEKS", + "MONTHS", + "YEARS" + ], + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/TemplateArn" + ], + "properties": { + "ConnectorArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$", + "type": "string" + }, + "Definition": { + "$ref": "#/definitions/TemplateDefinition" + }, + "Name": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "ReenrollAllCertificateHolders": { + "type": "boolean" + }, + "Tags": { + "$ref": "#/definitions/Tags" + }, + "TemplateArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}\\/template\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/TemplateArn" + ], + "required": [ + "ConnectorArn", + "Definition", + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-pcaconnectorad", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::Template", + "writeOnlyProperties": [ + "/properties/ConnectorArn", + "/properties/Definition", + "/properties/Name", + "/properties/ReenrollAllCertificateHolders", + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-quicksight-datasource.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-quicksight-datasource.json new file mode 100644 index 0000000000000000000000000000000000000000..9df3fb87c40e30f9b47cac1c392a95d889b77f8c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-quicksight-datasource.json @@ -0,0 +1,951 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AwsAccountId", + "/properties/DataSourceId", + "/properties/Type" + ], + "definitions": { + "AmazonElasticsearchParameters": { + "additionalProperties": false, + "properties": { + "Domain": { + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Domain" + ], + "type": "object" + }, + "AmazonOpenSearchParameters": { + "additionalProperties": false, + "properties": { + "Domain": { + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Domain" + ], + "type": "object" + }, + "AthenaParameters": { + "additionalProperties": false, + "properties": { + "RoleArn": { + "maxLength": 2048, + "minLength": 20, + "type": "string" + }, + "WorkGroup": { + "maxLength": 128, + "minLength": 1, + "type": "string" + } + }, + "type": "object" + }, + "AuroraParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "AuroraPostgreSqlParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "AwsIotAnalyticsParameters": { + "additionalProperties": false, + "properties": { + "DataSetName": { + "maxLength": 128, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "DataSetName" + ], + "type": "object" + }, + "CredentialPair": { + "additionalProperties": false, + "properties": { + "AlternateDataSourceParameters": { + "items": { + "$ref": "#/definitions/DataSourceParameters" + }, + "maxItems": 50, + "minItems": 1, + "type": "array" + }, + "Password": { + "maxLength": 1024, + "minLength": 1, + "type": "string" + }, + "Username": { + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Password", + "Username" + ], + "type": "object" + }, + "DataSourceCredentials": { + "additionalProperties": false, + "properties": { + "CopySourceArn": { + "pattern": "^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:datasource/.+$", + "type": "string" + }, + "CredentialPair": { + "$ref": "#/definitions/CredentialPair" + }, + "SecretArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:[-a-z0-9]*:secretsmanager:[-a-z0-9]*:[0-9]{12}:secret:.+$", + "type": "string" + } + }, + "type": "object" + }, + "DataSourceErrorInfo": { + "additionalProperties": false, + "properties": { + "Message": { + "type": "string" + }, + "Type": { + "$ref": "#/definitions/DataSourceErrorInfoType" + } + }, + "type": "object" + }, + "DataSourceErrorInfoType": { + "enum": [ + "ACCESS_DENIED", + "COPY_SOURCE_NOT_FOUND", + "TIMEOUT", + "ENGINE_VERSION_NOT_SUPPORTED", + "UNKNOWN_HOST", + "GENERIC_SQL_FAILURE", + "CONFLICT", + "UNKNOWN" + ], + "type": "string" + }, + "DataSourceParameters": { + "additionalProperties": false, + "properties": { + "AmazonElasticsearchParameters": { + "$ref": "#/definitions/AmazonElasticsearchParameters" + }, + "AmazonOpenSearchParameters": { + "$ref": "#/definitions/AmazonOpenSearchParameters" + }, + "AthenaParameters": { + "$ref": "#/definitions/AthenaParameters" + }, + "AuroraParameters": { + "$ref": "#/definitions/AuroraParameters" + }, + "AuroraPostgreSqlParameters": { + "$ref": "#/definitions/AuroraPostgreSqlParameters" + }, + "DatabricksParameters": { + "$ref": "#/definitions/DatabricksParameters" + }, + "MariaDbParameters": { + "$ref": "#/definitions/MariaDbParameters" + }, + "MySqlParameters": { + "$ref": "#/definitions/MySqlParameters" + }, + "OracleParameters": { + "$ref": "#/definitions/OracleParameters" + }, + "PostgreSqlParameters": { + "$ref": "#/definitions/PostgreSqlParameters" + }, + "PrestoParameters": { + "$ref": "#/definitions/PrestoParameters" + }, + "RdsParameters": { + "$ref": "#/definitions/RdsParameters" + }, + "RedshiftParameters": { + "$ref": "#/definitions/RedshiftParameters" + }, + "S3Parameters": { + "$ref": "#/definitions/S3Parameters" + }, + "SnowflakeParameters": { + "$ref": "#/definitions/SnowflakeParameters" + }, + "SparkParameters": { + "$ref": "#/definitions/SparkParameters" + }, + "SqlServerParameters": { + "$ref": "#/definitions/SqlServerParameters" + }, + "StarburstParameters": { + "$ref": "#/definitions/StarburstParameters" + }, + "TeradataParameters": { + "$ref": "#/definitions/TeradataParameters" + }, + "TrinoParameters": { + "$ref": "#/definitions/TrinoParameters" + } + }, + "type": "object" + }, + "DataSourceType": { + "enum": [ + "ADOBE_ANALYTICS", + "AMAZON_ELASTICSEARCH", + "AMAZON_OPENSEARCH", + "ATHENA", + "AURORA", + "AURORA_POSTGRESQL", + "AWS_IOT_ANALYTICS", + "DATABRICKS", + "DENODO", + "DREMIO", + "DYNAMODB", + "SAPHANA", + "DB2_AS400", + "EXASOL", + "FILE", + "GITHUB", + "JIRA", + "MARIADB", + "MYSQL", + "ORACLE", + "POSTGRESQL", + "PRESTO", + "REDSHIFT", + "S3", + "S3_TABLES", + "SALESFORCE", + "SERVICENOW", + "SNOWFLAKE", + "SPARK", + "SQLSERVER", + "TERADATA", + "TIMESTREAM", + "TWITTER", + "BIGQUERY", + "GOOGLE_ANALYTICS", + "TRINO", + "STARBURST", + "MONGO", + "MONGO_ATLAS", + "DOCUMENTDB", + "APPFLOW", + "IMPALA", + "GLUE" + ], + "type": "string" + }, + "DatabricksParameters": { + "additionalProperties": false, + "properties": { + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + }, + "SqlEndpointPath": { + "maxLength": 4096, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Host", + "Port", + "SqlEndpointPath" + ], + "type": "object" + }, + "IdentityCenterConfiguration": { + "additionalProperties": false, + "properties": { + "EnableIdentityPropagation": { + "default": null, + "type": "boolean" + } + }, + "type": "object" + }, + "ManifestFileLocation": { + "additionalProperties": false, + "properties": { + "Bucket": { + "maxLength": 1024, + "minLength": 1, + "type": "string" + }, + "Key": { + "maxLength": 1024, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Bucket", + "Key" + ], + "type": "object" + }, + "MariaDbParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "MySqlParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "OracleParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "PostgreSqlParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "PrestoParameters": { + "additionalProperties": false, + "properties": { + "Catalog": { + "maxLength": 128, + "minLength": 0, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Catalog", + "Host", + "Port" + ], + "type": "object" + }, + "RdsParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "InstanceId": { + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Database", + "InstanceId" + ], + "type": "object" + }, + "RedshiftIAMParameters": { + "additionalProperties": false, + "properties": { + "AutoCreateDatabaseUser": { + "default": false, + "type": "boolean" + }, + "DatabaseGroups": { + "items": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "maxItems": 50, + "minItems": 1, + "type": "array" + }, + "DatabaseUser": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "RoleArn": { + "maxLength": 2048, + "minLength": 20, + "type": "string" + } + }, + "required": [ + "RoleArn" + ], + "type": "object" + }, + "RedshiftParameters": { + "additionalProperties": false, + "properties": { + "ClusterId": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "IAMParameters": { + "$ref": "#/definitions/RedshiftIAMParameters" + }, + "IdentityCenterConfiguration": { + "$ref": "#/definitions/IdentityCenterConfiguration" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 0, + "type": "number" + } + }, + "required": [ + "Database" + ], + "type": "object" + }, + "ResourcePermission": { + "additionalProperties": false, + "properties": { + "Actions": { + "items": { + "type": "string" + }, + "maxItems": 20, + "minItems": 1, + "type": "array" + }, + "Principal": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Resource": { + "type": "string" + } + }, + "required": [ + "Actions", + "Principal" + ], + "type": "object" + }, + "ResourceStatus": { + "enum": [ + "CREATION_IN_PROGRESS", + "CREATION_SUCCESSFUL", + "CREATION_FAILED", + "UPDATE_IN_PROGRESS", + "UPDATE_SUCCESSFUL", + "UPDATE_FAILED", + "DELETED" + ], + "type": "string" + }, + "S3Parameters": { + "additionalProperties": false, + "properties": { + "ManifestFileLocation": { + "$ref": "#/definitions/ManifestFileLocation" + }, + "RoleArn": { + "maxLength": 2048, + "minLength": 20, + "type": "string" + } + }, + "required": [ + "ManifestFileLocation" + ], + "type": "object" + }, + "SnowflakeParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Warehouse": { + "maxLength": 128, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Database", + "Host", + "Warehouse" + ], + "type": "object" + }, + "SparkParameters": { + "additionalProperties": false, + "properties": { + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Host", + "Port" + ], + "type": "object" + }, + "SqlServerParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "SslProperties": { + "additionalProperties": false, + "properties": { + "DisableSsl": { + "default": false, + "type": "boolean" + } + }, + "type": "object" + }, + "StarburstParameters": { + "additionalProperties": false, + "properties": { + "Catalog": { + "maxLength": 128, + "minLength": 0, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + }, + "ProductType": { + "$ref": "#/definitions/StarburstProductType" + } + }, + "required": [ + "Catalog", + "Host", + "Port" + ], + "type": "object" + }, + "StarburstProductType": { + "enum": [ + "GALAXY", + "ENTERPRISE" + ], + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "TeradataParameters": { + "additionalProperties": false, + "properties": { + "Database": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Database", + "Host", + "Port" + ], + "type": "object" + }, + "TrinoParameters": { + "additionalProperties": false, + "properties": { + "Catalog": { + "maxLength": 128, + "minLength": 0, + "type": "string" + }, + "Host": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "Port": { + "default": 0, + "maximum": 65535, + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Catalog", + "Host", + "Port" + ], + "type": "object" + }, + "VpcConnectionProperties": { + "additionalProperties": false, + "properties": { + "VpcConnectionArn": { + "type": "string" + } + }, + "required": [ + "VpcConnectionArn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/AwsAccountId", + "/properties/DataSourceId" + ], + "properties": { + "AlternateDataSourceParameters": { + "items": { + "$ref": "#/definitions/DataSourceParameters" + }, + "maxItems": 50, + "minItems": 1, + "type": "array" + }, + "Arn": { + "type": "string" + }, + "AwsAccountId": { + "maxLength": 12, + "minLength": 12, + "pattern": "^[0-9]{12}$", + "type": "string" + }, + "CreatedTime": { + "format": "date-time", + "type": "string" + }, + "Credentials": { + "$ref": "#/definitions/DataSourceCredentials" + }, + "DataSourceId": { + "type": "string" + }, + "DataSourceParameters": { + "$ref": "#/definitions/DataSourceParameters" + }, + "ErrorInfo": { + "$ref": "#/definitions/DataSourceErrorInfo" + }, + "FolderArns": { + "items": { + "type": "string" + }, + "maxItems": 10, + "minItems": 0, + "type": "array" + }, + "LastUpdatedTime": { + "format": "date-time", + "type": "string" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Permissions": { + "items": { + "$ref": "#/definitions/ResourcePermission" + }, + "maxItems": 64, + "minItems": 1, + "type": "array" + }, + "SslProperties": { + "$ref": "#/definitions/SslProperties" + }, + "Status": { + "$ref": "#/definitions/ResourceStatus" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 200, + "minItems": 1, + "type": "array" + }, + "Type": { + "$ref": "#/definitions/DataSourceType" + }, + "VpcConnectionProperties": { + "$ref": "#/definitions/VpcConnectionProperties" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreatedTime", + "/properties/LastUpdatedTime", + "/properties/Status" + ], + "required": [ + "Name", + "Type" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-quicksight", + "typeName": "AWS::QuickSight::DataSource", + "writeOnlyProperties": [ + "/properties/Credentials", + "/properties/FolderArns" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-sagemaker-endpoint.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-sagemaker-endpoint.json new file mode 100644 index 0000000000000000000000000000000000000000..aa61eea77af1172e66411f87b0e0421877804058 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-sagemaker-endpoint.json @@ -0,0 +1,211 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/EndpointName" + ], + "definitions": { + "Alarm": { + "additionalProperties": false, + "properties": { + "AlarmName": { + "pattern": "^(?!\\s*$).+", + "type": "string" + } + }, + "required": [ + "AlarmName" + ], + "type": "object" + }, + "AutoRollbackConfig": { + "additionalProperties": false, + "properties": { + "Alarms": { + "items": { + "$ref": "#/definitions/Alarm" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "Alarms" + ], + "type": "object" + }, + "BlueGreenUpdatePolicy": { + "additionalProperties": false, + "properties": { + "MaximumExecutionTimeoutInSeconds": { + "type": "integer" + }, + "TerminationWaitInSeconds": { + "type": "integer" + }, + "TrafficRoutingConfiguration": { + "$ref": "#/definitions/TrafficRoutingConfig" + } + }, + "required": [ + "TrafficRoutingConfiguration" + ], + "type": "object" + }, + "CapacitySize": { + "additionalProperties": false, + "properties": { + "Type": { + "enum": [ + "CAPACITY_PERCENT", + "INSTANCE_COUNT" + ], + "type": "string" + }, + "Value": { + "type": "integer" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + }, + "DeploymentConfig": { + "additionalProperties": false, + "properties": { + "AutoRollbackConfiguration": { + "$ref": "#/definitions/AutoRollbackConfig" + }, + "BlueGreenUpdatePolicy": { + "$ref": "#/definitions/BlueGreenUpdatePolicy" + }, + "RollingUpdatePolicy": { + "$ref": "#/definitions/RollingUpdatePolicy" + } + }, + "type": "object" + }, + "RollingUpdatePolicy": { + "additionalProperties": false, + "properties": { + "MaximumBatchSize": { + "$ref": "#/definitions/CapacitySize" + }, + "MaximumExecutionTimeoutInSeconds": { + "type": "integer" + }, + "RollbackMaximumBatchSize": { + "$ref": "#/definitions/CapacitySize" + }, + "WaitIntervalInSeconds": { + "type": "integer" + } + }, + "required": [ + "MaximumBatchSize", + "WaitIntervalInSeconds" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TrafficRoutingConfig": { + "additionalProperties": false, + "properties": { + "CanarySize": { + "$ref": "#/definitions/CapacitySize" + }, + "LinearStepSize": { + "$ref": "#/definitions/CapacitySize" + }, + "Type": { + "enum": [ + "ALL_AT_ONCE", + "CANARY", + "LINEAR" + ], + "type": "string" + }, + "WaitIntervalInSeconds": { + "type": "integer" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "VariantProperty": { + "additionalProperties": false, + "properties": { + "VariantPropertyType": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DeploymentConfig": { + "$ref": "#/definitions/DeploymentConfig" + }, + "EndpointConfigName": { + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "EndpointName": { + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "ExcludeRetainedVariantProperties": { + "items": { + "$ref": "#/definitions/VariantProperty" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "RetainAllVariantProperties": { + "type": "boolean" + }, + "RetainDeploymentConfig": { + "type": "boolean" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EndpointConfigName" + ], + "typeName": "AWS::SageMaker::Endpoint" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-transfer-user.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-transfer-user.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca100446b2518a95c1a160ba52e5807776732e5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-transfer-user.json @@ -0,0 +1,133 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ServerId", + "/properties/UserName" + ], + "definitions": { + "HomeDirectoryMapEntry": { + "additionalProperties": false, + "properties": { + "Entry": { + "type": "string" + }, + "Target": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Entry", + "Target" + ], + "type": "object" + }, + "PosixProfile": { + "additionalProperties": false, + "properties": { + "Gid": { + "type": "number" + }, + "SecondaryGids": { + "items": { + "type": "number" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "number" + } + }, + "required": [ + "Uid", + "Gid" + ], + "type": "object" + }, + "SshPublicKey": { + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "HomeDirectory": { + "type": "string" + }, + "HomeDirectoryMappings": { + "items": { + "$ref": "#/definitions/HomeDirectoryMapEntry" + }, + "type": "array", + "uniqueItems": false + }, + "HomeDirectoryType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Policy": { + "type": "string" + }, + "PosixProfile": { + "$ref": "#/definitions/PosixProfile" + }, + "Role": { + "type": "string" + }, + "ServerId": { + "type": "string" + }, + "SshPublicKeys": { + "items": { + "$ref": "#/definitions/SshPublicKey" + }, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Role", + "ServerId", + "UserName" + ], + "typeName": "AWS::Transfer::User" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-geomatchset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-geomatchset.json new file mode 100644 index 0000000000000000000000000000000000000000..b1e8301ef3f80a5eaf6e6f2e6fcaf8ee385bb381 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-geomatchset.json @@ -0,0 +1,49 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "GeoMatchConstraint": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "GeoMatchConstraints": { + "items": { + "$ref": "#/definitions/GeoMatchConstraint" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAFRegional::GeoMatchSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-ipset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-ipset.json new file mode 100644 index 0000000000000000000000000000000000000000..dd4ff36629a80e02eab250910ae923cf3f87b01f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-ipset.json @@ -0,0 +1,49 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "IPSetDescriptor": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "IPSetDescriptors": { + "items": { + "$ref": "#/definitions/IPSetDescriptor" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAFRegional::IPSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-ratebasedrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-ratebasedrule.json new file mode 100644 index 0000000000000000000000000000000000000000..fa1d5c035452b0880a887e2133fb41fbe2b9918b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-ratebasedrule.json @@ -0,0 +1,67 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName", + "/properties/RateKey" + ], + "definitions": { + "Predicate": { + "additionalProperties": false, + "properties": { + "DataId": { + "type": "string" + }, + "Negated": { + "type": "boolean" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type", + "DataId", + "Negated" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "MatchPredicates": { + "items": { + "$ref": "#/definitions/Predicate" + }, + "type": "array", + "uniqueItems": false + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RateKey": { + "type": "string" + }, + "RateLimit": { + "type": "integer" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "RateLimit", + "RateKey", + "Name" + ], + "typeName": "AWS::WAFRegional::RateBasedRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-rule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-rule.json new file mode 100644 index 0000000000000000000000000000000000000000..c019c2a7973b8ce506273106c526cb263fac7493 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-rule.json @@ -0,0 +1,67 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "Predicate": { + "additionalProperties": false, + "properties": { + "DataId": { + "type": "string" + }, + "Negated": { + "type": "boolean" + }, + "Type": { + "enum": [ + "ByteMatch", + "GeoMatch", + "IPMatch", + "RegexMatch", + "SizeConstraint", + "SqlInjectionMatch", + "XssMatch" + ], + "type": "string" + } + }, + "required": [ + "Type", + "DataId", + "Negated" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Predicates": { + "items": { + "$ref": "#/definitions/Predicate" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "Name" + ], + "typeName": "AWS::WAFRegional::Rule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-sizeconstraintset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-sizeconstraintset.json new file mode 100644 index 0000000000000000000000000000000000000000..ba49684b9010534b6422dd29fe3fbfe6963ab01b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-sizeconstraintset.json @@ -0,0 +1,72 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "FieldToMatch": { + "additionalProperties": false, + "properties": { + "Data": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "SizeConstraint": { + "additionalProperties": false, + "properties": { + "ComparisonOperator": { + "type": "string" + }, + "FieldToMatch": { + "$ref": "#/definitions/FieldToMatch" + }, + "Size": { + "type": "integer" + }, + "TextTransformation": { + "type": "string" + } + }, + "required": [ + "ComparisonOperator", + "Size", + "TextTransformation", + "FieldToMatch" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SizeConstraints": { + "items": { + "$ref": "#/definitions/SizeConstraint" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAFRegional::SizeConstraintSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-webacl.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-webacl.json new file mode 100644 index 0000000000000000000000000000000000000000..c52965870ca569942c16b81e7a090b74012256cb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_west_3/aws-wafregional-webacl.json @@ -0,0 +1,74 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "Action": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "Rule": { + "additionalProperties": false, + "properties": { + "Action": { + "$ref": "#/definitions/Action" + }, + "Priority": { + "type": "integer" + }, + "RuleId": { + "type": "string" + } + }, + "required": [ + "Action", + "Priority", + "RuleId" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DefaultAction": { + "$ref": "#/definitions/Action" + }, + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Rules": { + "items": { + "$ref": "#/definitions/Rule" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "DefaultAction", + "Name" + ], + "typeName": "AWS::WAFRegional::WebACL" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/__init__.py b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..0933f687f68a8545fff2312b36cc0eb959735871 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/__init__.py @@ -0,0 +1,1289 @@ +from __future__ import annotations + +# pylint: disable=too-many-lines +types: list[str] = [ + "AWS::ACMPCA::Certificate", + "AWS::ACMPCA::CertificateAuthority", + "AWS::ACMPCA::CertificateAuthorityActivation", + "AWS::ACMPCA::Permission", + "AWS::ARCZonalShift::AutoshiftObserverNotificationStatus", + "AWS::ARCZonalShift::ZonalAutoshiftConfiguration", + "AWS::AccessAnalyzer::Analyzer", + "AWS::AmazonMQ::Broker", + "AWS::AmazonMQ::Configuration", + "AWS::AmazonMQ::ConfigurationAssociation", + "AWS::ApiGateway::Account", + "AWS::ApiGateway::ApiKey", + "AWS::ApiGateway::Authorizer", + "AWS::ApiGateway::BasePathMapping", + "AWS::ApiGateway::ClientCertificate", + "AWS::ApiGateway::Deployment", + "AWS::ApiGateway::DocumentationPart", + "AWS::ApiGateway::DocumentationVersion", + "AWS::ApiGateway::DomainName", + "AWS::ApiGateway::GatewayResponse", + "AWS::ApiGateway::Method", + "AWS::ApiGateway::Model", + "AWS::ApiGateway::RequestValidator", + "AWS::ApiGateway::Resource", + "AWS::ApiGateway::RestApi", + "AWS::ApiGateway::Stage", + "AWS::ApiGateway::UsagePlan", + "AWS::ApiGateway::UsagePlanKey", + "AWS::ApiGateway::VpcLink", + "AWS::ApiGatewayV2::Api", + "AWS::ApiGatewayV2::ApiMapping", + "AWS::ApiGatewayV2::Authorizer", + "AWS::ApiGatewayV2::Deployment", + "AWS::ApiGatewayV2::DomainName", + "AWS::ApiGatewayV2::Integration", + "AWS::ApiGatewayV2::IntegrationResponse", + "AWS::ApiGatewayV2::Model", + "AWS::ApiGatewayV2::Route", + "AWS::ApiGatewayV2::RouteResponse", + "AWS::ApiGatewayV2::Stage", + "AWS::AppConfig::Application", + "AWS::AppConfig::ConfigurationProfile", + "AWS::AppConfig::Deployment", + "AWS::AppConfig::DeploymentStrategy", + "AWS::AppConfig::Environment", + "AWS::AppConfig::Extension", + "AWS::AppConfig::ExtensionAssociation", + "AWS::AppConfig::HostedConfigurationVersion", + "AWS::AppMesh::GatewayRoute", + "AWS::AppMesh::Mesh", + "AWS::AppMesh::Route", + "AWS::AppMesh::VirtualGateway", + "AWS::AppMesh::VirtualNode", + "AWS::AppMesh::VirtualRouter", + "AWS::AppMesh::VirtualService", + "AWS::AppSync::Api", + "AWS::AppSync::ApiCache", + "AWS::AppSync::ApiKey", + "AWS::AppSync::ChannelNamespace", + "AWS::AppSync::DataSource", + "AWS::AppSync::DomainName", + "AWS::AppSync::DomainNameApiAssociation", + "AWS::AppSync::FunctionConfiguration", + "AWS::AppSync::GraphQLApi", + "AWS::AppSync::GraphQLSchema", + "AWS::AppSync::Resolver", + "AWS::AppSync::SourceApiAssociation", + "AWS::ApplicationAutoScaling::ScalableTarget", + "AWS::ApplicationAutoScaling::ScalingPolicy", + "AWS::ApplicationInsights::Application", + "AWS::ApplicationSignals::ServiceLevelObjective", + "AWS::Athena::DataCatalog", + "AWS::Athena::NamedQuery", + "AWS::Athena::PreparedStatement", + "AWS::Athena::WorkGroup", + "AWS::AutoScaling::AutoScalingGroup", + "AWS::AutoScaling::LaunchConfiguration", + "AWS::AutoScaling::LifecycleHook", + "AWS::AutoScaling::ScalingPolicy", + "AWS::AutoScaling::ScheduledAction", + "AWS::AutoScaling::WarmPool", + "AWS::Backup::BackupPlan", + "AWS::Backup::BackupSelection", + "AWS::Backup::BackupVault", + "AWS::Batch::ComputeEnvironment", + "AWS::Batch::JobDefinition", + "AWS::Batch::JobQueue", + "AWS::Batch::SchedulingPolicy", + "AWS::CDK::Metadata", + "AWS::CE::AnomalyMonitor", + "AWS::CE::AnomalySubscription", + "AWS::CertificateManager::Certificate", + "AWS::Chatbot::MicrosoftTeamsChannelConfiguration", + "AWS::Chatbot::SlackChannelConfiguration", + "AWS::Cloud9::EnvironmentEC2", + "AWS::CloudFormation::CustomResource", + "AWS::CloudFormation::HookDefaultVersion", + "AWS::CloudFormation::HookTypeConfig", + "AWS::CloudFormation::HookVersion", + "AWS::CloudFormation::Macro", + "AWS::CloudFormation::PublicTypeVersion", + "AWS::CloudFormation::ResourceDefaultVersion", + "AWS::CloudFormation::ResourceVersion", + "AWS::CloudFormation::Stack", + "AWS::CloudFormation::StackSet", + "AWS::CloudFormation::WaitCondition", + "AWS::CloudFormation::WaitConditionHandle", + "AWS::CloudFront::CachePolicy", + "AWS::CloudFront::CloudFrontOriginAccessIdentity", + "AWS::CloudFront::ContinuousDeploymentPolicy", + "AWS::CloudFront::Distribution", + "AWS::CloudFront::Function", + "AWS::CloudFront::KeyGroup", + "AWS::CloudFront::KeyValueStore", + "AWS::CloudFront::MonitoringSubscription", + "AWS::CloudFront::OriginAccessControl", + "AWS::CloudFront::OriginRequestPolicy", + "AWS::CloudFront::PublicKey", + "AWS::CloudFront::RealtimeLogConfig", + "AWS::CloudFront::ResponseHeadersPolicy", + "AWS::CloudTrail::EventDataStore", + "AWS::CloudTrail::Trail", + "AWS::CloudWatch::Alarm", + "AWS::CloudWatch::AnomalyDetector", + "AWS::CloudWatch::CompositeAlarm", + "AWS::CloudWatch::Dashboard", + "AWS::CloudWatch::InsightRule", + "AWS::CloudWatch::MetricStream", + "AWS::CodeBuild::Project", + "AWS::CodeBuild::ReportGroup", + "AWS::CodeBuild::SourceCredential", + "AWS::CodeDeploy::Application", + "AWS::CodeDeploy::DeploymentConfig", + "AWS::CodeDeploy::DeploymentGroup", + "AWS::CodePipeline::CustomActionType", + "AWS::CodePipeline::Pipeline", + "AWS::Cognito::IdentityPool", + "AWS::Cognito::IdentityPoolPrincipalTag", + "AWS::Cognito::IdentityPoolRoleAttachment", + "AWS::Cognito::LogDeliveryConfiguration", + "AWS::Cognito::UserPool", + "AWS::Cognito::UserPoolClient", + "AWS::Cognito::UserPoolDomain", + "AWS::Cognito::UserPoolGroup", + "AWS::Cognito::UserPoolIdentityProvider", + "AWS::Cognito::UserPoolResourceServer", + "AWS::Cognito::UserPoolRiskConfigurationAttachment", + "AWS::Cognito::UserPoolUICustomizationAttachment", + "AWS::Cognito::UserPoolUser", + "AWS::Cognito::UserPoolUserToGroupAttachment", + "AWS::Config::AggregationAuthorization", + "AWS::Config::ConfigRule", + "AWS::Config::ConfigurationAggregator", + "AWS::Config::ConfigurationRecorder", + "AWS::Config::ConformancePack", + "AWS::Config::DeliveryChannel", + "AWS::Config::OrganizationConfigRule", + "AWS::Config::OrganizationConformancePack", + "AWS::Config::RemediationConfiguration", + "AWS::Config::StoredQuery", + "AWS::ControlTower::EnabledBaseline", + "AWS::ControlTower::EnabledControl", + "AWS::ControlTower::LandingZone", + "AWS::DLM::LifecyclePolicy", + "AWS::DMS::DataMigration", + "AWS::DMS::DataProvider", + "AWS::DMS::InstanceProfile", + "AWS::DMS::MigrationProject", + "AWS::DMS::ReplicationConfig", + "AWS::DataPipeline::Pipeline", + "AWS::DataSync::Agent", + "AWS::DataSync::LocationAzureBlob", + "AWS::DataSync::LocationEFS", + "AWS::DataSync::LocationFSxLustre", + "AWS::DataSync::LocationFSxONTAP", + "AWS::DataSync::LocationFSxWindows", + "AWS::DataSync::LocationHDFS", + "AWS::DataSync::LocationNFS", + "AWS::DataSync::LocationObjectStorage", + "AWS::DataSync::LocationS3", + "AWS::DataSync::LocationSMB", + "AWS::DataSync::Task", + "AWS::Detective::Graph", + "AWS::Detective::MemberInvitation", + "AWS::Detective::OrganizationAdmin", + "AWS::DirectoryService::MicrosoftAD", + "AWS::DirectoryService::SimpleAD", + "AWS::DynamoDB::GlobalTable", + "AWS::DynamoDB::Table", + "AWS::EC2::CapacityReservation", + "AWS::EC2::CapacityReservationFleet", + "AWS::EC2::ClientVpnAuthorizationRule", + "AWS::EC2::ClientVpnEndpoint", + "AWS::EC2::ClientVpnRoute", + "AWS::EC2::ClientVpnTargetNetworkAssociation", + "AWS::EC2::CustomerGateway", + "AWS::EC2::DHCPOptions", + "AWS::EC2::EC2Fleet", + "AWS::EC2::EIP", + "AWS::EC2::EIPAssociation", + "AWS::EC2::EgressOnlyInternetGateway", + "AWS::EC2::FlowLog", + "AWS::EC2::GatewayRouteTableAssociation", + "AWS::EC2::Host", + "AWS::EC2::IPAM", + "AWS::EC2::IPAMAllocation", + "AWS::EC2::IPAMPool", + "AWS::EC2::IPAMPoolCidr", + "AWS::EC2::IPAMResourceDiscovery", + "AWS::EC2::IPAMResourceDiscoveryAssociation", + "AWS::EC2::IPAMScope", + "AWS::EC2::Instance", + "AWS::EC2::InstanceConnectEndpoint", + "AWS::EC2::InternetGateway", + "AWS::EC2::KeyPair", + "AWS::EC2::LaunchTemplate", + "AWS::EC2::LocalGatewayRoute", + "AWS::EC2::LocalGatewayRouteTable", + "AWS::EC2::LocalGatewayRouteTableVPCAssociation", + "AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation", + "AWS::EC2::NatGateway", + "AWS::EC2::NetworkAcl", + "AWS::EC2::NetworkAclEntry", + "AWS::EC2::NetworkInterface", + "AWS::EC2::NetworkInterfaceAttachment", + "AWS::EC2::NetworkInterfacePermission", + "AWS::EC2::PlacementGroup", + "AWS::EC2::PrefixList", + "AWS::EC2::Route", + "AWS::EC2::RouteTable", + "AWS::EC2::SecurityGroup", + "AWS::EC2::SecurityGroupEgress", + "AWS::EC2::SecurityGroupIngress", + "AWS::EC2::SnapshotBlockPublicAccess", + "AWS::EC2::SpotFleet", + "AWS::EC2::Subnet", + "AWS::EC2::SubnetCidrBlock", + "AWS::EC2::SubnetNetworkAclAssociation", + "AWS::EC2::SubnetRouteTableAssociation", + "AWS::EC2::TrafficMirrorFilter", + "AWS::EC2::TrafficMirrorFilterRule", + "AWS::EC2::TrafficMirrorSession", + "AWS::EC2::TrafficMirrorTarget", + "AWS::EC2::TransitGateway", + "AWS::EC2::TransitGatewayAttachment", + "AWS::EC2::TransitGatewayConnect", + "AWS::EC2::TransitGatewayMulticastDomain", + "AWS::EC2::TransitGatewayMulticastDomainAssociation", + "AWS::EC2::TransitGatewayMulticastGroupMember", + "AWS::EC2::TransitGatewayMulticastGroupSource", + "AWS::EC2::TransitGatewayPeeringAttachment", + "AWS::EC2::TransitGatewayRoute", + "AWS::EC2::TransitGatewayRouteTable", + "AWS::EC2::TransitGatewayRouteTableAssociation", + "AWS::EC2::TransitGatewayRouteTablePropagation", + "AWS::EC2::TransitGatewayVpcAttachment", + "AWS::EC2::VPC", + "AWS::EC2::VPCCidrBlock", + "AWS::EC2::VPCDHCPOptionsAssociation", + "AWS::EC2::VPCEndpoint", + "AWS::EC2::VPCEndpointConnectionNotification", + "AWS::EC2::VPCEndpointService", + "AWS::EC2::VPCEndpointServicePermissions", + "AWS::EC2::VPCGatewayAttachment", + "AWS::EC2::VPCPeeringConnection", + "AWS::EC2::VPNConnection", + "AWS::EC2::VPNConnectionRoute", + "AWS::EC2::VPNGateway", + "AWS::EC2::VPNGatewayRoutePropagation", + "AWS::EC2::VerifiedAccessEndpoint", + "AWS::EC2::VerifiedAccessGroup", + "AWS::EC2::VerifiedAccessInstance", + "AWS::EC2::VerifiedAccessTrustProvider", + "AWS::EC2::Volume", + "AWS::EC2::VolumeAttachment", + "AWS::ECR::PullThroughCacheRule", + "AWS::ECR::RegistryPolicy", + "AWS::ECR::ReplicationConfiguration", + "AWS::ECR::Repository", + "AWS::ECR::RepositoryCreationTemplate", + "AWS::ECS::CapacityProvider", + "AWS::ECS::Cluster", + "AWS::ECS::ClusterCapacityProviderAssociations", + "AWS::ECS::PrimaryTaskSet", + "AWS::ECS::Service", + "AWS::ECS::TaskDefinition", + "AWS::ECS::TaskSet", + "AWS::EFS::AccessPoint", + "AWS::EFS::FileSystem", + "AWS::EFS::MountTarget", + "AWS::EKS::AccessEntry", + "AWS::EKS::Addon", + "AWS::EKS::Cluster", + "AWS::EKS::FargateProfile", + "AWS::EKS::IdentityProviderConfig", + "AWS::EKS::Nodegroup", + "AWS::EKS::PodIdentityAssociation", + "AWS::EMR::Cluster", + "AWS::EMR::InstanceFleetConfig", + "AWS::EMR::InstanceGroupConfig", + "AWS::EMR::SecurityConfiguration", + "AWS::EMR::Step", + "AWS::EMR::Studio", + "AWS::EMR::StudioSessionMapping", + "AWS::ElastiCache::CacheCluster", + "AWS::ElastiCache::ParameterGroup", + "AWS::ElastiCache::ReplicationGroup", + "AWS::ElastiCache::SecurityGroup", + "AWS::ElastiCache::SecurityGroupIngress", + "AWS::ElastiCache::ServerlessCache", + "AWS::ElastiCache::SubnetGroup", + "AWS::ElastiCache::User", + "AWS::ElastiCache::UserGroup", + "AWS::ElasticBeanstalk::Application", + "AWS::ElasticBeanstalk::ApplicationVersion", + "AWS::ElasticBeanstalk::ConfigurationTemplate", + "AWS::ElasticBeanstalk::Environment", + "AWS::ElasticLoadBalancing::LoadBalancer", + "AWS::ElasticLoadBalancingV2::Listener", + "AWS::ElasticLoadBalancingV2::ListenerCertificate", + "AWS::ElasticLoadBalancingV2::ListenerRule", + "AWS::ElasticLoadBalancingV2::LoadBalancer", + "AWS::ElasticLoadBalancingV2::TargetGroup", + "AWS::ElasticLoadBalancingV2::TrustStore", + "AWS::ElasticLoadBalancingV2::TrustStoreRevocation", + "AWS::Elasticsearch::Domain", + "AWS::Events::EventBus", + "AWS::Events::EventBusPolicy", + "AWS::Events::Rule", + "AWS::FMS::NotificationChannel", + "AWS::FMS::Policy", + "AWS::FSx::DataRepositoryAssociation", + "AWS::FSx::FileSystem", + "AWS::FSx::Snapshot", + "AWS::FSx::StorageVirtualMachine", + "AWS::FSx::Volume", + "AWS::GameLift::Alias", + "AWS::GameLift::Build", + "AWS::GameLift::Fleet", + "AWS::GlobalAccelerator::Accelerator", + "AWS::GlobalAccelerator::CrossAccountAttachment", + "AWS::GlobalAccelerator::EndpointGroup", + "AWS::GlobalAccelerator::Listener", + "AWS::Glue::Classifier", + "AWS::Glue::Connection", + "AWS::Glue::Crawler", + "AWS::Glue::CustomEntityType", + "AWS::Glue::DataCatalogEncryptionSettings", + "AWS::Glue::DataQualityRuleset", + "AWS::Glue::Database", + "AWS::Glue::DevEndpoint", + "AWS::Glue::Job", + "AWS::Glue::MLTransform", + "AWS::Glue::Partition", + "AWS::Glue::SecurityConfiguration", + "AWS::Glue::Table", + "AWS::Glue::Trigger", + "AWS::Glue::UsageProfile", + "AWS::Glue::Workflow", + "AWS::GuardDuty::Detector", + "AWS::GuardDuty::Filter", + "AWS::GuardDuty::IPSet", + "AWS::GuardDuty::MalwareProtectionPlan", + "AWS::GuardDuty::Master", + "AWS::GuardDuty::Member", + "AWS::GuardDuty::ThreatIntelSet", + "AWS::IAM::AccessKey", + "AWS::IAM::Group", + "AWS::IAM::GroupPolicy", + "AWS::IAM::InstanceProfile", + "AWS::IAM::ManagedPolicy", + "AWS::IAM::OIDCProvider", + "AWS::IAM::Policy", + "AWS::IAM::Role", + "AWS::IAM::RolePolicy", + "AWS::IAM::SAMLProvider", + "AWS::IAM::ServerCertificate", + "AWS::IAM::ServiceLinkedRole", + "AWS::IAM::User", + "AWS::IAM::UserPolicy", + "AWS::IAM::UserToGroupAddition", + "AWS::IdentityStore::Group", + "AWS::IdentityStore::GroupMembership", + "AWS::ImageBuilder::Component", + "AWS::ImageBuilder::ContainerRecipe", + "AWS::ImageBuilder::DistributionConfiguration", + "AWS::ImageBuilder::Image", + "AWS::ImageBuilder::ImagePipeline", + "AWS::ImageBuilder::ImageRecipe", + "AWS::ImageBuilder::InfrastructureConfiguration", + "AWS::ImageBuilder::Workflow", + "AWS::IoT::Certificate", + "AWS::IoT::Policy", + "AWS::IoT::PolicyPrincipalAttachment", + "AWS::IoT::Thing", + "AWS::IoT::ThingPrincipalAttachment", + "AWS::IoT::TopicRule", + "AWS::KMS::Alias", + "AWS::KMS::Key", + "AWS::KMS::ReplicaKey", + "AWS::Kinesis::ResourcePolicy", + "AWS::Kinesis::Stream", + "AWS::Kinesis::StreamConsumer", + "AWS::KinesisAnalyticsV2::Application", + "AWS::KinesisFirehose::DeliveryStream", + "AWS::LakeFormation::DataCellsFilter", + "AWS::LakeFormation::DataLakeSettings", + "AWS::LakeFormation::Permissions", + "AWS::LakeFormation::PrincipalPermissions", + "AWS::LakeFormation::Resource", + "AWS::LakeFormation::Tag", + "AWS::LakeFormation::TagAssociation", + "AWS::Lambda::Alias", + "AWS::Lambda::EventInvokeConfig", + "AWS::Lambda::EventSourceMapping", + "AWS::Lambda::Function", + "AWS::Lambda::LayerVersion", + "AWS::Lambda::LayerVersionPermission", + "AWS::Lambda::Permission", + "AWS::Lambda::Version", + "AWS::Logs::AccountPolicy", + "AWS::Logs::Delivery", + "AWS::Logs::DeliveryDestination", + "AWS::Logs::DeliverySource", + "AWS::Logs::Destination", + "AWS::Logs::LogGroup", + "AWS::Logs::LogStream", + "AWS::Logs::MetricFilter", + "AWS::Logs::QueryDefinition", + "AWS::Logs::ResourcePolicy", + "AWS::Logs::SubscriptionFilter", + "AWS::M2::Application", + "AWS::M2::Environment", + "AWS::MSK::BatchScramSecret", + "AWS::MSK::Cluster", + "AWS::MSK::ClusterPolicy", + "AWS::MSK::Configuration", + "AWS::MSK::VpcConnection", + "AWS::MWAA::Environment", + "AWS::Macie::AllowList", + "AWS::Macie::CustomDataIdentifier", + "AWS::Macie::FindingsFilter", + "AWS::Macie::Session", + "AWS::Neptune::DBCluster", + "AWS::Neptune::DBClusterParameterGroup", + "AWS::Neptune::DBInstance", + "AWS::Neptune::DBParameterGroup", + "AWS::Neptune::DBSubnetGroup", + "AWS::Neptune::EventSubscription", + "AWS::NetworkFirewall::Firewall", + "AWS::NetworkFirewall::FirewallPolicy", + "AWS::NetworkFirewall::LoggingConfiguration", + "AWS::NetworkFirewall::RuleGroup", + "AWS::NetworkFirewall::TLSInspectionConfiguration", + "AWS::NetworkManager::CustomerGatewayAssociation", + "AWS::NetworkManager::Device", + "AWS::NetworkManager::GlobalNetwork", + "AWS::NetworkManager::Link", + "AWS::NetworkManager::LinkAssociation", + "AWS::NetworkManager::Site", + "AWS::NetworkManager::TransitGatewayRegistration", + "AWS::Oam::Link", + "AWS::Oam::Sink", + "AWS::Omics::AnnotationStore", + "AWS::Omics::ReferenceStore", + "AWS::Omics::RunGroup", + "AWS::Omics::SequenceStore", + "AWS::Omics::VariantStore", + "AWS::Omics::Workflow", + "AWS::OpenSearchService::Domain", + "AWS::OpsWorks::App", + "AWS::OpsWorks::ElasticLoadBalancerAttachment", + "AWS::OpsWorks::Instance", + "AWS::OpsWorks::Layer", + "AWS::OpsWorks::Stack", + "AWS::OpsWorks::UserProfile", + "AWS::OpsWorks::Volume", + "AWS::Organizations::Account", + "AWS::Organizations::Organization", + "AWS::Organizations::OrganizationalUnit", + "AWS::Organizations::Policy", + "AWS::Organizations::ResourcePolicy", + "AWS::PCAConnectorSCEP::Challenge", + "AWS::PCAConnectorSCEP::Connector", + "AWS::RAM::Permission", + "AWS::RAM::ResourceShare", + "AWS::RDS::DBCluster", + "AWS::RDS::DBClusterParameterGroup", + "AWS::RDS::DBInstance", + "AWS::RDS::DBParameterGroup", + "AWS::RDS::DBProxy", + "AWS::RDS::DBProxyEndpoint", + "AWS::RDS::DBProxyTargetGroup", + "AWS::RDS::DBSecurityGroup", + "AWS::RDS::DBSecurityGroupIngress", + "AWS::RDS::DBSubnetGroup", + "AWS::RDS::EventSubscription", + "AWS::RDS::GlobalCluster", + "AWS::RDS::Integration", + "AWS::RDS::OptionGroup", + "AWS::Redshift::Cluster", + "AWS::Redshift::ClusterParameterGroup", + "AWS::Redshift::ClusterSecurityGroup", + "AWS::Redshift::ClusterSecurityGroupIngress", + "AWS::Redshift::ClusterSubnetGroup", + "AWS::Redshift::EndpointAccess", + "AWS::Redshift::EndpointAuthorization", + "AWS::Redshift::EventSubscription", + "AWS::Redshift::Integration", + "AWS::Redshift::ScheduledAction", + "AWS::RedshiftServerless::Namespace", + "AWS::RedshiftServerless::Workgroup", + "AWS::Rekognition::Collection", + "AWS::ResourceExplorer2::DefaultViewAssociation", + "AWS::ResourceExplorer2::Index", + "AWS::ResourceExplorer2::View", + "AWS::ResourceGroups::Group", + "AWS::RolesAnywhere::CRL", + "AWS::RolesAnywhere::Profile", + "AWS::RolesAnywhere::TrustAnchor", + "AWS::Route53::DNSSEC", + "AWS::Route53::HealthCheck", + "AWS::Route53::HostedZone", + "AWS::Route53::KeySigningKey", + "AWS::Route53::RecordSet", + "AWS::Route53::RecordSetGroup", + "AWS::Route53Profiles::Profile", + "AWS::Route53Profiles::ProfileAssociation", + "AWS::Route53Profiles::ProfileResourceAssociation", + "AWS::Route53Resolver::FirewallDomainList", + "AWS::Route53Resolver::FirewallRuleGroup", + "AWS::Route53Resolver::FirewallRuleGroupAssociation", + "AWS::Route53Resolver::OutpostResolver", + "AWS::Route53Resolver::ResolverConfig", + "AWS::Route53Resolver::ResolverDNSSECConfig", + "AWS::Route53Resolver::ResolverEndpoint", + "AWS::Route53Resolver::ResolverQueryLoggingConfig", + "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation", + "AWS::Route53Resolver::ResolverRule", + "AWS::Route53Resolver::ResolverRuleAssociation", + "AWS::S3::AccessGrant", + "AWS::S3::AccessGrantsInstance", + "AWS::S3::AccessGrantsLocation", + "AWS::S3::AccessPoint", + "AWS::S3::Bucket", + "AWS::S3::BucketPolicy", + "AWS::S3ObjectLambda::AccessPoint", + "AWS::S3ObjectLambda::AccessPointPolicy", + "AWS::S3Outposts::AccessPoint", + "AWS::S3Outposts::Bucket", + "AWS::S3Outposts::BucketPolicy", + "AWS::S3Outposts::Endpoint", + "AWS::SDB::Domain", + "AWS::SES::ConfigurationSet", + "AWS::SES::ConfigurationSetEventDestination", + "AWS::SES::ContactList", + "AWS::SES::DedicatedIpPool", + "AWS::SES::EmailIdentity", + "AWS::SES::ReceiptFilter", + "AWS::SES::ReceiptRule", + "AWS::SES::ReceiptRuleSet", + "AWS::SES::Template", + "AWS::SES::VdmAttributes", + "AWS::SNS::Subscription", + "AWS::SNS::Topic", + "AWS::SNS::TopicInlinePolicy", + "AWS::SNS::TopicPolicy", + "AWS::SQS::Queue", + "AWS::SQS::QueueInlinePolicy", + "AWS::SQS::QueuePolicy", + "AWS::SSM::Association", + "AWS::SSM::Document", + "AWS::SSM::MaintenanceWindow", + "AWS::SSM::MaintenanceWindowTarget", + "AWS::SSM::MaintenanceWindowTask", + "AWS::SSM::Parameter", + "AWS::SSM::PatchBaseline", + "AWS::SSO::Application", + "AWS::SSO::ApplicationAssignment", + "AWS::SSO::Assignment", + "AWS::SSO::Instance", + "AWS::SSO::InstanceAccessControlAttributeConfiguration", + "AWS::SSO::PermissionSet", + "AWS::SageMaker::App", + "AWS::SageMaker::AppImageConfig", + "AWS::SageMaker::Domain", + "AWS::SageMaker::FeatureGroup", + "AWS::SageMaker::Image", + "AWS::SageMaker::ImageVersion", + "AWS::SageMaker::MlflowTrackingServer", + "AWS::SageMaker::ModelCard", + "AWS::SageMaker::ModelPackage", + "AWS::SageMaker::ModelPackageGroup", + "AWS::SageMaker::Pipeline", + "AWS::SageMaker::Project", + "AWS::SageMaker::Space", + "AWS::SageMaker::StudioLifecycleConfig", + "AWS::SageMaker::UserProfile", + "AWS::SecretsManager::ResourcePolicy", + "AWS::SecretsManager::RotationSchedule", + "AWS::SecretsManager::Secret", + "AWS::SecretsManager::SecretTargetAttachment", + "AWS::SecurityHub::AutomationRule", + "AWS::SecurityHub::DelegatedAdmin", + "AWS::SecurityHub::Hub", + "AWS::SecurityHub::Insight", + "AWS::SecurityHub::OrganizationConfiguration", + "AWS::SecurityHub::ProductSubscription", + "AWS::SecurityHub::SecurityControl", + "AWS::SecurityHub::Standard", + "AWS::ServiceCatalog::AcceptedPortfolioShare", + "AWS::ServiceCatalog::CloudFormationProduct", + "AWS::ServiceCatalog::CloudFormationProvisionedProduct", + "AWS::ServiceCatalog::LaunchNotificationConstraint", + "AWS::ServiceCatalog::LaunchRoleConstraint", + "AWS::ServiceCatalog::LaunchTemplateConstraint", + "AWS::ServiceCatalog::Portfolio", + "AWS::ServiceCatalog::PortfolioPrincipalAssociation", + "AWS::ServiceCatalog::PortfolioProductAssociation", + "AWS::ServiceCatalog::PortfolioShare", + "AWS::ServiceCatalog::ResourceUpdateConstraint", + "AWS::ServiceCatalog::ServiceAction", + "AWS::ServiceCatalog::ServiceActionAssociation", + "AWS::ServiceCatalog::StackSetConstraint", + "AWS::ServiceCatalog::TagOption", + "AWS::ServiceCatalog::TagOptionAssociation", + "AWS::ServiceCatalogAppRegistry::Application", + "AWS::ServiceCatalogAppRegistry::AttributeGroup", + "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation", + "AWS::ServiceCatalogAppRegistry::ResourceAssociation", + "AWS::ServiceDiscovery::HttpNamespace", + "AWS::ServiceDiscovery::Instance", + "AWS::ServiceDiscovery::PrivateDnsNamespace", + "AWS::ServiceDiscovery::PublicDnsNamespace", + "AWS::ServiceDiscovery::Service", + "AWS::Shield::DRTAccess", + "AWS::Shield::ProactiveEngagement", + "AWS::Shield::Protection", + "AWS::Shield::ProtectionGroup", + "AWS::StepFunctions::Activity", + "AWS::StepFunctions::StateMachine", + "AWS::StepFunctions::StateMachineAlias", + "AWS::StepFunctions::StateMachineVersion", + "AWS::Synthetics::Canary", + "AWS::Transfer::Agreement", + "AWS::Transfer::Certificate", + "AWS::Transfer::Connector", + "AWS::Transfer::Profile", + "AWS::Transfer::Server", + "AWS::Transfer::User", + "AWS::Transfer::Workflow", + "AWS::VerifiedPermissions::IdentitySource", + "AWS::VerifiedPermissions::Policy", + "AWS::VerifiedPermissions::PolicyStore", + "AWS::VerifiedPermissions::PolicyTemplate", + "AWS::VpcLattice::AccessLogSubscription", + "AWS::VpcLattice::AuthPolicy", + "AWS::VpcLattice::Listener", + "AWS::VpcLattice::ResourcePolicy", + "AWS::VpcLattice::Rule", + "AWS::VpcLattice::Service", + "AWS::VpcLattice::ServiceNetwork", + "AWS::VpcLattice::ServiceNetworkServiceAssociation", + "AWS::VpcLattice::ServiceNetworkVpcAssociation", + "AWS::VpcLattice::TargetGroup", + "AWS::WAF::ByteMatchSet", + "AWS::WAF::IPSet", + "AWS::WAF::Rule", + "AWS::WAF::SizeConstraintSet", + "AWS::WAF::SqlInjectionMatchSet", + "AWS::WAF::WebACL", + "AWS::WAF::XssMatchSet", + "AWS::WAFv2::IPSet", + "AWS::WAFv2::LoggingConfiguration", + "AWS::WAFv2::RegexPatternSet", + "AWS::WAFv2::RuleGroup", + "AWS::WAFv2::WebACL", + "AWS::WAFv2::WebACLAssociation", + "AWS::WorkSpaces::Workspace", + "AWS::XRay::Group", + "AWS::XRay::ResourcePolicy", + "AWS::XRay::SamplingRule", + "Module", +] + +# pylint: disable=too-many-lines +cached: list[str] = [ + "Module", + "aws-accessanalyzer-analyzer.json", + "aws-acmpca-certificate.json", + "aws-acmpca-certificateauthority.json", + "aws-acmpca-certificateauthorityactivation.json", + "aws-acmpca-permission.json", + "aws-amazonmq-broker.json", + "aws-apigateway-account.json", + "aws-apigateway-apikey.json", + "aws-apigateway-authorizer.json", + "aws-apigateway-basepathmapping.json", + "aws-apigateway-clientcertificate.json", + "aws-apigateway-deployment.json", + "aws-apigateway-documentationpart.json", + "aws-apigateway-documentationversion.json", + "aws-apigateway-gatewayresponse.json", + "aws-apigateway-method.json", + "aws-apigateway-model.json", + "aws-apigateway-requestvalidator.json", + "aws-apigateway-resource.json", + "aws-apigateway-stage.json", + "aws-apigateway-usageplan.json", + "aws-apigateway-usageplankey.json", + "aws-apigatewayv2-api.json", + "aws-apigatewayv2-apimapping.json", + "aws-apigatewayv2-authorizer.json", + "aws-apigatewayv2-deployment.json", + "aws-apigatewayv2-domainname.json", + "aws-apigatewayv2-integration.json", + "aws-apigatewayv2-integrationresponse.json", + "aws-apigatewayv2-model.json", + "aws-apigatewayv2-route.json", + "aws-apigatewayv2-routeresponse.json", + "aws-apigatewayv2-stage.json", + "aws-appconfig-application.json", + "aws-appconfig-configurationprofile.json", + "aws-appconfig-deployment.json", + "aws-appconfig-deploymentstrategy.json", + "aws-appconfig-environment.json", + "aws-appconfig-extension.json", + "aws-appconfig-extensionassociation.json", + "aws-appconfig-hostedconfigurationversion.json", + "aws-applicationautoscaling-scalingpolicy.json", + "aws-applicationinsights-application.json", + "aws-applicationsignals-servicelevelobjective.json", + "aws-appmesh-gatewayroute.json", + "aws-appmesh-mesh.json", + "aws-appmesh-route.json", + "aws-appmesh-virtualgateway.json", + "aws-appmesh-virtualnode.json", + "aws-appmesh-virtualrouter.json", + "aws-appmesh-virtualservice.json", + "aws-appsync-api.json", + "aws-appsync-apicache.json", + "aws-appsync-apikey.json", + "aws-appsync-channelnamespace.json", + "aws-appsync-domainname.json", + "aws-appsync-domainnameapiassociation.json", + "aws-appsync-functionconfiguration.json", + "aws-appsync-graphqlschema.json", + "aws-appsync-resolver.json", + "aws-appsync-sourceapiassociation.json", + "aws-arczonalshift-autoshiftobservernotificationstatus.json", + "aws-arczonalshift-zonalautoshiftconfiguration.json", + "aws-athena-datacatalog.json", + "aws-athena-namedquery.json", + "aws-athena-preparedstatement.json", + "aws-athena-workgroup.json", + "aws-autoscaling-autoscalinggroup.json", + "aws-autoscaling-warmpool.json", + "aws-backup-backupplan.json", + "aws-backup-backupselection.json", + "aws-backup-backupvault.json", + "aws-batch-computeenvironment.json", + "aws-batch-jobdefinition.json", + "aws-batch-jobqueue.json", + "aws-batch-schedulingpolicy.json", + "aws-ce-anomalymonitor.json", + "aws-ce-anomalysubscription.json", + "aws-certificatemanager-certificate.json", + "aws-chatbot-microsoftteamschannelconfiguration.json", + "aws-chatbot-slackchannelconfiguration.json", + "aws-cloud9-environmentec2.json", + "aws-cloudformation-customresource.json", + "aws-cloudformation-hookdefaultversion.json", + "aws-cloudformation-hooktypeconfig.json", + "aws-cloudformation-hookversion.json", + "aws-cloudformation-macro.json", + "aws-cloudformation-publictypeversion.json", + "aws-cloudformation-resourcedefaultversion.json", + "aws-cloudformation-resourceversion.json", + "aws-cloudformation-stack.json", + "aws-cloudformation-stackset.json", + "aws-cloudformation-waitconditionhandle.json", + "aws-cloudfront-cachepolicy.json", + "aws-cloudfront-cloudfrontoriginaccessidentity.json", + "aws-cloudfront-continuousdeploymentpolicy.json", + "aws-cloudfront-distribution.json", + "aws-cloudfront-function.json", + "aws-cloudfront-keygroup.json", + "aws-cloudfront-keyvaluestore.json", + "aws-cloudfront-monitoringsubscription.json", + "aws-cloudfront-originaccesscontrol.json", + "aws-cloudfront-originrequestpolicy.json", + "aws-cloudfront-publickey.json", + "aws-cloudfront-realtimelogconfig.json", + "aws-cloudfront-responseheaderspolicy.json", + "aws-cloudtrail-eventdatastore.json", + "aws-cloudtrail-trail.json", + "aws-cloudwatch-alarm.json", + "aws-cloudwatch-anomalydetector.json", + "aws-cloudwatch-compositealarm.json", + "aws-cloudwatch-dashboard.json", + "aws-cloudwatch-insightrule.json", + "aws-cloudwatch-metricstream.json", + "aws-codebuild-project.json", + "aws-codebuild-reportgroup.json", + "aws-codebuild-sourcecredential.json", + "aws-codedeploy-application.json", + "aws-codedeploy-deploymentconfig.json", + "aws-codedeploy-deploymentgroup.json", + "aws-codepipeline-pipeline.json", + "aws-cognito-identitypool.json", + "aws-cognito-identitypoolprincipaltag.json", + "aws-cognito-identitypoolroleattachment.json", + "aws-cognito-logdeliveryconfiguration.json", + "aws-cognito-userpool.json", + "aws-cognito-userpoolclient.json", + "aws-cognito-userpooldomain.json", + "aws-cognito-userpoolgroup.json", + "aws-cognito-userpoolidentityprovider.json", + "aws-cognito-userpoolresourceserver.json", + "aws-cognito-userpoolriskconfigurationattachment.json", + "aws-cognito-userpooluicustomizationattachment.json", + "aws-cognito-userpooluser.json", + "aws-cognito-userpoolusertogroupattachment.json", + "aws-config-aggregationauthorization.json", + "aws-config-configrule.json", + "aws-config-configurationaggregator.json", + "aws-config-configurationrecorder.json", + "aws-config-conformancepack.json", + "aws-config-deliverychannel.json", + "aws-config-organizationconfigrule.json", + "aws-config-organizationconformancepack.json", + "aws-config-remediationconfiguration.json", + "aws-config-storedquery.json", + "aws-controltower-enabledbaseline.json", + "aws-controltower-enabledcontrol.json", + "aws-controltower-landingzone.json", + "aws-datasync-agent.json", + "aws-datasync-locationazureblob.json", + "aws-datasync-locationefs.json", + "aws-datasync-locationfsxlustre.json", + "aws-datasync-locationfsxontap.json", + "aws-datasync-locationfsxwindows.json", + "aws-datasync-locationhdfs.json", + "aws-datasync-locationnfs.json", + "aws-datasync-locationobjectstorage.json", + "aws-datasync-locations3.json", + "aws-datasync-locationsmb.json", + "aws-datasync-task.json", + "aws-detective-graph.json", + "aws-detective-memberinvitation.json", + "aws-detective-organizationadmin.json", + "aws-dlm-lifecyclepolicy.json", + "aws-dms-datamigration.json", + "aws-dms-dataprovider.json", + "aws-dms-instanceprofile.json", + "aws-dms-migrationproject.json", + "aws-dms-replicationconfig.json", + "aws-dynamodb-globaltable.json", + "aws-dynamodb-table.json", + "aws-ec2-capacityreservation.json", + "aws-ec2-capacityreservationfleet.json", + "aws-ec2-clientvpnendpoint.json", + "aws-ec2-clientvpnroute.json", + "aws-ec2-clientvpntargetnetworkassociation.json", + "aws-ec2-customergateway.json", + "aws-ec2-dhcpoptions.json", + "aws-ec2-ec2fleet.json", + "aws-ec2-egressonlyinternetgateway.json", + "aws-ec2-eip.json", + "aws-ec2-eipassociation.json", + "aws-ec2-flowlog.json", + "aws-ec2-gatewayroutetableassociation.json", + "aws-ec2-instance.json", + "aws-ec2-instanceconnectendpoint.json", + "aws-ec2-internetgateway.json", + "aws-ec2-ipam.json", + "aws-ec2-ipamallocation.json", + "aws-ec2-ipampool.json", + "aws-ec2-ipampoolcidr.json", + "aws-ec2-ipamresourcediscovery.json", + "aws-ec2-ipamresourcediscoveryassociation.json", + "aws-ec2-ipamscope.json", + "aws-ec2-keypair.json", + "aws-ec2-localgatewayroute.json", + "aws-ec2-localgatewayroutetable.json", + "aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.json", + "aws-ec2-localgatewayroutetablevpcassociation.json", + "aws-ec2-natgateway.json", + "aws-ec2-networkacl.json", + "aws-ec2-networkaclentry.json", + "aws-ec2-networkinterfaceattachment.json", + "aws-ec2-placementgroup.json", + "aws-ec2-prefixlist.json", + "aws-ec2-route.json", + "aws-ec2-routetable.json", + "aws-ec2-securitygroup.json", + "aws-ec2-securitygroupegress.json", + "aws-ec2-securitygroupingress.json", + "aws-ec2-snapshotblockpublicaccess.json", + "aws-ec2-subnet.json", + "aws-ec2-subnetcidrblock.json", + "aws-ec2-subnetnetworkaclassociation.json", + "aws-ec2-subnetroutetableassociation.json", + "aws-ec2-trafficmirrorfilter.json", + "aws-ec2-trafficmirrorfilterrule.json", + "aws-ec2-trafficmirrortarget.json", + "aws-ec2-transitgateway.json", + "aws-ec2-transitgatewayattachment.json", + "aws-ec2-transitgatewayconnect.json", + "aws-ec2-transitgatewaymulticastdomain.json", + "aws-ec2-transitgatewaymulticastdomainassociation.json", + "aws-ec2-transitgatewaymulticastgroupmember.json", + "aws-ec2-transitgatewaymulticastgroupsource.json", + "aws-ec2-transitgatewaypeeringattachment.json", + "aws-ec2-transitgatewayroute.json", + "aws-ec2-transitgatewayroutetable.json", + "aws-ec2-transitgatewayroutetableassociation.json", + "aws-ec2-transitgatewayroutetablepropagation.json", + "aws-ec2-transitgatewayvpcattachment.json", + "aws-ec2-verifiedaccessendpoint.json", + "aws-ec2-verifiedaccessgroup.json", + "aws-ec2-verifiedaccessinstance.json", + "aws-ec2-verifiedaccesstrustprovider.json", + "aws-ec2-volumeattachment.json", + "aws-ec2-vpc.json", + "aws-ec2-vpccidrblock.json", + "aws-ec2-vpcdhcpoptionsassociation.json", + "aws-ec2-vpcendpoint.json", + "aws-ec2-vpcendpointconnectionnotification.json", + "aws-ec2-vpcendpointservice.json", + "aws-ec2-vpcendpointservicepermissions.json", + "aws-ec2-vpcgatewayattachment.json", + "aws-ec2-vpcpeeringconnection.json", + "aws-ec2-vpnconnectionroute.json", + "aws-ec2-vpngateway.json", + "aws-ecr-pullthroughcacherule.json", + "aws-ecr-registrypolicy.json", + "aws-ecr-replicationconfiguration.json", + "aws-ecr-repository.json", + "aws-ecr-repositorycreationtemplate.json", + "aws-ecs-capacityprovider.json", + "aws-ecs-cluster.json", + "aws-ecs-clustercapacityproviderassociations.json", + "aws-ecs-primarytaskset.json", + "aws-ecs-service.json", + "aws-ecs-taskdefinition.json", + "aws-ecs-taskset.json", + "aws-efs-mounttarget.json", + "aws-eks-accessentry.json", + "aws-eks-addon.json", + "aws-eks-cluster.json", + "aws-eks-fargateprofile.json", + "aws-eks-identityproviderconfig.json", + "aws-eks-nodegroup.json", + "aws-eks-podidentityassociation.json", + "aws-elasticache-cachecluster.json", + "aws-elasticache-parametergroup.json", + "aws-elasticache-replicationgroup.json", + "aws-elasticache-securitygroup.json", + "aws-elasticache-securitygroupingress.json", + "aws-elasticache-user.json", + "aws-elasticache-usergroup.json", + "aws-elasticloadbalancing-loadbalancer.json", + "aws-elasticloadbalancingv2-listener.json", + "aws-elasticloadbalancingv2-listenercertificate.json", + "aws-elasticloadbalancingv2-listenerrule.json", + "aws-elasticloadbalancingv2-truststore.json", + "aws-elasticloadbalancingv2-truststorerevocation.json", + "aws-elasticsearch-domain.json", + "aws-emr-cluster.json", + "aws-emr-instancefleetconfig.json", + "aws-emr-instancegroupconfig.json", + "aws-emr-studio.json", + "aws-emr-studiosessionmapping.json", + "aws-events-eventbus.json", + "aws-events-eventbuspolicy.json", + "aws-events-rule.json", + "aws-fms-notificationchannel.json", + "aws-fms-policy.json", + "aws-fsx-datarepositoryassociation.json", + "aws-fsx-filesystem.json", + "aws-fsx-snapshot.json", + "aws-fsx-storagevirtualmachine.json", + "aws-fsx-volume.json", + "aws-globalaccelerator-accelerator.json", + "aws-globalaccelerator-crossaccountattachment.json", + "aws-globalaccelerator-endpointgroup.json", + "aws-globalaccelerator-listener.json", + "aws-glue-classifier.json", + "aws-glue-connection.json", + "aws-glue-crawler.json", + "aws-glue-customentitytype.json", + "aws-glue-database.json", + "aws-glue-datacatalogencryptionsettings.json", + "aws-glue-dataqualityruleset.json", + "aws-glue-devendpoint.json", + "aws-glue-job.json", + "aws-glue-mltransform.json", + "aws-glue-partition.json", + "aws-glue-securityconfiguration.json", + "aws-glue-table.json", + "aws-glue-trigger.json", + "aws-glue-usageprofile.json", + "aws-glue-workflow.json", + "aws-guardduty-detector.json", + "aws-guardduty-filter.json", + "aws-guardduty-ipset.json", + "aws-guardduty-malwareprotectionplan.json", + "aws-guardduty-master.json", + "aws-guardduty-member.json", + "aws-guardduty-threatintelset.json", + "aws-iam-group.json", + "aws-iam-grouppolicy.json", + "aws-iam-oidcprovider.json", + "aws-iam-role.json", + "aws-iam-rolepolicy.json", + "aws-iam-samlprovider.json", + "aws-iam-servercertificate.json", + "aws-iam-servicelinkedrole.json", + "aws-iam-user.json", + "aws-iam-userpolicy.json", + "aws-iam-usertogroupaddition.json", + "aws-identitystore-group.json", + "aws-identitystore-groupmembership.json", + "aws-imagebuilder-component.json", + "aws-imagebuilder-containerrecipe.json", + "aws-imagebuilder-distributionconfiguration.json", + "aws-imagebuilder-image.json", + "aws-imagebuilder-imagepipeline.json", + "aws-imagebuilder-imagerecipe.json", + "aws-imagebuilder-infrastructureconfiguration.json", + "aws-imagebuilder-workflow.json", + "aws-kinesis-resourcepolicy.json", + "aws-kinesis-stream.json", + "aws-kinesisanalyticsv2-application.json", + "aws-kinesisfirehose-deliverystream.json", + "aws-kms-alias.json", + "aws-kms-key.json", + "aws-kms-replicakey.json", + "aws-lakeformation-datacellsfilter.json", + "aws-lakeformation-datalakesettings.json", + "aws-lakeformation-permissions.json", + "aws-lakeformation-principalpermissions.json", + "aws-lakeformation-resource.json", + "aws-lakeformation-tag.json", + "aws-lakeformation-tagassociation.json", + "aws-lambda-alias.json", + "aws-lambda-eventinvokeconfig.json", + "aws-lambda-eventsourcemapping.json", + "aws-lambda-function.json", + "aws-lambda-layerversionpermission.json", + "aws-lambda-permission.json", + "aws-logs-accountpolicy.json", + "aws-logs-deliverysource.json", + "aws-logs-destination.json", + "aws-logs-loggroup.json", + "aws-logs-logstream.json", + "aws-logs-metricfilter.json", + "aws-logs-querydefinition.json", + "aws-logs-resourcepolicy.json", + "aws-logs-subscriptionfilter.json", + "aws-m2-application.json", + "aws-m2-environment.json", + "aws-macie-allowlist.json", + "aws-macie-customdataidentifier.json", + "aws-macie-findingsfilter.json", + "aws-macie-session.json", + "aws-msk-batchscramsecret.json", + "aws-msk-cluster.json", + "aws-msk-clusterpolicy.json", + "aws-msk-configuration.json", + "aws-msk-vpcconnection.json", + "aws-mwaa-environment.json", + "aws-neptune-dbcluster.json", + "aws-neptune-dbsubnetgroup.json", + "aws-neptune-eventsubscription.json", + "aws-networkfirewall-firewall.json", + "aws-networkfirewall-firewallpolicy.json", + "aws-networkfirewall-loggingconfiguration.json", + "aws-networkfirewall-rulegroup.json", + "aws-networkfirewall-tlsinspectionconfiguration.json", + "aws-networkmanager-customergatewayassociation.json", + "aws-networkmanager-device.json", + "aws-networkmanager-globalnetwork.json", + "aws-networkmanager-link.json", + "aws-networkmanager-linkassociation.json", + "aws-networkmanager-site.json", + "aws-networkmanager-transitgatewayregistration.json", + "aws-oam-link.json", + "aws-oam-sink.json", + "aws-opsworks-app.json", + "aws-opsworks-elasticloadbalancerattachment.json", + "aws-opsworks-userprofile.json", + "aws-opsworks-volume.json", + "aws-organizations-account.json", + "aws-organizations-organization.json", + "aws-organizations-organizationalunit.json", + "aws-organizations-policy.json", + "aws-organizations-resourcepolicy.json", + "aws-pcaconnectorscep-challenge.json", + "aws-pcaconnectorscep-connector.json", + "aws-ram-permission.json", + "aws-ram-resourceshare.json", + "aws-rds-dbcluster.json", + "aws-rds-dbclusterparametergroup.json", + "aws-rds-dbinstance.json", + "aws-rds-dbparametergroup.json", + "aws-rds-dbproxy.json", + "aws-rds-dbproxyendpoint.json", + "aws-rds-dbproxytargetgroup.json", + "aws-rds-dbsecuritygroup.json", + "aws-rds-dbsecuritygroupingress.json", + "aws-rds-dbsubnetgroup.json", + "aws-rds-eventsubscription.json", + "aws-rds-globalcluster.json", + "aws-rds-integration.json", + "aws-rds-optiongroup.json", + "aws-redshift-cluster.json", + "aws-redshift-clusterparametergroup.json", + "aws-redshift-clustersecuritygroup.json", + "aws-redshift-clustersecuritygroupingress.json", + "aws-redshift-clustersubnetgroup.json", + "aws-redshift-endpointaccess.json", + "aws-redshift-endpointauthorization.json", + "aws-redshift-eventsubscription.json", + "aws-redshift-integration.json", + "aws-redshift-scheduledaction.json", + "aws-redshiftserverless-namespace.json", + "aws-redshiftserverless-workgroup.json", + "aws-rekognition-collection.json", + "aws-resourceexplorer2-defaultviewassociation.json", + "aws-resourceexplorer2-index.json", + "aws-resourceexplorer2-view.json", + "aws-resourcegroups-group.json", + "aws-rolesanywhere-crl.json", + "aws-rolesanywhere-profile.json", + "aws-rolesanywhere-trustanchor.json", + "aws-route53-dnssec.json", + "aws-route53-hostedzone.json", + "aws-route53-keysigningkey.json", + "aws-route53-recordset.json", + "aws-route53-recordsetgroup.json", + "aws-route53profiles-profile.json", + "aws-route53profiles-profileassociation.json", + "aws-route53profiles-profileresourceassociation.json", + "aws-route53resolver-firewalldomainlist.json", + "aws-route53resolver-firewallrulegroup.json", + "aws-route53resolver-firewallrulegroupassociation.json", + "aws-route53resolver-outpostresolver.json", + "aws-route53resolver-resolverconfig.json", + "aws-route53resolver-resolverdnssecconfig.json", + "aws-route53resolver-resolverendpoint.json", + "aws-route53resolver-resolverqueryloggingconfig.json", + "aws-route53resolver-resolverqueryloggingconfigassociation.json", + "aws-route53resolver-resolverrule.json", + "aws-route53resolver-resolverruleassociation.json", + "aws-s3-accessgrant.json", + "aws-s3-accessgrantsinstance.json", + "aws-s3-accessgrantslocation.json", + "aws-s3-accesspoint.json", + "aws-s3-bucket.json", + "aws-s3-bucketpolicy.json", + "aws-s3objectlambda-accesspoint.json", + "aws-s3objectlambda-accesspointpolicy.json", + "aws-s3outposts-accesspoint.json", + "aws-s3outposts-bucket.json", + "aws-s3outposts-bucketpolicy.json", + "aws-s3outposts-endpoint.json", + "aws-sagemaker-app.json", + "aws-sagemaker-appimageconfig.json", + "aws-sagemaker-featuregroup.json", + "aws-sagemaker-image.json", + "aws-sagemaker-imageversion.json", + "aws-sagemaker-mlflowtrackingserver.json", + "aws-sagemaker-modelcard.json", + "aws-sagemaker-modelpackage.json", + "aws-sagemaker-modelpackagegroup.json", + "aws-sagemaker-pipeline.json", + "aws-sagemaker-project.json", + "aws-sagemaker-studiolifecycleconfig.json", + "aws-sagemaker-userprofile.json", + "aws-sdb-domain.json", + "aws-secretsmanager-resourcepolicy.json", + "aws-secretsmanager-rotationschedule.json", + "aws-secretsmanager-secret.json", + "aws-secretsmanager-secrettargetattachment.json", + "aws-securityhub-automationrule.json", + "aws-securityhub-delegatedadmin.json", + "aws-securityhub-hub.json", + "aws-securityhub-insight.json", + "aws-securityhub-organizationconfiguration.json", + "aws-securityhub-productsubscription.json", + "aws-securityhub-securitycontrol.json", + "aws-securityhub-standard.json", + "aws-servicecatalog-cloudformationproduct.json", + "aws-servicecatalog-cloudformationprovisionedproduct.json", + "aws-servicecatalog-launchnotificationconstraint.json", + "aws-servicecatalog-launchroleconstraint.json", + "aws-servicecatalog-launchtemplateconstraint.json", + "aws-servicecatalog-portfolioshare.json", + "aws-servicecatalog-resourceupdateconstraint.json", + "aws-servicecatalog-serviceaction.json", + "aws-servicecatalog-serviceactionassociation.json", + "aws-servicecatalog-stacksetconstraint.json", + "aws-servicecatalog-tagoption.json", + "aws-servicecatalogappregistry-application.json", + "aws-servicecatalogappregistry-attributegroup.json", + "aws-servicecatalogappregistry-attributegroupassociation.json", + "aws-servicecatalogappregistry-resourceassociation.json", + "aws-servicediscovery-httpnamespace.json", + "aws-servicediscovery-instance.json", + "aws-servicediscovery-privatednsnamespace.json", + "aws-servicediscovery-publicdnsnamespace.json", + "aws-servicediscovery-service.json", + "aws-ses-configurationset.json", + "aws-ses-configurationseteventdestination.json", + "aws-ses-contactlist.json", + "aws-ses-dedicatedippool.json", + "aws-ses-emailidentity.json", + "aws-ses-receiptfilter.json", + "aws-ses-receiptrule.json", + "aws-ses-receiptruleset.json", + "aws-ses-template.json", + "aws-ses-vdmattributes.json", + "aws-shield-drtaccess.json", + "aws-shield-proactiveengagement.json", + "aws-shield-protection.json", + "aws-shield-protectiongroup.json", + "aws-sns-subscription.json", + "aws-sns-topic.json", + "aws-sns-topicinlinepolicy.json", + "aws-sqs-queue.json", + "aws-sqs-queueinlinepolicy.json", + "aws-ssm-association.json", + "aws-ssm-document.json", + "aws-ssm-maintenancewindow.json", + "aws-ssm-maintenancewindowtarget.json", + "aws-ssm-maintenancewindowtask.json", + "aws-ssm-parameter.json", + "aws-ssm-patchbaseline.json", + "aws-sso-application.json", + "aws-sso-applicationassignment.json", + "aws-sso-assignment.json", + "aws-sso-instance.json", + "aws-sso-instanceaccesscontrolattributeconfiguration.json", + "aws-sso-permissionset.json", + "aws-stepfunctions-activity.json", + "aws-stepfunctions-statemachine.json", + "aws-stepfunctions-statemachinealias.json", + "aws-stepfunctions-statemachineversion.json", + "aws-synthetics-canary.json", + "aws-transfer-agreement.json", + "aws-transfer-certificate.json", + "aws-transfer-connector.json", + "aws-transfer-profile.json", + "aws-transfer-server.json", + "aws-transfer-workflow.json", + "aws-verifiedpermissions-identitysource.json", + "aws-verifiedpermissions-policy.json", + "aws-verifiedpermissions-policystore.json", + "aws-verifiedpermissions-policytemplate.json", + "aws-vpclattice-accesslogsubscription.json", + "aws-vpclattice-authpolicy.json", + "aws-vpclattice-listener.json", + "aws-vpclattice-resourcepolicy.json", + "aws-vpclattice-rule.json", + "aws-vpclattice-service.json", + "aws-vpclattice-servicenetwork.json", + "aws-vpclattice-servicenetworkserviceassociation.json", + "aws-vpclattice-servicenetworkvpcassociation.json", + "aws-vpclattice-targetgroup.json", + "aws-waf-bytematchset.json", + "aws-waf-sqlinjectionmatchset.json", + "aws-wafv2-ipset.json", + "aws-wafv2-loggingconfiguration.json", + "aws-wafv2-regexpatternset.json", + "aws-wafv2-rulegroup.json", + "aws-wafv2-webacl.json", + "aws-wafv2-webaclassociation.json", + "aws-workspaces-workspace.json", + "aws-xray-group.json", + "aws-xray-resourcepolicy.json", + "aws-xray-samplingrule.json", + "module.json", +] diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-amazonmq-configuration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-amazonmq-configuration.json new file mode 100644 index 0000000000000000000000000000000000000000..66bb58afb3e63f42b9947bfa7745717926b128a6 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-amazonmq-configuration.json @@ -0,0 +1,85 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/EngineType", + "/properties/Name", + "/properties/AuthenticationStrategy", + "/properties/EngineVersion" + ], + "definitions": { + "TagsEntry": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "AuthenticationStrategy": { + "enum": [ + "LDAP", + "SIMPLE" + ], + "type": "string" + }, + "Data": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "EngineType": { + "enum": [ + "ACTIVEMQ", + "RABBITMQ" + ], + "type": "string" + }, + "EngineVersion": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Revision": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/TagsEntry" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Revision", + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "EngineType", + "Data", + "Name" + ], + "typeName": "AWS::AmazonMQ::Configuration" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-amazonmq-configurationassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-amazonmq-configurationassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..fe8b1edc071941b824a2ee40846a99013fe299a5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-amazonmq-configurationassociation.json @@ -0,0 +1,46 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Broker" + ], + "definitions": { + "ConfigurationId": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "Revision": { + "type": "integer" + } + }, + "required": [ + "Revision", + "Id" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Broker": { + "type": "string" + }, + "Configuration": { + "$ref": "#/definitions/ConfigurationId" + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Broker", + "Configuration" + ], + "typeName": "AWS::AmazonMQ::ConfigurationAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-apigateway-domainname.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-apigateway-domainname.json new file mode 100644 index 0000000000000000000000000000000000000000..d7be1d979356dc2a8cf662ba286a9de151059845 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-apigateway-domainname.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DomainName" + ], + "definitions": { + "EndpointConfiguration": { + "additionalProperties": false, + "properties": { + "Types": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "CertificateArn": { + "type": "string" + }, + "DistributionDomainName": { + "type": "string" + }, + "DistributionHostedZoneId": { + "type": "string" + }, + "DomainName": { + "type": "string" + }, + "EndpointConfiguration": { + "$ref": "#/definitions/EndpointConfiguration" + }, + "Id": { + "type": "string" + }, + "RegionalCertificateArn": { + "type": "string" + }, + "RegionalDomainName": { + "type": "string" + }, + "RegionalHostedZoneId": { + "type": "string" + }, + "SecurityPolicy": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/DistributionDomainName", + "/properties/RegionalDomainName", + "/properties/Id", + "/properties/DistributionHostedZoneId", + "/properties/RegionalHostedZoneId" + ], + "required": [ + "DomainName" + ], + "typeName": "AWS::ApiGateway::DomainName" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-apigateway-restapi.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-apigateway-restapi.json new file mode 100644 index 0000000000000000000000000000000000000000..54905e2c8ba0916662fdb7532bbcab26c0ca7286 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-apigateway-restapi.json @@ -0,0 +1,163 @@ +{ + "additionalProperties": false, + "definitions": { + "EndpointConfiguration": { + "additionalProperties": false, + "properties": { + "Types": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcEndpointIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "S3Location": { + "additionalProperties": false, + "properties": { + "Bucket": { + "type": "string" + }, + "ETag": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/RestApiId" + ], + "properties": { + "ApiKeySourceType": { + "enum": [ + "AUTHORIZER", + "HEADER" + ], + "type": "string" + }, + "BinaryMediaTypes": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Body": { + "type": [ + "object", + "string" + ] + }, + "BodyS3Location": { + "$ref": "#/definitions/S3Location" + }, + "CloneFrom": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "DisableExecuteApiEndpoint": { + "type": "boolean" + }, + "EndpointConfiguration": { + "$ref": "#/definitions/EndpointConfiguration" + }, + "FailOnWarnings": { + "type": "boolean" + }, + "MinimumCompressionSize": { + "type": "integer" + }, + "Mode": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "additionalProperties": false, + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": [ + "object", + "string" + ] + }, + "Policy": { + "type": [ + "object", + "string" + ] + }, + "RestApiId": { + "type": "string" + }, + "RootResourceId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/RestApiId", + "/properties/RootResourceId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ApiGateway::RestApi", + "writeOnlyProperties": [ + "/properties/Body", + "/properties/BodyS3Location", + "/properties/CloneFrom", + "/properties/FailOnWarnings", + "/properties/Mode", + "/properties/Parameters" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-apigateway-vpclink.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-apigateway-vpclink.json new file mode 100644 index 0000000000000000000000000000000000000000..39b88e0fb7bdd2991a0444f36226c46493b5d291 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-apigateway-vpclink.json @@ -0,0 +1,60 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/TargetArns" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TargetArns": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "TargetArns", + "Name" + ], + "typeName": "AWS::ApiGateway::VpcLink" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-applicationautoscaling-scalabletarget.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-applicationautoscaling-scalabletarget.json new file mode 100644 index 0000000000000000000000000000000000000000..7cc97d6dc6cfb944476307802a8f67c78655c43d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-applicationautoscaling-scalabletarget.json @@ -0,0 +1,155 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ResourceId", + "/properties/ScalableDimension", + "/properties/ServiceNamespace" + ], + "definitions": { + "ScalableTargetAction": { + "additionalProperties": false, + "properties": { + "MaxCapacity": { + "type": "integer" + }, + "MinCapacity": { + "type": "integer" + } + }, + "type": "object" + }, + "ScheduledAction": { + "additionalProperties": false, + "properties": { + "EndTime": { + "type": "string" + }, + "ScalableTargetAction": { + "$ref": "#/definitions/ScalableTargetAction" + }, + "Schedule": { + "type": "string" + }, + "ScheduledActionName": { + "type": "string" + }, + "StartTime": { + "type": "string" + }, + "Timezone": { + "type": "string" + } + }, + "required": [ + "ScheduledActionName", + "Schedule" + ], + "type": "object" + }, + "SuspendedState": { + "additionalProperties": false, + "properties": { + "DynamicScalingInSuspended": { + "type": "boolean" + }, + "DynamicScalingOutSuspended": { + "type": "boolean" + }, + "ScheduledScalingSuspended": { + "type": "boolean" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "MaxCapacity": { + "type": "integer" + }, + "MinCapacity": { + "type": "integer" + }, + "ResourceId": { + "type": "string" + }, + "RoleARN": { + "type": "string" + }, + "ScalableDimension": { + "enum": [ + "appstream:fleet:DesiredCapacity", + "cassandra:table:ReadCapacityUnits", + "cassandra:table:WriteCapacityUnits", + "comprehend:document-classifier-endpoint:DesiredInferenceUnits", + "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", + "custom-resource:ResourceType:Property", + "dynamodb:index:ReadCapacityUnits", + "dynamodb:index:WriteCapacityUnits", + "dynamodb:table:ReadCapacityUnits", + "dynamodb:table:WriteCapacityUnits", + "ec2:spot-fleet-request:TargetCapacity", + "ecs:service:DesiredCount", + "elasticache:replication-group:NodeGroups", + "elasticache:replication-group:Replicas", + "elasticmapreduce:instancegroup:InstanceCount", + "kafka:broker-storage:VolumeSize", + "lambda:function:ProvisionedConcurrency", + "neptune:cluster:ReadReplicaCount", + "rds:cluster:ReadReplicaCount", + "sagemaker:inference-component:DesiredCopyCount", + "sagemaker:variant:DesiredInstanceCount", + "sagemaker:variant:DesiredProvisionedConcurrency", + "workspaces:workspacespool:DesiredUserSessions" + ], + "type": "string" + }, + "ScheduledActions": { + "items": { + "$ref": "#/definitions/ScheduledAction" + }, + "type": "array", + "uniqueItems": true + }, + "ServiceNamespace": { + "enum": [ + "appstream", + "cassandra", + "comprehend", + "custom-resource", + "dynamodb", + "ec2", + "ecs", + "elasticache", + "elasticmapreduce", + "kafka", + "lambda", + "neptune", + "rds", + "sagemaker", + "workspaces" + ], + "type": "string" + }, + "SuspendedState": { + "$ref": "#/definitions/SuspendedState" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ResourceId", + "ServiceNamespace", + "ScalableDimension", + "MinCapacity", + "RoleARN", + "MaxCapacity" + ], + "typeName": "AWS::ApplicationAutoScaling::ScalableTarget" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-appsync-datasource.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-appsync-datasource.json new file mode 100644 index 0000000000000000000000000000000000000000..465e8de1f58b694d006124dfedc5909b0c979ddb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-appsync-datasource.json @@ -0,0 +1,270 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApiId", + "/properties/Name" + ], + "definitions": { + "AuthorizationConfig": { + "additionalProperties": false, + "properties": { + "AuthorizationType": { + "enum": [ + "AWS_IAM" + ], + "type": "string" + }, + "AwsIamConfig": { + "$ref": "#/definitions/AwsIamConfig" + } + }, + "required": [ + "AuthorizationType" + ], + "type": "object" + }, + "AwsIamConfig": { + "additionalProperties": false, + "properties": { + "SigningRegion": { + "type": "string" + }, + "SigningServiceName": { + "type": "string" + } + }, + "type": "object" + }, + "DeltaSyncConfig": { + "additionalProperties": false, + "properties": { + "BaseTableTTL": { + "type": "string" + }, + "DeltaSyncTableName": { + "type": "string" + }, + "DeltaSyncTableTTL": { + "type": "string" + } + }, + "required": [ + "BaseTableTTL", + "DeltaSyncTableTTL", + "DeltaSyncTableName" + ], + "type": "object" + }, + "DynamoDBConfig": { + "additionalProperties": false, + "properties": { + "AwsRegion": { + "type": "string" + }, + "DeltaSyncConfig": { + "$ref": "#/definitions/DeltaSyncConfig" + }, + "TableName": { + "type": "string" + }, + "UseCallerCredentials": { + "type": "boolean" + }, + "Versioned": { + "type": "boolean" + } + }, + "required": [ + "TableName", + "AwsRegion" + ], + "type": "object" + }, + "ElasticsearchConfig": { + "additionalProperties": false, + "properties": { + "AwsRegion": { + "type": "string" + }, + "Endpoint": { + "type": "string" + } + }, + "required": [ + "AwsRegion", + "Endpoint" + ], + "type": "object" + }, + "EventBridgeConfig": { + "additionalProperties": false, + "properties": { + "EventBusArn": { + "type": "string" + } + }, + "required": [ + "EventBusArn" + ], + "type": "object" + }, + "HttpConfig": { + "additionalProperties": false, + "properties": { + "AuthorizationConfig": { + "$ref": "#/definitions/AuthorizationConfig" + }, + "Endpoint": { + "type": "string" + } + }, + "required": [ + "Endpoint" + ], + "type": "object" + }, + "LambdaConfig": { + "additionalProperties": false, + "properties": { + "LambdaFunctionArn": { + "type": "string" + } + }, + "required": [ + "LambdaFunctionArn" + ], + "type": "object" + }, + "OpenSearchServiceConfig": { + "additionalProperties": false, + "properties": { + "AwsRegion": { + "type": "string" + }, + "Endpoint": { + "type": "string" + } + }, + "required": [ + "AwsRegion", + "Endpoint" + ], + "type": "object" + }, + "RdsHttpEndpointConfig": { + "additionalProperties": false, + "properties": { + "AwsRegion": { + "type": "string" + }, + "AwsSecretStoreArn": { + "type": "string" + }, + "DatabaseName": { + "type": "string" + }, + "DbClusterIdentifier": { + "type": "string" + }, + "Schema": { + "type": "string" + } + }, + "required": [ + "AwsRegion", + "DbClusterIdentifier", + "AwsSecretStoreArn" + ], + "type": "object" + }, + "RelationalDatabaseConfig": { + "additionalProperties": false, + "properties": { + "RdsHttpEndpointConfig": { + "$ref": "#/definitions/RdsHttpEndpointConfig" + }, + "RelationalDatabaseSourceType": { + "enum": [ + "RDS_HTTP_ENDPOINT" + ], + "type": "string" + } + }, + "required": [ + "RelationalDatabaseSourceType" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApiId": { + "type": "string" + }, + "DataSourceArn": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "DynamoDBConfig": { + "$ref": "#/definitions/DynamoDBConfig" + }, + "ElasticsearchConfig": { + "$ref": "#/definitions/ElasticsearchConfig" + }, + "EventBridgeConfig": { + "$ref": "#/definitions/EventBridgeConfig" + }, + "HttpConfig": { + "$ref": "#/definitions/HttpConfig" + }, + "Id": { + "type": "string" + }, + "LambdaConfig": { + "$ref": "#/definitions/LambdaConfig" + }, + "MetricsConfig": { + "type": "string" + }, + "Name": { + "pattern": "[_A-Za-z][_0-9A-Za-z]*", + "type": "string" + }, + "OpenSearchServiceConfig": { + "$ref": "#/definitions/OpenSearchServiceConfig" + }, + "RelationalDatabaseConfig": { + "$ref": "#/definitions/RelationalDatabaseConfig" + }, + "ServiceRoleArn": { + "type": "string" + }, + "Type": { + "enum": [ + "AMAZON_DYNAMODB", + "AMAZON_ELASTICSEARCH", + "AMAZON_EVENTBRIDGE", + "AMAZON_OPENSEARCH_SERVICE", + "AWS_LAMBDA", + "HTTP", + "NONE", + "RELATIONAL_DATABASE" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/DataSourceArn" + ], + "required": [ + "Type", + "ApiId", + "Name" + ], + "typeName": "AWS::AppSync::DataSource" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-appsync-graphqlapi.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-appsync-graphqlapi.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3634abdfe456268e43a02a91513b71950b4738 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-appsync-graphqlapi.json @@ -0,0 +1,302 @@ +{ + "additionalProperties": false, + "definitions": { + "AdditionalAuthenticationProvider": { + "additionalProperties": false, + "properties": { + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "UserPoolConfig": { + "$ref": "#/definitions/CognitoUserPoolConfig" + } + }, + "required": [ + "AuthenticationType" + ], + "type": "object" + }, + "CognitoUserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + }, + "EnhancedMetricsConfig": { + "additionalProperties": false, + "properties": { + "DataSourceLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_DATA_SOURCE_METRICS", + "PER_DATA_SOURCE_METRICS" + ], + "type": "string" + }, + "OperationLevelMetricsConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "ResolverLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_RESOLVER_METRICS", + "PER_RESOLVER_METRICS" + ], + "type": "string" + } + }, + "required": [ + "OperationLevelMetricsConfig", + "ResolverLevelMetricsBehavior", + "DataSourceLevelMetricsBehavior" + ], + "type": "object" + }, + "LambdaAuthorizerConfig": { + "additionalProperties": false, + "properties": { + "AuthorizerResultTtlInSeconds": { + "type": "number" + }, + "AuthorizerUri": { + "type": "string" + }, + "IdentityValidationExpression": { + "type": "string" + } + }, + "type": "object" + }, + "LogConfig": { + "additionalProperties": false, + "properties": { + "CloudWatchLogsRoleArn": { + "type": "string" + }, + "ExcludeVerboseContent": { + "type": "boolean" + }, + "FieldLogLevel": { + "enum": [ + "ALL", + "DEBUG", + "ERROR", + "INFO", + "NONE" + ], + "type": "string" + } + }, + "type": "object" + }, + "OpenIDConnectConfig": { + "additionalProperties": false, + "properties": { + "AuthTTL": { + "type": "number" + }, + "ClientId": { + "type": "string" + }, + "IatTTL": { + "type": "number" + }, + "Issuer": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "UserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "DefaultAction": { + "enum": [ + "ALLOW", + "DENY" + ], + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AdditionalAuthenticationProviders": { + "items": { + "$ref": "#/definitions/AdditionalAuthenticationProvider" + }, + "type": "array", + "uniqueItems": false + }, + "ApiId": { + "type": "string" + }, + "ApiType": { + "enum": [ + "GRAPHQL", + "MERGED" + ], + "type": "string" + }, + "Arn": { + "type": "string" + }, + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "EnhancedMetricsConfig": { + "$ref": "#/definitions/EnhancedMetricsConfig" + }, + "EnvironmentVariables": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "GraphQLDns": { + "type": "string" + }, + "GraphQLEndpointArn": { + "type": "string" + }, + "GraphQLUrl": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "IntrospectionConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "LogConfig": { + "$ref": "#/definitions/LogConfig" + }, + "MergedApiExecutionRoleArn": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "OwnerContact": { + "type": "string" + }, + "QueryDepthLimit": { + "type": "integer" + }, + "RealtimeDns": { + "type": "string" + }, + "RealtimeUrl": { + "type": "string" + }, + "ResolverCountLimit": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserPoolConfig": { + "$ref": "#/definitions/UserPoolConfig" + }, + "Visibility": { + "enum": [ + "GLOBAL", + "PRIVATE" + ], + "type": "string" + }, + "XrayEnabled": { + "type": "boolean" + } + }, + "readOnlyProperties": [ + "/properties/ApiId", + "/properties/GraphQLEndpointArn", + "/properties/Id", + "/properties/GraphQLDns", + "/properties/GraphQLUrl", + "/properties/RealtimeDns", + "/properties/RealtimeUrl", + "/properties/Arn" + ], + "required": [ + "Name", + "AuthenticationType" + ], + "typeName": "AWS::AppSync::GraphQLApi" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-launchconfiguration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-launchconfiguration.json new file mode 100644 index 0000000000000000000000000000000000000000..944f5608adda07fe05ea7b7a1918169cc5d57d44 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-launchconfiguration.json @@ -0,0 +1,199 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/RamDiskId", + "/properties/InstanceType", + "/properties/InstanceMonitoring", + "/properties/ImageId", + "/properties/BlockDeviceMappings", + "/properties/SpotPrice", + "/properties/ClassicLinkVPCId", + "/properties/InstanceId", + "/properties/KeyName", + "/properties/PlacementTenancy", + "/properties/LaunchConfigurationName", + "/properties/IamInstanceProfile", + "/properties/UserData", + "/properties/AssociatePublicIpAddress", + "/properties/KernelId", + "/properties/EbsOptimized", + "/properties/SecurityGroups", + "/properties/MetadataOptions", + "/properties/ClassicLinkVPCSecurityGroups" + ], + "definitions": { + "BlockDevice": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "SnapshotId": { + "type": "string" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/BlockDevice" + }, + "NoDevice": { + "type": "boolean" + }, + "VirtualName": { + "type": "string" + } + }, + "required": [ + "DeviceName" + ], + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "MetadataOptions": { + "additionalProperties": false, + "properties": { + "HttpEndpoint": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpPutResponseHopLimit": { + "type": "integer" + }, + "HttpTokens": { + "enum": [ + "optional", + "required" + ], + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AssociatePublicIpAddress": { + "type": "boolean" + }, + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": true + }, + "ClassicLinkVPCId": { + "type": "string" + }, + "ClassicLinkVPCSecurityGroups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "EbsOptimized": { + "type": "boolean" + }, + "IamInstanceProfile": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "ImageId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "InstanceId": { + "type": "string" + }, + "InstanceMonitoring": { + "type": "boolean" + }, + "InstanceType": { + "type": "string" + }, + "KernelId": { + "type": "string" + }, + "KeyName": { + "type": "string" + }, + "LaunchConfigurationName": { + "type": "string" + }, + "MetadataOptions": { + "$ref": "#/definitions/MetadataOptions" + }, + "PlacementTenancy": { + "type": "string" + }, + "RamDiskId": { + "type": "string" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SpotPrice": { + "type": "string" + }, + "UserData": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ImageId", + "InstanceType" + ], + "typeName": "AWS::AutoScaling::LaunchConfiguration" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-lifecyclehook.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-lifecyclehook.json new file mode 100644 index 0000000000000000000000000000000000000000..cfe7bde60db9f969f849ee7e9535089081bff798 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-lifecyclehook.json @@ -0,0 +1,57 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AutoScalingGroupName", + "/properties/LifecycleHookName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AutoScalingGroupName": { + "type": "string" + }, + "DefaultResult": { + "enum": [ + "ABANDON", + "CONTINUE" + ], + "type": "string" + }, + "HeartbeatTimeout": { + "type": "integer" + }, + "Id": { + "type": "string" + }, + "LifecycleHookName": { + "pattern": "[A-Za-z0-9\\-_\\/]+", + "type": "string" + }, + "LifecycleTransition": { + "enum": [ + "autoscaling:EC2_INSTANCE_LAUNCHING", + "autoscaling:EC2_INSTANCE_TERMINATING" + ], + "type": "string" + }, + "NotificationMetadata": { + "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007e]+", + "type": "string" + }, + "NotificationTargetARN": { + "type": "string" + }, + "RoleARN": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "LifecycleTransition", + "AutoScalingGroupName" + ], + "typeName": "AWS::AutoScaling::LifecycleHook" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-scalingpolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-scalingpolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..67ffb4080cb34b037fe89b1b289593f62a0ce5a6 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-scalingpolicy.json @@ -0,0 +1,429 @@ +{ + "additionalProperties": false, + "definitions": { + "CustomizedMetricSpecification": { + "additionalProperties": false, + "properties": { + "Dimensions": { + "items": { + "$ref": "#/definitions/MetricDimension" + }, + "type": "array", + "uniqueItems": true + }, + "MetricName": { + "type": "string" + }, + "Namespace": { + "type": "string" + }, + "Statistic": { + "enum": [ + "Average", + "Maximum", + "Minimum", + "SampleCount", + "Sum" + ], + "type": "string" + }, + "Unit": { + "type": "string" + } + }, + "required": [ + "MetricName", + "Statistic", + "Namespace" + ], + "type": "object" + }, + "Metric": { + "additionalProperties": false, + "properties": { + "Dimensions": { + "items": { + "$ref": "#/definitions/MetricDimension" + }, + "type": "array", + "uniqueItems": true + }, + "MetricName": { + "type": "string" + }, + "Namespace": { + "type": "string" + } + }, + "required": [ + "MetricName", + "Namespace" + ], + "type": "object" + }, + "MetricDataQuery": { + "additionalProperties": false, + "properties": { + "Expression": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Label": { + "type": "string" + }, + "MetricStat": { + "$ref": "#/definitions/MetricStat" + }, + "ReturnData": { + "type": "boolean" + } + }, + "required": [ + "Id" + ], + "type": "object" + }, + "MetricDimension": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Name" + ], + "type": "object" + }, + "MetricStat": { + "additionalProperties": false, + "properties": { + "Metric": { + "$ref": "#/definitions/Metric" + }, + "Stat": { + "type": "string" + }, + "Unit": { + "type": "string" + } + }, + "required": [ + "Stat", + "Metric" + ], + "type": "object" + }, + "PredefinedMetricSpecification": { + "additionalProperties": false, + "properties": { + "PredefinedMetricType": { + "enum": [ + "ALBRequestCountPerTarget", + "ASGAverageCPUUtilization", + "ASGAverageNetworkIn", + "ASGAverageNetworkOut" + ], + "type": "string" + }, + "ResourceLabel": { + "type": "string" + } + }, + "required": [ + "PredefinedMetricType" + ], + "type": "object" + }, + "PredictiveScalingConfiguration": { + "additionalProperties": false, + "properties": { + "MaxCapacityBreachBehavior": { + "enum": [ + "HonorMaxCapacity", + "IncreaseMaxCapacity" + ], + "type": "string" + }, + "MaxCapacityBuffer": { + "type": "integer" + }, + "MetricSpecifications": { + "items": { + "$ref": "#/definitions/PredictiveScalingMetricSpecification" + }, + "type": "array", + "uniqueItems": true + }, + "Mode": { + "enum": [ + "ForecastAndScale", + "ForecastOnly" + ], + "type": "string" + }, + "SchedulingBufferTime": { + "type": "integer" + } + }, + "required": [ + "MetricSpecifications" + ], + "type": "object" + }, + "PredictiveScalingCustomizedCapacityMetric": { + "additionalProperties": false, + "properties": { + "MetricDataQueries": { + "items": { + "$ref": "#/definitions/MetricDataQuery" + }, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "MetricDataQueries" + ], + "type": "object" + }, + "PredictiveScalingCustomizedLoadMetric": { + "additionalProperties": false, + "properties": { + "MetricDataQueries": { + "items": { + "$ref": "#/definitions/MetricDataQuery" + }, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "MetricDataQueries" + ], + "type": "object" + }, + "PredictiveScalingCustomizedScalingMetric": { + "additionalProperties": false, + "properties": { + "MetricDataQueries": { + "items": { + "$ref": "#/definitions/MetricDataQuery" + }, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "MetricDataQueries" + ], + "type": "object" + }, + "PredictiveScalingMetricSpecification": { + "additionalProperties": false, + "properties": { + "CustomizedCapacityMetricSpecification": { + "$ref": "#/definitions/PredictiveScalingCustomizedCapacityMetric" + }, + "CustomizedLoadMetricSpecification": { + "$ref": "#/definitions/PredictiveScalingCustomizedLoadMetric" + }, + "CustomizedScalingMetricSpecification": { + "$ref": "#/definitions/PredictiveScalingCustomizedScalingMetric" + }, + "PredefinedLoadMetricSpecification": { + "$ref": "#/definitions/PredictiveScalingPredefinedLoadMetric" + }, + "PredefinedMetricPairSpecification": { + "$ref": "#/definitions/PredictiveScalingPredefinedMetricPair" + }, + "PredefinedScalingMetricSpecification": { + "$ref": "#/definitions/PredictiveScalingPredefinedScalingMetric" + }, + "TargetValue": { + "type": "number" + } + }, + "required": [ + "TargetValue" + ], + "type": "object" + }, + "PredictiveScalingPredefinedLoadMetric": { + "additionalProperties": false, + "properties": { + "PredefinedMetricType": { + "enum": [ + "ALBTargetGroupRequestCount", + "ASGTotalCPUUtilization", + "ASGTotalNetworkIn", + "ASGTotalNetworkOut" + ], + "type": "string" + }, + "ResourceLabel": { + "type": "string" + } + }, + "required": [ + "PredefinedMetricType" + ], + "type": "object" + }, + "PredictiveScalingPredefinedMetricPair": { + "additionalProperties": false, + "properties": { + "PredefinedMetricType": { + "enum": [ + "ALBRequestCount", + "ASGCPUUtilization", + "ASGNetworkIn", + "ASGNetworkOut" + ], + "type": "string" + }, + "ResourceLabel": { + "type": "string" + } + }, + "required": [ + "PredefinedMetricType" + ], + "type": "object" + }, + "PredictiveScalingPredefinedScalingMetric": { + "additionalProperties": false, + "properties": { + "PredefinedMetricType": { + "enum": [ + "ALBRequestCountPerTarget", + "ASGAverageCPUUtilization", + "ASGAverageNetworkIn", + "ASGAverageNetworkOut" + ], + "type": "string" + }, + "ResourceLabel": { + "type": "string" + } + }, + "required": [ + "PredefinedMetricType" + ], + "type": "object" + }, + "StepAdjustment": { + "additionalProperties": false, + "properties": { + "MetricIntervalLowerBound": { + "type": "number" + }, + "MetricIntervalUpperBound": { + "type": "number" + }, + "ScalingAdjustment": { + "type": "integer" + } + }, + "required": [ + "ScalingAdjustment" + ], + "type": "object" + }, + "TargetTrackingConfiguration": { + "additionalProperties": false, + "properties": { + "CustomizedMetricSpecification": { + "$ref": "#/definitions/CustomizedMetricSpecification" + }, + "DisableScaleIn": { + "type": "boolean" + }, + "PredefinedMetricSpecification": { + "$ref": "#/definitions/PredefinedMetricSpecification" + }, + "TargetValue": { + "type": "number" + } + }, + "required": [ + "TargetValue" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AdjustmentType": { + "enum": [ + "ChangeInCapacity", + "ExactCapacity", + "PercentChangeInCapacity" + ], + "type": "string" + }, + "AutoScalingGroupName": { + "type": "string" + }, + "Cooldown": { + "type": "string" + }, + "EstimatedInstanceWarmup": { + "type": "integer" + }, + "Id": { + "type": "string" + }, + "MetricAggregationType": { + "enum": [ + "Average", + "Maximum", + "Minimum" + ], + "type": "string" + }, + "MinAdjustmentMagnitude": { + "type": "integer" + }, + "PolicyType": { + "enum": [ + "PredictiveScaling", + "SimpleScaling", + "StepScaling", + "TargetTrackingScaling" + ], + "type": "string" + }, + "PredictiveScalingConfiguration": { + "$ref": "#/definitions/PredictiveScalingConfiguration" + }, + "ScalingAdjustment": { + "type": "integer" + }, + "StepAdjustments": { + "items": { + "$ref": "#/definitions/StepAdjustment" + }, + "type": "array", + "uniqueItems": true + }, + "TargetTrackingConfiguration": { + "$ref": "#/definitions/TargetTrackingConfiguration" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "AutoScalingGroupName" + ], + "typeName": "AWS::AutoScaling::ScalingPolicy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-scheduledaction.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-scheduledaction.json new file mode 100644 index 0000000000000000000000000000000000000000..83365d23c037d6469146565cf4f5d23debe8379f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-autoscaling-scheduledaction.json @@ -0,0 +1,45 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AutoScalingGroupName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AutoScalingGroupName": { + "type": "string" + }, + "DesiredCapacity": { + "type": "integer" + }, + "EndTime": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "MaxSize": { + "type": "integer" + }, + "MinSize": { + "type": "integer" + }, + "Recurrence": { + "type": "string" + }, + "StartTime": { + "type": "string" + }, + "TimeZone": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "AutoScalingGroupName" + ], + "typeName": "AWS::AutoScaling::ScheduledAction" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-cloudformation-waitcondition.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-cloudformation-waitcondition.json new file mode 100644 index 0000000000000000000000000000000000000000..a95be9629ad1040b38a26158409f0c240815d89d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-cloudformation-waitcondition.json @@ -0,0 +1,32 @@ +{ + "additionalProperties": false, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Count": { + "type": "integer" + }, + "Data": { + "type": [ + "object" + ] + }, + "Handle": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Timeout": { + "maximum": 43200, + "minimum": 0, + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Data" + ], + "typeName": "AWS::CloudFormation::WaitCondition" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-codepipeline-customactiontype.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-codepipeline-customactiontype.json new file mode 100644 index 0000000000000000000000000000000000000000..3e3c3f35972efafcab2c3a84b0658ee70b64fd00 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-codepipeline-customactiontype.json @@ -0,0 +1,164 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ConfigurationProperties", + "/properties/OutputArtifactDetails", + "/properties/Version", + "/properties/InputArtifactDetails", + "/properties/Settings", + "/properties/Provider", + "/properties/Category" + ], + "definitions": { + "ArtifactDetails": { + "additionalProperties": false, + "properties": { + "MaximumCount": { + "type": "integer" + }, + "MinimumCount": { + "type": "integer" + } + }, + "required": [ + "MinimumCount", + "MaximumCount" + ], + "type": "object" + }, + "ConfigurationProperties": { + "additionalProperties": false, + "properties": { + "Description": { + "type": "string" + }, + "Key": { + "type": "boolean" + }, + "Name": { + "type": "string" + }, + "Queryable": { + "type": "boolean" + }, + "Required": { + "type": "boolean" + }, + "Secret": { + "type": "boolean" + }, + "Type": { + "enum": [ + "Boolean", + "Number", + "String" + ], + "type": "string" + } + }, + "required": [ + "Secret", + "Required", + "Key", + "Name" + ], + "type": "object" + }, + "Settings": { + "additionalProperties": false, + "properties": { + "EntityUrlTemplate": { + "type": "string" + }, + "ExecutionUrlTemplate": { + "type": "string" + }, + "RevisionUrlTemplate": { + "type": "string" + }, + "ThirdPartyConfigurationUrl": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Category": { + "enum": [ + "Approval", + "Build", + "Compute", + "Deploy", + "Invoke", + "Source", + "Test" + ], + "type": "string" + }, + "ConfigurationProperties": { + "items": { + "$ref": "#/definitions/ConfigurationProperties" + }, + "type": "array", + "uniqueItems": true + }, + "Id": { + "type": "string" + }, + "InputArtifactDetails": { + "$ref": "#/definitions/ArtifactDetails" + }, + "OutputArtifactDetails": { + "$ref": "#/definitions/ArtifactDetails" + }, + "Provider": { + "pattern": "[0-9A-Za-z_-]+", + "type": "string" + }, + "Settings": { + "$ref": "#/definitions/Settings" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Version": { + "pattern": "[0-9A-Za-z_-]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Category", + "InputArtifactDetails", + "Version", + "OutputArtifactDetails", + "Provider" + ], + "typeName": "AWS::CodePipeline::CustomActionType" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-datapipeline-pipeline.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-datapipeline-pipeline.json new file mode 100644 index 0000000000000000000000000000000000000000..c6796b2ea1e971e076a2040502b6516ab5fd456b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-datapipeline-pipeline.json @@ -0,0 +1,172 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Field": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "RefValue": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + }, + "ParameterAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "StringValue", + "Key" + ], + "type": "object" + }, + "ParameterObject": { + "additionalProperties": false, + "properties": { + "Attributes": { + "items": { + "$ref": "#/definitions/ParameterAttribute" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "required": [ + "Attributes", + "Id" + ], + "type": "object" + }, + "ParameterValue": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Id", + "StringValue" + ], + "type": "object" + }, + "PipelineObject": { + "additionalProperties": false, + "properties": { + "Fields": { + "items": { + "$ref": "#/definitions/Field" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Fields", + "Id", + "Name" + ], + "type": "object" + }, + "PipelineTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Activate": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ParameterObjects": { + "items": { + "$ref": "#/definitions/ParameterObject" + }, + "type": "array", + "uniqueItems": false + }, + "ParameterValues": { + "items": { + "$ref": "#/definitions/ParameterValue" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineObjects": { + "items": { + "$ref": "#/definitions/PipelineObject" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineTags": { + "items": { + "$ref": "#/definitions/PipelineTag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ParameterObjects", + "Name" + ], + "typeName": "AWS::DataPipeline::Pipeline" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-directoryservice-microsoftad.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-directoryservice-microsoftad.json new file mode 100644 index 0000000000000000000000000000000000000000..16431658a0ac9e8f4457a87b8c93d80b0e475947 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-directoryservice-microsoftad.json @@ -0,0 +1,88 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/VpcSettings", + "/properties/Edition", + "/properties/Name", + "/properties/Password", + "/properties/ShortName", + "/properties/CreateAlias" + ], + "definitions": { + "VpcSettings": { + "additionalProperties": false, + "properties": { + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "required": [ + "VpcId", + "SubnetIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Alias": { + "type": "string" + }, + "CreateAlias": { + "type": "boolean" + }, + "DnsIpAddresses": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Edition": { + "enum": [ + "Enterprise", + "Standard" + ], + "type": "string" + }, + "EnableSso": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "ShortName": { + "type": "string" + }, + "VpcSettings": { + "$ref": "#/definitions/VpcSettings" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Alias", + "/properties/DnsIpAddresses" + ], + "required": [ + "VpcSettings", + "Name", + "Password" + ], + "typeName": "AWS::DirectoryService::MicrosoftAD" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-directoryservice-simplead.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-directoryservice-simplead.json new file mode 100644 index 0000000000000000000000000000000000000000..56e25c97d8f19384343d7d415cb2a08e1b4101f0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-directoryservice-simplead.json @@ -0,0 +1,99 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Size", + "/properties/VpcSettings", + "/properties/Name", + "/properties/Password", + "/properties/ShortName", + "/properties/Description", + "/properties/CreateAlias" + ], + "definitions": { + "VpcSettings": { + "additionalProperties": false, + "properties": { + "SubnetIds": { + "items": { + "pattern": "^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "pattern": "^(vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17})$", + "type": "string" + } + }, + "required": [ + "VpcId", + "SubnetIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Alias": { + "type": "string" + }, + "CreateAlias": { + "type": "boolean" + }, + "Description": { + "pattern": "^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$", + "type": "string" + }, + "DnsIpAddresses": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "EnableSso": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "Name": { + "pattern": "^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$", + "type": "string" + }, + "Password": { + "pattern": "(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9\\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\\s]))^.*", + "type": "string" + }, + "ShortName": { + "pattern": "^[^\\\\/:*?\"<>|.]+[^\\\\/:*?\"<>|]*$", + "type": "string" + }, + "Size": { + "enum": [ + "Large", + "Small" + ], + "type": "string" + }, + "VpcSettings": { + "$ref": "#/definitions/VpcSettings" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Alias", + "/properties/DnsIpAddresses" + ], + "required": [ + "VpcSettings", + "Size", + "Name", + "Password" + ], + "typeName": "AWS::DirectoryService::SimpleAD" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-clientvpnauthorizationrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-clientvpnauthorizationrule.json new file mode 100644 index 0000000000000000000000000000000000000000..a47ceaa39c917efcc3f56632ad5eb497237b9c63 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-clientvpnauthorizationrule.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ClientVpnEndpointId", + "/properties/AccessGroupId", + "/properties/TargetNetworkCidr", + "/properties/AuthorizeAllGroups", + "/properties/Description" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AccessGroupId": { + "type": "string" + }, + "AuthorizeAllGroups": { + "type": "boolean" + }, + "ClientVpnEndpointId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "TargetNetworkCidr": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ClientVpnEndpointId", + "TargetNetworkCidr" + ], + "typeName": "AWS::EC2::ClientVpnAuthorizationRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-host.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-host.json new file mode 100644 index 0000000000000000000000000000000000000000..3f8a8acd6266e15a5ded5027972d6798c5743801 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-host.json @@ -0,0 +1,39 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/InstanceType", + "/properties/AvailabilityZone" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AutoPlacement": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "HostRecovery": { + "enum": [ + "off", + "on" + ], + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstanceType": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "AvailabilityZone", + "InstanceType" + ], + "typeName": "AWS::EC2::Host" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-launchtemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-launchtemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..0710635e300d0ff652ccaf2e20453c8588966904 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-launchtemplate.json @@ -0,0 +1,2086 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/LaunchTemplateName" + ], + "definitions": { + "AcceleratorCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "AcceleratorTotalMemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BaselineEbsBandwidthMbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/Ebs" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "CapacityReservationSpecification": { + "additionalProperties": false, + "properties": { + "CapacityReservationPreference": { + "enum": [ + "none", + "open" + ], + "type": "string" + }, + "CapacityReservationTarget": { + "$ref": "#/definitions/CapacityReservationTarget" + } + }, + "type": "object" + }, + "CapacityReservationTarget": { + "additionalProperties": false, + "properties": { + "CapacityReservationId": { + "type": "string" + }, + "CapacityReservationResourceGroupArn": { + "type": "string" + } + }, + "type": "object" + }, + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "CpuOptions": { + "additionalProperties": false, + "properties": { + "AmdSevSnp": { + "enum": [ + "enabled", + "disabled" + ], + "type": "string" + }, + "CoreCount": { + "type": "integer" + }, + "ThreadsPerCore": { + "type": "integer" + } + }, + "type": "object" + }, + "CreditSpecification": { + "additionalProperties": false, + "properties": { + "CpuCredits": { + "type": "string" + } + }, + "type": "object" + }, + "Ebs": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "KmsKeyId": { + "type": "string" + }, + "SnapshotId": { + "type": "string" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "ElasticGpuSpecification": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "EnaSrdSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdEnabled": { + "type": "boolean" + }, + "EnaSrdUdpSpecification": { + "$ref": "#/definitions/EnaSrdUdpSpecification" + } + }, + "type": "object" + }, + "EnaSrdUdpSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdUdpEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnclaveOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "HibernationOptions": { + "additionalProperties": false, + "properties": { + "Configured": { + "type": "boolean" + } + }, + "type": "object" + }, + "IamInstanceProfile": { + "additionalProperties": false, + "properties": { + "Arn": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "type": "object" + }, + "InstanceMarketOptions": { + "additionalProperties": false, + "properties": { + "MarketType": { + "enum": [ + "capacity-block", + "spot" + ], + "type": "string" + }, + "SpotOptions": { + "$ref": "#/definitions/SpotOptions" + } + }, + "type": "object" + }, + "InstanceRequirements": { + "additionalProperties": false, + "properties": { + "AcceleratorCount": { + "$ref": "#/definitions/AcceleratorCount" + }, + "AcceleratorManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "habana", + "nvidia", + "xilinx" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorNames": { + "items": { + "enum": [ + "a100", + "a10g", + "h100", + "inferentia", + "k520", + "k80", + "m60", + "radeon-pro-v520", + "t4", + "t4g", + "v100", + "vu9p" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorTotalMemoryMiB": { + "$ref": "#/definitions/AcceleratorTotalMemoryMiB" + }, + "AcceleratorTypes": { + "items": { + "enum": [ + "fpga", + "gpu", + "inference" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AllowedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "BareMetal": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "BaselineEbsBandwidthMbps": { + "$ref": "#/definitions/BaselineEbsBandwidthMbps" + }, + "BurstablePerformance": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "CpuManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "intel" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "ExcludedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InstanceGenerations": { + "items": { + "enum": [ + "current", + "previous" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "LocalStorage": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "LocalStorageTypes": { + "items": { + "enum": [ + "hdd", + "ssd" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": { + "type": "integer" + }, + "MemoryGiBPerVCpu": { + "$ref": "#/definitions/MemoryGiBPerVCpu" + }, + "MemoryMiB": { + "$ref": "#/definitions/MemoryMiB" + }, + "NetworkBandwidthGbps": { + "$ref": "#/definitions/NetworkBandwidthGbps" + }, + "NetworkInterfaceCount": { + "$ref": "#/definitions/NetworkInterfaceCount" + }, + "OnDemandMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "RequireHibernateSupport": { + "type": "boolean" + }, + "SpotMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "TotalLocalStorageGB": { + "$ref": "#/definitions/TotalLocalStorageGB" + }, + "VCpuCount": { + "$ref": "#/definitions/VCpuCount" + } + }, + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6Add": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateData": { + "additionalProperties": false, + "properties": { + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": false + }, + "CapacityReservationSpecification": { + "$ref": "#/definitions/CapacityReservationSpecification" + }, + "CpuOptions": { + "$ref": "#/definitions/CpuOptions" + }, + "CreditSpecification": { + "$ref": "#/definitions/CreditSpecification" + }, + "DisableApiStop": { + "type": "boolean" + }, + "DisableApiTermination": { + "type": "boolean" + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticGpuSpecifications": { + "items": { + "$ref": "#/definitions/ElasticGpuSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "ElasticInferenceAccelerators": { + "items": { + "$ref": "#/definitions/LaunchTemplateElasticInferenceAccelerator" + }, + "type": "array", + "uniqueItems": false + }, + "EnclaveOptions": { + "$ref": "#/definitions/EnclaveOptions" + }, + "HibernationOptions": { + "$ref": "#/definitions/HibernationOptions" + }, + "IamInstanceProfile": { + "$ref": "#/definitions/IamInstanceProfile" + }, + "ImageId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "InstanceInitiatedShutdownBehavior": { + "enum": [ + "stop", + "terminate" + ], + "type": "string" + }, + "InstanceMarketOptions": { + "$ref": "#/definitions/InstanceMarketOptions" + }, + "InstanceRequirements": { + "$ref": "#/definitions/InstanceRequirements" + }, + "InstanceType": { + "enum": [ + "a1.2xlarge", + "a1.4xlarge", + "a1.large", + "a1.medium", + "a1.metal", + "a1.xlarge", + "c1.medium", + "c1.xlarge", + "c3.2xlarge", + "c3.4xlarge", + "c3.8xlarge", + "c3.large", + "c3.xlarge", + "c4.2xlarge", + "c4.4xlarge", + "c4.8xlarge", + "c4.large", + "c4.xlarge", + "c5.12xlarge", + "c5.18xlarge", + "c5.24xlarge", + "c5.2xlarge", + "c5.4xlarge", + "c5.9xlarge", + "c5.large", + "c5.metal", + "c5.xlarge", + "c5a.12xlarge", + "c5a.16xlarge", + "c5a.24xlarge", + "c5a.2xlarge", + "c5a.4xlarge", + "c5a.8xlarge", + "c5a.large", + "c5a.xlarge", + "c5ad.12xlarge", + "c5ad.16xlarge", + "c5ad.24xlarge", + "c5ad.2xlarge", + "c5ad.4xlarge", + "c5ad.8xlarge", + "c5ad.large", + "c5ad.xlarge", + "c5d.12xlarge", + "c5d.18xlarge", + "c5d.24xlarge", + "c5d.2xlarge", + "c5d.4xlarge", + "c5d.9xlarge", + "c5d.large", + "c5d.metal", + "c5d.xlarge", + "c5n.18xlarge", + "c5n.2xlarge", + "c5n.4xlarge", + "c5n.9xlarge", + "c5n.large", + "c5n.metal", + "c5n.xlarge", + "c6a.12xlarge", + "c6a.16xlarge", + "c6a.24xlarge", + "c6a.2xlarge", + "c6a.32xlarge", + "c6a.48xlarge", + "c6a.4xlarge", + "c6a.8xlarge", + "c6a.large", + "c6a.metal", + "c6a.xlarge", + "c6g.12xlarge", + "c6g.16xlarge", + "c6g.2xlarge", + "c6g.4xlarge", + "c6g.8xlarge", + "c6g.large", + "c6g.medium", + "c6g.metal", + "c6g.xlarge", + "c6gd.12xlarge", + "c6gd.16xlarge", + "c6gd.2xlarge", + "c6gd.4xlarge", + "c6gd.8xlarge", + "c6gd.large", + "c6gd.medium", + "c6gd.metal", + "c6gd.xlarge", + "c6gn.12xlarge", + "c6gn.16xlarge", + "c6gn.2xlarge", + "c6gn.4xlarge", + "c6gn.8xlarge", + "c6gn.large", + "c6gn.medium", + "c6gn.xlarge", + "c6i.12xlarge", + "c6i.16xlarge", + "c6i.24xlarge", + "c6i.2xlarge", + "c6i.32xlarge", + "c6i.4xlarge", + "c6i.8xlarge", + "c6i.large", + "c6i.metal", + "c6i.xlarge", + "c6id.12xlarge", + "c6id.16xlarge", + "c6id.24xlarge", + "c6id.2xlarge", + "c6id.32xlarge", + "c6id.4xlarge", + "c6id.8xlarge", + "c6id.large", + "c6id.metal", + "c6id.xlarge", + "c6in.12xlarge", + "c6in.16xlarge", + "c6in.24xlarge", + "c6in.2xlarge", + "c6in.32xlarge", + "c6in.4xlarge", + "c6in.8xlarge", + "c6in.large", + "c6in.metal", + "c6in.xlarge", + "c7a.12xlarge", + "c7a.16xlarge", + "c7a.24xlarge", + "c7a.2xlarge", + "c7a.32xlarge", + "c7a.48xlarge", + "c7a.4xlarge", + "c7a.8xlarge", + "c7a.large", + "c7a.medium", + "c7a.metal-48xl", + "c7a.xlarge", + "c7g.12xlarge", + "c7g.16xlarge", + "c7g.2xlarge", + "c7g.4xlarge", + "c7g.8xlarge", + "c7g.large", + "c7g.medium", + "c7g.metal", + "c7g.xlarge", + "c7gd.12xlarge", + "c7gd.16xlarge", + "c7gd.2xlarge", + "c7gd.4xlarge", + "c7gd.8xlarge", + "c7gd.large", + "c7gd.medium", + "c7gd.metal", + "c7gd.xlarge", + "c7gn.12xlarge", + "c7gn.16xlarge", + "c7gn.2xlarge", + "c7gn.4xlarge", + "c7gn.8xlarge", + "c7gn.large", + "c7gn.medium", + "c7gn.metal", + "c7gn.xlarge", + "c7i-flex.2xlarge", + "c7i-flex.4xlarge", + "c7i-flex.8xlarge", + "c7i-flex.large", + "c7i-flex.xlarge", + "c7i.12xlarge", + "c7i.16xlarge", + "c7i.24xlarge", + "c7i.2xlarge", + "c7i.48xlarge", + "c7i.4xlarge", + "c7i.8xlarge", + "c7i.large", + "c7i.metal-24xl", + "c7i.metal-48xl", + "c7i.xlarge", + "c8g.12xlarge", + "c8g.16xlarge", + "c8g.24xlarge", + "c8g.2xlarge", + "c8g.48xlarge", + "c8g.4xlarge", + "c8g.8xlarge", + "c8g.large", + "c8g.medium", + "c8g.metal-24xl", + "c8g.metal-48xl", + "c8g.xlarge", + "cc1.4xlarge", + "cc2.8xlarge", + "cg1.4xlarge", + "cr1.8xlarge", + "d2.2xlarge", + "d2.4xlarge", + "d2.8xlarge", + "d2.xlarge", + "d3.2xlarge", + "d3.4xlarge", + "d3.8xlarge", + "d3.xlarge", + "d3en.12xlarge", + "d3en.2xlarge", + "d3en.4xlarge", + "d3en.6xlarge", + "d3en.8xlarge", + "d3en.xlarge", + "dl1.24xlarge", + "dl2q.24xlarge", + "f1.16xlarge", + "f1.2xlarge", + "f1.4xlarge", + "g2.2xlarge", + "g2.8xlarge", + "g3.16xlarge", + "g3.4xlarge", + "g3.8xlarge", + "g3s.xlarge", + "g4ad.16xlarge", + "g4ad.2xlarge", + "g4ad.4xlarge", + "g4ad.8xlarge", + "g4ad.xlarge", + "g4dn.12xlarge", + "g4dn.16xlarge", + "g4dn.2xlarge", + "g4dn.4xlarge", + "g4dn.8xlarge", + "g4dn.metal", + "g4dn.xlarge", + "g5.12xlarge", + "g5.16xlarge", + "g5.24xlarge", + "g5.2xlarge", + "g5.48xlarge", + "g5.4xlarge", + "g5.8xlarge", + "g5.xlarge", + "g5g.16xlarge", + "g5g.2xlarge", + "g5g.4xlarge", + "g5g.8xlarge", + "g5g.metal", + "g5g.xlarge", + "g6.12xlarge", + "g6.16xlarge", + "g6.24xlarge", + "g6.2xlarge", + "g6.48xlarge", + "g6.4xlarge", + "g6.8xlarge", + "g6.xlarge", + "g6e.12xlarge", + "g6e.16xlarge", + "g6e.24xlarge", + "g6e.2xlarge", + "g6e.48xlarge", + "g6e.4xlarge", + "g6e.8xlarge", + "g6e.xlarge", + "gr6.4xlarge", + "gr6.8xlarge", + "h1.16xlarge", + "h1.2xlarge", + "h1.4xlarge", + "h1.8xlarge", + "hi1.4xlarge", + "hpc6a.48xlarge", + "hpc6id.32xlarge", + "hpc7a.12xlarge", + "hpc7a.24xlarge", + "hpc7a.48xlarge", + "hpc7a.96xlarge", + "hpc7g.16xlarge", + "hpc7g.4xlarge", + "hpc7g.8xlarge", + "hs1.8xlarge", + "i2.2xlarge", + "i2.4xlarge", + "i2.8xlarge", + "i2.xlarge", + "i3.16xlarge", + "i3.2xlarge", + "i3.4xlarge", + "i3.8xlarge", + "i3.large", + "i3.metal", + "i3.xlarge", + "i3en.12xlarge", + "i3en.24xlarge", + "i3en.2xlarge", + "i3en.3xlarge", + "i3en.6xlarge", + "i3en.large", + "i3en.metal", + "i3en.xlarge", + "i4g.16xlarge", + "i4g.2xlarge", + "i4g.4xlarge", + "i4g.8xlarge", + "i4g.large", + "i4g.xlarge", + "i4i.12xlarge", + "i4i.16xlarge", + "i4i.24xlarge", + "i4i.2xlarge", + "i4i.32xlarge", + "i4i.4xlarge", + "i4i.8xlarge", + "i4i.large", + "i4i.metal", + "i4i.xlarge", + "im4gn.16xlarge", + "im4gn.2xlarge", + "im4gn.4xlarge", + "im4gn.8xlarge", + "im4gn.large", + "im4gn.xlarge", + "inf1.24xlarge", + "inf1.2xlarge", + "inf1.6xlarge", + "inf1.xlarge", + "inf2.24xlarge", + "inf2.48xlarge", + "inf2.8xlarge", + "inf2.xlarge", + "is4gen.2xlarge", + "is4gen.4xlarge", + "is4gen.8xlarge", + "is4gen.large", + "is4gen.medium", + "is4gen.xlarge", + "m1.large", + "m1.medium", + "m1.small", + "m1.xlarge", + "m2.2xlarge", + "m2.4xlarge", + "m2.xlarge", + "m3.2xlarge", + "m3.large", + "m3.medium", + "m3.xlarge", + "m4.10xlarge", + "m4.16xlarge", + "m4.2xlarge", + "m4.4xlarge", + "m4.large", + "m4.xlarge", + "m5.12xlarge", + "m5.16xlarge", + "m5.24xlarge", + "m5.2xlarge", + "m5.4xlarge", + "m5.8xlarge", + "m5.large", + "m5.metal", + "m5.xlarge", + "m5a.12xlarge", + "m5a.16xlarge", + "m5a.24xlarge", + "m5a.2xlarge", + "m5a.4xlarge", + "m5a.8xlarge", + "m5a.large", + "m5a.xlarge", + "m5ad.12xlarge", + "m5ad.16xlarge", + "m5ad.24xlarge", + "m5ad.2xlarge", + "m5ad.4xlarge", + "m5ad.8xlarge", + "m5ad.large", + "m5ad.xlarge", + "m5d.12xlarge", + "m5d.16xlarge", + "m5d.24xlarge", + "m5d.2xlarge", + "m5d.4xlarge", + "m5d.8xlarge", + "m5d.large", + "m5d.metal", + "m5d.xlarge", + "m5dn.12xlarge", + "m5dn.16xlarge", + "m5dn.24xlarge", + "m5dn.2xlarge", + "m5dn.4xlarge", + "m5dn.8xlarge", + "m5dn.large", + "m5dn.metal", + "m5dn.xlarge", + "m5n.12xlarge", + "m5n.16xlarge", + "m5n.24xlarge", + "m5n.2xlarge", + "m5n.4xlarge", + "m5n.8xlarge", + "m5n.large", + "m5n.metal", + "m5n.xlarge", + "m5zn.12xlarge", + "m5zn.2xlarge", + "m5zn.3xlarge", + "m5zn.6xlarge", + "m5zn.large", + "m5zn.metal", + "m5zn.xlarge", + "m6a.12xlarge", + "m6a.16xlarge", + "m6a.24xlarge", + "m6a.2xlarge", + "m6a.32xlarge", + "m6a.48xlarge", + "m6a.4xlarge", + "m6a.8xlarge", + "m6a.large", + "m6a.metal", + "m6a.xlarge", + "m6g.12xlarge", + "m6g.16xlarge", + "m6g.2xlarge", + "m6g.4xlarge", + "m6g.8xlarge", + "m6g.large", + "m6g.medium", + "m6g.metal", + "m6g.xlarge", + "m6gd.12xlarge", + "m6gd.16xlarge", + "m6gd.2xlarge", + "m6gd.4xlarge", + "m6gd.8xlarge", + "m6gd.large", + "m6gd.medium", + "m6gd.metal", + "m6gd.xlarge", + "m6i.12xlarge", + "m6i.16xlarge", + "m6i.24xlarge", + "m6i.2xlarge", + "m6i.32xlarge", + "m6i.4xlarge", + "m6i.8xlarge", + "m6i.large", + "m6i.metal", + "m6i.xlarge", + "m6id.12xlarge", + "m6id.16xlarge", + "m6id.24xlarge", + "m6id.2xlarge", + "m6id.32xlarge", + "m6id.4xlarge", + "m6id.8xlarge", + "m6id.large", + "m6id.metal", + "m6id.xlarge", + "m6idn.12xlarge", + "m6idn.16xlarge", + "m6idn.24xlarge", + "m6idn.2xlarge", + "m6idn.32xlarge", + "m6idn.4xlarge", + "m6idn.8xlarge", + "m6idn.large", + "m6idn.metal", + "m6idn.xlarge", + "m6in.12xlarge", + "m6in.16xlarge", + "m6in.24xlarge", + "m6in.2xlarge", + "m6in.32xlarge", + "m6in.4xlarge", + "m6in.8xlarge", + "m6in.large", + "m6in.metal", + "m6in.xlarge", + "m7a.12xlarge", + "m7a.16xlarge", + "m7a.24xlarge", + "m7a.2xlarge", + "m7a.32xlarge", + "m7a.48xlarge", + "m7a.4xlarge", + "m7a.8xlarge", + "m7a.large", + "m7a.medium", + "m7a.metal-48xl", + "m7a.xlarge", + "m7g.12xlarge", + "m7g.16xlarge", + "m7g.2xlarge", + "m7g.4xlarge", + "m7g.8xlarge", + "m7g.large", + "m7g.medium", + "m7g.metal", + "m7g.xlarge", + "m7gd.12xlarge", + "m7gd.16xlarge", + "m7gd.2xlarge", + "m7gd.4xlarge", + "m7gd.8xlarge", + "m7gd.large", + "m7gd.medium", + "m7gd.metal", + "m7gd.xlarge", + "m7i-flex.2xlarge", + "m7i-flex.4xlarge", + "m7i-flex.8xlarge", + "m7i-flex.large", + "m7i-flex.xlarge", + "m7i.12xlarge", + "m7i.16xlarge", + "m7i.24xlarge", + "m7i.2xlarge", + "m7i.48xlarge", + "m7i.4xlarge", + "m7i.8xlarge", + "m7i.large", + "m7i.metal-24xl", + "m7i.metal-48xl", + "m7i.xlarge", + "m8g.12xlarge", + "m8g.16xlarge", + "m8g.24xlarge", + "m8g.2xlarge", + "m8g.48xlarge", + "m8g.4xlarge", + "m8g.8xlarge", + "m8g.large", + "m8g.medium", + "m8g.metal-24xl", + "m8g.metal-48xl", + "m8g.xlarge", + "mac1.metal", + "mac2-m1ultra.metal", + "mac2-m2.metal", + "mac2-m2pro.metal", + "mac2.metal", + "p2.16xlarge", + "p2.8xlarge", + "p2.xlarge", + "p3.16xlarge", + "p3.2xlarge", + "p3.8xlarge", + "p3dn.24xlarge", + "p4d.24xlarge", + "p4de.24xlarge", + "p5.48xlarge", + "r3.2xlarge", + "r3.4xlarge", + "r3.8xlarge", + "r3.large", + "r3.xlarge", + "r4.16xlarge", + "r4.2xlarge", + "r4.4xlarge", + "r4.8xlarge", + "r4.large", + "r4.xlarge", + "r5.12xlarge", + "r5.16xlarge", + "r5.24xlarge", + "r5.2xlarge", + "r5.4xlarge", + "r5.8xlarge", + "r5.large", + "r5.metal", + "r5.xlarge", + "r5a.12xlarge", + "r5a.16xlarge", + "r5a.24xlarge", + "r5a.2xlarge", + "r5a.4xlarge", + "r5a.8xlarge", + "r5a.large", + "r5a.xlarge", + "r5ad.12xlarge", + "r5ad.16xlarge", + "r5ad.24xlarge", + "r5ad.2xlarge", + "r5ad.4xlarge", + "r5ad.8xlarge", + "r5ad.large", + "r5ad.xlarge", + "r5b.12xlarge", + "r5b.16xlarge", + "r5b.24xlarge", + "r5b.2xlarge", + "r5b.4xlarge", + "r5b.8xlarge", + "r5b.large", + "r5b.metal", + "r5b.xlarge", + "r5d.12xlarge", + "r5d.16xlarge", + "r5d.24xlarge", + "r5d.2xlarge", + "r5d.4xlarge", + "r5d.8xlarge", + "r5d.large", + "r5d.metal", + "r5d.xlarge", + "r5dn.12xlarge", + "r5dn.16xlarge", + "r5dn.24xlarge", + "r5dn.2xlarge", + "r5dn.4xlarge", + "r5dn.8xlarge", + "r5dn.large", + "r5dn.metal", + "r5dn.xlarge", + "r5n.12xlarge", + "r5n.16xlarge", + "r5n.24xlarge", + "r5n.2xlarge", + "r5n.4xlarge", + "r5n.8xlarge", + "r5n.large", + "r5n.metal", + "r5n.xlarge", + "r6a.12xlarge", + "r6a.16xlarge", + "r6a.24xlarge", + "r6a.2xlarge", + "r6a.32xlarge", + "r6a.48xlarge", + "r6a.4xlarge", + "r6a.8xlarge", + "r6a.large", + "r6a.metal", + "r6a.xlarge", + "r6g.12xlarge", + "r6g.16xlarge", + "r6g.2xlarge", + "r6g.4xlarge", + "r6g.8xlarge", + "r6g.large", + "r6g.medium", + "r6g.metal", + "r6g.xlarge", + "r6gd.12xlarge", + "r6gd.16xlarge", + "r6gd.2xlarge", + "r6gd.4xlarge", + "r6gd.8xlarge", + "r6gd.large", + "r6gd.medium", + "r6gd.metal", + "r6gd.xlarge", + "r6i.12xlarge", + "r6i.16xlarge", + "r6i.24xlarge", + "r6i.2xlarge", + "r6i.32xlarge", + "r6i.4xlarge", + "r6i.8xlarge", + "r6i.large", + "r6i.metal", + "r6i.xlarge", + "r6id.12xlarge", + "r6id.16xlarge", + "r6id.24xlarge", + "r6id.2xlarge", + "r6id.32xlarge", + "r6id.4xlarge", + "r6id.8xlarge", + "r6id.large", + "r6id.metal", + "r6id.xlarge", + "r6idn.12xlarge", + "r6idn.16xlarge", + "r6idn.24xlarge", + "r6idn.2xlarge", + "r6idn.32xlarge", + "r6idn.4xlarge", + "r6idn.8xlarge", + "r6idn.large", + "r6idn.metal", + "r6idn.xlarge", + "r6in.12xlarge", + "r6in.16xlarge", + "r6in.24xlarge", + "r6in.2xlarge", + "r6in.32xlarge", + "r6in.4xlarge", + "r6in.8xlarge", + "r6in.large", + "r6in.metal", + "r6in.xlarge", + "r7a.12xlarge", + "r7a.16xlarge", + "r7a.24xlarge", + "r7a.2xlarge", + "r7a.32xlarge", + "r7a.48xlarge", + "r7a.4xlarge", + "r7a.8xlarge", + "r7a.large", + "r7a.medium", + "r7a.metal-48xl", + "r7a.xlarge", + "r7g.12xlarge", + "r7g.16xlarge", + "r7g.2xlarge", + "r7g.4xlarge", + "r7g.8xlarge", + "r7g.large", + "r7g.medium", + "r7g.metal", + "r7g.xlarge", + "r7gd.12xlarge", + "r7gd.16xlarge", + "r7gd.2xlarge", + "r7gd.4xlarge", + "r7gd.8xlarge", + "r7gd.large", + "r7gd.medium", + "r7gd.metal", + "r7gd.xlarge", + "r7i.12xlarge", + "r7i.16xlarge", + "r7i.24xlarge", + "r7i.2xlarge", + "r7i.48xlarge", + "r7i.4xlarge", + "r7i.8xlarge", + "r7i.large", + "r7i.metal-24xl", + "r7i.metal-48xl", + "r7i.xlarge", + "r7iz.12xlarge", + "r7iz.16xlarge", + "r7iz.2xlarge", + "r7iz.32xlarge", + "r7iz.4xlarge", + "r7iz.8xlarge", + "r7iz.large", + "r7iz.metal-16xl", + "r7iz.metal-32xl", + "r7iz.xlarge", + "r8g.12xlarge", + "r8g.16xlarge", + "r8g.24xlarge", + "r8g.2xlarge", + "r8g.48xlarge", + "r8g.4xlarge", + "r8g.8xlarge", + "r8g.large", + "r8g.medium", + "r8g.metal-24xl", + "r8g.metal-48xl", + "r8g.xlarge", + "t1.micro", + "t2.2xlarge", + "t2.large", + "t2.medium", + "t2.micro", + "t2.nano", + "t2.small", + "t2.xlarge", + "t3.2xlarge", + "t3.large", + "t3.medium", + "t3.micro", + "t3.nano", + "t3.small", + "t3.xlarge", + "t3a.2xlarge", + "t3a.large", + "t3a.medium", + "t3a.micro", + "t3a.nano", + "t3a.small", + "t3a.xlarge", + "t4g.2xlarge", + "t4g.large", + "t4g.medium", + "t4g.micro", + "t4g.nano", + "t4g.small", + "t4g.xlarge", + "trn1.2xlarge", + "trn1.32xlarge", + "trn1n.32xlarge", + "u-12tb1.112xlarge", + "u-12tb1.metal", + "u-18tb1.112xlarge", + "u-18tb1.metal", + "u-24tb1.112xlarge", + "u-24tb1.metal", + "u-3tb1.56xlarge", + "u-6tb1.112xlarge", + "u-6tb1.56xlarge", + "u-6tb1.metal", + "u-9tb1.112xlarge", + "u-9tb1.metal", + "u7i-12tb.224xlarge", + "u7ib-12tb.224xlarge", + "u7in-16tb.224xlarge", + "u7in-24tb.224xlarge", + "u7in-32tb.224xlarge", + "vt1.24xlarge", + "vt1.3xlarge", + "vt1.6xlarge", + "x1.16xlarge", + "x1.32xlarge", + "x1e.16xlarge", + "x1e.2xlarge", + "x1e.32xlarge", + "x1e.4xlarge", + "x1e.8xlarge", + "x1e.xlarge", + "x2gd.12xlarge", + "x2gd.16xlarge", + "x2gd.2xlarge", + "x2gd.4xlarge", + "x2gd.8xlarge", + "x2gd.large", + "x2gd.medium", + "x2gd.metal", + "x2gd.xlarge", + "x2idn.16xlarge", + "x2idn.24xlarge", + "x2idn.32xlarge", + "x2idn.metal", + "x2iedn.16xlarge", + "x2iedn.24xlarge", + "x2iedn.2xlarge", + "x2iedn.32xlarge", + "x2iedn.4xlarge", + "x2iedn.8xlarge", + "x2iedn.metal", + "x2iedn.xlarge", + "x2iezn.12xlarge", + "x2iezn.2xlarge", + "x2iezn.4xlarge", + "x2iezn.6xlarge", + "x2iezn.8xlarge", + "x2iezn.metal", + "x8g.12xlarge", + "x8g.16xlarge", + "x8g.24xlarge", + "x8g.2xlarge", + "x8g.48xlarge", + "x8g.4xlarge", + "x8g.8xlarge", + "x8g.large", + "x8g.medium", + "x8g.metal-24xl", + "x8g.metal-48xl", + "x8g.xlarge", + "z1d.12xlarge", + "z1d.2xlarge", + "z1d.3xlarge", + "z1d.6xlarge", + "z1d.large", + "z1d.metal", + "z1d.xlarge" + ], + "type": "string" + }, + "KernelId": { + "type": "string" + }, + "KeyName": { + "type": "string" + }, + "LicenseSpecifications": { + "items": { + "$ref": "#/definitions/LicenseSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "MaintenanceOptions": { + "$ref": "#/definitions/MaintenanceOptions" + }, + "MetadataOptions": { + "$ref": "#/definitions/MetadataOptions" + }, + "Monitoring": { + "$ref": "#/definitions/Monitoring" + }, + "NetworkInterfaces": { + "items": { + "$ref": "#/definitions/NetworkInterface" + }, + "type": "array", + "uniqueItems": false + }, + "Placement": { + "$ref": "#/definitions/Placement" + }, + "PrivateDnsNameOptions": { + "$ref": "#/definitions/PrivateDnsNameOptions" + }, + "RamDiskId": { + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/TagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "UserData": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateElasticInferenceAccelerator": { + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + }, + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateTagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "LicenseSpecification": { + "additionalProperties": false, + "properties": { + "LicenseConfigurationArn": { + "type": "string" + } + }, + "type": "object" + }, + "MaintenanceOptions": { + "additionalProperties": false, + "properties": { + "AutoRecovery": { + "enum": [ + "default", + "disabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "MemoryGiBPerVCpu": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "MemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "MetadataOptions": { + "additionalProperties": false, + "properties": { + "HttpEndpoint": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpProtocolIpv6": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpPutResponseHopLimit": { + "type": "integer" + }, + "HttpTokens": { + "enum": [ + "optional", + "required" + ], + "type": "string" + }, + "InstanceMetadataTags": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "Monitoring": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "NetworkBandwidthGbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "NetworkInterface": { + "additionalProperties": false, + "dependentExcluded": { + "AssociateCarrierIpAddress": [ + "NetworkInterfaceId" + ], + "AssociatePublicIpAddress": [ + "NetworkInterfaceId" + ], + "NetworkInterfaceId": [ + "AssociateCarrierIpAddress", + "AssociatePublicIpAddress" + ] + }, + "properties": { + "AssociateCarrierIpAddress": { + "type": "boolean" + }, + "AssociatePublicIpAddress": { + "type": "boolean" + }, + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "DeleteOnTermination": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "DeviceIndex": { + "type": "integer" + }, + "EnaSrdSpecification": { + "$ref": "#/definitions/EnaSrdSpecification" + }, + "Groups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InterfaceType": { + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "items": { + "$ref": "#/definitions/Ipv6Add" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "NetworkCardIndex": { + "type": "integer" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PrimaryIpv6": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "items": { + "$ref": "#/definitions/PrivateIpAdd" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "type": "object" + }, + "NetworkInterfaceCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "Placement": { + "additionalProperties": false, + "properties": { + "Affinity": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "GroupId": { + "type": "string" + }, + "GroupName": { + "type": "string" + }, + "HostId": { + "type": "string" + }, + "HostResourceGroupArn": { + "type": "string" + }, + "PartitionNumber": { + "type": "integer" + }, + "SpreadDomain": { + "type": "string" + }, + "Tenancy": { + "enum": [ + "dedicated", + "default", + "host" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateDnsNameOptions": { + "additionalProperties": false, + "properties": { + "EnableResourceNameDnsAAAARecord": { + "type": "boolean" + }, + "EnableResourceNameDnsARecord": { + "type": "boolean" + }, + "HostnameType": { + "enum": [ + "ip-name", + "resource-name" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateIpAdd": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "type": "object" + }, + "SpotOptions": { + "additionalProperties": false, + "properties": { + "BlockDurationMinutes": { + "type": "integer" + }, + "InstanceInterruptionBehavior": { + "enum": [ + "hibernate", + "stop", + "terminate" + ], + "type": "string" + }, + "MaxPrice": { + "type": "string" + }, + "SpotInstanceType": { + "enum": [ + "one-time", + "persistent" + ], + "type": "string" + }, + "ValidUntil": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "TotalLocalStorageGB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "VCpuCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/LaunchTemplateId" + ], + "properties": { + "DefaultVersionNumber": { + "type": "string" + }, + "LatestVersionNumber": { + "type": "string" + }, + "LaunchTemplateData": { + "$ref": "#/definitions/LaunchTemplateData" + }, + "LaunchTemplateId": { + "type": "string" + }, + "LaunchTemplateName": { + "pattern": "[a-zA-Z0-9\\(\\)\\.\\-/_]+", + "type": "string" + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/LaunchTemplateTagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "VersionDescription": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/DefaultVersionNumber", + "/properties/LaunchTemplateId", + "/properties/LatestVersionNumber" + ], + "required": [ + "LaunchTemplateData" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::EC2::LaunchTemplate", + "writeOnlyProperties": [ + "/properties/LaunchTemplateData", + "/properties/VersionDescription", + "/properties/TagSpecifications" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-networkinterface.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-networkinterface.json new file mode 100644 index 0000000000000000000000000000000000000000..1e02b1430e77188f296bbccb9b0dfe18abf5570b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-networkinterface.json @@ -0,0 +1,234 @@ +{ + "$schema": "https://raw.githubusercontent.com/aws-cloudformation/cloudformation-resource-schema/master/src/main/resources/schema/provider.definition.schema.v1.json", + "additionalProperties": false, + "conditionalCreateOnlyProperties": [ + "/properties/PrivateIpAddresses", + "/properties/EnablePrimaryIpv6", + "/properties/ConnectionTrackingSpecification" + ], + "createOnlyProperties": [ + "/properties/PrivateIpAddress", + "/properties/InterfaceType", + "/properties/SubnetId" + ], + "definitions": { + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "InstanceIpv6Address": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "required": [ + "Ipv6Address" + ], + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv4Prefix" + ], + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv6Prefix" + ], + "type": "object" + }, + "PrivateIpAddressSpecification": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "required": [ + "PrivateIpAddress", + "Primary" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "dependentExcluded": { + "Ipv6AddressCount": [ + "Ipv6Addresses" + ], + "Ipv6Addresses": [ + "Ipv6AddressCount" + ] + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "Description": { + "type": "string" + }, + "EnablePrimaryIpv6": { + "type": "boolean" + }, + "GroupSet": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "InterfaceType": { + "enum": [ + "branch", + "efa", + "efa-only", + "trunk" + ], + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/InstanceIpv6Address" + }, + "type": "array", + "uniqueItems": true + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "PrimaryIpv6Address": { + "type": "string" + }, + "PrimaryPrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/PrivateIpAddressSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SecondaryPrivateIpAddresses": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SourceDestCheck": { + "type": "boolean" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/SecondaryPrivateIpAddresses", + "/properties/PrimaryPrivateIpAddress", + "/properties/PrimaryIpv6Address", + "/properties/VpcId" + ], + "required": [ + "SubnetId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2/networkinterface", + "taggable": true, + "typeName": "AWS::EC2::NetworkInterface" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-networkinterfacepermission.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-networkinterfacepermission.json new file mode 100644 index 0000000000000000000000000000000000000000..786d5803840a00bb8eacfc9e821f99bff07b071b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-networkinterfacepermission.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AwsAccountId", + "/properties/Permission", + "/properties/NetworkInterfaceId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AwsAccountId": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "Permission": { + "enum": [ + "EIP-ASSOCIATE", + "INSTANCE-ATTACH" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "AwsAccountId", + "Permission", + "NetworkInterfaceId" + ], + "typeName": "AWS::EC2::NetworkInterfacePermission" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-spotfleet.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-spotfleet.json new file mode 100644 index 0000000000000000000000000000000000000000..e88a9d927230245ec4f1653d2574fcbaa5a2de35 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-spotfleet.json @@ -0,0 +1,547 @@ +{ + "additionalProperties": false, + "definitions": { + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/EbsBlockDevice" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "required": [ + "DeviceName" + ], + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "ClassicLoadBalancer": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "ClassicLoadBalancersConfig": { + "additionalProperties": false, + "properties": { + "ClassicLoadBalancers": { + "items": { + "$ref": "#/definitions/ClassicLoadBalancer" + }, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "ClassicLoadBalancers" + ], + "type": "object" + }, + "EbsBlockDevice": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "SnapshotId": { + "type": "string" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "FleetLaunchTemplateSpecification": { + "additionalProperties": false, + "properties": { + "LaunchTemplateId": { + "type": "string" + }, + "LaunchTemplateName": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "required": [ + "Version" + ], + "type": "object" + }, + "GroupIdentifier": { + "additionalProperties": false, + "format": "AWS::EC2::SecurityGroup.GroupId", + "properties": { + "GroupId": { + "type": "string" + } + }, + "required": [ + "GroupId" + ], + "type": "object" + }, + "IamInstanceProfileSpecification": { + "additionalProperties": false, + "properties": { + "Arn": { + "type": "string" + } + }, + "type": "object" + }, + "InstanceIpv6Address": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "required": [ + "Ipv6Address" + ], + "type": "object" + }, + "InstanceNetworkInterfaceSpecification": { + "additionalProperties": false, + "properties": { + "AssociatePublicIpAddress": { + "type": "boolean" + }, + "DeleteOnTermination": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "DeviceIndex": { + "type": "integer" + }, + "Groups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "items": { + "$ref": "#/definitions/InstanceIpv6Address" + }, + "type": "array", + "uniqueItems": true + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PrivateIpAddresses": { + "items": { + "$ref": "#/definitions/PrivateIpAddressSpecification" + }, + "type": "array", + "uniqueItems": true + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateConfig": { + "additionalProperties": false, + "properties": { + "LaunchTemplateSpecification": { + "$ref": "#/definitions/FleetLaunchTemplateSpecification" + }, + "Overrides": { + "items": { + "$ref": "#/definitions/LaunchTemplateOverrides" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "LaunchTemplateOverrides": { + "additionalProperties": false, + "properties": { + "AvailabilityZone": { + "type": "string" + }, + "InstanceType": { + "type": "string" + }, + "Priority": { + "type": "number" + }, + "SpotPrice": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "WeightedCapacity": { + "type": "number" + } + }, + "type": "object" + }, + "LoadBalancersConfig": { + "additionalProperties": false, + "properties": { + "ClassicLoadBalancersConfig": { + "$ref": "#/definitions/ClassicLoadBalancersConfig" + }, + "TargetGroupsConfig": { + "$ref": "#/definitions/TargetGroupsConfig" + } + }, + "type": "object" + }, + "PrivateIpAddressSpecification": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "required": [ + "PrivateIpAddress" + ], + "type": "object" + }, + "SpotCapacityRebalance": { + "additionalProperties": false, + "properties": { + "ReplacementStrategy": { + "type": "string" + } + }, + "type": "object" + }, + "SpotFleetLaunchSpecification": { + "additionalProperties": false, + "properties": { + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": true + }, + "EbsOptimized": { + "type": "boolean" + }, + "IamInstanceProfile": { + "$ref": "#/definitions/IamInstanceProfileSpecification" + }, + "ImageId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "InstanceType": { + "type": "string" + }, + "KernelId": { + "type": "string" + }, + "KeyName": { + "type": "string" + }, + "Monitoring": { + "$ref": "#/definitions/SpotFleetMonitoring" + }, + "NetworkInterfaces": { + "items": { + "$ref": "#/definitions/InstanceNetworkInterfaceSpecification" + }, + "type": "array", + "uniqueItems": true + }, + "Placement": { + "$ref": "#/definitions/SpotPlacement" + }, + "RamdiskId": { + "type": "string" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "$ref": "#/definitions/GroupIdentifier" + }, + "type": "array", + "uniqueItems": true + }, + "SpotPrice": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/SpotFleetTagSpecification" + }, + "type": "array", + "uniqueItems": true + }, + "UserData": { + "type": "string" + }, + "WeightedCapacity": { + "type": "number" + } + }, + "required": [ + "ImageId", + "InstanceType" + ], + "type": "object" + }, + "SpotFleetMonitoring": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "SpotFleetRequestConfigData": { + "additionalProperties": false, + "properties": { + "AllocationStrategy": { + "type": "string" + }, + "ExcessCapacityTerminationPolicy": { + "type": "string" + }, + "IamFleetRole": { + "type": "string" + }, + "InstanceInterruptionBehavior": { + "type": "string" + }, + "InstancePoolsToUseCount": { + "type": "integer" + }, + "LaunchSpecifications": { + "items": { + "$ref": "#/definitions/SpotFleetLaunchSpecification" + }, + "type": "array", + "uniqueItems": true + }, + "LaunchTemplateConfigs": { + "items": { + "$ref": "#/definitions/LaunchTemplateConfig" + }, + "type": "array", + "uniqueItems": true + }, + "LoadBalancersConfig": { + "$ref": "#/definitions/LoadBalancersConfig" + }, + "OnDemandAllocationStrategy": { + "type": "string" + }, + "OnDemandMaxTotalPrice": { + "type": "string" + }, + "OnDemandTargetCapacity": { + "type": "integer" + }, + "ReplaceUnhealthyInstances": { + "type": "boolean" + }, + "SpotMaintenanceStrategies": { + "$ref": "#/definitions/SpotMaintenanceStrategies" + }, + "SpotMaxTotalPrice": { + "type": "string" + }, + "SpotPrice": { + "type": "string" + }, + "TargetCapacity": { + "type": "integer" + }, + "TerminateInstancesWithExpiration": { + "type": "boolean" + }, + "Type": { + "type": "string" + }, + "ValidFrom": { + "type": "string" + }, + "ValidUntil": { + "type": "string" + } + }, + "required": [ + "IamFleetRole", + "TargetCapacity" + ], + "requiredXor": [ + "LaunchSpecifications", + "LaunchTemplateConfigs" + ], + "type": "object" + }, + "SpotFleetTagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "SpotMaintenanceStrategies": { + "additionalProperties": false, + "properties": { + "CapacityRebalance": { + "$ref": "#/definitions/SpotCapacityRebalance" + } + }, + "type": "object" + }, + "SpotPlacement": { + "additionalProperties": false, + "properties": { + "AvailabilityZone": { + "type": "string" + }, + "GroupName": { + "type": "string" + }, + "Tenancy": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TargetGroup": { + "additionalProperties": false, + "properties": { + "Arn": { + "type": "string" + } + }, + "required": [ + "Arn" + ], + "type": "object" + }, + "TargetGroupsConfig": { + "additionalProperties": false, + "properties": { + "TargetGroups": { + "items": { + "$ref": "#/definitions/TargetGroup" + }, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "TargetGroups" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "SpotFleetRequestConfigData": { + "$ref": "#/definitions/SpotFleetRequestConfigData" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "SpotFleetRequestConfigData" + ], + "typeName": "AWS::EC2::SpotFleet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-trafficmirrorsession.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-trafficmirrorsession.json new file mode 100644 index 0000000000000000000000000000000000000000..bb62feb445048a7215db4e37b5f5b980da63770d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-trafficmirrorsession.json @@ -0,0 +1,70 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/NetworkInterfaceId" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PacketLength": { + "type": "integer" + }, + "SessionNumber": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TrafficMirrorFilterId": { + "type": "string" + }, + "TrafficMirrorTargetId": { + "type": "string" + }, + "VirtualNetworkId": { + "type": "integer" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "TrafficMirrorTargetId", + "SessionNumber", + "NetworkInterfaceId", + "TrafficMirrorFilterId" + ], + "typeName": "AWS::EC2::TrafficMirrorSession" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-volume.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-volume.json new file mode 100644 index 0000000000000000000000000000000000000000..60a55198848434d9ad707628be786e500a34f910 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-volume.json @@ -0,0 +1,85 @@ +{ + "additionalProperties": false, + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AutoEnableIO": { + "type": "boolean" + }, + "AvailabilityZone": { + "type": "string" + }, + "Encrypted": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "Iops": { + "type": "integer" + }, + "KmsKeyId": { + "type": "string" + }, + "MultiAttachEnabled": { + "type": "boolean" + }, + "OutpostArn": { + "type": "string" + }, + "Size": { + "type": "integer" + }, + "SnapshotId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Throughput": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "AvailabilityZone" + ], + "typeName": "AWS::EC2::Volume" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-vpnconnection.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-vpnconnection.json new file mode 100644 index 0000000000000000000000000000000000000000..a9d5be394d71607c3eb08482535a7988cd9e1f6c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-vpnconnection.json @@ -0,0 +1,383 @@ +{ + "$schema": "https://raw.githubusercontent.com/aws-cloudformation/cloudformation-resource-schema/blob/master/src/main/resources/schema/provider.definition.schema.v1.json", + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Type", + "/properties/CustomerGatewayId", + "/properties/VpnGatewayId", + "/properties/TransitGatewayId", + "/properties/EnableAcceleration", + "/properties/LocalIpv4NetworkCidr", + "/properties/LocalIpv6NetworkCidr", + "/properties/OutsideIpAddressType", + "/properties/RemoteIpv4NetworkCidr", + "/properties/RemoteIpv6NetworkCidr", + "/properties/StaticRoutesOnly", + "/properties/TransportTransitGatewayAttachmentId", + "/properties/TunnelInsideIpVersion", + "/properties/VpnTunnelOptionsSpecifications" + ], + "definitions": { + "CloudwatchLogOptionsSpecification": { + "additionalProperties": false, + "properties": { + "LogEnabled": { + "type": "boolean" + }, + "LogGroupArn": { + "type": "string" + }, + "LogOutputFormat": { + "enum": [ + "json", + "text" + ], + "type": "string" + } + }, + "type": "object" + }, + "IKEVersionsRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + "ikev1", + "ikev2" + ], + "type": "string" + } + }, + "type": "object" + }, + "Phase1DHGroupNumbersRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + 2, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ], + "type": "integer" + } + }, + "type": "object" + }, + "Phase1EncryptionAlgorithmsRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + "AES128", + "AES256", + "AES128-GCM-16", + "AES256-GCM-16" + ], + "type": "string" + } + }, + "type": "object" + }, + "Phase1IntegrityAlgorithmsRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + "SHA1", + "SHA2-256", + "SHA2-384", + "SHA2-512" + ], + "type": "string" + } + }, + "type": "object" + }, + "Phase2DHGroupNumbersRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + 2, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ], + "type": "integer" + } + }, + "type": "object" + }, + "Phase2EncryptionAlgorithmsRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + "AES128", + "AES256", + "AES128-GCM-16", + "AES256-GCM-16" + ], + "type": "string" + } + }, + "type": "object" + }, + "Phase2IntegrityAlgorithmsRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + "SHA1", + "SHA2-256", + "SHA2-384", + "SHA2-512" + ], + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VpnTunnelLogOptionsSpecification": { + "additionalProperties": false, + "properties": { + "CloudwatchLogOptions": { + "$ref": "#/definitions/CloudwatchLogOptionsSpecification" + } + }, + "type": "object" + }, + "VpnTunnelOptionsSpecification": { + "additionalProperties": false, + "properties": { + "DPDTimeoutAction": { + "enum": [ + "clear", + "none", + "restart" + ], + "type": "string" + }, + "DPDTimeoutSeconds": { + "minimum": 30, + "type": "integer" + }, + "EnableTunnelLifecycleControl": { + "type": "boolean" + }, + "IKEVersions": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/IKEVersionsRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "LogOptions": { + "$ref": "#/definitions/VpnTunnelLogOptionsSpecification" + }, + "Phase1DHGroupNumbers": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase1DHGroupNumbersRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase1EncryptionAlgorithms": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase1EncryptionAlgorithmsRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase1IntegrityAlgorithms": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase1IntegrityAlgorithmsRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase1LifetimeSeconds": { + "maximum": 28800, + "minimum": 900, + "type": "integer" + }, + "Phase2DHGroupNumbers": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase2DHGroupNumbersRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase2EncryptionAlgorithms": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase2EncryptionAlgorithmsRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase2IntegrityAlgorithms": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase2IntegrityAlgorithmsRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase2LifetimeSeconds": { + "maximum": 3600, + "minimum": 900, + "type": "integer" + }, + "PreSharedKey": { + "type": "string" + }, + "RekeyFuzzPercentage": { + "maximum": 100, + "minimum": 0, + "type": "integer" + }, + "RekeyMarginTimeSeconds": { + "minimum": 60, + "type": "integer" + }, + "ReplayWindowSize": { + "maximum": 2048, + "minimum": 64, + "type": "integer" + }, + "StartupAction": { + "enum": [ + "add", + "start" + ], + "type": "string" + }, + "TunnelInsideCidr": { + "type": "string" + }, + "TunnelInsideIpv6Cidr": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/VpnConnectionId" + ], + "properties": { + "CustomerGatewayId": { + "type": "string" + }, + "EnableAcceleration": { + "type": "boolean" + }, + "LocalIpv4NetworkCidr": { + "type": "string" + }, + "LocalIpv6NetworkCidr": { + "type": "string" + }, + "OutsideIpAddressType": { + "type": "string" + }, + "RemoteIpv4NetworkCidr": { + "type": "string" + }, + "RemoteIpv6NetworkCidr": { + "type": "string" + }, + "StaticRoutesOnly": { + "type": "boolean" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TransitGatewayId": { + "type": "string" + }, + "TransportTransitGatewayAttachmentId": { + "type": "string" + }, + "TunnelInsideIpVersion": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "VpnConnectionId": { + "type": "string" + }, + "VpnGatewayId": { + "type": "string" + }, + "VpnTunnelOptionsSpecifications": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/VpnTunnelOptionsSpecification" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/VpnConnectionId" + ], + "required": [ + "Type", + "CustomerGatewayId" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EC2::VPNConnection" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-vpngatewayroutepropagation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-vpngatewayroutepropagation.json new file mode 100644 index 0000000000000000000000000000000000000000..d9e1e910db90ecfff8b39474789d7f025af5117a --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-ec2-vpngatewayroutepropagation.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "RouteTableIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "VpnGatewayId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "RouteTableIds", + "VpnGatewayId" + ], + "typeName": "AWS::EC2::VPNGatewayRoutePropagation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-efs-accesspoint.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-efs-accesspoint.json new file mode 100644 index 0000000000000000000000000000000000000000..8820d9c54430ddf637cedfc4b2a55deffc45fd2c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-efs-accesspoint.json @@ -0,0 +1,142 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FileSystemId", + "/properties/ClientToken", + "/properties/PosixUser", + "/properties/PosixUser/Uid", + "/properties/PosixUser/Gid", + "/properties/PosixUser/SecondaryGids", + "/properties/RootDirectory", + "/properties/RootDirectory/Path", + "/properties/RootDirectory/CreationInfo", + "/properties/RootDirectory/CreationInfo/OwnerUid", + "/properties/RootDirectory/CreationInfo/OwnerGid", + "/properties/RootDirectory/CreationInfo/Permissions" + ], + "definitions": { + "AccessPointTag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "type": "object" + }, + "CreationInfo": { + "additionalProperties": false, + "properties": { + "OwnerGid": { + "type": "string" + }, + "OwnerUid": { + "type": "string" + }, + "Permissions": { + "pattern": "^[0-7]{3,4}$", + "type": "string" + } + }, + "required": [ + "OwnerUid", + "OwnerGid", + "Permissions" + ], + "type": "object" + }, + "PosixUser": { + "additionalProperties": false, + "properties": { + "Gid": { + "type": "string" + }, + "SecondaryGids": { + "items": { + "type": "string" + }, + "type": "array" + }, + "Uid": { + "type": "string" + } + }, + "required": [ + "Uid", + "Gid" + ], + "type": "object" + }, + "RootDirectory": { + "additionalProperties": false, + "properties": { + "CreationInfo": { + "$ref": "#/definitions/CreationInfo" + }, + "Path": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(\\/|(\\/(?!\\.)+[^$#<>;`|&?{}^*/\\n]+){1,4})$", + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/AccessPointId" + ], + "properties": { + "AccessPointId": { + "type": "string" + }, + "AccessPointTags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AccessPointTag" + }, + "type": "array", + "uniqueItems": true + }, + "Arn": { + "type": "string" + }, + "ClientToken": { + "pattern": ".+", + "type": "string" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "PosixUser": { + "$ref": "#/definitions/PosixUser" + }, + "RootDirectory": { + "$ref": "#/definitions/RootDirectory" + } + }, + "readOnlyProperties": [ + "/properties/AccessPointId", + "/properties/Arn" + ], + "required": [ + "FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/AccessPointTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::AccessPoint" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-efs-filesystem.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-efs-filesystem.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0172cb4395d0a4b0522666400065f13385b978 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-efs-filesystem.json @@ -0,0 +1,228 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AvailabilityZoneName", + "/properties/Encrypted", + "/properties/KmsKeyId", + "/properties/PerformanceMode" + ], + "definitions": { + "Arn": { + "type": "string" + }, + "BackupPolicy": { + "additionalProperties": false, + "properties": { + "Status": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "required": [ + "Status" + ], + "type": "object" + }, + "ElasticFileSystemTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "FileSystemProtection": { + "additionalProperties": false, + "properties": { + "ReplicationOverwriteProtection": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "type": "object" + }, + "LifecyclePolicy": { + "additionalProperties": false, + "properties": { + "TransitionToArchive": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToIA": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToPrimaryStorageClass": { + "enum": [ + "AFTER_1_ACCESS" + ], + "type": "string" + } + }, + "type": "object" + }, + "ReplicationConfiguration": { + "additionalProperties": false, + "properties": { + "Destinations": { + "items": { + "$ref": "#/definitions/ReplicationDestination" + }, + "maxItems": 1, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ReplicationDestination": { + "additionalProperties": false, + "properties": { + "AvailabilityZoneName": { + "type": "string" + }, + "FileSystemId": { + "type": "string" + }, + "KmsKeyId": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FileSystemId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "AvailabilityZoneName": { + "pattern": ".+", + "type": "string" + }, + "BackupPolicy": { + "$ref": "#/definitions/BackupPolicy" + }, + "BypassPolicyLockoutSafetyCheck": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "FileSystemPolicy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "FileSystemProtection": { + "$ref": "#/definitions/FileSystemProtection" + }, + "FileSystemTags": { + "items": { + "$ref": "#/definitions/ElasticFileSystemTag" + }, + "type": "array", + "uniqueItems": true + }, + "KmsKeyId": { + "pattern": "^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|mrk-[0-9a-f]{32}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(key/mrk-[0-9a-f]{32})|(alias/[a-zA-Z0-9/_-]+))))$", + "type": "string" + }, + "LifecyclePolicies": { + "items": { + "$ref": "#/definitions/LifecyclePolicy" + }, + "type": "array", + "uniqueItems": true + }, + "PerformanceMode": { + "enum": [ + "generalPurpose", + "maxIO" + ], + "type": "string" + }, + "ProvisionedThroughputInMibps": { + "type": "number" + }, + "ReplicationConfiguration": { + "$ref": "#/definitions/ReplicationConfiguration" + }, + "ThroughputMode": { + "enum": [ + "bursting", + "elastic", + "provisioned" + ], + "type": "string" + } + }, + "propertyTransform": { + "/properties/FileSystemProtection/ReplicationOverwriteProtection": "$uppercase(FileSystemProtection.ReplicationOverwriteProtection)='DISABLED' ? 'REPLICATING' : $uppercase(FileSystemProtection.ReplicationOverwriteProtection)", + "/properties/KmsKeyId": "\"arn:aws[-a-z]*:kms:[a-z0-9-]+:[0-9]{12}:key/[a-zA-Z0-9-]+\"" + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/FileSystemTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::FileSystem", + "writeOnlyProperties": [ + "/properties/BypassPolicyLockoutSafetyCheck", + "/properties/ReplicationConfiguration/Destinations/*/AvailabilityZoneName", + "/properties/ReplicationConfiguration/Destinations/*/KmsKeyId" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticache-serverlesscache.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticache-serverlesscache.json new file mode 100644 index 0000000000000000000000000000000000000000..3b7cde6c66c2e87d3f867673390734823d83f497 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticache-serverlesscache.json @@ -0,0 +1,205 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ServerlessCacheName", + "/properties/Engine", + "/properties/MajorEngineVersion", + "/properties/KmsKeyId", + "/properties/SnapshotArnsToRestore", + "/properties/SubnetIds" + ], + "definitions": { + "CacheUsageLimits": { + "additionalProperties": false, + "properties": { + "DataStorage": { + "$ref": "#/definitions/DataStorage" + }, + "ECPUPerSecond": { + "$ref": "#/definitions/ECPUPerSecond" + } + }, + "type": "object" + }, + "DataStorage": { + "additionalProperties": false, + "properties": { + "Maximum": { + "type": "integer" + }, + "Minimum": { + "type": "integer" + }, + "Unit": { + "enum": [ + "GB" + ], + "type": "string" + } + }, + "required": [ + "Unit" + ], + "type": "object" + }, + "ECPUPerSecond": { + "additionalProperties": false, + "properties": { + "Maximum": { + "type": "integer" + }, + "Minimum": { + "type": "integer" + } + }, + "type": "object" + }, + "Endpoint": { + "additionalProperties": false, + "properties": { + "Address": { + "type": "string" + }, + "Port": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^(?!aws:)[a-zA-Z0-9 _\\.\\/=+:\\-@]*$", + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[a-zA-Z0-9 _\\.\\/=+:\\-@]*$", + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ServerlessCacheName" + ], + "properties": { + "ARN": { + "type": "string" + }, + "CacheUsageLimits": { + "$ref": "#/definitions/CacheUsageLimits" + }, + "CreateTime": { + "type": "string" + }, + "DailySnapshotTime": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Endpoint": { + "$ref": "#/definitions/Endpoint" + }, + "Engine": { + "type": "string" + }, + "FinalSnapshotName": { + "type": "string" + }, + "FullEngineVersion": { + "type": "string" + }, + "KmsKeyId": { + "type": "string" + }, + "MajorEngineVersion": { + "type": "string" + }, + "ReaderEndpoint": { + "$ref": "#/definitions/Endpoint" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "ServerlessCacheName": { + "type": "string" + }, + "SnapshotArnsToRestore": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SnapshotRetentionLimit": { + "type": "integer" + }, + "Status": { + "type": "string" + }, + "SubnetIds": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + }, + "UserGroupId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/FullEngineVersion", + "/properties/CreateTime", + "/properties/Status", + "/properties/Endpoint/Address", + "/properties/Endpoint/Port", + "/properties/ReaderEndpoint/Address", + "/properties/ReaderEndpoint/Port", + "/properties/ARN" + ], + "required": [ + "ServerlessCacheName", + "Engine" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticache", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ElastiCache::ServerlessCache", + "writeOnlyProperties": [ + "/properties/SnapshotArnsToRestore", + "/properties/FinalSnapshotName" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticache-subnetgroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticache-subnetgroup.json new file mode 100644 index 0000000000000000000000000000000000000000..09e0577865f0cea1630b22e0b3f4f828e657f6b7 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticache-subnetgroup.json @@ -0,0 +1,60 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CacheSubnetGroupName" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "CacheSubnetGroupName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "SubnetIds" + ], + "typeName": "AWS::ElastiCache::SubnetGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-application.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-application.json new file mode 100644 index 0000000000000000000000000000000000000000..62f6308bae1eb011d29f379009cd15a397593b55 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-application.json @@ -0,0 +1,83 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "ApplicationResourceLifecycleConfig": { + "additionalProperties": false, + "properties": { + "ServiceRole": { + "type": "string" + }, + "VersionLifecycleConfig": { + "$ref": "#/definitions/ApplicationVersionLifecycleConfig" + } + }, + "type": "object" + }, + "ApplicationVersionLifecycleConfig": { + "additionalProperties": false, + "properties": { + "MaxAgeRule": { + "$ref": "#/definitions/MaxAgeRule" + }, + "MaxCountRule": { + "$ref": "#/definitions/MaxCountRule" + } + }, + "type": "object" + }, + "MaxAgeRule": { + "additionalProperties": false, + "properties": { + "DeleteSourceFromS3": { + "type": "boolean" + }, + "Enabled": { + "type": "boolean" + }, + "MaxAgeInDays": { + "type": "integer" + } + }, + "type": "object" + }, + "MaxCountRule": { + "additionalProperties": false, + "properties": { + "DeleteSourceFromS3": { + "type": "boolean" + }, + "Enabled": { + "type": "boolean" + }, + "MaxCount": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "ResourceLifecycleConfig": { + "$ref": "#/definitions/ApplicationResourceLifecycleConfig" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "typeName": "AWS::ElasticBeanstalk::Application" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-applicationversion.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-applicationversion.json new file mode 100644 index 0000000000000000000000000000000000000000..1ab162c052c66a407e3e3689ee9d91907ace47a0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-applicationversion.json @@ -0,0 +1,50 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName", + "/properties/SourceBundle" + ], + "definitions": { + "SourceBundle": { + "additionalProperties": false, + "properties": { + "S3Bucket": { + "type": "string" + }, + "S3Key": { + "type": "string" + } + }, + "required": [ + "S3Bucket", + "S3Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "SourceBundle": { + "$ref": "#/definitions/SourceBundle" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "SourceBundle" + ], + "typeName": "AWS::ElasticBeanstalk::ApplicationVersion" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-configurationtemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-configurationtemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..0ed98c7d780667f86c165cb7ab5e4c9550077d60 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-configurationtemplate.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PlatformArn", + "/properties/ApplicationName", + "/properties/SolutionStackName", + "/properties/EnvironmentId", + "/properties/SourceConfiguration" + ], + "definitions": { + "ConfigurationOptionSetting": { + "additionalProperties": false, + "properties": { + "Namespace": { + "type": "string" + }, + "OptionName": { + "type": "string" + }, + "ResourceName": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Namespace", + "OptionName" + ], + "type": "object" + }, + "SourceConfiguration": { + "additionalProperties": false, + "properties": { + "ApplicationName": { + "type": "string" + }, + "TemplateName": { + "type": "string" + } + }, + "required": [ + "ApplicationName", + "TemplateName" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "EnvironmentId": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "OptionSettings": { + "items": { + "$ref": "#/definitions/ConfigurationOptionSetting" + }, + "type": "array", + "uniqueItems": false + }, + "PlatformArn": { + "type": "string" + }, + "SolutionStackName": { + "type": "string" + }, + "SourceConfiguration": { + "$ref": "#/definitions/SourceConfiguration" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName" + ], + "typeName": "AWS::ElasticBeanstalk::ConfigurationTemplate" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-environment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-environment.json new file mode 100644 index 0000000000000000000000000000000000000000..a4cd15803bc7a4f97b83796d1ba316b9221b647f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticbeanstalk-environment.json @@ -0,0 +1,127 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CNAMEPrefix", + "/properties/EnvironmentName", + "/properties/ApplicationName", + "/properties/SolutionStackName" + ], + "definitions": { + "OptionSetting": { + "additionalProperties": false, + "properties": { + "Namespace": { + "type": "string" + }, + "OptionName": { + "type": "string" + }, + "ResourceName": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Namespace", + "OptionName" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "Tier": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "CNAMEPrefix": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "EndpointURL": { + "type": "string" + }, + "EnvironmentName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "OperationsRole": { + "type": "string" + }, + "OptionSettings": { + "items": { + "$ref": "#/definitions/OptionSetting" + }, + "type": "array", + "uniqueItems": false + }, + "PlatformArn": { + "type": "string" + }, + "SolutionStackName": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TemplateName": { + "type": "string" + }, + "Tier": { + "$ref": "#/definitions/Tier" + }, + "VersionLabel": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/EndpointURL" + ], + "required": [ + "ApplicationName" + ], + "typeName": "AWS::ElasticBeanstalk::Environment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticloadbalancingv2-loadbalancer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticloadbalancingv2-loadbalancer.json new file mode 100644 index 0000000000000000000000000000000000000000..671bb8c1c9d2f62d4ad85eeb001a6f416cd48ac0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticloadbalancingv2-loadbalancer.json @@ -0,0 +1,176 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Type", + "/properties/Scheme" + ], + "definitions": { + "LoadBalancerAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "SubnetMapping": { + "additionalProperties": false, + "properties": { + "AllocationId": { + "type": "string" + }, + "IPv6Address": { + "type": "string" + }, + "PrivateIPv4Address": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "required": [ + "SubnetId" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html", + "primaryIdentifier": [ + "/properties/LoadBalancerArn" + ], + "properties": { + "CanonicalHostedZoneID": { + "type": "string" + }, + "DNSName": { + "type": "string" + }, + "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": { + "type": "string" + }, + "IpAddressType": { + "enum": [ + "dualstack", + "dualstack-without-public-ipv4", + "ipv4" + ], + "type": "string" + }, + "LoadBalancerArn": { + "type": "string" + }, + "LoadBalancerAttributes": { + "arrayType": "AttributeList", + "insertionOrder": false, + "items": { + "$ref": "#/definitions/LoadBalancerAttribute" + }, + "type": "array", + "uniqueItems": true + }, + "LoadBalancerFullName": { + "type": "string" + }, + "LoadBalancerName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Scheme": { + "enum": [ + "internal", + "internet-facing" + ], + "type": "string" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SubnetMappings": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SubnetMapping" + }, + "type": "array", + "uniqueItems": true + }, + "Subnets": { + "format": "AWS::EC2::Subnet.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "enum": [ + "application", + "network", + "gateway" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/LoadBalancerName", + "/properties/LoadBalancerFullName", + "/properties/CanonicalHostedZoneID", + "/properties/LoadBalancerArn", + "/properties/DNSName" + ], + "requiredXor": [ + "Subnets", + "SubnetMappings" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticloadbalancingv2", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ElasticLoadBalancingV2::LoadBalancer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticloadbalancingv2-targetgroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticloadbalancingv2-targetgroup.json new file mode 100644 index 0000000000000000000000000000000000000000..7db839b9a448865c2d1403372dd363ee8a66357d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-elasticloadbalancingv2-targetgroup.json @@ -0,0 +1,204 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/TargetType", + "/properties/ProtocolVersion", + "/properties/Port", + "/properties/Name", + "/properties/VpcId", + "/properties/Protocol", + "/properties/IpAddressType" + ], + "definitions": { + "Matcher": { + "additionalProperties": false, + "properties": { + "GrpcCode": { + "type": "string" + }, + "HttpCode": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TargetDescription": { + "additionalProperties": false, + "properties": { + "AvailabilityZone": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Port": { + "type": "integer" + } + }, + "required": [ + "Id" + ], + "type": "object" + }, + "TargetGroupAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "HealthCheckEnabled": { + "type": "boolean" + }, + "HealthCheckIntervalSeconds": { + "maximum": 300, + "minimum": 5, + "type": "integer" + }, + "HealthCheckPath": { + "type": "string" + }, + "HealthCheckPort": { + "type": "string" + }, + "HealthCheckProtocol": { + "enum": [ + "GENEVE", + "HTTP", + "HTTPS", + "TCP", + "TCP_UDP", + "TLS", + "UDP" + ], + "type": "string" + }, + "HealthCheckTimeoutSeconds": { + "type": "integer" + }, + "HealthyThresholdCount": { + "type": "integer" + }, + "Id": { + "type": "string" + }, + "IpAddressType": { + "enum": [ + "ipv4", + "ipv6" + ], + "type": "string" + }, + "LoadBalancerArns": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Matcher": { + "$ref": "#/definitions/Matcher" + }, + "Name": { + "type": "string" + }, + "Port": { + "type": "integer" + }, + "Protocol": { + "enum": [ + "GENEVE", + "HTTP", + "HTTPS", + "TCP", + "TCP_UDP", + "TLS", + "UDP" + ], + "type": "string" + }, + "ProtocolVersion": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TargetGroupAttributes": { + "items": { + "$ref": "#/definitions/TargetGroupAttribute" + }, + "type": "array", + "uniqueItems": true + }, + "TargetGroupFullName": { + "type": "string" + }, + "TargetGroupName": { + "type": "string" + }, + "TargetType": { + "enum": [ + "alb", + "instance", + "ip", + "lambda" + ], + "type": "string" + }, + "Targets": { + "items": { + "$ref": "#/definitions/TargetDescription" + }, + "type": "array", + "uniqueItems": true + }, + "UnhealthyThresholdCount": { + "maximum": 10, + "minimum": 2, + "type": "integer" + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/LoadBalancerArns", + "/properties/Id", + "/properties/TargetGroupName", + "/properties/TargetGroupFullName" + ], + "typeName": "AWS::ElasticLoadBalancingV2::TargetGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-emr-securityconfiguration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-emr-securityconfiguration.json new file mode 100644 index 0000000000000000000000000000000000000000..69af9681235497573ff021d7cca6e74057ff130d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-emr-securityconfiguration.json @@ -0,0 +1,32 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/SecurityConfiguration" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SecurityConfiguration": { + "format": "json", + "type": [ + "object", + "string" + ] + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "SecurityConfiguration" + ], + "typeName": "AWS::EMR::SecurityConfiguration" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-emr-step.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-emr-step.json new file mode 100644 index 0000000000000000000000000000000000000000..fef8bbd9a789a327d2640821690720af768c7a09 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-emr-step.json @@ -0,0 +1,82 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/JobFlowId", + "/properties/HadoopJarStep", + "/properties/Name", + "/properties/ActionOnFailure" + ], + "definitions": { + "HadoopJarStepConfig": { + "additionalProperties": false, + "properties": { + "Args": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Jar": { + "type": "string" + }, + "MainClass": { + "type": "string" + }, + "StepProperties": { + "items": { + "$ref": "#/definitions/KeyValue" + }, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "Jar" + ], + "type": "object" + }, + "KeyValue": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ActionOnFailure": { + "type": "string" + }, + "HadoopJarStep": { + "$ref": "#/definitions/HadoopJarStepConfig" + }, + "Id": { + "type": "string" + }, + "JobFlowId": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "JobFlowId", + "ActionOnFailure", + "HadoopJarStep", + "Name" + ], + "typeName": "AWS::EMR::Step" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-gamelift-alias.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-gamelift-alias.json new file mode 100644 index 0000000000000000000000000000000000000000..c5a72a9671720d7234847fbdccc39fdc499f3391 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-gamelift-alias.json @@ -0,0 +1,48 @@ +{ + "additionalProperties": false, + "definitions": { + "RoutingStrategy": { + "additionalProperties": false, + "properties": { + "FleetId": { + "type": "string" + }, + "Message": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RoutingStrategy": { + "$ref": "#/definitions/RoutingStrategy" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "RoutingStrategy", + "Name" + ], + "typeName": "AWS::GameLift::Alias" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-gamelift-build.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-gamelift-build.json new file mode 100644 index 0000000000000000000000000000000000000000..fcdd28d89bfb0da8b1b8e0767cb6f6e6bd90d8ee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-gamelift-build.json @@ -0,0 +1,56 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StorageLocation", + "/properties/OperatingSystem" + ], + "definitions": { + "S3Location": { + "additionalProperties": false, + "properties": { + "Bucket": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "ObjectVersion": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "Bucket", + "Key", + "RoleArn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OperatingSystem": { + "type": "string" + }, + "StorageLocation": { + "$ref": "#/definitions/S3Location" + }, + "Version": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "typeName": "AWS::GameLift::Build" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-gamelift-fleet.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-gamelift-fleet.json new file mode 100644 index 0000000000000000000000000000000000000000..99f60e7774a059078630aeb4e75812b5dbd52682 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-gamelift-fleet.json @@ -0,0 +1,198 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PeerVpcAwsAccountId", + "/properties/BuildId", + "/properties/EC2InstanceType", + "/properties/ServerLaunchParameters", + "/properties/CertificateConfiguration", + "/properties/LogPaths", + "/properties/ServerLaunchPath", + "/properties/FleetType", + "/properties/ScriptId", + "/properties/PeerVpcId", + "/properties/InstanceRoleARN" + ], + "definitions": { + "CertificateConfiguration": { + "additionalProperties": false, + "properties": { + "CertificateType": { + "type": "string" + } + }, + "required": [ + "CertificateType" + ], + "type": "object" + }, + "IpPermission": { + "additionalProperties": false, + "properties": { + "FromPort": { + "type": "integer" + }, + "IpRange": { + "type": "string" + }, + "Protocol": { + "type": "string" + }, + "ToPort": { + "type": "integer" + } + }, + "required": [ + "IpRange", + "FromPort", + "ToPort", + "Protocol" + ], + "type": "object" + }, + "ResourceCreationLimitPolicy": { + "additionalProperties": false, + "properties": { + "NewGameSessionsPerCreator": { + "type": "integer" + }, + "PolicyPeriodInMinutes": { + "type": "integer" + } + }, + "type": "object" + }, + "RuntimeConfiguration": { + "additionalProperties": false, + "properties": { + "GameSessionActivationTimeoutSeconds": { + "type": "integer" + }, + "MaxConcurrentGameSessionActivations": { + "type": "integer" + }, + "ServerProcesses": { + "items": { + "$ref": "#/definitions/ServerProcess" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ServerProcess": { + "additionalProperties": false, + "properties": { + "ConcurrentExecutions": { + "type": "integer" + }, + "LaunchPath": { + "type": "string" + }, + "Parameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + } + }, + "required": [ + "ConcurrentExecutions", + "LaunchPath" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "BuildId": { + "type": "string" + }, + "CertificateConfiguration": { + "$ref": "#/definitions/CertificateConfiguration" + }, + "Description": { + "type": "string" + }, + "DesiredEC2Instances": { + "type": "integer" + }, + "EC2InboundPermissions": { + "items": { + "$ref": "#/definitions/IpPermission" + }, + "type": "array", + "uniqueItems": true + }, + "EC2InstanceType": { + "type": "string" + }, + "FleetType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstanceRoleARN": { + "type": "string" + }, + "LogPaths": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MaxSize": { + "type": "integer" + }, + "MetricGroups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MinSize": { + "type": "integer" + }, + "Name": { + "type": "string" + }, + "NewGameSessionProtectionPolicy": { + "type": "string" + }, + "PeerVpcAwsAccountId": { + "type": "string" + }, + "PeerVpcId": { + "type": "string" + }, + "ResourceCreationLimitPolicy": { + "$ref": "#/definitions/ResourceCreationLimitPolicy" + }, + "RuntimeConfiguration": { + "$ref": "#/definitions/RuntimeConfiguration" + }, + "ScriptId": { + "type": "string" + }, + "ServerLaunchParameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + }, + "ServerLaunchPath": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- ]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EC2InstanceType", + "Name" + ], + "typeName": "AWS::GameLift::Fleet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-accesskey.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-accesskey.json new file mode 100644 index 0000000000000000000000000000000000000000..7aaaec51d4c6d77d9114388ceeb6da404cbb8f2e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-accesskey.json @@ -0,0 +1,39 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Serial", + "/properties/UserName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "SecretAccessKey": { + "type": "string" + }, + "Serial": { + "type": "integer" + }, + "Status": { + "enum": [ + "Active", + "Inactive" + ], + "type": "string" + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/SecretAccessKey" + ], + "required": [ + "UserName" + ], + "typeName": "AWS::IAM::AccessKey" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-instanceprofile.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-instanceprofile.json new file mode 100644 index 0000000000000000000000000000000000000000..a71c9d32a8fc3e24af0b6417a164026ad83972b6 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-instanceprofile.json @@ -0,0 +1,44 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/InstanceProfileName", + "/properties/Path" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstanceProfileName": { + "pattern": "[\\w+=,.@-]+", + "type": "string" + }, + "Path": { + "pattern": "(\\u002F)|(\\u002F[\\u0021-\\u007E]+\\u002F)", + "type": "string" + }, + "Roles": { + "items": { + "pattern": "[a-zA-Z0-9+=,.@\\-_]+", + "type": "string" + }, + "maxItems": 1, + "minItems": 1, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Roles" + ], + "typeName": "AWS::IAM::InstanceProfile" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-managedpolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-managedpolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..41620915f04547ba34d395d4b39e7491f28563fb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-managedpolicy.json @@ -0,0 +1,100 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ManagedPolicyName", + "/properties/Description", + "/properties/Path" + ], + "primaryIdentifier": [ + "/properties/PolicyArn" + ], + "properties": { + "AttachmentCount": { + "type": "integer" + }, + "CreateDate": { + "type": "string" + }, + "DefaultVersionId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Groups": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "IsAttachable": { + "type": "boolean" + }, + "ManagedPolicyName": { + "type": "string" + }, + "Path": { + "pattern": "^/(.+/)*$", + "type": "string" + }, + "PermissionsBoundaryUsageCount": { + "type": "integer" + }, + "PolicyArn": { + "type": "string" + }, + "PolicyDocument": { + "maxLength": 6144, + "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+", + "type": [ + "object", + "string" + ] + }, + "PolicyId": { + "type": "string" + }, + "Roles": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "UpdateDate": { + "type": "string" + }, + "Users": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/PolicyArn", + "/properties/AttachmentCount", + "/properties/CreateDate", + "/properties/DefaultVersionId", + "/properties/IsAttachable", + "/properties/PermissionsBoundaryUsageCount", + "/properties/PolicyId", + "/properties/UpdateDate" + ], + "required": [ + "PolicyDocument" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iam", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::IAM::ManagedPolicy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-policy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-policy.json new file mode 100644 index 0000000000000000000000000000000000000000..cbb80d143e3078b7739138277ea6893086695ab9 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iam-policy.json @@ -0,0 +1,71 @@ +{ + "additionalProperties": false, + "anyOf": [ + { + "required": [ + "Users" + ] + }, + { + "required": [ + "Groups" + ] + }, + { + "required": [ + "Roles" + ] + } + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Groups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "PolicyDocument": { + "format": "json", + "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+", + "type": [ + "object", + "string" + ] + }, + "PolicyName": { + "maxLength": 128, + "minLength": 1, + "pattern": "^[a-zA-Z0-9+=,.@\\-_]+$", + "type": "string" + }, + "Roles": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Users": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PolicyName", + "PolicyDocument" + ], + "typeName": "AWS::IAM::Policy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-certificate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-certificate.json new file mode 100644 index 0000000000000000000000000000000000000000..dd5e29c8ea60978e5f425a3c6488d9c0c2b9053e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-certificate.json @@ -0,0 +1,33 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CertificateSigningRequest" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "CertificateSigningRequest": { + "pattern": "[\\s\\S]*", + "type": "string" + }, + "Id": { + "type": "string" + }, + "Status": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Status", + "CertificateSigningRequest" + ], + "typeName": "AWS::IoT::Certificate" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-policy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-policy.json new file mode 100644 index 0000000000000000000000000000000000000000..ebabbd9f3dc383372d215a88bd905bd67464e96c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-policy.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PolicyDocument", + "/properties/PolicyName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PolicyDocument": { + "format": "json", + "pattern": "[\\s\\S]*", + "type": [ + "object", + "string" + ] + }, + "PolicyName": { + "pattern": "[\\w+=,.@-]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "PolicyDocument" + ], + "typeName": "AWS::IoT::Policy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-policyprincipalattachment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-policyprincipalattachment.json new file mode 100644 index 0000000000000000000000000000000000000000..4bb0a7c55d1b668148953b68f5e826fe949dae57 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-policyprincipalattachment.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Principal", + "/properties/PolicyName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "PolicyName": { + "type": "string" + }, + "Principal": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PolicyName", + "Principal" + ], + "typeName": "AWS::IoT::PolicyPrincipalAttachment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-thing.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-thing.json new file mode 100644 index 0000000000000000000000000000000000000000..7c61fcf7027e82091ca1d6b0c0415bbb3e827b07 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-thing.json @@ -0,0 +1,40 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ThingName" + ], + "definitions": { + "AttributePayload": { + "additionalProperties": false, + "properties": { + "Attributes": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AttributePayload": { + "$ref": "#/definitions/AttributePayload" + }, + "Id": { + "type": "string" + }, + "ThingName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "typeName": "AWS::IoT::Thing" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-thingprincipalattachment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-thingprincipalattachment.json new file mode 100644 index 0000000000000000000000000000000000000000..e847399bfc097fb9f9ab75cf4c7a7b03ee406a30 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-thingprincipalattachment.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Principal", + "/properties/ThingName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Principal": { + "type": "string" + }, + "ThingName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ThingName", + "Principal" + ], + "typeName": "AWS::IoT::ThingPrincipalAttachment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-topicrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-topicrule.json new file mode 100644 index 0000000000000000000000000000000000000000..5c05e7d2417558ff5b8118f96a822019ccc66921 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-iot-topicrule.json @@ -0,0 +1,632 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/RuleName" + ], + "definitions": { + "Action": { + "additionalProperties": false, + "properties": { + "CloudwatchAlarm": { + "$ref": "#/definitions/CloudwatchAlarmAction" + }, + "CloudwatchMetric": { + "$ref": "#/definitions/CloudwatchMetricAction" + }, + "DynamoDB": { + "$ref": "#/definitions/DynamoDBAction" + }, + "DynamoDBv2": { + "$ref": "#/definitions/DynamoDBv2Action" + }, + "Elasticsearch": { + "$ref": "#/definitions/ElasticsearchAction" + }, + "Firehose": { + "$ref": "#/definitions/FirehoseAction" + }, + "Http": { + "$ref": "#/definitions/HttpAction" + }, + "IotAnalytics": { + "$ref": "#/definitions/IotAnalyticsAction" + }, + "IotEvents": { + "$ref": "#/definitions/IotEventsAction" + }, + "IotSiteWise": { + "$ref": "#/definitions/IotSiteWiseAction" + }, + "Kinesis": { + "$ref": "#/definitions/KinesisAction" + }, + "Lambda": { + "$ref": "#/definitions/LambdaAction" + }, + "Republish": { + "$ref": "#/definitions/RepublishAction" + }, + "S3": { + "$ref": "#/definitions/S3Action" + }, + "Sns": { + "$ref": "#/definitions/SnsAction" + }, + "Sqs": { + "$ref": "#/definitions/SqsAction" + }, + "StepFunctions": { + "$ref": "#/definitions/StepFunctionsAction" + } + }, + "type": "object" + }, + "AssetPropertyTimestamp": { + "additionalProperties": false, + "properties": { + "OffsetInNanos": { + "type": "string" + }, + "TimeInSeconds": { + "type": "string" + } + }, + "required": [ + "TimeInSeconds" + ], + "type": "object" + }, + "AssetPropertyValue": { + "additionalProperties": false, + "properties": { + "Quality": { + "type": "string" + }, + "Timestamp": { + "$ref": "#/definitions/AssetPropertyTimestamp" + }, + "Value": { + "$ref": "#/definitions/AssetPropertyVariant" + } + }, + "required": [ + "Value", + "Timestamp" + ], + "type": "object" + }, + "AssetPropertyVariant": { + "additionalProperties": false, + "properties": { + "BooleanValue": { + "type": "string" + }, + "DoubleValue": { + "type": "string" + }, + "IntegerValue": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "type": "object" + }, + "CloudwatchAlarmAction": { + "additionalProperties": false, + "properties": { + "AlarmName": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "StateReason": { + "type": "string" + }, + "StateValue": { + "type": "string" + } + }, + "required": [ + "AlarmName", + "StateReason", + "StateValue", + "RoleArn" + ], + "type": "object" + }, + "CloudwatchMetricAction": { + "additionalProperties": false, + "properties": { + "MetricName": { + "type": "string" + }, + "MetricNamespace": { + "type": "string" + }, + "MetricTimestamp": { + "type": "string" + }, + "MetricUnit": { + "type": "string" + }, + "MetricValue": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "MetricName", + "MetricValue", + "MetricNamespace", + "MetricUnit", + "RoleArn" + ], + "type": "object" + }, + "DynamoDBAction": { + "additionalProperties": false, + "properties": { + "HashKeyField": { + "type": "string" + }, + "HashKeyType": { + "enum": [ + "NUMBER", + "STRING" + ], + "type": "string" + }, + "HashKeyValue": { + "type": "string" + }, + "PayloadField": { + "type": "string" + }, + "RangeKeyField": { + "type": "string" + }, + "RangeKeyType": { + "enum": [ + "NUMBER", + "STRING" + ], + "type": "string" + }, + "RangeKeyValue": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "TableName": { + "type": "string" + } + }, + "required": [ + "TableName", + "HashKeyField", + "HashKeyValue", + "RoleArn" + ], + "type": "object" + }, + "DynamoDBv2Action": { + "additionalProperties": false, + "properties": { + "PutItem": { + "$ref": "#/definitions/PutItemInput" + }, + "RoleArn": { + "type": "string" + } + }, + "type": "object" + }, + "ElasticsearchAction": { + "additionalProperties": false, + "properties": { + "Endpoint": { + "pattern": "https?://.*", + "type": "string" + }, + "Id": { + "type": "string" + }, + "Index": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type", + "Endpoint", + "Index", + "Id", + "RoleArn" + ], + "type": "object" + }, + "FirehoseAction": { + "additionalProperties": false, + "properties": { + "DeliveryStreamName": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "Separator": { + "pattern": "([\\n\\t])|(\\r\\n)|(,)", + "type": "string" + } + }, + "required": [ + "DeliveryStreamName", + "RoleArn" + ], + "type": "object" + }, + "HttpAction": { + "additionalProperties": false, + "properties": { + "Auth": { + "$ref": "#/definitions/HttpAuthorization" + }, + "ConfirmationUrl": { + "type": "string" + }, + "Headers": { + "items": { + "$ref": "#/definitions/HttpActionHeader" + }, + "type": "array", + "uniqueItems": true + }, + "Url": { + "type": "string" + } + }, + "required": [ + "Url" + ], + "type": "object" + }, + "HttpActionHeader": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "HttpAuthorization": { + "additionalProperties": false, + "properties": { + "Sigv4": { + "$ref": "#/definitions/SigV4Authorization" + } + }, + "type": "object" + }, + "IotAnalyticsAction": { + "additionalProperties": false, + "properties": { + "ChannelName": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "ChannelName", + "RoleArn" + ], + "type": "object" + }, + "IotEventsAction": { + "additionalProperties": false, + "properties": { + "InputName": { + "type": "string" + }, + "MessageId": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "InputName", + "RoleArn" + ], + "type": "object" + }, + "IotSiteWiseAction": { + "additionalProperties": false, + "properties": { + "PutAssetPropertyValueEntries": { + "items": { + "$ref": "#/definitions/PutAssetPropertyValueEntry" + }, + "type": "array", + "uniqueItems": true + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "PutAssetPropertyValueEntries", + "RoleArn" + ], + "type": "object" + }, + "KinesisAction": { + "additionalProperties": false, + "properties": { + "PartitionKey": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "StreamName": { + "type": "string" + } + }, + "required": [ + "StreamName", + "RoleArn" + ], + "type": "object" + }, + "LambdaAction": { + "additionalProperties": false, + "properties": { + "FunctionArn": { + "type": "string" + } + }, + "type": "object" + }, + "PutAssetPropertyValueEntry": { + "additionalProperties": false, + "properties": { + "AssetId": { + "type": "string" + }, + "EntryId": { + "type": "string" + }, + "PropertyAlias": { + "type": "string" + }, + "PropertyId": { + "type": "string" + }, + "PropertyValues": { + "items": { + "$ref": "#/definitions/AssetPropertyValue" + }, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "PropertyValues" + ], + "type": "object" + }, + "PutItemInput": { + "additionalProperties": false, + "properties": { + "TableName": { + "type": "string" + } + }, + "required": [ + "TableName" + ], + "type": "object" + }, + "RepublishAction": { + "additionalProperties": false, + "properties": { + "Qos": { + "type": "integer" + }, + "RoleArn": { + "type": "string" + }, + "Topic": { + "type": "string" + } + }, + "required": [ + "Topic", + "RoleArn" + ], + "type": "object" + }, + "S3Action": { + "additionalProperties": false, + "properties": { + "BucketName": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "BucketName", + "Key", + "RoleArn" + ], + "type": "object" + }, + "SigV4Authorization": { + "additionalProperties": false, + "properties": { + "RoleArn": { + "type": "string" + }, + "ServiceName": { + "type": "string" + }, + "SigningRegion": { + "type": "string" + } + }, + "required": [ + "ServiceName", + "SigningRegion", + "RoleArn" + ], + "type": "object" + }, + "SnsAction": { + "additionalProperties": false, + "properties": { + "MessageFormat": { + "enum": [ + "JSON", + "RAW" + ], + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "TargetArn": { + "type": "string" + } + }, + "required": [ + "TargetArn", + "RoleArn" + ], + "type": "object" + }, + "SqsAction": { + "additionalProperties": false, + "properties": { + "QueueUrl": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "UseBase64": { + "type": "boolean" + } + }, + "required": [ + "RoleArn", + "QueueUrl" + ], + "type": "object" + }, + "StepFunctionsAction": { + "additionalProperties": false, + "properties": { + "ExecutionNamePrefix": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "StateMachineName": { + "type": "string" + } + }, + "required": [ + "StateMachineName", + "RoleArn" + ], + "type": "object" + }, + "TopicRulePayload": { + "additionalProperties": false, + "properties": { + "Actions": { + "items": { + "$ref": "#/definitions/Action" + }, + "type": "array", + "uniqueItems": true + }, + "AwsIotSqlVersion": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ErrorAction": { + "$ref": "#/definitions/Action" + }, + "RuleDisabled": { + "type": "boolean" + }, + "Sql": { + "type": "string" + } + }, + "required": [ + "RuleDisabled", + "Actions", + "Sql" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "RuleName": { + "pattern": "^[a-zA-Z0-9_]+$", + "type": "string" + }, + "TopicRulePayload": { + "$ref": "#/definitions/TopicRulePayload" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "TopicRulePayload" + ], + "typeName": "AWS::IoT::TopicRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-kinesis-streamconsumer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-kinesis-streamconsumer.json new file mode 100644 index 0000000000000000000000000000000000000000..853b4133615b58db1f0091503f4744b6a2c9c8a2 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-kinesis-streamconsumer.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StreamARN", + "/properties/ConsumerName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConsumerARN": { + "type": "string" + }, + "ConsumerCreationTimestamp": { + "type": "string" + }, + "ConsumerName": { + "type": "string" + }, + "ConsumerStatus": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "StreamARN": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/ConsumerStatus", + "/properties/Id", + "/properties/ConsumerARN", + "/properties/ConsumerCreationTimestamp" + ], + "required": [ + "ConsumerName", + "StreamARN" + ], + "typeName": "AWS::Kinesis::StreamConsumer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-lambda-layerversion.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-lambda-layerversion.json new file mode 100644 index 0000000000000000000000000000000000000000..9af7245c4be0fffdb468359d77163b25a5aeb132 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-lambda-layerversion.json @@ -0,0 +1,75 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CompatibleRuntimes", + "/properties/LicenseInfo", + "/properties/CompatibleArchitectures", + "/properties/LayerName", + "/properties/Description", + "/properties/Content" + ], + "definitions": { + "Content": { + "additionalProperties": false, + "properties": { + "S3Bucket": { + "type": "string" + }, + "S3Key": { + "type": "string" + }, + "S3ObjectVersion": { + "type": "string" + } + }, + "required": [ + "S3Bucket", + "S3Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "CompatibleArchitectures": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "CompatibleRuntimes": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Content": { + "$ref": "#/definitions/Content" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "LayerName": { + "maxLength": 140, + "minLength": 1, + "type": "string" + }, + "LicenseInfo": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Content" + ], + "typeName": "AWS::Lambda::LayerVersion" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-lambda-version.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-lambda-version.json new file mode 100644 index 0000000000000000000000000000000000000000..41fcb31449b33217b2e912d145c1721230f42c08 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-lambda-version.json @@ -0,0 +1,112 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FunctionName", + "/properties/Description", + "/properties/CodeSha256", + "/properties/ProvisionedConcurrencyConfig", + "/properties/RuntimePolicy" + ], + "definitions": { + "ProvisionedConcurrencyConfiguration": { + "additionalProperties": false, + "properties": { + "ProvisionedConcurrentExecutions": { + "type": "integer" + } + }, + "required": [ + "ProvisionedConcurrentExecutions" + ], + "type": "object" + }, + "RuntimePolicy": { + "additionalProperties": false, + "properties": { + "RuntimeVersionArn": { + "maxLength": 2048, + "minLength": 26, + "pattern": "^arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}::runtime:.+$", + "type": "string" + }, + "UpdateRuntimeOn": { + "type": "string" + } + }, + "required": [ + "UpdateRuntimeOn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FunctionArn" + ], + "properties": { + "CodeSha256": { + "type": "string" + }, + "Description": { + "maxLength": 256, + "minLength": 0, + "type": "string" + }, + "FunctionArn": { + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "FunctionName": { + "anyOf": [ + { + "relationshipRef": { + "propertyPath": "/properties/FunctionName", + "typeName": "AWS::Lambda::Function" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::Lambda::Function" + } + } + ], + "maxLength": 140, + "minLength": 1, + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "Policy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "ProvisionedConcurrencyConfig": { + "$ref": "#/definitions/ProvisionedConcurrencyConfiguration" + }, + "RuntimePolicy": { + "$ref": "#/definitions/RuntimePolicy" + }, + "Version": { + "type": "string" + } + }, + "propertyTransform": { + "/properties/FunctionName": "$split(FunctionName, \":\")[-1] $OR FunctionName" + }, + "readOnlyProperties": [ + "/properties/Version", + "/properties/FunctionArn" + ], + "required": [ + "FunctionName" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Lambda::Version" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-logs-delivery.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-logs-delivery.json new file mode 100644 index 0000000000000000000000000000000000000000..8bc576d1da6abec93009e46e3bb14c7a0f77b381 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-logs-delivery.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DeliverySourceName", + "/properties/DeliveryDestinationArn" + ], + "definitions": { + "Arn": { + "maxLength": 2048, + "minLength": 16, + "pattern": "[\\w#+=/:,.@-]*\\*?", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DeliveryId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationArn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationType": { + "maxLength": 12, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliveryId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliverySourceName": { + "maxLength": 60, + "minLength": 1, + "pattern": "[\\w-]*$", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/DeliveryId", + "/properties/Arn", + "/properties/DeliveryDestinationType" + ], + "required": [ + "DeliverySourceName", + "DeliveryDestinationArn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Logs::Delivery" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-logs-deliverydestination.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-logs-deliverydestination.json new file mode 100644 index 0000000000000000000000000000000000000000..76914f833fcc677b497b56a24c9e1d2a015d66e8 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-logs-deliverydestination.json @@ -0,0 +1,108 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/DestinationResourceArn" + ], + "definitions": { + "Arn": { + "maxLength": 2048, + "minLength": 16, + "pattern": "[\\w#+=/:,.@-]*\\*?", + "type": "string" + }, + "DestinationPolicy": { + "additionalProperties": false, + "properties": { + "DeliveryDestinationName": { + "maxLength": 60, + "minLength": 1, + "type": "string" + }, + "DeliveryDestinationPolicy": { + "maxLength": 51200, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "DeliveryDestinationName", + "DeliveryDestinationPolicy" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Name" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationPolicy": { + "items": { + "$ref": "#/definitions/DestinationPolicy" + }, + "type": "object" + }, + "DeliveryDestinationType": { + "maxLength": 12, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DestinationResourceArn": { + "$ref": "#/definitions/Arn" + }, + "Name": { + "maxLength": 60, + "minLength": 1, + "pattern": "[\\w-]*$", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/DeliveryDestinationType" + ], + "required": [ + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Logs::DeliveryDestination" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-neptune-dbclusterparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-neptune-dbclusterparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..196677fbf0e8c412842831917c97298abb002882 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-neptune-dbclusterparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::Neptune::DBClusterParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-neptune-dbinstance.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-neptune-dbinstance.json new file mode 100644 index 0000000000000000000000000000000000000000..ce52ea7ecf78be65adf28fcd583d70f27158431e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-neptune-dbinstance.json @@ -0,0 +1,88 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DBClusterIdentifier", + "/properties/AvailabilityZone", + "/properties/DBInstanceIdentifier", + "/properties/DBSubnetGroupName", + "/properties/DBSnapshotIdentifier" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AllowMajorVersionUpgrade": { + "type": "boolean" + }, + "AutoMinorVersionUpgrade": { + "type": "boolean" + }, + "AvailabilityZone": { + "type": "string" + }, + "DBClusterIdentifier": { + "type": "string" + }, + "DBInstanceClass": { + "type": "string" + }, + "DBInstanceIdentifier": { + "type": "string" + }, + "DBParameterGroupName": { + "type": "string" + }, + "DBSnapshotIdentifier": { + "type": "string" + }, + "DBSubnetGroupName": { + "type": "string" + }, + "Endpoint": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Port": { + "type": "string" + }, + "PreferredMaintenanceWindow": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Port", + "/properties/Id", + "/properties/Endpoint" + ], + "required": [ + "DBInstanceClass" + ], + "typeName": "AWS::Neptune::DBInstance" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-neptune-dbparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-neptune-dbparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..40b22b45e52014f77bf771c09bac1015f1739eb6 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-neptune-dbparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::Neptune::DBParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-annotationstore.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-annotationstore.json new file mode 100644 index 0000000000000000000000000000000000000000..66cf3ce984abdd3ba947c8caa22586cc1ea43b35 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-annotationstore.json @@ -0,0 +1,253 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Reference", + "/properties/SseConfig", + "/properties/StoreFormat", + "/properties/StoreOptions", + "/properties/Tags" + ], + "definitions": { + "AnnotationType": { + "enum": [ + "GENERIC", + "CHR_POS", + "CHR_POS_REF_ALT", + "CHR_START_END_ONE_BASE", + "CHR_START_END_REF_ALT_ONE_BASE", + "CHR_START_END_ZERO_BASE", + "CHR_START_END_REF_ALT_ZERO_BASE" + ], + "type": "string" + }, + "EncryptionType": { + "enum": [ + "KMS" + ], + "type": "string" + }, + "FormatToHeader": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 1000, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + }, + "FormatToHeaderKey": { + "enum": [ + "CHR", + "START", + "END", + "REF", + "ALT", + "POS" + ], + "type": "string" + }, + "ReferenceItem": { + "additionalProperties": false, + "properties": { + "ReferenceArn": { + "maxLength": 127, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + } + }, + "required": [ + "ReferenceArn" + ], + "type": "object" + }, + "SchemaItem": { + "additionalProperties": false, + "maxProperties": 1, + "minProperties": 1, + "patternProperties": { + "^[a-z0-9_]{1,255}$": { + "$ref": "#/definitions/SchemaValueType" + } + }, + "type": "object" + }, + "SchemaValueType": { + "enum": [ + "LONG", + "INT", + "STRING", + "FLOAT", + "DOUBLE", + "BOOLEAN" + ], + "type": "string" + }, + "SseConfig": { + "additionalProperties": false, + "properties": { + "KeyArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/EncryptionType" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "StoreFormat": { + "enum": [ + "GFF", + "TSV", + "VCF" + ], + "type": "string" + }, + "StoreOptions": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "TsvStoreOptions": { + "$ref": "#/definitions/TsvStoreOptions" + } + }, + "required": [ + "TsvStoreOptions" + ], + "title": "TsvStoreOptions", + "type": "object" + } + ] + }, + "StoreStatus": { + "enum": [ + "CREATING", + "UPDATING", + "DELETING", + "ACTIVE", + "FAILED" + ], + "type": "string" + }, + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + }, + "TsvStoreOptions": { + "additionalProperties": false, + "properties": { + "AnnotationType": { + "$ref": "#/definitions/AnnotationType" + }, + "FormatToHeader": { + "$ref": "#/definitions/FormatToHeader" + }, + "Schema": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SchemaItem" + }, + "maxItems": 5000, + "minItems": 1, + "type": "array" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Name" + ], + "properties": { + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "Description": { + "maxLength": 500, + "minLength": 0, + "type": "string" + }, + "Id": { + "pattern": "^[a-f0-9]{12}$", + "type": "string" + }, + "Name": { + "pattern": "^([a-z]){1}([a-z0-9_]){2,254}", + "type": "string" + }, + "Reference": { + "$ref": "#/definitions/ReferenceItem" + }, + "SseConfig": { + "$ref": "#/definitions/SseConfig" + }, + "Status": { + "$ref": "#/definitions/StoreStatus" + }, + "StatusMessage": { + "maxLength": 1000, + "minLength": 0, + "type": "string" + }, + "StoreArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)$", + "type": "string" + }, + "StoreFormat": { + "$ref": "#/definitions/StoreFormat" + }, + "StoreOptions": { + "$ref": "#/definitions/StoreOptions" + }, + "StoreSizeBytes": { + "type": "number" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + }, + "UpdateTime": { + "format": "date-time", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/CreationTime", + "/properties/Id", + "/properties/Status", + "/properties/StatusMessage", + "/properties/StoreArn", + "/properties/StoreSizeBytes", + "/properties/UpdateTime" + ], + "required": [ + "Name", + "StoreFormat" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Omics::AnnotationStore" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-referencestore.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-referencestore.json new file mode 100644 index 0000000000000000000000000000000000000000..57a4ea04dbd5c91b06501453f05aad2d3fc6fe31 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-referencestore.json @@ -0,0 +1,103 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Description", + "/properties/Name", + "/properties/SseConfig", + "/properties/Tags" + ], + "definitions": { + "EncryptionType": { + "enum": [ + "KMS" + ], + "type": "string" + }, + "SseConfig": { + "additionalProperties": false, + "properties": { + "KeyArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/EncryptionType" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ReferenceStoreId" + ], + "properties": { + "Arn": { + "maxLength": 127, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + }, + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "Description": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Name": { + "maxLength": 127, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "ReferenceStoreId": { + "maxLength": 36, + "minLength": 10, + "pattern": "^[0-9]+$", + "type": "string" + }, + "SseConfig": { + "$ref": "#/definitions/SseConfig" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreationTime", + "/properties/ReferenceStoreId" + ], + "required": [ + "Name" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::Omics::ReferenceStore", + "writeOnlyProperties": [ + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-rungroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-rungroup.json new file mode 100644 index 0000000000000000000000000000000000000000..e09b1d188b10579b95fb4377f072b1c5df8d14eb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-rungroup.json @@ -0,0 +1,78 @@ +{ + "additionalProperties": false, + "definitions": { + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "maxLength": 128, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + }, + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "Id": { + "maxLength": 18, + "minLength": 1, + "pattern": "^[0-9]+$", + "type": "string" + }, + "MaxCpus": { + "maximum": 100000, + "minimum": 1, + "type": "number" + }, + "MaxDuration": { + "maximum": 100000, + "minimum": 1, + "type": "number" + }, + "MaxGpus": { + "maximum": 100000, + "minimum": 1, + "type": "number" + }, + "MaxRuns": { + "maximum": 100000, + "minimum": 1, + "type": "number" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreationTime", + "/properties/Id" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Omics::RunGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-sequencestore.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-sequencestore.json new file mode 100644 index 0000000000000000000000000000000000000000..bb41716fd7ef68b970ff0e1682e1833b192865f0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-sequencestore.json @@ -0,0 +1,109 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Description", + "/properties/Name", + "/properties/FallbackLocation", + "/properties/SseConfig", + "/properties/Tags" + ], + "definitions": { + "EncryptionType": { + "enum": [ + "KMS" + ], + "type": "string" + }, + "SseConfig": { + "additionalProperties": false, + "properties": { + "KeyArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/EncryptionType" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/SequenceStoreId" + ], + "properties": { + "Arn": { + "maxLength": 127, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + }, + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "Description": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "FallbackLocation": { + "minLength": 1, + "pattern": "^s3:\\/\\/([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])\\/?((.{1,1024})\\/)?$", + "type": "string" + }, + "Name": { + "maxLength": 127, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "SequenceStoreId": { + "maxLength": 36, + "minLength": 10, + "pattern": "^[0-9]+$", + "type": "string" + }, + "SseConfig": { + "$ref": "#/definitions/SseConfig" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreationTime", + "/properties/SequenceStoreId" + ], + "required": [ + "Name" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::Omics::SequenceStore", + "writeOnlyProperties": [ + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-variantstore.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-variantstore.json new file mode 100644 index 0000000000000000000000000000000000000000..6e9129c2d8281d2e64058e2152c28a20955dbadf --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-variantstore.json @@ -0,0 +1,143 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Reference", + "/properties/SseConfig", + "/properties/Tags" + ], + "definitions": { + "EncryptionType": { + "enum": [ + "KMS" + ], + "type": "string" + }, + "ReferenceItem": { + "additionalProperties": false, + "properties": { + "ReferenceArn": { + "maxLength": 127, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + } + }, + "required": [ + "ReferenceArn" + ], + "type": "object" + }, + "SseConfig": { + "additionalProperties": false, + "properties": { + "KeyArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/EncryptionType" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "StoreStatus": { + "enum": [ + "CREATING", + "UPDATING", + "DELETING", + "ACTIVE", + "FAILED" + ], + "type": "string" + }, + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Name" + ], + "properties": { + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "Description": { + "maxLength": 500, + "minLength": 0, + "type": "string" + }, + "Id": { + "pattern": "^[a-f0-9]{12}$", + "type": "string" + }, + "Name": { + "pattern": "^([a-z]){1}([a-z0-9_]){2,254}", + "type": "string" + }, + "Reference": { + "$ref": "#/definitions/ReferenceItem" + }, + "SseConfig": { + "$ref": "#/definitions/SseConfig" + }, + "Status": { + "$ref": "#/definitions/StoreStatus" + }, + "StatusMessage": { + "maxLength": 1000, + "minLength": 0, + "type": "string" + }, + "StoreArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)$", + "type": "string" + }, + "StoreSizeBytes": { + "type": "number" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + }, + "UpdateTime": { + "format": "date-time", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/CreationTime", + "/properties/Id", + "/properties/Status", + "/properties/StatusMessage", + "/properties/StoreArn", + "/properties/StoreSizeBytes", + "/properties/UpdateTime" + ], + "required": [ + "Name", + "Reference" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Omics::VariantStore" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-workflow.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-workflow.json new file mode 100644 index 0000000000000000000000000000000000000000..506ff69763f2146bf685303746f32f1c8a8f0862 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-omics-workflow.json @@ -0,0 +1,173 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DefinitionUri", + "/properties/Engine", + "/properties/Main", + "/properties/ParameterTemplate", + "/properties/StorageCapacity", + "/properties/Accelerators" + ], + "definitions": { + "Accelerators": { + "enum": [ + "GPU" + ], + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "TagMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + }, + "WorkflowEngine": { + "enum": [ + "WDL", + "NEXTFLOW", + "CWL" + ], + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "WorkflowParameter": { + "additionalProperties": false, + "properties": { + "Description": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Optional": { + "type": "boolean" + } + }, + "type": "object" + }, + "WorkflowParameterTemplate": { + "additionalProperties": false, + "maxProperties": 1000, + "minProperties": 1, + "patternProperties": { + "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$": { + "$ref": "#/definitions/WorkflowParameter" + } + }, + "type": "object" + }, + "WorkflowStatus": { + "enum": [ + "CREATING", + "ACTIVE", + "UPDATING", + "DELETED", + "FAILED" + ], + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "WorkflowType": { + "enum": [ + "PRIVATE" + ], + "maxLength": 64, + "minLength": 1, + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Accelerators": { + "$ref": "#/definitions/Accelerators" + }, + "Arn": { + "maxLength": 128, + "minLength": 1, + "pattern": "^arn:.+$", + "type": "string" + }, + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "DefinitionUri": { + "maxLength": 256, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Description": { + "maxLength": 256, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Engine": { + "$ref": "#/definitions/WorkflowEngine" + }, + "Id": { + "maxLength": 18, + "minLength": 1, + "pattern": "^[0-9]+$", + "type": "string" + }, + "Main": { + "maxLength": 128, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$", + "type": "string" + }, + "ParameterTemplate": { + "$ref": "#/definitions/WorkflowParameterTemplate" + }, + "Status": { + "$ref": "#/definitions/WorkflowStatus" + }, + "StorageCapacity": { + "maximum": 100000, + "minimum": 0, + "type": "number" + }, + "Tags": { + "$ref": "#/definitions/TagMap" + }, + "Type": { + "$ref": "#/definitions/WorkflowType" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreationTime", + "/properties/Id", + "/properties/Status", + "/properties/Type" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Omics::Workflow", + "writeOnlyProperties": [ + "/properties/DefinitionUri" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opensearchservice-domain.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opensearchservice-domain.json new file mode 100644 index 0000000000000000000000000000000000000000..c3ce78e81af4f7f7c05ce0dcd4ae14af37c5e9f3 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opensearchservice-domain.json @@ -0,0 +1,529 @@ +{ + "additionalProperties": false, + "conditionalCreateOnlyProperties": [ + "/properties/EncryptionAtRestOptions/Enabled", + "/properties/EncryptionAtRestOptions/KmsKeyId", + "/properties/AdvancedSecurityOptions/Enabled" + ], + "createOnlyProperties": [ + "/properties/DomainName" + ], + "definitions": { + "AdvancedSecurityOptionsInput": { + "additionalProperties": false, + "properties": { + "AnonymousAuthDisableDate": { + "type": "string" + }, + "AnonymousAuthEnabled": { + "type": "boolean" + }, + "Enabled": { + "type": "boolean" + }, + "InternalUserDatabaseEnabled": { + "type": "boolean" + }, + "JWTOptions": { + "$ref": "#/definitions/JWTOptions" + }, + "MasterUserOptions": { + "$ref": "#/definitions/MasterUserOptions" + }, + "SAMLOptions": { + "$ref": "#/definitions/SAMLOptions" + } + }, + "type": "object" + }, + "ClusterConfig": { + "additionalProperties": false, + "properties": { + "ColdStorageOptions": { + "$ref": "#/definitions/ColdStorageOptions" + }, + "DedicatedMasterCount": { + "type": "integer" + }, + "DedicatedMasterEnabled": { + "type": "boolean" + }, + "DedicatedMasterType": { + "type": "string" + }, + "InstanceCount": { + "type": "integer" + }, + "InstanceType": { + "type": "string" + }, + "MultiAZWithStandbyEnabled": { + "type": "boolean" + }, + "WarmCount": { + "type": "integer" + }, + "WarmEnabled": { + "type": "boolean" + }, + "WarmType": { + "type": "string" + }, + "ZoneAwarenessConfig": { + "$ref": "#/definitions/ZoneAwarenessConfig" + }, + "ZoneAwarenessEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "CognitoOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "IdentityPoolId": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + }, + "ColdStorageOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "DomainEndpointOptions": { + "additionalProperties": false, + "properties": { + "CustomEndpoint": { + "type": "string" + }, + "CustomEndpointCertificateArn": { + "type": "string" + }, + "CustomEndpointEnabled": { + "type": "boolean" + }, + "EnforceHTTPS": { + "type": "boolean" + }, + "TLSSecurityPolicy": { + "type": "string" + } + }, + "type": "object" + }, + "EBSOptions": { + "additionalProperties": false, + "properties": { + "EBSEnabled": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "type": "string" + } + }, + "type": "object" + }, + "EncryptionAtRestOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "KmsKeyId": { + "type": "string" + } + }, + "type": "object" + }, + "Idp": { + "additionalProperties": false, + "properties": { + "EntityId": { + "type": "string" + }, + "MetadataContent": { + "maxLength": 1048576, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "MetadataContent", + "EntityId" + ], + "type": "object" + }, + "JWTOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "PublicKey": { + "type": "string" + }, + "RolesKey": { + "type": "string" + }, + "SubjectKey": { + "type": "string" + } + }, + "type": "object" + }, + "LogPublishingOption": { + "additionalProperties": false, + "properties": { + "CloudWatchLogsLogGroupArn": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "MasterUserOptions": { + "additionalProperties": false, + "properties": { + "MasterUserARN": { + "type": "string" + }, + "MasterUserName": { + "type": "string" + }, + "MasterUserPassword": { + "type": "string" + } + }, + "type": "object" + }, + "NodeToNodeEncryptionOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "OffPeakWindow": { + "additionalProperties": false, + "properties": { + "WindowStartTime": { + "$ref": "#/definitions/WindowStartTime" + } + }, + "type": "object" + }, + "OffPeakWindowOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "OffPeakWindow": { + "$ref": "#/definitions/OffPeakWindow" + } + }, + "type": "object" + }, + "SAMLOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "Idp": { + "$ref": "#/definitions/Idp" + }, + "MasterBackendRole": { + "type": "string" + }, + "MasterUserName": { + "type": "string" + }, + "RolesKey": { + "type": "string" + }, + "SessionTimeoutMinutes": { + "type": "integer" + }, + "SubjectKey": { + "type": "string" + } + }, + "type": "object" + }, + "ServiceSoftwareOptions": { + "additionalProperties": false, + "properties": { + "AutomatedUpdateDate": { + "type": "string" + }, + "Cancellable": { + "type": "boolean" + }, + "CurrentVersion": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "NewVersion": { + "type": "string" + }, + "OptionalDeployment": { + "type": "boolean" + }, + "UpdateAvailable": { + "type": "boolean" + }, + "UpdateStatus": { + "type": "string" + } + }, + "type": "object" + }, + "SnapshotOptions": { + "additionalProperties": false, + "properties": { + "AutomatedSnapshotStartHour": { + "type": "integer" + } + }, + "type": "object" + }, + "SoftwareUpdateOptions": { + "additionalProperties": false, + "properties": { + "AutoSoftwareUpdateEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 0, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VPCOptions": { + "additionalProperties": false, + "properties": { + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "WindowStartTime": { + "additionalProperties": false, + "properties": { + "Hours": { + "maximum": 23, + "minimum": 0, + "type": "integer" + }, + "Minutes": { + "maximum": 59, + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "Hours", + "Minutes" + ], + "type": "object" + }, + "ZoneAwarenessConfig": { + "additionalProperties": false, + "properties": { + "AvailabilityZoneCount": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DomainName" + ], + "properties": { + "AccessPolicies": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "AdvancedOptions": { + "additionalProperties": false, + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "AdvancedSecurityOptions": { + "$ref": "#/definitions/AdvancedSecurityOptionsInput" + }, + "Arn": { + "type": "string" + }, + "ClusterConfig": { + "$ref": "#/definitions/ClusterConfig" + }, + "CognitoOptions": { + "$ref": "#/definitions/CognitoOptions" + }, + "DomainArn": { + "type": "string" + }, + "DomainEndpoint": { + "type": "string" + }, + "DomainEndpointOptions": { + "$ref": "#/definitions/DomainEndpointOptions" + }, + "DomainEndpointV2": { + "type": "string" + }, + "DomainEndpoints": { + "additionalProperties": false, + "patternProperties": { + "^.*$": { + "type": "string" + } + }, + "type": "object" + }, + "DomainName": { + "type": "string" + }, + "EBSOptions": { + "$ref": "#/definitions/EBSOptions" + }, + "EncryptionAtRestOptions": { + "$ref": "#/definitions/EncryptionAtRestOptions" + }, + "EngineVersion": { + "type": "string" + }, + "IPAddressType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "LogPublishingOptions": { + "additionalProperties": false, + "patternProperties": { + "[a-zA-Z0-9]+": { + "$ref": "#/definitions/LogPublishingOption" + } + }, + "type": "object" + }, + "NodeToNodeEncryptionOptions": { + "$ref": "#/definitions/NodeToNodeEncryptionOptions" + }, + "OffPeakWindowOptions": { + "$ref": "#/definitions/OffPeakWindowOptions" + }, + "ServiceSoftwareOptions": { + "$ref": "#/definitions/ServiceSoftwareOptions" + }, + "SkipShardMigrationWait": { + "type": "boolean" + }, + "SnapshotOptions": { + "$ref": "#/definitions/SnapshotOptions" + }, + "SoftwareUpdateOptions": { + "$ref": "#/definitions/SoftwareUpdateOptions" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + }, + "VPCOptions": { + "$ref": "#/definitions/VPCOptions" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn", + "/properties/DomainArn", + "/properties/DomainEndpoint", + "/properties/DomainEndpointV2", + "/properties/DomainEndpoints", + "/properties/ServiceSoftwareOptions", + "/properties/AdvancedSecurityOptions/AnonymousAuthDisableDate" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "typeName": "AWS::OpenSearchService::Domain", + "writeOnlyProperties": [ + "/properties/AdvancedSecurityOptions/MasterUserOptions", + "/properties/AdvancedSecurityOptions/SAMLOptions/MasterUserName", + "/properties/AdvancedSecurityOptions/SAMLOptions/MasterBackendRole", + "/properties/AdvancedSecurityOptions/JWTOptions/PublicKey" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opsworks-instance.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opsworks-instance.json new file mode 100644 index 0000000000000000000000000000000000000000..7971f63404029b002faf17c0d7afdc54198ddc58 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opsworks-instance.json @@ -0,0 +1,247 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Tenancy", + "/properties/VirtualizationType", + "/properties/TimeBasedAutoScaling", + "/properties/RootDeviceType", + "/properties/AutoScalingType", + "/properties/StackId", + "/properties/AvailabilityZone", + "/properties/SubnetId", + "/properties/BlockDeviceMappings", + "/properties/EbsOptimized" + ], + "definitions": { + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/EbsBlockDevice" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "EbsBlockDevice": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "SnapshotId": { + "type": "string" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "TimeBasedAutoScaling": { + "additionalProperties": false, + "properties": { + "Friday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Monday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Saturday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Sunday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Thursday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Tuesday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Wednesday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AgentVersion": { + "type": "string" + }, + "AmiId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "Architecture": { + "type": "string" + }, + "AutoScalingType": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": true + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticIps": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Hostname": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstallUpdatesOnBoot": { + "type": "boolean" + }, + "InstanceType": { + "type": "string" + }, + "LayerIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Os": { + "type": "string" + }, + "PrivateDnsName": { + "type": "string" + }, + "PrivateIp": { + "type": "string" + }, + "PublicDnsName": { + "type": "string" + }, + "PublicIp": { + "type": "string" + }, + "RootDeviceType": { + "type": "string" + }, + "SshKeyName": { + "type": "string" + }, + "StackId": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "Tenancy": { + "type": "string" + }, + "TimeBasedAutoScaling": { + "$ref": "#/definitions/TimeBasedAutoScaling" + }, + "VirtualizationType": { + "type": "string" + }, + "Volumes": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/PublicIp", + "/properties/Id", + "/properties/PublicDnsName", + "/properties/PrivateDnsName", + "/properties/PrivateIp" + ], + "required": [ + "LayerIds", + "InstanceType", + "StackId" + ], + "typeName": "AWS::OpsWorks::Instance" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opsworks-layer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opsworks-layer.json new file mode 100644 index 0000000000000000000000000000000000000000..9c1034b21961f3f700c6031803c6bcb8dcd039b8 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opsworks-layer.json @@ -0,0 +1,265 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StackId", + "/properties/Type" + ], + "definitions": { + "AutoScalingThresholds": { + "additionalProperties": false, + "properties": { + "CpuThreshold": { + "type": "number" + }, + "IgnoreMetricsTime": { + "type": "integer" + }, + "InstanceCount": { + "type": "integer" + }, + "LoadThreshold": { + "type": "number" + }, + "MemoryThreshold": { + "type": "number" + }, + "ThresholdsWaitTime": { + "type": "integer" + } + }, + "type": "object" + }, + "LifecycleEventConfiguration": { + "additionalProperties": false, + "properties": { + "ShutdownEventConfiguration": { + "$ref": "#/definitions/ShutdownEventConfiguration" + } + }, + "type": "object" + }, + "LoadBasedAutoScaling": { + "additionalProperties": false, + "properties": { + "DownScaling": { + "$ref": "#/definitions/AutoScalingThresholds" + }, + "Enable": { + "type": "boolean" + }, + "UpScaling": { + "$ref": "#/definitions/AutoScalingThresholds" + } + }, + "type": "object" + }, + "Recipes": { + "additionalProperties": false, + "properties": { + "Configure": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Deploy": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Setup": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Shutdown": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Undeploy": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ShutdownEventConfiguration": { + "additionalProperties": false, + "properties": { + "DelayUntilElbConnectionsDrained": { + "type": "boolean" + }, + "ExecutionTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VolumeConfiguration": { + "additionalProperties": false, + "properties": { + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "MountPoint": { + "type": "string" + }, + "NumberOfDisks": { + "type": "integer" + }, + "RaidLevel": { + "type": "integer" + }, + "Size": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Attributes": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "AutoAssignElasticIps": { + "type": "boolean" + }, + "AutoAssignPublicIps": { + "type": "boolean" + }, + "CustomInstanceProfileArn": { + "type": "string" + }, + "CustomJson": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "CustomRecipes": { + "$ref": "#/definitions/Recipes" + }, + "CustomSecurityGroupIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "EnableAutoHealing": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "InstallUpdatesOnBoot": { + "type": "boolean" + }, + "LifecycleEventConfiguration": { + "$ref": "#/definitions/LifecycleEventConfiguration" + }, + "LoadBasedAutoScaling": { + "$ref": "#/definitions/LoadBasedAutoScaling" + }, + "Name": { + "type": "string" + }, + "Packages": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Shortname": { + "type": "string" + }, + "StackId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "type": "string" + }, + "UseEbsOptimizedInstances": { + "type": "boolean" + }, + "VolumeConfigurations": { + "items": { + "$ref": "#/definitions/VolumeConfiguration" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EnableAutoHealing", + "Type", + "AutoAssignElasticIps", + "Shortname", + "AutoAssignPublicIps", + "Name", + "StackId" + ], + "typeName": "AWS::OpsWorks::Layer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opsworks-stack.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opsworks-stack.json new file mode 100644 index 0000000000000000000000000000000000000000..c09118118134632df93b0658d4ea12a5e828d58d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-opsworks-stack.json @@ -0,0 +1,234 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CloneAppIds", + "/properties/ClonePermissions", + "/properties/ServiceRoleArn", + "/properties/VpcId", + "/properties/SourceStackId" + ], + "definitions": { + "ChefConfiguration": { + "additionalProperties": false, + "properties": { + "BerkshelfVersion": { + "type": "string" + }, + "ManageBerkshelf": { + "type": "boolean" + } + }, + "type": "object" + }, + "ElasticIp": { + "additionalProperties": false, + "properties": { + "Ip": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Ip" + ], + "type": "object" + }, + "RdsDbInstance": { + "additionalProperties": false, + "properties": { + "DbPassword": { + "type": "string" + }, + "DbUser": { + "type": "string" + }, + "RdsDbInstanceArn": { + "type": "string" + } + }, + "required": [ + "DbPassword", + "RdsDbInstanceArn", + "DbUser" + ], + "type": "object" + }, + "Source": { + "additionalProperties": false, + "properties": { + "Password": { + "type": "string" + }, + "Revision": { + "type": "string" + }, + "SshKey": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "Username": { + "type": "string" + } + }, + "type": "object" + }, + "StackConfigurationManager": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "dependentRequired": { + "VpcId": [ + "DefaultSubnetId" + ] + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AgentVersion": { + "type": "string" + }, + "Attributes": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "ChefConfiguration": { + "$ref": "#/definitions/ChefConfiguration" + }, + "CloneAppIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "ClonePermissions": { + "type": "boolean" + }, + "ConfigurationManager": { + "$ref": "#/definitions/StackConfigurationManager" + }, + "CustomCookbooksSource": { + "$ref": "#/definitions/Source" + }, + "CustomJson": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "DefaultAvailabilityZone": { + "type": "string" + }, + "DefaultInstanceProfileArn": { + "type": "string" + }, + "DefaultOs": { + "type": "string" + }, + "DefaultRootDeviceType": { + "type": "string" + }, + "DefaultSshKeyName": { + "type": "string" + }, + "DefaultSubnetId": { + "type": "string" + }, + "EcsClusterArn": { + "type": "string" + }, + "ElasticIps": { + "items": { + "$ref": "#/definitions/ElasticIp" + }, + "type": "array", + "uniqueItems": true + }, + "HostnameTheme": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RdsDbInstances": { + "items": { + "$ref": "#/definitions/RdsDbInstance" + }, + "type": "array", + "uniqueItems": true + }, + "ServiceRoleArn": { + "type": "string" + }, + "SourceStackId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UseCustomCookbooks": { + "type": "boolean" + }, + "UseOpsworksSecurityGroups": { + "type": "boolean" + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "DefaultInstanceProfileArn", + "ServiceRoleArn", + "Name" + ], + "typeName": "AWS::OpsWorks::Stack" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-route53-healthcheck.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-route53-healthcheck.json new file mode 100644 index 0000000000000000000000000000000000000000..e45baa386f757e2bc7796ffddc614dc44ac09cee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-route53-healthcheck.json @@ -0,0 +1,127 @@ +{ + "additionalProperties": false, + "definitions": { + "AlarmIdentifier": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "required": [ + "Region", + "Name" + ], + "type": "object" + }, + "HealthCheckConfig": { + "additionalProperties": false, + "properties": { + "AlarmIdentifier": { + "$ref": "#/definitions/AlarmIdentifier" + }, + "ChildHealthChecks": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "EnableSNI": { + "type": "boolean" + }, + "FailureThreshold": { + "type": "integer" + }, + "FullyQualifiedDomainName": { + "type": "string" + }, + "HealthThreshold": { + "type": "integer" + }, + "IPAddress": { + "type": "string" + }, + "InsufficientDataHealthStatus": { + "type": "string" + }, + "Inverted": { + "type": "boolean" + }, + "MeasureLatency": { + "type": "boolean" + }, + "Port": { + "type": "integer" + }, + "Regions": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "RequestInterval": { + "type": "integer" + }, + "ResourcePath": { + "type": "string" + }, + "SearchString": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "HealthCheckTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "HealthCheckConfig": { + "$ref": "#/definitions/HealthCheckConfig" + }, + "HealthCheckTags": { + "items": { + "$ref": "#/definitions/HealthCheckTag" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "HealthCheckConfig" + ], + "typeName": "AWS::Route53::HealthCheck" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sagemaker-domain.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sagemaker-domain.json new file mode 100644 index 0000000000000000000000000000000000000000..bf791fc1c744689df530572795569d8e55f6994d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sagemaker-domain.json @@ -0,0 +1,856 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AuthMode", + "/properties/DomainName", + "/properties/DomainSettings/RStudioServerProDomainSettings/DefaultResourceSpec", + "/properties/KmsKeyId", + "/properties/VpcId", + "/properties/Tags" + ], + "definitions": { + "AppLifecycleManagement": { + "additionalProperties": false, + "properties": { + "IdleSettings": { + "$ref": "#/definitions/IdleSettings" + } + }, + "type": "object" + }, + "AppType": { + "enum": [ + "JupyterServer", + "TensorBoard", + "RStudioServerPro", + "JupyterLab", + "CodeEditor", + "DetailedProfiler", + "Canvas" + ], + "type": "string" + }, + "CodeEditorAppSettings": { + "additionalProperties": false, + "properties": { + "CustomImages": { + "items": { + "$ref": "#/definitions/CustomImage" + }, + "maxItems": 200, + "minItems": 0, + "type": "array", + "uniqueItems": false + }, + "DefaultResourceSpec": { + "$ref": "#/definitions/ResourceSpec" + }, + "LifecycleConfigArns": { + "items": { + "$ref": "#/definitions/StudioLifecycleConfigArn" + }, + "maxItems": 30, + "minItems": 0, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "CodeRepository": { + "additionalProperties": false, + "properties": { + "RepositoryUrl": { + "maxLength": 256, + "pattern": "^https://([.\\-_a-zA-Z0-9]+/?){3,1016}$", + "type": "string" + } + }, + "required": [ + "RepositoryUrl" + ], + "type": "object" + }, + "CustomFileSystemConfig": { + "additionalProperties": false, + "properties": { + "EFSFileSystemConfig": { + "$ref": "#/definitions/EFSFileSystemConfig" + } + }, + "type": "object" + }, + "CustomImage": { + "additionalProperties": false, + "properties": { + "AppImageConfigName": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "ImageName": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$", + "type": "string" + }, + "ImageVersionNumber": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "AppImageConfigName", + "ImageName" + ], + "type": "object" + }, + "CustomPosixUserConfig": { + "additionalProperties": false, + "properties": { + "Gid": { + "maximum": 4000000, + "minimum": 1001, + "type": "integer" + }, + "Uid": { + "maximum": 4000000, + "minimum": 10000, + "type": "integer" + } + }, + "required": [ + "Uid", + "Gid" + ], + "type": "object" + }, + "DefaultEbsStorageSettings": { + "additionalProperties": false, + "properties": { + "DefaultEbsVolumeSizeInGb": { + "$ref": "#/definitions/SpaceEbsVolumeSizeInGb" + }, + "MaximumEbsVolumeSizeInGb": { + "$ref": "#/definitions/SpaceEbsVolumeSizeInGb" + } + }, + "required": [ + "DefaultEbsVolumeSizeInGb", + "MaximumEbsVolumeSizeInGb" + ], + "type": "object" + }, + "DefaultSpaceSettings": { + "additionalProperties": false, + "properties": { + "CustomFileSystemConfigs": { + "items": { + "$ref": "#/definitions/CustomFileSystemConfig" + }, + "maxItems": 2, + "minItems": 0, + "type": "array", + "uniqueItems": true + }, + "CustomPosixUserConfig": { + "$ref": "#/definitions/CustomPosixUserConfig" + }, + "ExecutionRole": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$", + "type": "string" + }, + "JupyterLabAppSettings": { + "$ref": "#/definitions/JupyterLabAppSettings" + }, + "JupyterServerAppSettings": { + "$ref": "#/definitions/JupyterServerAppSettings" + }, + "KernelGatewayAppSettings": { + "$ref": "#/definitions/KernelGatewayAppSettings" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "maxLength": 32, + "pattern": "[-0-9a-zA-Z]+", + "type": "string" + }, + "maxItems": 5, + "minItems": 0, + "type": "array", + "uniqueItems": false + }, + "SpaceStorageSettings": { + "$ref": "#/definitions/DefaultSpaceStorageSettings" + } + }, + "required": [ + "ExecutionRole" + ], + "type": "object" + }, + "DefaultSpaceStorageSettings": { + "additionalProperties": false, + "properties": { + "DefaultEbsStorageSettings": { + "$ref": "#/definitions/DefaultEbsStorageSettings" + } + }, + "type": "object" + }, + "DockerSettings": { + "additionalProperties": false, + "properties": { + "EnableDockerAccess": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "VpcOnlyTrustedAccounts": { + "insertionOrder": false, + "items": { + "maxLength": 12, + "minLength": 12, + "pattern": "^\\d+$", + "type": "string" + }, + "maxItems": 20, + "minItems": 0, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "DomainSettings": { + "additionalProperties": false, + "properties": { + "DockerSettings": { + "$ref": "#/definitions/DockerSettings" + }, + "RStudioServerProDomainSettings": { + "$ref": "#/definitions/RStudioServerProDomainSettings" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "maxLength": 32, + "pattern": "[-0-9a-zA-Z]+", + "type": "string" + }, + "maxItems": 3, + "minItems": 1, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "EFSFileSystemConfig": { + "additionalProperties": false, + "properties": { + "FileSystemId": { + "maxLength": 21, + "minLength": 11, + "pattern": "^(fs-[0-9a-f]{8,})$", + "type": "string" + }, + "FileSystemPath": { + "maxLength": 256, + "minLength": 1, + "pattern": "^\\/\\S*$", + "type": "string" + } + }, + "required": [ + "FileSystemId" + ], + "type": "object" + }, + "IdleSettings": { + "additionalProperties": false, + "properties": { + "IdleTimeoutInMinutes": { + "$ref": "#/definitions/IdleTimeoutInMinutes" + }, + "LifecycleManagement": { + "$ref": "#/definitions/LifecycleManagement" + }, + "MaxIdleTimeoutInMinutes": { + "$ref": "#/definitions/MaxIdleTimeoutInMinutes" + }, + "MinIdleTimeoutInMinutes": { + "$ref": "#/definitions/MinIdleTimeoutInMinutes" + } + }, + "type": "object" + }, + "IdleTimeoutInMinutes": { + "maximum": 525600, + "minimum": 60, + "type": "integer" + }, + "JupyterLabAppSettings": { + "additionalProperties": false, + "properties": { + "CodeRepositories": { + "items": { + "$ref": "#/definitions/CodeRepository" + }, + "maxItems": 30, + "minItems": 0, + "type": "array", + "uniqueItems": false + }, + "CustomImages": { + "items": { + "$ref": "#/definitions/CustomImage" + }, + "maxItems": 200, + "minItems": 0, + "type": "array", + "uniqueItems": false + }, + "DefaultResourceSpec": { + "$ref": "#/definitions/ResourceSpec" + }, + "LifecycleConfigArns": { + "items": { + "$ref": "#/definitions/StudioLifecycleConfigArn" + }, + "maxItems": 30, + "minItems": 0, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "JupyterServerAppSettings": { + "additionalProperties": false, + "properties": { + "DefaultResourceSpec": { + "$ref": "#/definitions/ResourceSpec" + }, + "LifecycleConfigArns": { + "items": { + "$ref": "#/definitions/StudioLifecycleConfigArn" + }, + "maxItems": 30, + "minItems": 0, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "KernelGatewayAppSettings": { + "additionalProperties": false, + "properties": { + "CustomImages": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/CustomImage" + }, + "maxItems": 200, + "minItems": 0, + "type": "array", + "uniqueItems": false + }, + "DefaultResourceSpec": { + "$ref": "#/definitions/ResourceSpec" + }, + "LifecycleConfigArns": { + "items": { + "$ref": "#/definitions/StudioLifecycleConfigArn" + }, + "maxItems": 30, + "minItems": 0, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "LifecycleManagement": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "MaxIdleTimeoutInMinutes": { + "maximum": 525600, + "minimum": 60, + "type": "integer" + }, + "MinIdleTimeoutInMinutes": { + "maximum": 525600, + "minimum": 60, + "type": "integer" + }, + "MlTools": { + "enum": [ + "DataWrangler", + "FeatureStore", + "EmrClusters", + "AutoMl", + "Experiments", + "Training", + "ModelEvaluation", + "Pipelines", + "Models", + "JumpStart", + "InferenceRecommender", + "Endpoints", + "Projects", + "InferenceOptimization" + ], + "type": "string" + }, + "RSessionAppSettings": { + "additionalProperties": false, + "properties": { + "CustomImages": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/CustomImage" + }, + "maxItems": 200, + "minItems": 0, + "type": "array", + "uniqueItems": false + }, + "DefaultResourceSpec": { + "$ref": "#/definitions/ResourceSpec" + } + }, + "type": "object" + }, + "RStudioServerProAppSettings": { + "additionalProperties": false, + "properties": { + "AccessStatus": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "UserGroup": { + "enum": [ + "R_STUDIO_ADMIN", + "R_STUDIO_USER" + ], + "type": "string" + } + }, + "type": "object" + }, + "RStudioServerProDomainSettings": { + "additionalProperties": false, + "properties": { + "DefaultResourceSpec": { + "$ref": "#/definitions/ResourceSpec" + }, + "DomainExecutionRoleArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$", + "type": "string" + }, + "RStudioConnectUrl": { + "pattern": "^(https:|http:|www\\.)\\S*", + "type": "string" + }, + "RStudioPackageManagerUrl": { + "pattern": "^(https:|http:|www\\.)\\S*", + "type": "string" + } + }, + "required": [ + "DomainExecutionRoleArn" + ], + "type": "object" + }, + "ResourceSpec": { + "additionalProperties": false, + "properties": { + "InstanceType": { + "enum": [ + "system", + "ml.t3.micro", + "ml.t3.small", + "ml.t3.medium", + "ml.t3.large", + "ml.t3.xlarge", + "ml.t3.2xlarge", + "ml.m5.large", + "ml.m5.xlarge", + "ml.m5.2xlarge", + "ml.m5.4xlarge", + "ml.m5.8xlarge", + "ml.m5.12xlarge", + "ml.m5.16xlarge", + "ml.m5.24xlarge", + "ml.c5.large", + "ml.c5.xlarge", + "ml.c5.2xlarge", + "ml.c5.4xlarge", + "ml.c5.9xlarge", + "ml.c5.12xlarge", + "ml.c5.18xlarge", + "ml.c5.24xlarge", + "ml.p3.2xlarge", + "ml.p3.8xlarge", + "ml.p3.16xlarge", + "ml.g4dn.xlarge", + "ml.g4dn.2xlarge", + "ml.g4dn.4xlarge", + "ml.g4dn.8xlarge", + "ml.g4dn.12xlarge", + "ml.g4dn.16xlarge", + "ml.r5.large", + "ml.r5.xlarge", + "ml.r5.2xlarge", + "ml.r5.4xlarge", + "ml.r5.8xlarge", + "ml.r5.12xlarge", + "ml.r5.16xlarge", + "ml.r5.24xlarge", + "ml.p3dn.24xlarge", + "ml.m5d.large", + "ml.m5d.xlarge", + "ml.m5d.2xlarge", + "ml.m5d.4xlarge", + "ml.m5d.8xlarge", + "ml.m5d.12xlarge", + "ml.m5d.16xlarge", + "ml.m5d.24xlarge", + "ml.g5.xlarge", + "ml.g5.2xlarge", + "ml.g5.4xlarge", + "ml.g5.8xlarge", + "ml.g5.12xlarge", + "ml.g5.16xlarge", + "ml.g5.24xlarge", + "ml.g5.48xlarge", + "ml.p4d.24xlarge", + "ml.p4de.24xlarge", + "ml.geospatial.interactive", + "ml.trn1.2xlarge", + "ml.trn1.32xlarge", + "ml.trn1n.32xlarge" + ], + "type": "string" + }, + "LifecycleConfigArn": { + "maxLength": 256, + "pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:studio-lifecycle-config/.*", + "type": "string" + }, + "SageMakerImageArn": { + "maxLength": 256, + "pattern": "^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-z0-9]([-.]?[a-z0-9])*$", + "type": "string" + }, + "SageMakerImageVersionArn": { + "maxLength": 256, + "pattern": "^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image-version/[a-z0-9]([-.]?[a-z0-9])*/[0-9]+$", + "type": "string" + } + }, + "type": "object" + }, + "SharingSettings": { + "additionalProperties": false, + "properties": { + "NotebookOutputOption": { + "enum": [ + "Allowed", + "Disabled" + ], + "type": "string" + }, + "S3KmsKeyId": { + "maxLength": 2048, + "pattern": ".*", + "type": "string" + }, + "S3OutputPath": { + "maxLength": 1024, + "pattern": "^(https|s3)://([^/]+)/?(.*)$", + "type": "string" + } + }, + "type": "object" + }, + "SpaceEbsVolumeSizeInGb": { + "maximum": 16384, + "minimum": 5, + "type": "integer" + }, + "StudioLifecycleConfigArn": { + "maxLength": 256, + "pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:studio-lifecycle-config/.*", + "type": "string" + }, + "StudioWebPortalSettings": { + "additionalProperties": false, + "properties": { + "HiddenAppTypes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AppType" + }, + "minItems": 0, + "type": "array", + "uniqueItems": true + }, + "HiddenMlTools": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/MlTools" + }, + "minItems": 0, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "maxLength": 128, + "minLength": 1, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "UserSettings": { + "additionalProperties": false, + "properties": { + "CodeEditorAppSettings": { + "$ref": "#/definitions/CodeEditorAppSettings" + }, + "CustomFileSystemConfigs": { + "items": { + "$ref": "#/definitions/CustomFileSystemConfig" + }, + "maxItems": 2, + "minItems": 0, + "type": "array", + "uniqueItems": true + }, + "CustomPosixUserConfig": { + "$ref": "#/definitions/CustomPosixUserConfig" + }, + "DefaultLandingUri": { + "maxLength": 1023, + "type": "string" + }, + "ExecutionRole": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$", + "type": "string" + }, + "JupyterLabAppSettings": { + "$ref": "#/definitions/JupyterLabAppSettings" + }, + "JupyterServerAppSettings": { + "$ref": "#/definitions/JupyterServerAppSettings" + }, + "KernelGatewayAppSettings": { + "$ref": "#/definitions/KernelGatewayAppSettings" + }, + "RSessionAppSettings": { + "$ref": "#/definitions/RSessionAppSettings" + }, + "RStudioServerProAppSettings": { + "$ref": "#/definitions/RStudioServerProAppSettings" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "maxLength": 32, + "pattern": "[-0-9a-zA-Z]+", + "type": "string" + }, + "maxItems": 5, + "minItems": 0, + "type": "array", + "uniqueItems": false + }, + "SharingSettings": { + "$ref": "#/definitions/SharingSettings" + }, + "SpaceStorageSettings": { + "$ref": "#/definitions/DefaultSpaceStorageSettings" + }, + "StudioWebPortal": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "StudioWebPortalSettings": { + "$ref": "#/definitions/StudioWebPortalSettings" + } + }, + "required": [ + "ExecutionRole" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DomainId" + ], + "properties": { + "AppNetworkAccessType": { + "enum": [ + "PublicInternetOnly", + "VpcOnly" + ], + "type": "string" + }, + "AppSecurityGroupManagement": { + "enum": [ + "Service", + "Customer" + ], + "type": "string" + }, + "AuthMode": { + "enum": [ + "SSO", + "IAM" + ], + "type": "string" + }, + "DefaultSpaceSettings": { + "$ref": "#/definitions/DefaultSpaceSettings" + }, + "DefaultUserSettings": { + "$ref": "#/definitions/UserSettings" + }, + "DomainArn": { + "maxLength": 256, + "pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:domain/.*", + "type": "string" + }, + "DomainId": { + "maxLength": 63, + "pattern": "^d-(-*[a-z0-9])+", + "type": "string" + }, + "DomainName": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "DomainSettings": { + "$ref": "#/definitions/DomainSettings" + }, + "HomeEfsFileSystemId": { + "maxLength": 32, + "type": "string" + }, + "KmsKeyId": { + "maxLength": 2048, + "pattern": ".*", + "type": "string" + }, + "SecurityGroupIdForDomainBoundary": { + "maxLength": 32, + "pattern": "[-0-9a-zA-Z]+", + "type": "string" + }, + "SingleSignOnApplicationArn": { + "pattern": "^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso::[0-9]+:application/[a-zA-Z0-9-_.]+/apl-[a-zA-Z0-9]+$", + "type": "string" + }, + "SingleSignOnManagedApplicationInstanceId": { + "maxLength": 256, + "type": "string" + }, + "SubnetIds": { + "insertionOrder": false, + "items": { + "maxLength": 32, + "pattern": "[-0-9a-zA-Z]+", + "type": "string" + }, + "maxItems": 16, + "minItems": 1, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 50, + "minItems": 0, + "type": "array", + "uniqueItems": false + }, + "Url": { + "maxLength": 1024, + "type": "string" + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "maxLength": 32, + "pattern": "[-0-9a-zA-Z]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/DomainArn", + "/properties/Url", + "/properties/DomainId", + "/properties/HomeEfsFileSystemId", + "/properties/SecurityGroupIdForDomainBoundary", + "/properties/SingleSignOnManagedApplicationInstanceId", + "/properties/SingleSignOnApplicationArn" + ], + "required": [ + "AuthMode", + "DefaultUserSettings", + "DomainName", + "SubnetIds", + "VpcId" + ], + "typeName": "AWS::SageMaker::Domain", + "writeOnlyProperties": [ + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sagemaker-space.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sagemaker-space.json new file mode 100644 index 0000000000000000000000000000000000000000..c8282e06af719e0ae25f8050e1817db7b9d09445 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sagemaker-space.json @@ -0,0 +1,458 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DomainId", + "/properties/SpaceName", + "/properties/SpaceSharingSettings", + "/properties/OwnershipSettings" + ], + "definitions": { + "AppType": { + "enum": [ + "JupyterServer", + "KernelGateway", + "TensorBoard", + "RStudioServerPro", + "RSessionGateway", + "JupyterLab", + "CodeEditor" + ], + "type": "string" + }, + "CodeRepository": { + "additionalProperties": false, + "properties": { + "RepositoryUrl": { + "maxLength": 256, + "pattern": "^https://([.\\-_a-zA-Z0-9]+/?){3,1016}$", + "type": "string" + } + }, + "required": [ + "RepositoryUrl" + ], + "type": "object" + }, + "CustomFileSystem": { + "additionalProperties": false, + "properties": { + "EFSFileSystem": { + "$ref": "#/definitions/EFSFileSystem" + } + }, + "type": "object" + }, + "CustomFileSystems": { + "items": { + "$ref": "#/definitions/CustomFileSystem" + }, + "maxItems": 1, + "minItems": 0, + "type": "array", + "uniqueItems": true + }, + "CustomImage": { + "additionalProperties": false, + "properties": { + "AppImageConfigName": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "ImageName": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$", + "type": "string" + }, + "ImageVersionNumber": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "AppImageConfigName", + "ImageName" + ], + "type": "object" + }, + "EFSFileSystem": { + "additionalProperties": false, + "properties": { + "FileSystemId": { + "maxLength": 21, + "minLength": 11, + "pattern": "^(fs-[0-9a-f]{8,})$", + "type": "string" + } + }, + "required": [ + "FileSystemId" + ], + "type": "object" + }, + "EbsStorageSettings": { + "additionalProperties": false, + "properties": { + "EbsVolumeSizeInGb": { + "$ref": "#/definitions/SpaceEbsVolumeSizeInGb" + } + }, + "required": [ + "EbsVolumeSizeInGb" + ], + "type": "object" + }, + "JupyterServerAppSettings": { + "additionalProperties": false, + "properties": { + "DefaultResourceSpec": { + "$ref": "#/definitions/ResourceSpec" + }, + "LifecycleConfigArns": { + "items": { + "$ref": "#/definitions/StudioLifecycleConfigArn" + }, + "maxItems": 30, + "minItems": 0, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "KernelGatewayAppSettings": { + "additionalProperties": false, + "properties": { + "CustomImages": { + "items": { + "$ref": "#/definitions/CustomImage" + }, + "maxItems": 30, + "minItems": 0, + "type": "array", + "uniqueItems": false + }, + "DefaultResourceSpec": { + "$ref": "#/definitions/ResourceSpec" + }, + "LifecycleConfigArns": { + "items": { + "$ref": "#/definitions/StudioLifecycleConfigArn" + }, + "maxItems": 30, + "minItems": 0, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "OwnershipSettings": { + "additionalProperties": false, + "properties": { + "OwnerUserProfileName": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + } + }, + "required": [ + "OwnerUserProfileName" + ], + "type": "object" + }, + "ResourceSpec": { + "additionalProperties": false, + "properties": { + "InstanceType": { + "enum": [ + "system", + "ml.t3.micro", + "ml.t3.small", + "ml.t3.medium", + "ml.t3.large", + "ml.t3.xlarge", + "ml.t3.2xlarge", + "ml.m5.large", + "ml.m5.xlarge", + "ml.m5.2xlarge", + "ml.m5.4xlarge", + "ml.m5.8xlarge", + "ml.m5.12xlarge", + "ml.m5.16xlarge", + "ml.m5.24xlarge", + "ml.c5.large", + "ml.c5.xlarge", + "ml.c5.2xlarge", + "ml.c5.4xlarge", + "ml.c5.9xlarge", + "ml.c5.12xlarge", + "ml.c5.18xlarge", + "ml.c5.24xlarge", + "ml.p3.2xlarge", + "ml.p3.8xlarge", + "ml.p3.16xlarge", + "ml.g4dn.xlarge", + "ml.g4dn.2xlarge", + "ml.g4dn.4xlarge", + "ml.g4dn.8xlarge", + "ml.g4dn.12xlarge", + "ml.g4dn.16xlarge", + "ml.r5.large", + "ml.r5.xlarge", + "ml.r5.2xlarge", + "ml.r5.4xlarge", + "ml.r5.8xlarge", + "ml.r5.12xlarge", + "ml.r5.16xlarge", + "ml.r5.24xlarge", + "ml.p3dn.24xlarge", + "ml.m5d.large", + "ml.m5d.xlarge", + "ml.m5d.2xlarge", + "ml.m5d.4xlarge", + "ml.m5d.8xlarge", + "ml.m5d.12xlarge", + "ml.m5d.16xlarge", + "ml.m5d.24xlarge", + "ml.g5.xlarge", + "ml.g5.2xlarge", + "ml.g5.4xlarge", + "ml.g5.8xlarge", + "ml.g5.12xlarge", + "ml.g5.16xlarge", + "ml.g5.24xlarge", + "ml.g5.48xlarge", + "ml.p4d.24xlarge", + "ml.p4de.24xlarge", + "ml.geospatial.interactive", + "ml.trn1.2xlarge", + "ml.trn1.32xlarge", + "ml.trn1n.32xlarge" + ], + "type": "string" + }, + "LifecycleConfigArn": { + "maxLength": 256, + "pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:studio-lifecycle-config/.*", + "type": "string" + }, + "SageMakerImageArn": { + "maxLength": 256, + "pattern": "^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-z0-9]([-.]?[a-z0-9])*$", + "type": "string" + }, + "SageMakerImageVersionArn": { + "maxLength": 256, + "pattern": "^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image-version/[a-z0-9]([-.]?[a-z0-9])*/[0-9]+$", + "type": "string" + } + }, + "type": "object" + }, + "SpaceAppLifecycleManagement": { + "additionalProperties": false, + "properties": { + "IdleSettings": { + "$ref": "#/definitions/SpaceIdleSettings" + } + }, + "type": "object" + }, + "SpaceCodeEditorAppSettings": { + "additionalProperties": false, + "properties": { + "DefaultResourceSpec": { + "$ref": "#/definitions/ResourceSpec" + } + }, + "type": "object" + }, + "SpaceEbsVolumeSizeInGb": { + "maximum": 16384, + "minimum": 5, + "type": "integer" + }, + "SpaceIdleSettings": { + "additionalProperties": false, + "properties": { + "IdleTimeoutInMinutes": { + "maximum": 525600, + "minimum": 60, + "type": "integer" + } + }, + "type": "object" + }, + "SpaceJupyterLabAppSettings": { + "additionalProperties": false, + "properties": { + "CodeRepositories": { + "items": { + "$ref": "#/definitions/CodeRepository" + }, + "maxItems": 30, + "minItems": 0, + "type": "array", + "uniqueItems": false + }, + "DefaultResourceSpec": { + "$ref": "#/definitions/ResourceSpec" + } + }, + "type": "object" + }, + "SpaceSettings": { + "additionalProperties": false, + "properties": { + "AppType": { + "$ref": "#/definitions/AppType" + }, + "CodeEditorAppSettings": { + "$ref": "#/definitions/SpaceCodeEditorAppSettings" + }, + "CustomFileSystems": { + "$ref": "#/definitions/CustomFileSystems" + }, + "JupyterLabAppSettings": { + "$ref": "#/definitions/SpaceJupyterLabAppSettings" + }, + "JupyterServerAppSettings": { + "$ref": "#/definitions/JupyterServerAppSettings" + }, + "KernelGatewayAppSettings": { + "$ref": "#/definitions/KernelGatewayAppSettings" + }, + "SpaceStorageSettings": { + "$ref": "#/definitions/SpaceStorageSettings" + } + }, + "type": "object" + }, + "SpaceSharingSettings": { + "additionalProperties": false, + "properties": { + "SharingType": { + "enum": [ + "Private", + "Shared" + ], + "type": "string" + } + }, + "required": [ + "SharingType" + ], + "type": "object" + }, + "SpaceStorageSettings": { + "additionalProperties": false, + "properties": { + "EbsStorageSettings": { + "$ref": "#/definitions/EbsStorageSettings" + } + }, + "type": "object" + }, + "StudioLifecycleConfigArn": { + "maxLength": 256, + "pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:studio-lifecycle-config/.*", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "maxLength": 128, + "minLength": 1, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DomainId", + "/properties/SpaceName" + ], + "properties": { + "DomainId": { + "maxLength": 63, + "minLength": 1, + "pattern": "^d-(-*[a-z0-9]){1,61}", + "type": "string" + }, + "OwnershipSettings": { + "$ref": "#/definitions/OwnershipSettings" + }, + "SpaceArn": { + "maxLength": 256, + "pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:space/.*", + "type": "string" + }, + "SpaceDisplayName": { + "maxLength": 64, + "pattern": "^(?!\\s*$).+", + "type": "string" + }, + "SpaceName": { + "maxLength": 63, + "minLength": 1, + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "SpaceSettings": { + "$ref": "#/definitions/SpaceSettings", + "maxItems": 50, + "minItems": 0, + "uniqueItems": false + }, + "SpaceSharingSettings": { + "$ref": "#/definitions/SpaceSharingSettings" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 50, + "minItems": 0, + "type": "array", + "uniqueItems": false + }, + "Url": { + "maxLength": 1024, + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/SpaceArn", + "/properties/Url" + ], + "required": [ + "DomainId", + "SpaceName" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::SageMaker::Space", + "writeOnlyProperties": [ + "/properties/SpaceSettings", + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-acceptedportfolioshare.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-acceptedportfolioshare.json new file mode 100644 index 0000000000000000000000000000000000000000..12d64a39fc4fad677c042e6cb8205ef143afef51 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-acceptedportfolioshare.json @@ -0,0 +1,28 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/PortfolioId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PortfolioId" + ], + "typeName": "AWS::ServiceCatalog::AcceptedPortfolioShare" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-portfolio.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-portfolio.json new file mode 100644 index 0000000000000000000000000000000000000000..42850b244fa54bd010ada9adea6d284505579868 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-portfolio.json @@ -0,0 +1,60 @@ +{ + "additionalProperties": false, + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioName": { + "type": "string" + }, + "ProviderName": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/PortfolioName" + ], + "required": [ + "ProviderName", + "DisplayName" + ], + "typeName": "AWS::ServiceCatalog::Portfolio" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-portfolioprincipalassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-portfolioprincipalassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..9be3710efd2eca0d482619b90662bf7708b70350 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-portfolioprincipalassociation.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/PortfolioId", + "/properties/PrincipalARN", + "/properties/PrincipalType" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + }, + "PrincipalARN": { + "type": "string" + }, + "PrincipalType": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PrincipalARN", + "PortfolioId", + "PrincipalType" + ], + "typeName": "AWS::ServiceCatalog::PortfolioPrincipalAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-portfolioproductassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-portfolioproductassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..51ef37ad727951d702e2925474c8cdd81a0d58fe --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-portfolioproductassociation.json @@ -0,0 +1,37 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/SourcePortfolioId", + "/properties/PortfolioId", + "/properties/ProductId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + }, + "ProductId": { + "type": "string" + }, + "SourcePortfolioId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PortfolioId", + "ProductId" + ], + "typeName": "AWS::ServiceCatalog::PortfolioProductAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-tagoptionassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-tagoptionassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..71dc9c071e6eb5a0808b1dd5a66f8c131c441682 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-servicecatalog-tagoptionassociation.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ResourceId", + "/properties/TagOptionId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "ResourceId": { + "type": "string" + }, + "TagOptionId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "TagOptionId", + "ResourceId" + ], + "typeName": "AWS::ServiceCatalog::TagOptionAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sns-topicpolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sns-topicpolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..545b0755da4bf29cc6f5400f67fe7e4c73f7a744 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sns-topicpolicy.json @@ -0,0 +1,33 @@ +{ + "additionalProperties": false, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "PolicyDocument": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Topics": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Topics", + "PolicyDocument" + ], + "typeName": "AWS::SNS::TopicPolicy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sqs-queuepolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sqs-queuepolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..6b5535695414060a46ad865bee3d4959818a349e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-sqs-queuepolicy.json @@ -0,0 +1,33 @@ +{ + "additionalProperties": false, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "PolicyDocument": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Queues": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PolicyDocument", + "Queues" + ], + "typeName": "AWS::SQS::QueuePolicy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-transfer-user.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-transfer-user.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca100446b2518a95c1a160ba52e5807776732e5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-transfer-user.json @@ -0,0 +1,133 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ServerId", + "/properties/UserName" + ], + "definitions": { + "HomeDirectoryMapEntry": { + "additionalProperties": false, + "properties": { + "Entry": { + "type": "string" + }, + "Target": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Entry", + "Target" + ], + "type": "object" + }, + "PosixProfile": { + "additionalProperties": false, + "properties": { + "Gid": { + "type": "number" + }, + "SecondaryGids": { + "items": { + "type": "number" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "number" + } + }, + "required": [ + "Uid", + "Gid" + ], + "type": "object" + }, + "SshPublicKey": { + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "HomeDirectory": { + "type": "string" + }, + "HomeDirectoryMappings": { + "items": { + "$ref": "#/definitions/HomeDirectoryMapEntry" + }, + "type": "array", + "uniqueItems": false + }, + "HomeDirectoryType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Policy": { + "type": "string" + }, + "PosixProfile": { + "$ref": "#/definitions/PosixProfile" + }, + "Role": { + "type": "string" + }, + "ServerId": { + "type": "string" + }, + "SshPublicKeys": { + "items": { + "$ref": "#/definitions/SshPublicKey" + }, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Role", + "ServerId", + "UserName" + ], + "typeName": "AWS::Transfer::User" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-ipset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-ipset.json new file mode 100644 index 0000000000000000000000000000000000000000..94373f418c07d5937f7c709536b479c405625c88 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-ipset.json @@ -0,0 +1,49 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "IPSetDescriptor": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "IPSetDescriptors": { + "items": { + "$ref": "#/definitions/IPSetDescriptor" + }, + "type": "array", + "uniqueItems": true + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAF::IPSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-rule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-rule.json new file mode 100644 index 0000000000000000000000000000000000000000..b710c22a22101b0f7c9fa2616b457c5809eb7b44 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-rule.json @@ -0,0 +1,58 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "Predicate": { + "additionalProperties": false, + "properties": { + "DataId": { + "type": "string" + }, + "Negated": { + "type": "boolean" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type", + "DataId", + "Negated" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Predicates": { + "items": { + "$ref": "#/definitions/Predicate" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "Name" + ], + "typeName": "AWS::WAF::Rule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-sizeconstraintset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-sizeconstraintset.json new file mode 100644 index 0000000000000000000000000000000000000000..dc99c2496dbf6535d78a6e89794cb08c92208827 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-sizeconstraintset.json @@ -0,0 +1,73 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "FieldToMatch": { + "additionalProperties": false, + "properties": { + "Data": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "SizeConstraint": { + "additionalProperties": false, + "properties": { + "ComparisonOperator": { + "type": "string" + }, + "FieldToMatch": { + "$ref": "#/definitions/FieldToMatch" + }, + "Size": { + "type": "integer" + }, + "TextTransformation": { + "type": "string" + } + }, + "required": [ + "ComparisonOperator", + "Size", + "TextTransformation", + "FieldToMatch" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SizeConstraints": { + "items": { + "$ref": "#/definitions/SizeConstraint" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "SizeConstraints", + "Name" + ], + "typeName": "AWS::WAF::SizeConstraintSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-webacl.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-webacl.json new file mode 100644 index 0000000000000000000000000000000000000000..be54de03f4c3fe6ad339bc88b632a69217af6372 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-webacl.json @@ -0,0 +1,73 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "ActivatedRule": { + "additionalProperties": false, + "properties": { + "Action": { + "$ref": "#/definitions/WafAction" + }, + "Priority": { + "type": "integer" + }, + "RuleId": { + "type": "string" + } + }, + "required": [ + "Priority", + "RuleId" + ], + "type": "object" + }, + "WafAction": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DefaultAction": { + "$ref": "#/definitions/WafAction" + }, + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Rules": { + "items": { + "$ref": "#/definitions/ActivatedRule" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "DefaultAction", + "Name" + ], + "typeName": "AWS::WAF::WebACL" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-xssmatchset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-xssmatchset.json new file mode 100644 index 0000000000000000000000000000000000000000..253758b36b01ac685b78913ba9d5291259438de9 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/il_central_1/aws-waf-xssmatchset.json @@ -0,0 +1,65 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "FieldToMatch": { + "additionalProperties": false, + "properties": { + "Data": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "XssMatchTuple": { + "additionalProperties": false, + "properties": { + "FieldToMatch": { + "$ref": "#/definitions/FieldToMatch" + }, + "TextTransformation": { + "type": "string" + } + }, + "required": [ + "TextTransformation", + "FieldToMatch" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "XssMatchTuples": { + "items": { + "$ref": "#/definitions/XssMatchTuple" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "XssMatchTuples", + "Name" + ], + "typeName": "AWS::WAF::XssMatchSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/__init__.py b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..a3c0c4c73c6384d03460ca60eeea64cdc0c5ddfa --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/__init__.py @@ -0,0 +1,1363 @@ +from __future__ import annotations + +# pylint: disable=too-many-lines +types: list[str] = [ + "AWS::ACMPCA::Certificate", + "AWS::ACMPCA::CertificateAuthority", + "AWS::ACMPCA::CertificateAuthorityActivation", + "AWS::ACMPCA::Permission", + "AWS::ARCZonalShift::AutoshiftObserverNotificationStatus", + "AWS::ARCZonalShift::ZonalAutoshiftConfiguration", + "AWS::AccessAnalyzer::Analyzer", + "AWS::AmazonMQ::Broker", + "AWS::AmazonMQ::Configuration", + "AWS::AmazonMQ::ConfigurationAssociation", + "AWS::ApiGateway::Account", + "AWS::ApiGateway::ApiKey", + "AWS::ApiGateway::Authorizer", + "AWS::ApiGateway::BasePathMapping", + "AWS::ApiGateway::ClientCertificate", + "AWS::ApiGateway::Deployment", + "AWS::ApiGateway::DocumentationPart", + "AWS::ApiGateway::DocumentationVersion", + "AWS::ApiGateway::DomainName", + "AWS::ApiGateway::GatewayResponse", + "AWS::ApiGateway::Method", + "AWS::ApiGateway::Model", + "AWS::ApiGateway::RequestValidator", + "AWS::ApiGateway::Resource", + "AWS::ApiGateway::RestApi", + "AWS::ApiGateway::Stage", + "AWS::ApiGateway::UsagePlan", + "AWS::ApiGateway::UsagePlanKey", + "AWS::ApiGateway::VpcLink", + "AWS::ApiGatewayV2::Integration", + "AWS::AppConfig::Application", + "AWS::AppConfig::ConfigurationProfile", + "AWS::AppConfig::Deployment", + "AWS::AppConfig::DeploymentStrategy", + "AWS::AppConfig::Environment", + "AWS::AppConfig::Extension", + "AWS::AppConfig::ExtensionAssociation", + "AWS::AppConfig::HostedConfigurationVersion", + "AWS::AppSync::Api", + "AWS::AppSync::ApiCache", + "AWS::AppSync::ApiKey", + "AWS::AppSync::ChannelNamespace", + "AWS::AppSync::DataSource", + "AWS::AppSync::DomainName", + "AWS::AppSync::DomainNameApiAssociation", + "AWS::AppSync::FunctionConfiguration", + "AWS::AppSync::GraphQLApi", + "AWS::AppSync::GraphQLSchema", + "AWS::AppSync::Resolver", + "AWS::AppSync::SourceApiAssociation", + "AWS::ApplicationAutoScaling::ScalableTarget", + "AWS::ApplicationAutoScaling::ScalingPolicy", + "AWS::ApplicationInsights::Application", + "AWS::ApplicationSignals::ServiceLevelObjective", + "AWS::Athena::DataCatalog", + "AWS::Athena::NamedQuery", + "AWS::Athena::PreparedStatement", + "AWS::Athena::WorkGroup", + "AWS::AutoScaling::AutoScalingGroup", + "AWS::AutoScaling::LaunchConfiguration", + "AWS::AutoScaling::LifecycleHook", + "AWS::AutoScaling::ScalingPolicy", + "AWS::AutoScaling::ScheduledAction", + "AWS::AutoScaling::WarmPool", + "AWS::Backup::BackupPlan", + "AWS::Backup::BackupSelection", + "AWS::Backup::BackupVault", + "AWS::Backup::LogicallyAirGappedBackupVault", + "AWS::Backup::RestoreTestingPlan", + "AWS::Backup::RestoreTestingSelection", + "AWS::Batch::ComputeEnvironment", + "AWS::Batch::JobDefinition", + "AWS::Batch::JobQueue", + "AWS::Batch::SchedulingPolicy", + "AWS::CDK::Metadata", + "AWS::CE::AnomalyMonitor", + "AWS::CE::AnomalySubscription", + "AWS::CertificateManager::Certificate", + "AWS::Chatbot::MicrosoftTeamsChannelConfiguration", + "AWS::Chatbot::SlackChannelConfiguration", + "AWS::CloudFormation::CustomResource", + "AWS::CloudFormation::HookDefaultVersion", + "AWS::CloudFormation::HookTypeConfig", + "AWS::CloudFormation::HookVersion", + "AWS::CloudFormation::Macro", + "AWS::CloudFormation::PublicTypeVersion", + "AWS::CloudFormation::ResourceDefaultVersion", + "AWS::CloudFormation::ResourceVersion", + "AWS::CloudFormation::Stack", + "AWS::CloudFormation::StackSet", + "AWS::CloudFormation::WaitCondition", + "AWS::CloudFormation::WaitConditionHandle", + "AWS::CloudFront::CachePolicy", + "AWS::CloudFront::CloudFrontOriginAccessIdentity", + "AWS::CloudFront::ContinuousDeploymentPolicy", + "AWS::CloudFront::Distribution", + "AWS::CloudFront::Function", + "AWS::CloudFront::KeyGroup", + "AWS::CloudFront::KeyValueStore", + "AWS::CloudFront::MonitoringSubscription", + "AWS::CloudFront::OriginAccessControl", + "AWS::CloudFront::OriginRequestPolicy", + "AWS::CloudFront::PublicKey", + "AWS::CloudFront::RealtimeLogConfig", + "AWS::CloudFront::ResponseHeadersPolicy", + "AWS::CloudTrail::Channel", + "AWS::CloudTrail::EventDataStore", + "AWS::CloudTrail::ResourcePolicy", + "AWS::CloudTrail::Trail", + "AWS::CloudWatch::Alarm", + "AWS::CloudWatch::AnomalyDetector", + "AWS::CloudWatch::CompositeAlarm", + "AWS::CloudWatch::Dashboard", + "AWS::CloudWatch::InsightRule", + "AWS::CloudWatch::MetricStream", + "AWS::CodeBuild::Project", + "AWS::CodeBuild::ReportGroup", + "AWS::CodeBuild::SourceCredential", + "AWS::CodeDeploy::Application", + "AWS::CodeDeploy::DeploymentConfig", + "AWS::CodeDeploy::DeploymentGroup", + "AWS::CodePipeline::CustomActionType", + "AWS::CodePipeline::Pipeline", + "AWS::Cognito::IdentityPool", + "AWS::Cognito::IdentityPoolPrincipalTag", + "AWS::Cognito::IdentityPoolRoleAttachment", + "AWS::Cognito::LogDeliveryConfiguration", + "AWS::Cognito::UserPool", + "AWS::Cognito::UserPoolClient", + "AWS::Cognito::UserPoolGroup", + "AWS::Cognito::UserPoolResourceServer", + "AWS::Cognito::UserPoolRiskConfigurationAttachment", + "AWS::Cognito::UserPoolUICustomizationAttachment", + "AWS::Cognito::UserPoolUser", + "AWS::Cognito::UserPoolUserToGroupAttachment", + "AWS::Config::AggregationAuthorization", + "AWS::Config::ConfigRule", + "AWS::Config::ConfigurationAggregator", + "AWS::Config::ConfigurationRecorder", + "AWS::Config::ConformancePack", + "AWS::Config::DeliveryChannel", + "AWS::Config::OrganizationConfigRule", + "AWS::Config::OrganizationConformancePack", + "AWS::Config::RemediationConfiguration", + "AWS::Config::StoredQuery", + "AWS::ControlTower::EnabledBaseline", + "AWS::ControlTower::EnabledControl", + "AWS::ControlTower::LandingZone", + "AWS::DLM::LifecyclePolicy", + "AWS::DMS::DataMigration", + "AWS::DMS::DataProvider", + "AWS::DMS::InstanceProfile", + "AWS::DMS::MigrationProject", + "AWS::DMS::ReplicationConfig", + "AWS::DataPipeline::Pipeline", + "AWS::DataSync::Agent", + "AWS::DataSync::LocationAzureBlob", + "AWS::DataSync::LocationEFS", + "AWS::DataSync::LocationFSxLustre", + "AWS::DataSync::LocationFSxONTAP", + "AWS::DataSync::LocationFSxWindows", + "AWS::DataSync::LocationHDFS", + "AWS::DataSync::LocationNFS", + "AWS::DataSync::LocationObjectStorage", + "AWS::DataSync::LocationS3", + "AWS::DataSync::LocationSMB", + "AWS::DataSync::StorageSystem", + "AWS::DataSync::Task", + "AWS::DirectoryService::MicrosoftAD", + "AWS::DirectoryService::SimpleAD", + "AWS::DocDB::DBCluster", + "AWS::DocDB::DBClusterParameterGroup", + "AWS::DocDB::DBInstance", + "AWS::DocDB::DBSubnetGroup", + "AWS::DocDB::EventSubscription", + "AWS::DynamoDB::GlobalTable", + "AWS::DynamoDB::Table", + "AWS::EC2::CapacityReservation", + "AWS::EC2::CapacityReservationFleet", + "AWS::EC2::ClientVpnAuthorizationRule", + "AWS::EC2::ClientVpnEndpoint", + "AWS::EC2::ClientVpnRoute", + "AWS::EC2::ClientVpnTargetNetworkAssociation", + "AWS::EC2::CustomerGateway", + "AWS::EC2::DHCPOptions", + "AWS::EC2::EC2Fleet", + "AWS::EC2::EIP", + "AWS::EC2::EIPAssociation", + "AWS::EC2::EgressOnlyInternetGateway", + "AWS::EC2::FlowLog", + "AWS::EC2::GatewayRouteTableAssociation", + "AWS::EC2::Host", + "AWS::EC2::IPAM", + "AWS::EC2::IPAMAllocation", + "AWS::EC2::IPAMPool", + "AWS::EC2::IPAMPoolCidr", + "AWS::EC2::IPAMResourceDiscovery", + "AWS::EC2::IPAMResourceDiscoveryAssociation", + "AWS::EC2::IPAMScope", + "AWS::EC2::Instance", + "AWS::EC2::InstanceConnectEndpoint", + "AWS::EC2::InternetGateway", + "AWS::EC2::KeyPair", + "AWS::EC2::LaunchTemplate", + "AWS::EC2::LocalGatewayRoute", + "AWS::EC2::LocalGatewayRouteTable", + "AWS::EC2::LocalGatewayRouteTableVPCAssociation", + "AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation", + "AWS::EC2::NatGateway", + "AWS::EC2::NetworkAcl", + "AWS::EC2::NetworkAclEntry", + "AWS::EC2::NetworkInterface", + "AWS::EC2::NetworkInterfaceAttachment", + "AWS::EC2::NetworkInterfacePermission", + "AWS::EC2::NetworkPerformanceMetricSubscription", + "AWS::EC2::PlacementGroup", + "AWS::EC2::PrefixList", + "AWS::EC2::Route", + "AWS::EC2::RouteTable", + "AWS::EC2::SecurityGroup", + "AWS::EC2::SecurityGroupEgress", + "AWS::EC2::SecurityGroupIngress", + "AWS::EC2::SecurityGroupVpcAssociation", + "AWS::EC2::SnapshotBlockPublicAccess", + "AWS::EC2::SpotFleet", + "AWS::EC2::Subnet", + "AWS::EC2::SubnetCidrBlock", + "AWS::EC2::SubnetNetworkAclAssociation", + "AWS::EC2::SubnetRouteTableAssociation", + "AWS::EC2::TrafficMirrorFilter", + "AWS::EC2::TrafficMirrorFilterRule", + "AWS::EC2::TrafficMirrorSession", + "AWS::EC2::TrafficMirrorTarget", + "AWS::EC2::TransitGateway", + "AWS::EC2::TransitGatewayAttachment", + "AWS::EC2::TransitGatewayConnect", + "AWS::EC2::TransitGatewayMulticastDomain", + "AWS::EC2::TransitGatewayMulticastDomainAssociation", + "AWS::EC2::TransitGatewayMulticastGroupMember", + "AWS::EC2::TransitGatewayMulticastGroupSource", + "AWS::EC2::TransitGatewayPeeringAttachment", + "AWS::EC2::TransitGatewayRoute", + "AWS::EC2::TransitGatewayRouteTable", + "AWS::EC2::TransitGatewayRouteTableAssociation", + "AWS::EC2::TransitGatewayRouteTablePropagation", + "AWS::EC2::TransitGatewayVpcAttachment", + "AWS::EC2::VPC", + "AWS::EC2::VPCCidrBlock", + "AWS::EC2::VPCDHCPOptionsAssociation", + "AWS::EC2::VPCEndpoint", + "AWS::EC2::VPCEndpointConnectionNotification", + "AWS::EC2::VPCEndpointService", + "AWS::EC2::VPCEndpointServicePermissions", + "AWS::EC2::VPCGatewayAttachment", + "AWS::EC2::VPCPeeringConnection", + "AWS::EC2::VPNConnection", + "AWS::EC2::VPNConnectionRoute", + "AWS::EC2::VPNGateway", + "AWS::EC2::VPNGatewayRoutePropagation", + "AWS::EC2::Volume", + "AWS::EC2::VolumeAttachment", + "AWS::ECR::PullThroughCacheRule", + "AWS::ECR::RegistryPolicy", + "AWS::ECR::ReplicationConfiguration", + "AWS::ECR::Repository", + "AWS::ECR::RepositoryCreationTemplate", + "AWS::ECS::CapacityProvider", + "AWS::ECS::Cluster", + "AWS::ECS::ClusterCapacityProviderAssociations", + "AWS::ECS::PrimaryTaskSet", + "AWS::ECS::Service", + "AWS::ECS::TaskDefinition", + "AWS::ECS::TaskSet", + "AWS::EFS::AccessPoint", + "AWS::EFS::FileSystem", + "AWS::EFS::MountTarget", + "AWS::EKS::AccessEntry", + "AWS::EKS::Addon", + "AWS::EKS::Cluster", + "AWS::EKS::FargateProfile", + "AWS::EKS::IdentityProviderConfig", + "AWS::EKS::Nodegroup", + "AWS::EKS::PodIdentityAssociation", + "AWS::EMR::Cluster", + "AWS::EMR::InstanceFleetConfig", + "AWS::EMR::InstanceGroupConfig", + "AWS::EMR::SecurityConfiguration", + "AWS::EMR::Step", + "AWS::EMR::Studio", + "AWS::EMRContainers::VirtualCluster", + "AWS::EMRServerless::Application", + "AWS::ElastiCache::CacheCluster", + "AWS::ElastiCache::ParameterGroup", + "AWS::ElastiCache::ReplicationGroup", + "AWS::ElastiCache::SecurityGroup", + "AWS::ElastiCache::SecurityGroupIngress", + "AWS::ElastiCache::ServerlessCache", + "AWS::ElastiCache::SubnetGroup", + "AWS::ElastiCache::User", + "AWS::ElastiCache::UserGroup", + "AWS::ElasticBeanstalk::Application", + "AWS::ElasticBeanstalk::ApplicationVersion", + "AWS::ElasticBeanstalk::ConfigurationTemplate", + "AWS::ElasticBeanstalk::Environment", + "AWS::ElasticLoadBalancing::LoadBalancer", + "AWS::ElasticLoadBalancingV2::Listener", + "AWS::ElasticLoadBalancingV2::ListenerCertificate", + "AWS::ElasticLoadBalancingV2::ListenerRule", + "AWS::ElasticLoadBalancingV2::LoadBalancer", + "AWS::ElasticLoadBalancingV2::TargetGroup", + "AWS::ElasticLoadBalancingV2::TrustStore", + "AWS::ElasticLoadBalancingV2::TrustStoreRevocation", + "AWS::Elasticsearch::Domain", + "AWS::EventSchemas::Discoverer", + "AWS::EventSchemas::Registry", + "AWS::EventSchemas::RegistryPolicy", + "AWS::EventSchemas::Schema", + "AWS::Events::ApiDestination", + "AWS::Events::Archive", + "AWS::Events::Connection", + "AWS::Events::EventBus", + "AWS::Events::EventBusPolicy", + "AWS::Events::Rule", + "AWS::FMS::NotificationChannel", + "AWS::FMS::Policy", + "AWS::FMS::ResourceSet", + "AWS::FSx::DataRepositoryAssociation", + "AWS::FSx::FileSystem", + "AWS::FSx::Snapshot", + "AWS::FSx::StorageVirtualMachine", + "AWS::FSx::Volume", + "AWS::GameLift::Alias", + "AWS::GameLift::Build", + "AWS::GameLift::Fleet", + "AWS::GlobalAccelerator::Accelerator", + "AWS::GlobalAccelerator::CrossAccountAttachment", + "AWS::GlobalAccelerator::EndpointGroup", + "AWS::GlobalAccelerator::Listener", + "AWS::Glue::Classifier", + "AWS::Glue::Connection", + "AWS::Glue::Crawler", + "AWS::Glue::CustomEntityType", + "AWS::Glue::DataCatalogEncryptionSettings", + "AWS::Glue::DataQualityRuleset", + "AWS::Glue::Database", + "AWS::Glue::DevEndpoint", + "AWS::Glue::Job", + "AWS::Glue::MLTransform", + "AWS::Glue::Partition", + "AWS::Glue::SecurityConfiguration", + "AWS::Glue::Table", + "AWS::Glue::Trigger", + "AWS::Glue::UsageProfile", + "AWS::Glue::Workflow", + "AWS::GuardDuty::Detector", + "AWS::GuardDuty::Filter", + "AWS::GuardDuty::IPSet", + "AWS::GuardDuty::MalwareProtectionPlan", + "AWS::GuardDuty::Master", + "AWS::GuardDuty::Member", + "AWS::GuardDuty::ThreatIntelSet", + "AWS::IAM::AccessKey", + "AWS::IAM::Group", + "AWS::IAM::GroupPolicy", + "AWS::IAM::InstanceProfile", + "AWS::IAM::ManagedPolicy", + "AWS::IAM::OIDCProvider", + "AWS::IAM::Policy", + "AWS::IAM::Role", + "AWS::IAM::RolePolicy", + "AWS::IAM::SAMLProvider", + "AWS::IAM::ServerCertificate", + "AWS::IAM::ServiceLinkedRole", + "AWS::IAM::User", + "AWS::IAM::UserPolicy", + "AWS::IAM::UserToGroupAddition", + "AWS::IdentityStore::Group", + "AWS::IdentityStore::GroupMembership", + "AWS::ImageBuilder::Component", + "AWS::ImageBuilder::ContainerRecipe", + "AWS::ImageBuilder::DistributionConfiguration", + "AWS::ImageBuilder::Image", + "AWS::ImageBuilder::ImagePipeline", + "AWS::ImageBuilder::ImageRecipe", + "AWS::ImageBuilder::InfrastructureConfiguration", + "AWS::ImageBuilder::LifecyclePolicy", + "AWS::ImageBuilder::Workflow", + "AWS::InternetMonitor::Monitor", + "AWS::IoT::AccountAuditConfiguration", + "AWS::IoT::Authorizer", + "AWS::IoT::BillingGroup", + "AWS::IoT::CACertificate", + "AWS::IoT::Certificate", + "AWS::IoT::CertificateProvider", + "AWS::IoT::CustomMetric", + "AWS::IoT::Dimension", + "AWS::IoT::DomainConfiguration", + "AWS::IoT::FleetMetric", + "AWS::IoT::JobTemplate", + "AWS::IoT::Logging", + "AWS::IoT::MitigationAction", + "AWS::IoT::Policy", + "AWS::IoT::PolicyPrincipalAttachment", + "AWS::IoT::ProvisioningTemplate", + "AWS::IoT::ResourceSpecificLogging", + "AWS::IoT::RoleAlias", + "AWS::IoT::ScheduledAudit", + "AWS::IoT::SecurityProfile", + "AWS::IoT::SoftwarePackage", + "AWS::IoT::SoftwarePackageVersion", + "AWS::IoT::Thing", + "AWS::IoT::ThingGroup", + "AWS::IoT::ThingPrincipalAttachment", + "AWS::IoT::ThingType", + "AWS::IoT::TopicRule", + "AWS::IoT::TopicRuleDestination", + "AWS::KMS::Alias", + "AWS::KMS::Key", + "AWS::KMS::ReplicaKey", + "AWS::Kinesis::ResourcePolicy", + "AWS::Kinesis::Stream", + "AWS::Kinesis::StreamConsumer", + "AWS::KinesisAnalyticsV2::Application", + "AWS::KinesisFirehose::DeliveryStream", + "AWS::LakeFormation::DataCellsFilter", + "AWS::LakeFormation::DataLakeSettings", + "AWS::LakeFormation::Permissions", + "AWS::LakeFormation::PrincipalPermissions", + "AWS::LakeFormation::Resource", + "AWS::LakeFormation::Tag", + "AWS::LakeFormation::TagAssociation", + "AWS::Lambda::Alias", + "AWS::Lambda::EventInvokeConfig", + "AWS::Lambda::EventSourceMapping", + "AWS::Lambda::Function", + "AWS::Lambda::LayerVersion", + "AWS::Lambda::LayerVersionPermission", + "AWS::Lambda::Permission", + "AWS::Lambda::Version", + "AWS::LaunchWizard::Deployment", + "AWS::Logs::AccountPolicy", + "AWS::Logs::Delivery", + "AWS::Logs::DeliveryDestination", + "AWS::Logs::DeliverySource", + "AWS::Logs::Destination", + "AWS::Logs::LogAnomalyDetector", + "AWS::Logs::LogGroup", + "AWS::Logs::LogStream", + "AWS::Logs::MetricFilter", + "AWS::Logs::QueryDefinition", + "AWS::Logs::ResourcePolicy", + "AWS::Logs::SubscriptionFilter", + "AWS::MSK::BatchScramSecret", + "AWS::MSK::Cluster", + "AWS::MSK::ClusterPolicy", + "AWS::MSK::Configuration", + "AWS::MSK::VpcConnection", + "AWS::MWAA::Environment", + "AWS::MediaConnect::Flow", + "AWS::MediaConnect::FlowEntitlement", + "AWS::MediaConnect::FlowOutput", + "AWS::MediaConnect::FlowSource", + "AWS::MediaConnect::FlowVpcInterface", + "AWS::MediaLive::Multiplex", + "AWS::MediaLive::Multiplexprogram", + "AWS::MediaTailor::Channel", + "AWS::MediaTailor::ChannelPolicy", + "AWS::MediaTailor::LiveSource", + "AWS::MediaTailor::PlaybackConfiguration", + "AWS::MediaTailor::SourceLocation", + "AWS::MediaTailor::VodSource", + "AWS::Neptune::DBCluster", + "AWS::Neptune::DBClusterParameterGroup", + "AWS::Neptune::DBInstance", + "AWS::Neptune::DBParameterGroup", + "AWS::Neptune::DBSubnetGroup", + "AWS::Neptune::EventSubscription", + "AWS::NetworkFirewall::Firewall", + "AWS::NetworkFirewall::FirewallPolicy", + "AWS::NetworkFirewall::LoggingConfiguration", + "AWS::NetworkFirewall::RuleGroup", + "AWS::NetworkFirewall::TLSInspectionConfiguration", + "AWS::NetworkManager::ConnectAttachment", + "AWS::NetworkManager::ConnectPeer", + "AWS::NetworkManager::CoreNetwork", + "AWS::NetworkManager::CustomerGatewayAssociation", + "AWS::NetworkManager::Device", + "AWS::NetworkManager::GlobalNetwork", + "AWS::NetworkManager::Link", + "AWS::NetworkManager::LinkAssociation", + "AWS::NetworkManager::Site", + "AWS::NetworkManager::SiteToSiteVpnAttachment", + "AWS::NetworkManager::TransitGatewayPeering", + "AWS::NetworkManager::TransitGatewayRegistration", + "AWS::NetworkManager::TransitGatewayRouteTableAttachment", + "AWS::NetworkManager::VpcAttachment", + "AWS::Oam::Link", + "AWS::Oam::Sink", + "AWS::OpenSearchService::Domain", + "AWS::OpsWorks::App", + "AWS::OpsWorks::ElasticLoadBalancerAttachment", + "AWS::OpsWorks::Instance", + "AWS::OpsWorks::Layer", + "AWS::OpsWorks::Stack", + "AWS::OpsWorks::UserProfile", + "AWS::OpsWorks::Volume", + "AWS::Organizations::Account", + "AWS::Organizations::Organization", + "AWS::Organizations::OrganizationalUnit", + "AWS::Organizations::Policy", + "AWS::Organizations::ResourcePolicy", + "AWS::PCAConnectorAD::Connector", + "AWS::PCAConnectorAD::DirectoryRegistration", + "AWS::PCAConnectorAD::ServicePrincipalName", + "AWS::PCAConnectorAD::Template", + "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry", + "AWS::PCAConnectorSCEP::Challenge", + "AWS::PCAConnectorSCEP::Connector", + "AWS::Pipes::Pipe", + "AWS::RAM::Permission", + "AWS::RAM::ResourceShare", + "AWS::RDS::DBCluster", + "AWS::RDS::DBClusterParameterGroup", + "AWS::RDS::DBInstance", + "AWS::RDS::DBParameterGroup", + "AWS::RDS::DBProxy", + "AWS::RDS::DBProxyEndpoint", + "AWS::RDS::DBProxyTargetGroup", + "AWS::RDS::DBSecurityGroup", + "AWS::RDS::DBSecurityGroupIngress", + "AWS::RDS::DBSubnetGroup", + "AWS::RDS::EventSubscription", + "AWS::RDS::GlobalCluster", + "AWS::RDS::Integration", + "AWS::RDS::OptionGroup", + "AWS::RUM::AppMonitor", + "AWS::Redshift::Cluster", + "AWS::Redshift::ClusterParameterGroup", + "AWS::Redshift::ClusterSecurityGroup", + "AWS::Redshift::ClusterSecurityGroupIngress", + "AWS::Redshift::ClusterSubnetGroup", + "AWS::Redshift::EndpointAccess", + "AWS::Redshift::EndpointAuthorization", + "AWS::Redshift::EventSubscription", + "AWS::Redshift::Integration", + "AWS::Redshift::ScheduledAction", + "AWS::RedshiftServerless::Namespace", + "AWS::RedshiftServerless::Workgroup", + "AWS::ResourceExplorer2::DefaultViewAssociation", + "AWS::ResourceExplorer2::Index", + "AWS::ResourceExplorer2::View", + "AWS::ResourceGroups::Group", + "AWS::RolesAnywhere::CRL", + "AWS::RolesAnywhere::Profile", + "AWS::RolesAnywhere::TrustAnchor", + "AWS::Route53::DNSSEC", + "AWS::Route53::HealthCheck", + "AWS::Route53::HostedZone", + "AWS::Route53::KeySigningKey", + "AWS::Route53::RecordSet", + "AWS::Route53::RecordSetGroup", + "AWS::Route53Profiles::Profile", + "AWS::Route53Profiles::ProfileAssociation", + "AWS::Route53Profiles::ProfileResourceAssociation", + "AWS::Route53Resolver::FirewallDomainList", + "AWS::Route53Resolver::FirewallRuleGroup", + "AWS::Route53Resolver::FirewallRuleGroupAssociation", + "AWS::Route53Resolver::OutpostResolver", + "AWS::Route53Resolver::ResolverConfig", + "AWS::Route53Resolver::ResolverDNSSECConfig", + "AWS::Route53Resolver::ResolverEndpoint", + "AWS::Route53Resolver::ResolverQueryLoggingConfig", + "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation", + "AWS::Route53Resolver::ResolverRule", + "AWS::Route53Resolver::ResolverRuleAssociation", + "AWS::S3::AccessGrant", + "AWS::S3::AccessGrantsInstance", + "AWS::S3::AccessGrantsLocation", + "AWS::S3::AccessPoint", + "AWS::S3::Bucket", + "AWS::S3::BucketPolicy", + "AWS::S3ObjectLambda::AccessPoint", + "AWS::S3ObjectLambda::AccessPointPolicy", + "AWS::SDB::Domain", + "AWS::SNS::Subscription", + "AWS::SNS::Topic", + "AWS::SNS::TopicInlinePolicy", + "AWS::SNS::TopicPolicy", + "AWS::SQS::Queue", + "AWS::SQS::QueueInlinePolicy", + "AWS::SQS::QueuePolicy", + "AWS::SSM::Association", + "AWS::SSM::Document", + "AWS::SSM::MaintenanceWindow", + "AWS::SSM::MaintenanceWindowTarget", + "AWS::SSM::MaintenanceWindowTask", + "AWS::SSM::Parameter", + "AWS::SSM::PatchBaseline", + "AWS::SSO::Application", + "AWS::SSO::ApplicationAssignment", + "AWS::SSO::Assignment", + "AWS::SSO::Instance", + "AWS::SSO::InstanceAccessControlAttributeConfiguration", + "AWS::SSO::PermissionSet", + "AWS::SageMaker::App", + "AWS::SageMaker::AppImageConfig", + "AWS::SageMaker::Domain", + "AWS::SageMaker::Image", + "AWS::SageMaker::ImageVersion", + "AWS::SageMaker::InferenceComponent", + "AWS::SageMaker::MlflowTrackingServer", + "AWS::SageMaker::ModelCard", + "AWS::SageMaker::ModelPackage", + "AWS::SageMaker::ModelPackageGroup", + "AWS::SageMaker::Project", + "AWS::SageMaker::Space", + "AWS::SageMaker::StudioLifecycleConfig", + "AWS::SageMaker::UserProfile", + "AWS::Scheduler::Schedule", + "AWS::Scheduler::ScheduleGroup", + "AWS::SecretsManager::ResourcePolicy", + "AWS::SecretsManager::RotationSchedule", + "AWS::SecretsManager::Secret", + "AWS::SecretsManager::SecretTargetAttachment", + "AWS::SecurityHub::AutomationRule", + "AWS::SecurityHub::DelegatedAdmin", + "AWS::SecurityHub::Hub", + "AWS::SecurityHub::Insight", + "AWS::SecurityHub::OrganizationConfiguration", + "AWS::SecurityHub::ProductSubscription", + "AWS::SecurityHub::SecurityControl", + "AWS::SecurityHub::Standard", + "AWS::ServiceCatalog::AcceptedPortfolioShare", + "AWS::ServiceCatalog::CloudFormationProduct", + "AWS::ServiceCatalog::CloudFormationProvisionedProduct", + "AWS::ServiceCatalog::LaunchNotificationConstraint", + "AWS::ServiceCatalog::LaunchRoleConstraint", + "AWS::ServiceCatalog::LaunchTemplateConstraint", + "AWS::ServiceCatalog::Portfolio", + "AWS::ServiceCatalog::PortfolioPrincipalAssociation", + "AWS::ServiceCatalog::PortfolioProductAssociation", + "AWS::ServiceCatalog::PortfolioShare", + "AWS::ServiceCatalog::ResourceUpdateConstraint", + "AWS::ServiceCatalog::ServiceAction", + "AWS::ServiceCatalog::ServiceActionAssociation", + "AWS::ServiceCatalog::StackSetConstraint", + "AWS::ServiceCatalog::TagOption", + "AWS::ServiceCatalog::TagOptionAssociation", + "AWS::ServiceCatalogAppRegistry::Application", + "AWS::ServiceCatalogAppRegistry::AttributeGroup", + "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation", + "AWS::ServiceCatalogAppRegistry::ResourceAssociation", + "AWS::ServiceDiscovery::HttpNamespace", + "AWS::ServiceDiscovery::Instance", + "AWS::ServiceDiscovery::PrivateDnsNamespace", + "AWS::ServiceDiscovery::PublicDnsNamespace", + "AWS::ServiceDiscovery::Service", + "AWS::Shield::DRTAccess", + "AWS::Shield::ProactiveEngagement", + "AWS::Shield::Protection", + "AWS::Shield::ProtectionGroup", + "AWS::StepFunctions::Activity", + "AWS::StepFunctions::StateMachine", + "AWS::StepFunctions::StateMachineAlias", + "AWS::StepFunctions::StateMachineVersion", + "AWS::Synthetics::Canary", + "AWS::Transfer::Agreement", + "AWS::Transfer::Certificate", + "AWS::Transfer::Connector", + "AWS::Transfer::Profile", + "AWS::Transfer::Server", + "AWS::Transfer::User", + "AWS::Transfer::Workflow", + "AWS::VerifiedPermissions::IdentitySource", + "AWS::VerifiedPermissions::Policy", + "AWS::VerifiedPermissions::PolicyStore", + "AWS::VerifiedPermissions::PolicyTemplate", + "AWS::VpcLattice::AccessLogSubscription", + "AWS::VpcLattice::AuthPolicy", + "AWS::VpcLattice::Listener", + "AWS::VpcLattice::ResourcePolicy", + "AWS::VpcLattice::Rule", + "AWS::VpcLattice::Service", + "AWS::VpcLattice::ServiceNetwork", + "AWS::VpcLattice::ServiceNetworkServiceAssociation", + "AWS::VpcLattice::ServiceNetworkVpcAssociation", + "AWS::VpcLattice::TargetGroup", + "AWS::WAF::ByteMatchSet", + "AWS::WAF::IPSet", + "AWS::WAF::Rule", + "AWS::WAF::SizeConstraintSet", + "AWS::WAF::SqlInjectionMatchSet", + "AWS::WAF::WebACL", + "AWS::WAF::XssMatchSet", + "AWS::WAFv2::IPSet", + "AWS::WAFv2::LoggingConfiguration", + "AWS::WAFv2::RegexPatternSet", + "AWS::WAFv2::RuleGroup", + "AWS::WAFv2::WebACL", + "AWS::WAFv2::WebACLAssociation", + "AWS::WorkSpaces::Workspace", + "AWS::XRay::Group", + "AWS::XRay::ResourcePolicy", + "AWS::XRay::SamplingRule", + "Module", +] + +# pylint: disable=too-many-lines +cached: list[str] = [ + "Module", + "aws-accessanalyzer-analyzer.json", + "aws-acmpca-certificate.json", + "aws-acmpca-certificateauthority.json", + "aws-acmpca-certificateauthorityactivation.json", + "aws-acmpca-permission.json", + "aws-amazonmq-broker.json", + "aws-amazonmq-configuration.json", + "aws-apigateway-account.json", + "aws-apigateway-apikey.json", + "aws-apigateway-authorizer.json", + "aws-apigateway-basepathmapping.json", + "aws-apigateway-clientcertificate.json", + "aws-apigateway-deployment.json", + "aws-apigateway-documentationpart.json", + "aws-apigateway-documentationversion.json", + "aws-apigateway-gatewayresponse.json", + "aws-apigateway-method.json", + "aws-apigateway-model.json", + "aws-apigateway-requestvalidator.json", + "aws-apigateway-resource.json", + "aws-apigateway-stage.json", + "aws-apigateway-usageplan.json", + "aws-apigateway-usageplankey.json", + "aws-apigateway-vpclink.json", + "aws-apigatewayv2-integration.json", + "aws-appconfig-application.json", + "aws-appconfig-configurationprofile.json", + "aws-appconfig-deployment.json", + "aws-appconfig-deploymentstrategy.json", + "aws-appconfig-environment.json", + "aws-appconfig-extension.json", + "aws-appconfig-extensionassociation.json", + "aws-appconfig-hostedconfigurationversion.json", + "aws-applicationautoscaling-scalabletarget.json", + "aws-applicationautoscaling-scalingpolicy.json", + "aws-applicationinsights-application.json", + "aws-applicationsignals-servicelevelobjective.json", + "aws-appsync-api.json", + "aws-appsync-apicache.json", + "aws-appsync-apikey.json", + "aws-appsync-channelnamespace.json", + "aws-appsync-datasource.json", + "aws-appsync-domainname.json", + "aws-appsync-domainnameapiassociation.json", + "aws-appsync-functionconfiguration.json", + "aws-appsync-graphqlschema.json", + "aws-appsync-resolver.json", + "aws-appsync-sourceapiassociation.json", + "aws-arczonalshift-autoshiftobservernotificationstatus.json", + "aws-arczonalshift-zonalautoshiftconfiguration.json", + "aws-athena-datacatalog.json", + "aws-athena-namedquery.json", + "aws-athena-preparedstatement.json", + "aws-athena-workgroup.json", + "aws-autoscaling-autoscalinggroup.json", + "aws-autoscaling-launchconfiguration.json", + "aws-autoscaling-lifecyclehook.json", + "aws-autoscaling-scalingpolicy.json", + "aws-autoscaling-scheduledaction.json", + "aws-autoscaling-warmpool.json", + "aws-backup-backupplan.json", + "aws-backup-backupselection.json", + "aws-backup-backupvault.json", + "aws-backup-logicallyairgappedbackupvault.json", + "aws-backup-restoretestingplan.json", + "aws-backup-restoretestingselection.json", + "aws-batch-computeenvironment.json", + "aws-batch-jobdefinition.json", + "aws-batch-jobqueue.json", + "aws-batch-schedulingpolicy.json", + "aws-ce-anomalymonitor.json", + "aws-ce-anomalysubscription.json", + "aws-certificatemanager-certificate.json", + "aws-chatbot-microsoftteamschannelconfiguration.json", + "aws-chatbot-slackchannelconfiguration.json", + "aws-cloudformation-customresource.json", + "aws-cloudformation-hookdefaultversion.json", + "aws-cloudformation-hooktypeconfig.json", + "aws-cloudformation-hookversion.json", + "aws-cloudformation-macro.json", + "aws-cloudformation-publictypeversion.json", + "aws-cloudformation-resourcedefaultversion.json", + "aws-cloudformation-resourceversion.json", + "aws-cloudformation-stack.json", + "aws-cloudformation-stackset.json", + "aws-cloudformation-waitconditionhandle.json", + "aws-cloudfront-cachepolicy.json", + "aws-cloudfront-cloudfrontoriginaccessidentity.json", + "aws-cloudfront-continuousdeploymentpolicy.json", + "aws-cloudfront-distribution.json", + "aws-cloudfront-function.json", + "aws-cloudfront-keygroup.json", + "aws-cloudfront-keyvaluestore.json", + "aws-cloudfront-monitoringsubscription.json", + "aws-cloudfront-originaccesscontrol.json", + "aws-cloudfront-originrequestpolicy.json", + "aws-cloudfront-publickey.json", + "aws-cloudfront-realtimelogconfig.json", + "aws-cloudfront-responseheaderspolicy.json", + "aws-cloudtrail-channel.json", + "aws-cloudtrail-eventdatastore.json", + "aws-cloudtrail-resourcepolicy.json", + "aws-cloudtrail-trail.json", + "aws-cloudwatch-alarm.json", + "aws-cloudwatch-anomalydetector.json", + "aws-cloudwatch-compositealarm.json", + "aws-cloudwatch-dashboard.json", + "aws-cloudwatch-insightrule.json", + "aws-cloudwatch-metricstream.json", + "aws-codebuild-project.json", + "aws-codebuild-reportgroup.json", + "aws-codebuild-sourcecredential.json", + "aws-codedeploy-application.json", + "aws-codedeploy-deploymentconfig.json", + "aws-codedeploy-deploymentgroup.json", + "aws-codepipeline-pipeline.json", + "aws-cognito-identitypool.json", + "aws-cognito-identitypoolprincipaltag.json", + "aws-cognito-identitypoolroleattachment.json", + "aws-cognito-logdeliveryconfiguration.json", + "aws-cognito-userpool.json", + "aws-cognito-userpoolclient.json", + "aws-cognito-userpoolgroup.json", + "aws-cognito-userpoolresourceserver.json", + "aws-cognito-userpoolriskconfigurationattachment.json", + "aws-cognito-userpooluicustomizationattachment.json", + "aws-cognito-userpooluser.json", + "aws-cognito-userpoolusertogroupattachment.json", + "aws-config-aggregationauthorization.json", + "aws-config-configrule.json", + "aws-config-configurationaggregator.json", + "aws-config-configurationrecorder.json", + "aws-config-conformancepack.json", + "aws-config-deliverychannel.json", + "aws-config-organizationconfigrule.json", + "aws-config-organizationconformancepack.json", + "aws-config-remediationconfiguration.json", + "aws-config-storedquery.json", + "aws-controltower-enabledbaseline.json", + "aws-controltower-enabledcontrol.json", + "aws-controltower-landingzone.json", + "aws-datasync-agent.json", + "aws-datasync-locationazureblob.json", + "aws-datasync-locationefs.json", + "aws-datasync-locationfsxlustre.json", + "aws-datasync-locationfsxontap.json", + "aws-datasync-locationfsxwindows.json", + "aws-datasync-locationhdfs.json", + "aws-datasync-locationnfs.json", + "aws-datasync-locationobjectstorage.json", + "aws-datasync-locations3.json", + "aws-datasync-locationsmb.json", + "aws-datasync-storagesystem.json", + "aws-datasync-task.json", + "aws-dlm-lifecyclepolicy.json", + "aws-dms-datamigration.json", + "aws-dms-dataprovider.json", + "aws-dms-instanceprofile.json", + "aws-dms-migrationproject.json", + "aws-dms-replicationconfig.json", + "aws-docdb-dbcluster.json", + "aws-docdb-dbinstance.json", + "aws-docdb-dbsubnetgroup.json", + "aws-docdb-eventsubscription.json", + "aws-dynamodb-globaltable.json", + "aws-dynamodb-table.json", + "aws-ec2-capacityreservation.json", + "aws-ec2-capacityreservationfleet.json", + "aws-ec2-clientvpnendpoint.json", + "aws-ec2-clientvpnroute.json", + "aws-ec2-clientvpntargetnetworkassociation.json", + "aws-ec2-customergateway.json", + "aws-ec2-dhcpoptions.json", + "aws-ec2-ec2fleet.json", + "aws-ec2-egressonlyinternetgateway.json", + "aws-ec2-eip.json", + "aws-ec2-eipassociation.json", + "aws-ec2-flowlog.json", + "aws-ec2-gatewayroutetableassociation.json", + "aws-ec2-instance.json", + "aws-ec2-instanceconnectendpoint.json", + "aws-ec2-internetgateway.json", + "aws-ec2-ipam.json", + "aws-ec2-ipamallocation.json", + "aws-ec2-ipampool.json", + "aws-ec2-ipampoolcidr.json", + "aws-ec2-ipamresourcediscovery.json", + "aws-ec2-ipamresourcediscoveryassociation.json", + "aws-ec2-ipamscope.json", + "aws-ec2-keypair.json", + "aws-ec2-localgatewayroute.json", + "aws-ec2-localgatewayroutetable.json", + "aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.json", + "aws-ec2-localgatewayroutetablevpcassociation.json", + "aws-ec2-natgateway.json", + "aws-ec2-networkacl.json", + "aws-ec2-networkaclentry.json", + "aws-ec2-networkinterfaceattachment.json", + "aws-ec2-networkperformancemetricsubscription.json", + "aws-ec2-placementgroup.json", + "aws-ec2-prefixlist.json", + "aws-ec2-route.json", + "aws-ec2-routetable.json", + "aws-ec2-securitygroup.json", + "aws-ec2-securitygroupegress.json", + "aws-ec2-securitygroupingress.json", + "aws-ec2-securitygroupvpcassociation.json", + "aws-ec2-snapshotblockpublicaccess.json", + "aws-ec2-spotfleet.json", + "aws-ec2-subnet.json", + "aws-ec2-subnetcidrblock.json", + "aws-ec2-subnetnetworkaclassociation.json", + "aws-ec2-subnetroutetableassociation.json", + "aws-ec2-trafficmirrorfilter.json", + "aws-ec2-trafficmirrorfilterrule.json", + "aws-ec2-trafficmirrortarget.json", + "aws-ec2-transitgateway.json", + "aws-ec2-transitgatewayattachment.json", + "aws-ec2-transitgatewayconnect.json", + "aws-ec2-transitgatewaymulticastdomain.json", + "aws-ec2-transitgatewaymulticastdomainassociation.json", + "aws-ec2-transitgatewaymulticastgroupmember.json", + "aws-ec2-transitgatewaymulticastgroupsource.json", + "aws-ec2-transitgatewaypeeringattachment.json", + "aws-ec2-transitgatewayroute.json", + "aws-ec2-transitgatewayroutetable.json", + "aws-ec2-transitgatewayroutetableassociation.json", + "aws-ec2-transitgatewayroutetablepropagation.json", + "aws-ec2-transitgatewayvpcattachment.json", + "aws-ec2-volume.json", + "aws-ec2-volumeattachment.json", + "aws-ec2-vpc.json", + "aws-ec2-vpccidrblock.json", + "aws-ec2-vpcdhcpoptionsassociation.json", + "aws-ec2-vpcendpoint.json", + "aws-ec2-vpcendpointconnectionnotification.json", + "aws-ec2-vpcendpointservice.json", + "aws-ec2-vpcendpointservicepermissions.json", + "aws-ec2-vpcgatewayattachment.json", + "aws-ec2-vpcpeeringconnection.json", + "aws-ec2-vpnconnection.json", + "aws-ec2-vpnconnectionroute.json", + "aws-ec2-vpngateway.json", + "aws-ecr-pullthroughcacherule.json", + "aws-ecr-registrypolicy.json", + "aws-ecr-replicationconfiguration.json", + "aws-ecr-repository.json", + "aws-ecr-repositorycreationtemplate.json", + "aws-ecs-capacityprovider.json", + "aws-ecs-cluster.json", + "aws-ecs-clustercapacityproviderassociations.json", + "aws-ecs-primarytaskset.json", + "aws-ecs-service.json", + "aws-ecs-taskdefinition.json", + "aws-ecs-taskset.json", + "aws-efs-accesspoint.json", + "aws-efs-mounttarget.json", + "aws-eks-accessentry.json", + "aws-eks-addon.json", + "aws-eks-cluster.json", + "aws-eks-fargateprofile.json", + "aws-eks-identityproviderconfig.json", + "aws-eks-nodegroup.json", + "aws-eks-podidentityassociation.json", + "aws-elasticache-cachecluster.json", + "aws-elasticache-parametergroup.json", + "aws-elasticache-replicationgroup.json", + "aws-elasticache-securitygroup.json", + "aws-elasticache-securitygroupingress.json", + "aws-elasticache-serverlesscache.json", + "aws-elasticache-subnetgroup.json", + "aws-elasticache-user.json", + "aws-elasticache-usergroup.json", + "aws-elasticloadbalancing-loadbalancer.json", + "aws-elasticloadbalancingv2-listener.json", + "aws-elasticloadbalancingv2-listenercertificate.json", + "aws-elasticloadbalancingv2-listenerrule.json", + "aws-elasticloadbalancingv2-targetgroup.json", + "aws-elasticloadbalancingv2-truststore.json", + "aws-elasticloadbalancingv2-truststorerevocation.json", + "aws-elasticsearch-domain.json", + "aws-emr-cluster.json", + "aws-emr-instancefleetconfig.json", + "aws-emr-instancegroupconfig.json", + "aws-emr-securityconfiguration.json", + "aws-emr-step.json", + "aws-emr-studio.json", + "aws-emrserverless-application.json", + "aws-events-apidestination.json", + "aws-events-archive.json", + "aws-events-connection.json", + "aws-events-eventbus.json", + "aws-events-eventbuspolicy.json", + "aws-events-rule.json", + "aws-eventschemas-discoverer.json", + "aws-eventschemas-registry.json", + "aws-eventschemas-registrypolicy.json", + "aws-eventschemas-schema.json", + "aws-fms-notificationchannel.json", + "aws-fms-policy.json", + "aws-fms-resourceset.json", + "aws-fsx-datarepositoryassociation.json", + "aws-fsx-filesystem.json", + "aws-fsx-snapshot.json", + "aws-fsx-storagevirtualmachine.json", + "aws-fsx-volume.json", + "aws-globalaccelerator-accelerator.json", + "aws-globalaccelerator-crossaccountattachment.json", + "aws-globalaccelerator-endpointgroup.json", + "aws-globalaccelerator-listener.json", + "aws-glue-classifier.json", + "aws-glue-connection.json", + "aws-glue-crawler.json", + "aws-glue-customentitytype.json", + "aws-glue-database.json", + "aws-glue-datacatalogencryptionsettings.json", + "aws-glue-dataqualityruleset.json", + "aws-glue-devendpoint.json", + "aws-glue-job.json", + "aws-glue-mltransform.json", + "aws-glue-partition.json", + "aws-glue-securityconfiguration.json", + "aws-glue-table.json", + "aws-glue-trigger.json", + "aws-glue-usageprofile.json", + "aws-glue-workflow.json", + "aws-guardduty-detector.json", + "aws-guardduty-filter.json", + "aws-guardduty-ipset.json", + "aws-guardduty-malwareprotectionplan.json", + "aws-guardduty-master.json", + "aws-guardduty-member.json", + "aws-guardduty-threatintelset.json", + "aws-iam-group.json", + "aws-iam-grouppolicy.json", + "aws-iam-instanceprofile.json", + "aws-iam-managedpolicy.json", + "aws-iam-oidcprovider.json", + "aws-iam-policy.json", + "aws-iam-role.json", + "aws-iam-rolepolicy.json", + "aws-iam-samlprovider.json", + "aws-iam-servercertificate.json", + "aws-iam-servicelinkedrole.json", + "aws-iam-user.json", + "aws-iam-userpolicy.json", + "aws-iam-usertogroupaddition.json", + "aws-identitystore-group.json", + "aws-identitystore-groupmembership.json", + "aws-imagebuilder-component.json", + "aws-imagebuilder-containerrecipe.json", + "aws-imagebuilder-distributionconfiguration.json", + "aws-imagebuilder-image.json", + "aws-imagebuilder-imagepipeline.json", + "aws-imagebuilder-imagerecipe.json", + "aws-imagebuilder-infrastructureconfiguration.json", + "aws-imagebuilder-lifecyclepolicy.json", + "aws-imagebuilder-workflow.json", + "aws-internetmonitor-monitor.json", + "aws-iot-accountauditconfiguration.json", + "aws-iot-authorizer.json", + "aws-iot-billinggroup.json", + "aws-iot-cacertificate.json", + "aws-iot-certificate.json", + "aws-iot-certificateprovider.json", + "aws-iot-custommetric.json", + "aws-iot-dimension.json", + "aws-iot-domainconfiguration.json", + "aws-iot-fleetmetric.json", + "aws-iot-jobtemplate.json", + "aws-iot-logging.json", + "aws-iot-mitigationaction.json", + "aws-iot-policy.json", + "aws-iot-provisioningtemplate.json", + "aws-iot-resourcespecificlogging.json", + "aws-iot-rolealias.json", + "aws-iot-scheduledaudit.json", + "aws-iot-securityprofile.json", + "aws-iot-softwarepackage.json", + "aws-iot-softwarepackageversion.json", + "aws-iot-thing.json", + "aws-iot-thinggroup.json", + "aws-iot-thingtype.json", + "aws-iot-topicrule.json", + "aws-iot-topicruledestination.json", + "aws-kinesis-resourcepolicy.json", + "aws-kinesis-stream.json", + "aws-kinesisanalyticsv2-application.json", + "aws-kinesisfirehose-deliverystream.json", + "aws-kms-alias.json", + "aws-kms-key.json", + "aws-kms-replicakey.json", + "aws-lakeformation-datacellsfilter.json", + "aws-lakeformation-datalakesettings.json", + "aws-lakeformation-permissions.json", + "aws-lakeformation-principalpermissions.json", + "aws-lakeformation-resource.json", + "aws-lakeformation-tag.json", + "aws-lakeformation-tagassociation.json", + "aws-lambda-alias.json", + "aws-lambda-eventinvokeconfig.json", + "aws-lambda-eventsourcemapping.json", + "aws-lambda-function.json", + "aws-lambda-layerversion.json", + "aws-lambda-layerversionpermission.json", + "aws-lambda-permission.json", + "aws-launchwizard-deployment.json", + "aws-logs-accountpolicy.json", + "aws-logs-deliverysource.json", + "aws-logs-destination.json", + "aws-logs-loganomalydetector.json", + "aws-logs-loggroup.json", + "aws-logs-logstream.json", + "aws-logs-metricfilter.json", + "aws-logs-querydefinition.json", + "aws-logs-resourcepolicy.json", + "aws-logs-subscriptionfilter.json", + "aws-mediaconnect-flow.json", + "aws-mediaconnect-flowentitlement.json", + "aws-mediaconnect-flowoutput.json", + "aws-mediaconnect-flowsource.json", + "aws-mediaconnect-flowvpcinterface.json", + "aws-medialive-multiplex.json", + "aws-medialive-multiplexprogram.json", + "aws-mediatailor-channel.json", + "aws-mediatailor-channelpolicy.json", + "aws-mediatailor-livesource.json", + "aws-mediatailor-playbackconfiguration.json", + "aws-mediatailor-sourcelocation.json", + "aws-mediatailor-vodsource.json", + "aws-msk-batchscramsecret.json", + "aws-msk-cluster.json", + "aws-msk-clusterpolicy.json", + "aws-msk-configuration.json", + "aws-msk-vpcconnection.json", + "aws-mwaa-environment.json", + "aws-neptune-dbcluster.json", + "aws-neptune-dbsubnetgroup.json", + "aws-neptune-eventsubscription.json", + "aws-networkfirewall-firewall.json", + "aws-networkfirewall-firewallpolicy.json", + "aws-networkfirewall-loggingconfiguration.json", + "aws-networkfirewall-rulegroup.json", + "aws-networkfirewall-tlsinspectionconfiguration.json", + "aws-networkmanager-connectattachment.json", + "aws-networkmanager-connectpeer.json", + "aws-networkmanager-corenetwork.json", + "aws-networkmanager-customergatewayassociation.json", + "aws-networkmanager-device.json", + "aws-networkmanager-globalnetwork.json", + "aws-networkmanager-link.json", + "aws-networkmanager-linkassociation.json", + "aws-networkmanager-site.json", + "aws-networkmanager-sitetositevpnattachment.json", + "aws-networkmanager-transitgatewaypeering.json", + "aws-networkmanager-transitgatewayregistration.json", + "aws-networkmanager-transitgatewayroutetableattachment.json", + "aws-networkmanager-vpcattachment.json", + "aws-oam-link.json", + "aws-oam-sink.json", + "aws-opensearchservice-domain.json", + "aws-opsworks-app.json", + "aws-opsworks-elasticloadbalancerattachment.json", + "aws-opsworks-userprofile.json", + "aws-opsworks-volume.json", + "aws-organizations-account.json", + "aws-organizations-organization.json", + "aws-organizations-organizationalunit.json", + "aws-organizations-policy.json", + "aws-organizations-resourcepolicy.json", + "aws-pcaconnectorad-serviceprincipalname.json", + "aws-pcaconnectorad-templategroupaccesscontrolentry.json", + "aws-pcaconnectorscep-challenge.json", + "aws-pcaconnectorscep-connector.json", + "aws-pipes-pipe.json", + "aws-ram-permission.json", + "aws-ram-resourceshare.json", + "aws-rds-dbcluster.json", + "aws-rds-dbclusterparametergroup.json", + "aws-rds-dbinstance.json", + "aws-rds-dbparametergroup.json", + "aws-rds-dbproxy.json", + "aws-rds-dbproxyendpoint.json", + "aws-rds-dbproxytargetgroup.json", + "aws-rds-dbsecuritygroup.json", + "aws-rds-dbsecuritygroupingress.json", + "aws-rds-dbsubnetgroup.json", + "aws-rds-eventsubscription.json", + "aws-rds-globalcluster.json", + "aws-rds-integration.json", + "aws-rds-optiongroup.json", + "aws-redshift-cluster.json", + "aws-redshift-clusterparametergroup.json", + "aws-redshift-clustersecuritygroup.json", + "aws-redshift-clustersecuritygroupingress.json", + "aws-redshift-clustersubnetgroup.json", + "aws-redshift-endpointaccess.json", + "aws-redshift-endpointauthorization.json", + "aws-redshift-eventsubscription.json", + "aws-redshift-integration.json", + "aws-redshift-scheduledaction.json", + "aws-redshiftserverless-namespace.json", + "aws-redshiftserverless-workgroup.json", + "aws-resourceexplorer2-defaultviewassociation.json", + "aws-resourceexplorer2-index.json", + "aws-resourceexplorer2-view.json", + "aws-resourcegroups-group.json", + "aws-rolesanywhere-crl.json", + "aws-rolesanywhere-profile.json", + "aws-rolesanywhere-trustanchor.json", + "aws-route53-dnssec.json", + "aws-route53-hostedzone.json", + "aws-route53-keysigningkey.json", + "aws-route53-recordset.json", + "aws-route53-recordsetgroup.json", + "aws-route53profiles-profile.json", + "aws-route53profiles-profileassociation.json", + "aws-route53profiles-profileresourceassociation.json", + "aws-route53resolver-firewalldomainlist.json", + "aws-route53resolver-firewallrulegroup.json", + "aws-route53resolver-firewallrulegroupassociation.json", + "aws-route53resolver-outpostresolver.json", + "aws-route53resolver-resolverconfig.json", + "aws-route53resolver-resolverdnssecconfig.json", + "aws-route53resolver-resolverendpoint.json", + "aws-route53resolver-resolverqueryloggingconfig.json", + "aws-route53resolver-resolverqueryloggingconfigassociation.json", + "aws-route53resolver-resolverrule.json", + "aws-route53resolver-resolverruleassociation.json", + "aws-rum-appmonitor.json", + "aws-s3-accessgrant.json", + "aws-s3-accessgrantsinstance.json", + "aws-s3-accessgrantslocation.json", + "aws-s3-accesspoint.json", + "aws-s3-bucket.json", + "aws-s3-bucketpolicy.json", + "aws-s3objectlambda-accesspoint.json", + "aws-s3objectlambda-accesspointpolicy.json", + "aws-sagemaker-app.json", + "aws-sagemaker-appimageconfig.json", + "aws-sagemaker-domain.json", + "aws-sagemaker-image.json", + "aws-sagemaker-imageversion.json", + "aws-sagemaker-inferencecomponent.json", + "aws-sagemaker-mlflowtrackingserver.json", + "aws-sagemaker-modelcard.json", + "aws-sagemaker-modelpackage.json", + "aws-sagemaker-modelpackagegroup.json", + "aws-sagemaker-project.json", + "aws-sagemaker-space.json", + "aws-sagemaker-studiolifecycleconfig.json", + "aws-sagemaker-userprofile.json", + "aws-scheduler-schedule.json", + "aws-scheduler-schedulegroup.json", + "aws-sdb-domain.json", + "aws-secretsmanager-resourcepolicy.json", + "aws-secretsmanager-rotationschedule.json", + "aws-secretsmanager-secret.json", + "aws-secretsmanager-secrettargetattachment.json", + "aws-securityhub-automationrule.json", + "aws-securityhub-delegatedadmin.json", + "aws-securityhub-hub.json", + "aws-securityhub-insight.json", + "aws-securityhub-organizationconfiguration.json", + "aws-securityhub-productsubscription.json", + "aws-securityhub-securitycontrol.json", + "aws-securityhub-standard.json", + "aws-servicecatalog-cloudformationproduct.json", + "aws-servicecatalog-launchnotificationconstraint.json", + "aws-servicecatalog-launchroleconstraint.json", + "aws-servicecatalog-launchtemplateconstraint.json", + "aws-servicecatalog-portfolioshare.json", + "aws-servicecatalog-resourceupdateconstraint.json", + "aws-servicecatalog-serviceaction.json", + "aws-servicecatalog-serviceactionassociation.json", + "aws-servicecatalog-stacksetconstraint.json", + "aws-servicecatalog-tagoption.json", + "aws-servicecatalogappregistry-application.json", + "aws-servicecatalogappregistry-attributegroup.json", + "aws-servicecatalogappregistry-attributegroupassociation.json", + "aws-servicecatalogappregistry-resourceassociation.json", + "aws-servicediscovery-httpnamespace.json", + "aws-servicediscovery-instance.json", + "aws-servicediscovery-privatednsnamespace.json", + "aws-servicediscovery-publicdnsnamespace.json", + "aws-servicediscovery-service.json", + "aws-shield-drtaccess.json", + "aws-shield-proactiveengagement.json", + "aws-shield-protection.json", + "aws-shield-protectiongroup.json", + "aws-sns-subscription.json", + "aws-sns-topic.json", + "aws-sns-topicinlinepolicy.json", + "aws-sns-topicpolicy.json", + "aws-sqs-queue.json", + "aws-sqs-queueinlinepolicy.json", + "aws-sqs-queuepolicy.json", + "aws-ssm-association.json", + "aws-ssm-document.json", + "aws-ssm-maintenancewindow.json", + "aws-ssm-maintenancewindowtarget.json", + "aws-ssm-maintenancewindowtask.json", + "aws-ssm-parameter.json", + "aws-ssm-patchbaseline.json", + "aws-sso-application.json", + "aws-sso-applicationassignment.json", + "aws-sso-assignment.json", + "aws-sso-instance.json", + "aws-sso-instanceaccesscontrolattributeconfiguration.json", + "aws-sso-permissionset.json", + "aws-stepfunctions-activity.json", + "aws-stepfunctions-statemachine.json", + "aws-stepfunctions-statemachinealias.json", + "aws-stepfunctions-statemachineversion.json", + "aws-synthetics-canary.json", + "aws-transfer-agreement.json", + "aws-transfer-certificate.json", + "aws-transfer-connector.json", + "aws-transfer-profile.json", + "aws-transfer-server.json", + "aws-transfer-workflow.json", + "aws-verifiedpermissions-identitysource.json", + "aws-verifiedpermissions-policy.json", + "aws-verifiedpermissions-policystore.json", + "aws-verifiedpermissions-policytemplate.json", + "aws-vpclattice-accesslogsubscription.json", + "aws-vpclattice-authpolicy.json", + "aws-vpclattice-listener.json", + "aws-vpclattice-resourcepolicy.json", + "aws-vpclattice-rule.json", + "aws-vpclattice-service.json", + "aws-vpclattice-servicenetwork.json", + "aws-vpclattice-servicenetworkserviceassociation.json", + "aws-vpclattice-servicenetworkvpcassociation.json", + "aws-vpclattice-targetgroup.json", + "aws-waf-bytematchset.json", + "aws-waf-sqlinjectionmatchset.json", + "aws-wafv2-ipset.json", + "aws-wafv2-loggingconfiguration.json", + "aws-wafv2-regexpatternset.json", + "aws-wafv2-rulegroup.json", + "aws-wafv2-webacl.json", + "aws-wafv2-webaclassociation.json", + "aws-workspaces-workspace.json", + "aws-xray-group.json", + "aws-xray-resourcepolicy.json", + "aws-xray-samplingrule.json", + "module.json", +] diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-amazonmq-configurationassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-amazonmq-configurationassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..fe8b1edc071941b824a2ee40846a99013fe299a5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-amazonmq-configurationassociation.json @@ -0,0 +1,46 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Broker" + ], + "definitions": { + "ConfigurationId": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "Revision": { + "type": "integer" + } + }, + "required": [ + "Revision", + "Id" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Broker": { + "type": "string" + }, + "Configuration": { + "$ref": "#/definitions/ConfigurationId" + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Broker", + "Configuration" + ], + "typeName": "AWS::AmazonMQ::ConfigurationAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-apigateway-domainname.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-apigateway-domainname.json new file mode 100644 index 0000000000000000000000000000000000000000..d7be1d979356dc2a8cf662ba286a9de151059845 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-apigateway-domainname.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DomainName" + ], + "definitions": { + "EndpointConfiguration": { + "additionalProperties": false, + "properties": { + "Types": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "CertificateArn": { + "type": "string" + }, + "DistributionDomainName": { + "type": "string" + }, + "DistributionHostedZoneId": { + "type": "string" + }, + "DomainName": { + "type": "string" + }, + "EndpointConfiguration": { + "$ref": "#/definitions/EndpointConfiguration" + }, + "Id": { + "type": "string" + }, + "RegionalCertificateArn": { + "type": "string" + }, + "RegionalDomainName": { + "type": "string" + }, + "RegionalHostedZoneId": { + "type": "string" + }, + "SecurityPolicy": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/DistributionDomainName", + "/properties/RegionalDomainName", + "/properties/Id", + "/properties/DistributionHostedZoneId", + "/properties/RegionalHostedZoneId" + ], + "required": [ + "DomainName" + ], + "typeName": "AWS::ApiGateway::DomainName" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-apigateway-restapi.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-apigateway-restapi.json new file mode 100644 index 0000000000000000000000000000000000000000..54905e2c8ba0916662fdb7532bbcab26c0ca7286 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-apigateway-restapi.json @@ -0,0 +1,163 @@ +{ + "additionalProperties": false, + "definitions": { + "EndpointConfiguration": { + "additionalProperties": false, + "properties": { + "Types": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcEndpointIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "S3Location": { + "additionalProperties": false, + "properties": { + "Bucket": { + "type": "string" + }, + "ETag": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/RestApiId" + ], + "properties": { + "ApiKeySourceType": { + "enum": [ + "AUTHORIZER", + "HEADER" + ], + "type": "string" + }, + "BinaryMediaTypes": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Body": { + "type": [ + "object", + "string" + ] + }, + "BodyS3Location": { + "$ref": "#/definitions/S3Location" + }, + "CloneFrom": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "DisableExecuteApiEndpoint": { + "type": "boolean" + }, + "EndpointConfiguration": { + "$ref": "#/definitions/EndpointConfiguration" + }, + "FailOnWarnings": { + "type": "boolean" + }, + "MinimumCompressionSize": { + "type": "integer" + }, + "Mode": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "additionalProperties": false, + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": [ + "object", + "string" + ] + }, + "Policy": { + "type": [ + "object", + "string" + ] + }, + "RestApiId": { + "type": "string" + }, + "RootResourceId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/RestApiId", + "/properties/RootResourceId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ApiGateway::RestApi", + "writeOnlyProperties": [ + "/properties/Body", + "/properties/BodyS3Location", + "/properties/CloneFrom", + "/properties/FailOnWarnings", + "/properties/Mode", + "/properties/Parameters" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-appsync-graphqlapi.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-appsync-graphqlapi.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3634abdfe456268e43a02a91513b71950b4738 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-appsync-graphqlapi.json @@ -0,0 +1,302 @@ +{ + "additionalProperties": false, + "definitions": { + "AdditionalAuthenticationProvider": { + "additionalProperties": false, + "properties": { + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "UserPoolConfig": { + "$ref": "#/definitions/CognitoUserPoolConfig" + } + }, + "required": [ + "AuthenticationType" + ], + "type": "object" + }, + "CognitoUserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + }, + "EnhancedMetricsConfig": { + "additionalProperties": false, + "properties": { + "DataSourceLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_DATA_SOURCE_METRICS", + "PER_DATA_SOURCE_METRICS" + ], + "type": "string" + }, + "OperationLevelMetricsConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "ResolverLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_RESOLVER_METRICS", + "PER_RESOLVER_METRICS" + ], + "type": "string" + } + }, + "required": [ + "OperationLevelMetricsConfig", + "ResolverLevelMetricsBehavior", + "DataSourceLevelMetricsBehavior" + ], + "type": "object" + }, + "LambdaAuthorizerConfig": { + "additionalProperties": false, + "properties": { + "AuthorizerResultTtlInSeconds": { + "type": "number" + }, + "AuthorizerUri": { + "type": "string" + }, + "IdentityValidationExpression": { + "type": "string" + } + }, + "type": "object" + }, + "LogConfig": { + "additionalProperties": false, + "properties": { + "CloudWatchLogsRoleArn": { + "type": "string" + }, + "ExcludeVerboseContent": { + "type": "boolean" + }, + "FieldLogLevel": { + "enum": [ + "ALL", + "DEBUG", + "ERROR", + "INFO", + "NONE" + ], + "type": "string" + } + }, + "type": "object" + }, + "OpenIDConnectConfig": { + "additionalProperties": false, + "properties": { + "AuthTTL": { + "type": "number" + }, + "ClientId": { + "type": "string" + }, + "IatTTL": { + "type": "number" + }, + "Issuer": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "UserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "DefaultAction": { + "enum": [ + "ALLOW", + "DENY" + ], + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AdditionalAuthenticationProviders": { + "items": { + "$ref": "#/definitions/AdditionalAuthenticationProvider" + }, + "type": "array", + "uniqueItems": false + }, + "ApiId": { + "type": "string" + }, + "ApiType": { + "enum": [ + "GRAPHQL", + "MERGED" + ], + "type": "string" + }, + "Arn": { + "type": "string" + }, + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "EnhancedMetricsConfig": { + "$ref": "#/definitions/EnhancedMetricsConfig" + }, + "EnvironmentVariables": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "GraphQLDns": { + "type": "string" + }, + "GraphQLEndpointArn": { + "type": "string" + }, + "GraphQLUrl": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "IntrospectionConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "LogConfig": { + "$ref": "#/definitions/LogConfig" + }, + "MergedApiExecutionRoleArn": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "OwnerContact": { + "type": "string" + }, + "QueryDepthLimit": { + "type": "integer" + }, + "RealtimeDns": { + "type": "string" + }, + "RealtimeUrl": { + "type": "string" + }, + "ResolverCountLimit": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserPoolConfig": { + "$ref": "#/definitions/UserPoolConfig" + }, + "Visibility": { + "enum": [ + "GLOBAL", + "PRIVATE" + ], + "type": "string" + }, + "XrayEnabled": { + "type": "boolean" + } + }, + "readOnlyProperties": [ + "/properties/ApiId", + "/properties/GraphQLEndpointArn", + "/properties/Id", + "/properties/GraphQLDns", + "/properties/GraphQLUrl", + "/properties/RealtimeDns", + "/properties/RealtimeUrl", + "/properties/Arn" + ], + "required": [ + "Name", + "AuthenticationType" + ], + "typeName": "AWS::AppSync::GraphQLApi" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-cloudformation-waitcondition.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-cloudformation-waitcondition.json new file mode 100644 index 0000000000000000000000000000000000000000..a95be9629ad1040b38a26158409f0c240815d89d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-cloudformation-waitcondition.json @@ -0,0 +1,32 @@ +{ + "additionalProperties": false, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Count": { + "type": "integer" + }, + "Data": { + "type": [ + "object" + ] + }, + "Handle": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Timeout": { + "maximum": 43200, + "minimum": 0, + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Data" + ], + "typeName": "AWS::CloudFormation::WaitCondition" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-codepipeline-customactiontype.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-codepipeline-customactiontype.json new file mode 100644 index 0000000000000000000000000000000000000000..3e3c3f35972efafcab2c3a84b0658ee70b64fd00 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-codepipeline-customactiontype.json @@ -0,0 +1,164 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ConfigurationProperties", + "/properties/OutputArtifactDetails", + "/properties/Version", + "/properties/InputArtifactDetails", + "/properties/Settings", + "/properties/Provider", + "/properties/Category" + ], + "definitions": { + "ArtifactDetails": { + "additionalProperties": false, + "properties": { + "MaximumCount": { + "type": "integer" + }, + "MinimumCount": { + "type": "integer" + } + }, + "required": [ + "MinimumCount", + "MaximumCount" + ], + "type": "object" + }, + "ConfigurationProperties": { + "additionalProperties": false, + "properties": { + "Description": { + "type": "string" + }, + "Key": { + "type": "boolean" + }, + "Name": { + "type": "string" + }, + "Queryable": { + "type": "boolean" + }, + "Required": { + "type": "boolean" + }, + "Secret": { + "type": "boolean" + }, + "Type": { + "enum": [ + "Boolean", + "Number", + "String" + ], + "type": "string" + } + }, + "required": [ + "Secret", + "Required", + "Key", + "Name" + ], + "type": "object" + }, + "Settings": { + "additionalProperties": false, + "properties": { + "EntityUrlTemplate": { + "type": "string" + }, + "ExecutionUrlTemplate": { + "type": "string" + }, + "RevisionUrlTemplate": { + "type": "string" + }, + "ThirdPartyConfigurationUrl": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Category": { + "enum": [ + "Approval", + "Build", + "Compute", + "Deploy", + "Invoke", + "Source", + "Test" + ], + "type": "string" + }, + "ConfigurationProperties": { + "items": { + "$ref": "#/definitions/ConfigurationProperties" + }, + "type": "array", + "uniqueItems": true + }, + "Id": { + "type": "string" + }, + "InputArtifactDetails": { + "$ref": "#/definitions/ArtifactDetails" + }, + "OutputArtifactDetails": { + "$ref": "#/definitions/ArtifactDetails" + }, + "Provider": { + "pattern": "[0-9A-Za-z_-]+", + "type": "string" + }, + "Settings": { + "$ref": "#/definitions/Settings" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Version": { + "pattern": "[0-9A-Za-z_-]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Category", + "InputArtifactDetails", + "Version", + "OutputArtifactDetails", + "Provider" + ], + "typeName": "AWS::CodePipeline::CustomActionType" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-datapipeline-pipeline.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-datapipeline-pipeline.json new file mode 100644 index 0000000000000000000000000000000000000000..c6796b2ea1e971e076a2040502b6516ab5fd456b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-datapipeline-pipeline.json @@ -0,0 +1,172 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Field": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "RefValue": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + }, + "ParameterAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "StringValue", + "Key" + ], + "type": "object" + }, + "ParameterObject": { + "additionalProperties": false, + "properties": { + "Attributes": { + "items": { + "$ref": "#/definitions/ParameterAttribute" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "required": [ + "Attributes", + "Id" + ], + "type": "object" + }, + "ParameterValue": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Id", + "StringValue" + ], + "type": "object" + }, + "PipelineObject": { + "additionalProperties": false, + "properties": { + "Fields": { + "items": { + "$ref": "#/definitions/Field" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Fields", + "Id", + "Name" + ], + "type": "object" + }, + "PipelineTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Activate": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ParameterObjects": { + "items": { + "$ref": "#/definitions/ParameterObject" + }, + "type": "array", + "uniqueItems": false + }, + "ParameterValues": { + "items": { + "$ref": "#/definitions/ParameterValue" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineObjects": { + "items": { + "$ref": "#/definitions/PipelineObject" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineTags": { + "items": { + "$ref": "#/definitions/PipelineTag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ParameterObjects", + "Name" + ], + "typeName": "AWS::DataPipeline::Pipeline" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-directoryservice-microsoftad.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-directoryservice-microsoftad.json new file mode 100644 index 0000000000000000000000000000000000000000..16431658a0ac9e8f4457a87b8c93d80b0e475947 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-directoryservice-microsoftad.json @@ -0,0 +1,88 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/VpcSettings", + "/properties/Edition", + "/properties/Name", + "/properties/Password", + "/properties/ShortName", + "/properties/CreateAlias" + ], + "definitions": { + "VpcSettings": { + "additionalProperties": false, + "properties": { + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "required": [ + "VpcId", + "SubnetIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Alias": { + "type": "string" + }, + "CreateAlias": { + "type": "boolean" + }, + "DnsIpAddresses": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Edition": { + "enum": [ + "Enterprise", + "Standard" + ], + "type": "string" + }, + "EnableSso": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "ShortName": { + "type": "string" + }, + "VpcSettings": { + "$ref": "#/definitions/VpcSettings" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Alias", + "/properties/DnsIpAddresses" + ], + "required": [ + "VpcSettings", + "Name", + "Password" + ], + "typeName": "AWS::DirectoryService::MicrosoftAD" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-directoryservice-simplead.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-directoryservice-simplead.json new file mode 100644 index 0000000000000000000000000000000000000000..56e25c97d8f19384343d7d415cb2a08e1b4101f0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-directoryservice-simplead.json @@ -0,0 +1,99 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Size", + "/properties/VpcSettings", + "/properties/Name", + "/properties/Password", + "/properties/ShortName", + "/properties/Description", + "/properties/CreateAlias" + ], + "definitions": { + "VpcSettings": { + "additionalProperties": false, + "properties": { + "SubnetIds": { + "items": { + "pattern": "^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "pattern": "^(vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17})$", + "type": "string" + } + }, + "required": [ + "VpcId", + "SubnetIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Alias": { + "type": "string" + }, + "CreateAlias": { + "type": "boolean" + }, + "Description": { + "pattern": "^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$", + "type": "string" + }, + "DnsIpAddresses": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "EnableSso": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "Name": { + "pattern": "^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$", + "type": "string" + }, + "Password": { + "pattern": "(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9\\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\\s]))^.*", + "type": "string" + }, + "ShortName": { + "pattern": "^[^\\\\/:*?\"<>|.]+[^\\\\/:*?\"<>|]*$", + "type": "string" + }, + "Size": { + "enum": [ + "Large", + "Small" + ], + "type": "string" + }, + "VpcSettings": { + "$ref": "#/definitions/VpcSettings" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Alias", + "/properties/DnsIpAddresses" + ], + "required": [ + "VpcSettings", + "Size", + "Name", + "Password" + ], + "typeName": "AWS::DirectoryService::SimpleAD" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-docdb-dbclusterparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-docdb-dbclusterparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..53704a93eb03284dbbdac5346e4df47a96d147e1 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-docdb-dbclusterparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::DocDB::DBClusterParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-clientvpnauthorizationrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-clientvpnauthorizationrule.json new file mode 100644 index 0000000000000000000000000000000000000000..a47ceaa39c917efcc3f56632ad5eb497237b9c63 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-clientvpnauthorizationrule.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ClientVpnEndpointId", + "/properties/AccessGroupId", + "/properties/TargetNetworkCidr", + "/properties/AuthorizeAllGroups", + "/properties/Description" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AccessGroupId": { + "type": "string" + }, + "AuthorizeAllGroups": { + "type": "boolean" + }, + "ClientVpnEndpointId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "TargetNetworkCidr": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ClientVpnEndpointId", + "TargetNetworkCidr" + ], + "typeName": "AWS::EC2::ClientVpnAuthorizationRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-host.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-host.json new file mode 100644 index 0000000000000000000000000000000000000000..3f8a8acd6266e15a5ded5027972d6798c5743801 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-host.json @@ -0,0 +1,39 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/InstanceType", + "/properties/AvailabilityZone" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AutoPlacement": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "HostRecovery": { + "enum": [ + "off", + "on" + ], + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstanceType": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "AvailabilityZone", + "InstanceType" + ], + "typeName": "AWS::EC2::Host" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-launchtemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-launchtemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..0710635e300d0ff652ccaf2e20453c8588966904 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-launchtemplate.json @@ -0,0 +1,2086 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/LaunchTemplateName" + ], + "definitions": { + "AcceleratorCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "AcceleratorTotalMemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BaselineEbsBandwidthMbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/Ebs" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "CapacityReservationSpecification": { + "additionalProperties": false, + "properties": { + "CapacityReservationPreference": { + "enum": [ + "none", + "open" + ], + "type": "string" + }, + "CapacityReservationTarget": { + "$ref": "#/definitions/CapacityReservationTarget" + } + }, + "type": "object" + }, + "CapacityReservationTarget": { + "additionalProperties": false, + "properties": { + "CapacityReservationId": { + "type": "string" + }, + "CapacityReservationResourceGroupArn": { + "type": "string" + } + }, + "type": "object" + }, + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "CpuOptions": { + "additionalProperties": false, + "properties": { + "AmdSevSnp": { + "enum": [ + "enabled", + "disabled" + ], + "type": "string" + }, + "CoreCount": { + "type": "integer" + }, + "ThreadsPerCore": { + "type": "integer" + } + }, + "type": "object" + }, + "CreditSpecification": { + "additionalProperties": false, + "properties": { + "CpuCredits": { + "type": "string" + } + }, + "type": "object" + }, + "Ebs": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "KmsKeyId": { + "type": "string" + }, + "SnapshotId": { + "type": "string" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "ElasticGpuSpecification": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "EnaSrdSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdEnabled": { + "type": "boolean" + }, + "EnaSrdUdpSpecification": { + "$ref": "#/definitions/EnaSrdUdpSpecification" + } + }, + "type": "object" + }, + "EnaSrdUdpSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdUdpEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnclaveOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "HibernationOptions": { + "additionalProperties": false, + "properties": { + "Configured": { + "type": "boolean" + } + }, + "type": "object" + }, + "IamInstanceProfile": { + "additionalProperties": false, + "properties": { + "Arn": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "type": "object" + }, + "InstanceMarketOptions": { + "additionalProperties": false, + "properties": { + "MarketType": { + "enum": [ + "capacity-block", + "spot" + ], + "type": "string" + }, + "SpotOptions": { + "$ref": "#/definitions/SpotOptions" + } + }, + "type": "object" + }, + "InstanceRequirements": { + "additionalProperties": false, + "properties": { + "AcceleratorCount": { + "$ref": "#/definitions/AcceleratorCount" + }, + "AcceleratorManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "habana", + "nvidia", + "xilinx" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorNames": { + "items": { + "enum": [ + "a100", + "a10g", + "h100", + "inferentia", + "k520", + "k80", + "m60", + "radeon-pro-v520", + "t4", + "t4g", + "v100", + "vu9p" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorTotalMemoryMiB": { + "$ref": "#/definitions/AcceleratorTotalMemoryMiB" + }, + "AcceleratorTypes": { + "items": { + "enum": [ + "fpga", + "gpu", + "inference" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AllowedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "BareMetal": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "BaselineEbsBandwidthMbps": { + "$ref": "#/definitions/BaselineEbsBandwidthMbps" + }, + "BurstablePerformance": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "CpuManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "intel" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "ExcludedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InstanceGenerations": { + "items": { + "enum": [ + "current", + "previous" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "LocalStorage": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "LocalStorageTypes": { + "items": { + "enum": [ + "hdd", + "ssd" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": { + "type": "integer" + }, + "MemoryGiBPerVCpu": { + "$ref": "#/definitions/MemoryGiBPerVCpu" + }, + "MemoryMiB": { + "$ref": "#/definitions/MemoryMiB" + }, + "NetworkBandwidthGbps": { + "$ref": "#/definitions/NetworkBandwidthGbps" + }, + "NetworkInterfaceCount": { + "$ref": "#/definitions/NetworkInterfaceCount" + }, + "OnDemandMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "RequireHibernateSupport": { + "type": "boolean" + }, + "SpotMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "TotalLocalStorageGB": { + "$ref": "#/definitions/TotalLocalStorageGB" + }, + "VCpuCount": { + "$ref": "#/definitions/VCpuCount" + } + }, + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6Add": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateData": { + "additionalProperties": false, + "properties": { + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": false + }, + "CapacityReservationSpecification": { + "$ref": "#/definitions/CapacityReservationSpecification" + }, + "CpuOptions": { + "$ref": "#/definitions/CpuOptions" + }, + "CreditSpecification": { + "$ref": "#/definitions/CreditSpecification" + }, + "DisableApiStop": { + "type": "boolean" + }, + "DisableApiTermination": { + "type": "boolean" + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticGpuSpecifications": { + "items": { + "$ref": "#/definitions/ElasticGpuSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "ElasticInferenceAccelerators": { + "items": { + "$ref": "#/definitions/LaunchTemplateElasticInferenceAccelerator" + }, + "type": "array", + "uniqueItems": false + }, + "EnclaveOptions": { + "$ref": "#/definitions/EnclaveOptions" + }, + "HibernationOptions": { + "$ref": "#/definitions/HibernationOptions" + }, + "IamInstanceProfile": { + "$ref": "#/definitions/IamInstanceProfile" + }, + "ImageId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "InstanceInitiatedShutdownBehavior": { + "enum": [ + "stop", + "terminate" + ], + "type": "string" + }, + "InstanceMarketOptions": { + "$ref": "#/definitions/InstanceMarketOptions" + }, + "InstanceRequirements": { + "$ref": "#/definitions/InstanceRequirements" + }, + "InstanceType": { + "enum": [ + "a1.2xlarge", + "a1.4xlarge", + "a1.large", + "a1.medium", + "a1.metal", + "a1.xlarge", + "c1.medium", + "c1.xlarge", + "c3.2xlarge", + "c3.4xlarge", + "c3.8xlarge", + "c3.large", + "c3.xlarge", + "c4.2xlarge", + "c4.4xlarge", + "c4.8xlarge", + "c4.large", + "c4.xlarge", + "c5.12xlarge", + "c5.18xlarge", + "c5.24xlarge", + "c5.2xlarge", + "c5.4xlarge", + "c5.9xlarge", + "c5.large", + "c5.metal", + "c5.xlarge", + "c5a.12xlarge", + "c5a.16xlarge", + "c5a.24xlarge", + "c5a.2xlarge", + "c5a.4xlarge", + "c5a.8xlarge", + "c5a.large", + "c5a.xlarge", + "c5ad.12xlarge", + "c5ad.16xlarge", + "c5ad.24xlarge", + "c5ad.2xlarge", + "c5ad.4xlarge", + "c5ad.8xlarge", + "c5ad.large", + "c5ad.xlarge", + "c5d.12xlarge", + "c5d.18xlarge", + "c5d.24xlarge", + "c5d.2xlarge", + "c5d.4xlarge", + "c5d.9xlarge", + "c5d.large", + "c5d.metal", + "c5d.xlarge", + "c5n.18xlarge", + "c5n.2xlarge", + "c5n.4xlarge", + "c5n.9xlarge", + "c5n.large", + "c5n.metal", + "c5n.xlarge", + "c6a.12xlarge", + "c6a.16xlarge", + "c6a.24xlarge", + "c6a.2xlarge", + "c6a.32xlarge", + "c6a.48xlarge", + "c6a.4xlarge", + "c6a.8xlarge", + "c6a.large", + "c6a.metal", + "c6a.xlarge", + "c6g.12xlarge", + "c6g.16xlarge", + "c6g.2xlarge", + "c6g.4xlarge", + "c6g.8xlarge", + "c6g.large", + "c6g.medium", + "c6g.metal", + "c6g.xlarge", + "c6gd.12xlarge", + "c6gd.16xlarge", + "c6gd.2xlarge", + "c6gd.4xlarge", + "c6gd.8xlarge", + "c6gd.large", + "c6gd.medium", + "c6gd.metal", + "c6gd.xlarge", + "c6gn.12xlarge", + "c6gn.16xlarge", + "c6gn.2xlarge", + "c6gn.4xlarge", + "c6gn.8xlarge", + "c6gn.large", + "c6gn.medium", + "c6gn.xlarge", + "c6i.12xlarge", + "c6i.16xlarge", + "c6i.24xlarge", + "c6i.2xlarge", + "c6i.32xlarge", + "c6i.4xlarge", + "c6i.8xlarge", + "c6i.large", + "c6i.metal", + "c6i.xlarge", + "c6id.12xlarge", + "c6id.16xlarge", + "c6id.24xlarge", + "c6id.2xlarge", + "c6id.32xlarge", + "c6id.4xlarge", + "c6id.8xlarge", + "c6id.large", + "c6id.metal", + "c6id.xlarge", + "c6in.12xlarge", + "c6in.16xlarge", + "c6in.24xlarge", + "c6in.2xlarge", + "c6in.32xlarge", + "c6in.4xlarge", + "c6in.8xlarge", + "c6in.large", + "c6in.metal", + "c6in.xlarge", + "c7a.12xlarge", + "c7a.16xlarge", + "c7a.24xlarge", + "c7a.2xlarge", + "c7a.32xlarge", + "c7a.48xlarge", + "c7a.4xlarge", + "c7a.8xlarge", + "c7a.large", + "c7a.medium", + "c7a.metal-48xl", + "c7a.xlarge", + "c7g.12xlarge", + "c7g.16xlarge", + "c7g.2xlarge", + "c7g.4xlarge", + "c7g.8xlarge", + "c7g.large", + "c7g.medium", + "c7g.metal", + "c7g.xlarge", + "c7gd.12xlarge", + "c7gd.16xlarge", + "c7gd.2xlarge", + "c7gd.4xlarge", + "c7gd.8xlarge", + "c7gd.large", + "c7gd.medium", + "c7gd.metal", + "c7gd.xlarge", + "c7gn.12xlarge", + "c7gn.16xlarge", + "c7gn.2xlarge", + "c7gn.4xlarge", + "c7gn.8xlarge", + "c7gn.large", + "c7gn.medium", + "c7gn.metal", + "c7gn.xlarge", + "c7i-flex.2xlarge", + "c7i-flex.4xlarge", + "c7i-flex.8xlarge", + "c7i-flex.large", + "c7i-flex.xlarge", + "c7i.12xlarge", + "c7i.16xlarge", + "c7i.24xlarge", + "c7i.2xlarge", + "c7i.48xlarge", + "c7i.4xlarge", + "c7i.8xlarge", + "c7i.large", + "c7i.metal-24xl", + "c7i.metal-48xl", + "c7i.xlarge", + "c8g.12xlarge", + "c8g.16xlarge", + "c8g.24xlarge", + "c8g.2xlarge", + "c8g.48xlarge", + "c8g.4xlarge", + "c8g.8xlarge", + "c8g.large", + "c8g.medium", + "c8g.metal-24xl", + "c8g.metal-48xl", + "c8g.xlarge", + "cc1.4xlarge", + "cc2.8xlarge", + "cg1.4xlarge", + "cr1.8xlarge", + "d2.2xlarge", + "d2.4xlarge", + "d2.8xlarge", + "d2.xlarge", + "d3.2xlarge", + "d3.4xlarge", + "d3.8xlarge", + "d3.xlarge", + "d3en.12xlarge", + "d3en.2xlarge", + "d3en.4xlarge", + "d3en.6xlarge", + "d3en.8xlarge", + "d3en.xlarge", + "dl1.24xlarge", + "dl2q.24xlarge", + "f1.16xlarge", + "f1.2xlarge", + "f1.4xlarge", + "g2.2xlarge", + "g2.8xlarge", + "g3.16xlarge", + "g3.4xlarge", + "g3.8xlarge", + "g3s.xlarge", + "g4ad.16xlarge", + "g4ad.2xlarge", + "g4ad.4xlarge", + "g4ad.8xlarge", + "g4ad.xlarge", + "g4dn.12xlarge", + "g4dn.16xlarge", + "g4dn.2xlarge", + "g4dn.4xlarge", + "g4dn.8xlarge", + "g4dn.metal", + "g4dn.xlarge", + "g5.12xlarge", + "g5.16xlarge", + "g5.24xlarge", + "g5.2xlarge", + "g5.48xlarge", + "g5.4xlarge", + "g5.8xlarge", + "g5.xlarge", + "g5g.16xlarge", + "g5g.2xlarge", + "g5g.4xlarge", + "g5g.8xlarge", + "g5g.metal", + "g5g.xlarge", + "g6.12xlarge", + "g6.16xlarge", + "g6.24xlarge", + "g6.2xlarge", + "g6.48xlarge", + "g6.4xlarge", + "g6.8xlarge", + "g6.xlarge", + "g6e.12xlarge", + "g6e.16xlarge", + "g6e.24xlarge", + "g6e.2xlarge", + "g6e.48xlarge", + "g6e.4xlarge", + "g6e.8xlarge", + "g6e.xlarge", + "gr6.4xlarge", + "gr6.8xlarge", + "h1.16xlarge", + "h1.2xlarge", + "h1.4xlarge", + "h1.8xlarge", + "hi1.4xlarge", + "hpc6a.48xlarge", + "hpc6id.32xlarge", + "hpc7a.12xlarge", + "hpc7a.24xlarge", + "hpc7a.48xlarge", + "hpc7a.96xlarge", + "hpc7g.16xlarge", + "hpc7g.4xlarge", + "hpc7g.8xlarge", + "hs1.8xlarge", + "i2.2xlarge", + "i2.4xlarge", + "i2.8xlarge", + "i2.xlarge", + "i3.16xlarge", + "i3.2xlarge", + "i3.4xlarge", + "i3.8xlarge", + "i3.large", + "i3.metal", + "i3.xlarge", + "i3en.12xlarge", + "i3en.24xlarge", + "i3en.2xlarge", + "i3en.3xlarge", + "i3en.6xlarge", + "i3en.large", + "i3en.metal", + "i3en.xlarge", + "i4g.16xlarge", + "i4g.2xlarge", + "i4g.4xlarge", + "i4g.8xlarge", + "i4g.large", + "i4g.xlarge", + "i4i.12xlarge", + "i4i.16xlarge", + "i4i.24xlarge", + "i4i.2xlarge", + "i4i.32xlarge", + "i4i.4xlarge", + "i4i.8xlarge", + "i4i.large", + "i4i.metal", + "i4i.xlarge", + "im4gn.16xlarge", + "im4gn.2xlarge", + "im4gn.4xlarge", + "im4gn.8xlarge", + "im4gn.large", + "im4gn.xlarge", + "inf1.24xlarge", + "inf1.2xlarge", + "inf1.6xlarge", + "inf1.xlarge", + "inf2.24xlarge", + "inf2.48xlarge", + "inf2.8xlarge", + "inf2.xlarge", + "is4gen.2xlarge", + "is4gen.4xlarge", + "is4gen.8xlarge", + "is4gen.large", + "is4gen.medium", + "is4gen.xlarge", + "m1.large", + "m1.medium", + "m1.small", + "m1.xlarge", + "m2.2xlarge", + "m2.4xlarge", + "m2.xlarge", + "m3.2xlarge", + "m3.large", + "m3.medium", + "m3.xlarge", + "m4.10xlarge", + "m4.16xlarge", + "m4.2xlarge", + "m4.4xlarge", + "m4.large", + "m4.xlarge", + "m5.12xlarge", + "m5.16xlarge", + "m5.24xlarge", + "m5.2xlarge", + "m5.4xlarge", + "m5.8xlarge", + "m5.large", + "m5.metal", + "m5.xlarge", + "m5a.12xlarge", + "m5a.16xlarge", + "m5a.24xlarge", + "m5a.2xlarge", + "m5a.4xlarge", + "m5a.8xlarge", + "m5a.large", + "m5a.xlarge", + "m5ad.12xlarge", + "m5ad.16xlarge", + "m5ad.24xlarge", + "m5ad.2xlarge", + "m5ad.4xlarge", + "m5ad.8xlarge", + "m5ad.large", + "m5ad.xlarge", + "m5d.12xlarge", + "m5d.16xlarge", + "m5d.24xlarge", + "m5d.2xlarge", + "m5d.4xlarge", + "m5d.8xlarge", + "m5d.large", + "m5d.metal", + "m5d.xlarge", + "m5dn.12xlarge", + "m5dn.16xlarge", + "m5dn.24xlarge", + "m5dn.2xlarge", + "m5dn.4xlarge", + "m5dn.8xlarge", + "m5dn.large", + "m5dn.metal", + "m5dn.xlarge", + "m5n.12xlarge", + "m5n.16xlarge", + "m5n.24xlarge", + "m5n.2xlarge", + "m5n.4xlarge", + "m5n.8xlarge", + "m5n.large", + "m5n.metal", + "m5n.xlarge", + "m5zn.12xlarge", + "m5zn.2xlarge", + "m5zn.3xlarge", + "m5zn.6xlarge", + "m5zn.large", + "m5zn.metal", + "m5zn.xlarge", + "m6a.12xlarge", + "m6a.16xlarge", + "m6a.24xlarge", + "m6a.2xlarge", + "m6a.32xlarge", + "m6a.48xlarge", + "m6a.4xlarge", + "m6a.8xlarge", + "m6a.large", + "m6a.metal", + "m6a.xlarge", + "m6g.12xlarge", + "m6g.16xlarge", + "m6g.2xlarge", + "m6g.4xlarge", + "m6g.8xlarge", + "m6g.large", + "m6g.medium", + "m6g.metal", + "m6g.xlarge", + "m6gd.12xlarge", + "m6gd.16xlarge", + "m6gd.2xlarge", + "m6gd.4xlarge", + "m6gd.8xlarge", + "m6gd.large", + "m6gd.medium", + "m6gd.metal", + "m6gd.xlarge", + "m6i.12xlarge", + "m6i.16xlarge", + "m6i.24xlarge", + "m6i.2xlarge", + "m6i.32xlarge", + "m6i.4xlarge", + "m6i.8xlarge", + "m6i.large", + "m6i.metal", + "m6i.xlarge", + "m6id.12xlarge", + "m6id.16xlarge", + "m6id.24xlarge", + "m6id.2xlarge", + "m6id.32xlarge", + "m6id.4xlarge", + "m6id.8xlarge", + "m6id.large", + "m6id.metal", + "m6id.xlarge", + "m6idn.12xlarge", + "m6idn.16xlarge", + "m6idn.24xlarge", + "m6idn.2xlarge", + "m6idn.32xlarge", + "m6idn.4xlarge", + "m6idn.8xlarge", + "m6idn.large", + "m6idn.metal", + "m6idn.xlarge", + "m6in.12xlarge", + "m6in.16xlarge", + "m6in.24xlarge", + "m6in.2xlarge", + "m6in.32xlarge", + "m6in.4xlarge", + "m6in.8xlarge", + "m6in.large", + "m6in.metal", + "m6in.xlarge", + "m7a.12xlarge", + "m7a.16xlarge", + "m7a.24xlarge", + "m7a.2xlarge", + "m7a.32xlarge", + "m7a.48xlarge", + "m7a.4xlarge", + "m7a.8xlarge", + "m7a.large", + "m7a.medium", + "m7a.metal-48xl", + "m7a.xlarge", + "m7g.12xlarge", + "m7g.16xlarge", + "m7g.2xlarge", + "m7g.4xlarge", + "m7g.8xlarge", + "m7g.large", + "m7g.medium", + "m7g.metal", + "m7g.xlarge", + "m7gd.12xlarge", + "m7gd.16xlarge", + "m7gd.2xlarge", + "m7gd.4xlarge", + "m7gd.8xlarge", + "m7gd.large", + "m7gd.medium", + "m7gd.metal", + "m7gd.xlarge", + "m7i-flex.2xlarge", + "m7i-flex.4xlarge", + "m7i-flex.8xlarge", + "m7i-flex.large", + "m7i-flex.xlarge", + "m7i.12xlarge", + "m7i.16xlarge", + "m7i.24xlarge", + "m7i.2xlarge", + "m7i.48xlarge", + "m7i.4xlarge", + "m7i.8xlarge", + "m7i.large", + "m7i.metal-24xl", + "m7i.metal-48xl", + "m7i.xlarge", + "m8g.12xlarge", + "m8g.16xlarge", + "m8g.24xlarge", + "m8g.2xlarge", + "m8g.48xlarge", + "m8g.4xlarge", + "m8g.8xlarge", + "m8g.large", + "m8g.medium", + "m8g.metal-24xl", + "m8g.metal-48xl", + "m8g.xlarge", + "mac1.metal", + "mac2-m1ultra.metal", + "mac2-m2.metal", + "mac2-m2pro.metal", + "mac2.metal", + "p2.16xlarge", + "p2.8xlarge", + "p2.xlarge", + "p3.16xlarge", + "p3.2xlarge", + "p3.8xlarge", + "p3dn.24xlarge", + "p4d.24xlarge", + "p4de.24xlarge", + "p5.48xlarge", + "r3.2xlarge", + "r3.4xlarge", + "r3.8xlarge", + "r3.large", + "r3.xlarge", + "r4.16xlarge", + "r4.2xlarge", + "r4.4xlarge", + "r4.8xlarge", + "r4.large", + "r4.xlarge", + "r5.12xlarge", + "r5.16xlarge", + "r5.24xlarge", + "r5.2xlarge", + "r5.4xlarge", + "r5.8xlarge", + "r5.large", + "r5.metal", + "r5.xlarge", + "r5a.12xlarge", + "r5a.16xlarge", + "r5a.24xlarge", + "r5a.2xlarge", + "r5a.4xlarge", + "r5a.8xlarge", + "r5a.large", + "r5a.xlarge", + "r5ad.12xlarge", + "r5ad.16xlarge", + "r5ad.24xlarge", + "r5ad.2xlarge", + "r5ad.4xlarge", + "r5ad.8xlarge", + "r5ad.large", + "r5ad.xlarge", + "r5b.12xlarge", + "r5b.16xlarge", + "r5b.24xlarge", + "r5b.2xlarge", + "r5b.4xlarge", + "r5b.8xlarge", + "r5b.large", + "r5b.metal", + "r5b.xlarge", + "r5d.12xlarge", + "r5d.16xlarge", + "r5d.24xlarge", + "r5d.2xlarge", + "r5d.4xlarge", + "r5d.8xlarge", + "r5d.large", + "r5d.metal", + "r5d.xlarge", + "r5dn.12xlarge", + "r5dn.16xlarge", + "r5dn.24xlarge", + "r5dn.2xlarge", + "r5dn.4xlarge", + "r5dn.8xlarge", + "r5dn.large", + "r5dn.metal", + "r5dn.xlarge", + "r5n.12xlarge", + "r5n.16xlarge", + "r5n.24xlarge", + "r5n.2xlarge", + "r5n.4xlarge", + "r5n.8xlarge", + "r5n.large", + "r5n.metal", + "r5n.xlarge", + "r6a.12xlarge", + "r6a.16xlarge", + "r6a.24xlarge", + "r6a.2xlarge", + "r6a.32xlarge", + "r6a.48xlarge", + "r6a.4xlarge", + "r6a.8xlarge", + "r6a.large", + "r6a.metal", + "r6a.xlarge", + "r6g.12xlarge", + "r6g.16xlarge", + "r6g.2xlarge", + "r6g.4xlarge", + "r6g.8xlarge", + "r6g.large", + "r6g.medium", + "r6g.metal", + "r6g.xlarge", + "r6gd.12xlarge", + "r6gd.16xlarge", + "r6gd.2xlarge", + "r6gd.4xlarge", + "r6gd.8xlarge", + "r6gd.large", + "r6gd.medium", + "r6gd.metal", + "r6gd.xlarge", + "r6i.12xlarge", + "r6i.16xlarge", + "r6i.24xlarge", + "r6i.2xlarge", + "r6i.32xlarge", + "r6i.4xlarge", + "r6i.8xlarge", + "r6i.large", + "r6i.metal", + "r6i.xlarge", + "r6id.12xlarge", + "r6id.16xlarge", + "r6id.24xlarge", + "r6id.2xlarge", + "r6id.32xlarge", + "r6id.4xlarge", + "r6id.8xlarge", + "r6id.large", + "r6id.metal", + "r6id.xlarge", + "r6idn.12xlarge", + "r6idn.16xlarge", + "r6idn.24xlarge", + "r6idn.2xlarge", + "r6idn.32xlarge", + "r6idn.4xlarge", + "r6idn.8xlarge", + "r6idn.large", + "r6idn.metal", + "r6idn.xlarge", + "r6in.12xlarge", + "r6in.16xlarge", + "r6in.24xlarge", + "r6in.2xlarge", + "r6in.32xlarge", + "r6in.4xlarge", + "r6in.8xlarge", + "r6in.large", + "r6in.metal", + "r6in.xlarge", + "r7a.12xlarge", + "r7a.16xlarge", + "r7a.24xlarge", + "r7a.2xlarge", + "r7a.32xlarge", + "r7a.48xlarge", + "r7a.4xlarge", + "r7a.8xlarge", + "r7a.large", + "r7a.medium", + "r7a.metal-48xl", + "r7a.xlarge", + "r7g.12xlarge", + "r7g.16xlarge", + "r7g.2xlarge", + "r7g.4xlarge", + "r7g.8xlarge", + "r7g.large", + "r7g.medium", + "r7g.metal", + "r7g.xlarge", + "r7gd.12xlarge", + "r7gd.16xlarge", + "r7gd.2xlarge", + "r7gd.4xlarge", + "r7gd.8xlarge", + "r7gd.large", + "r7gd.medium", + "r7gd.metal", + "r7gd.xlarge", + "r7i.12xlarge", + "r7i.16xlarge", + "r7i.24xlarge", + "r7i.2xlarge", + "r7i.48xlarge", + "r7i.4xlarge", + "r7i.8xlarge", + "r7i.large", + "r7i.metal-24xl", + "r7i.metal-48xl", + "r7i.xlarge", + "r7iz.12xlarge", + "r7iz.16xlarge", + "r7iz.2xlarge", + "r7iz.32xlarge", + "r7iz.4xlarge", + "r7iz.8xlarge", + "r7iz.large", + "r7iz.metal-16xl", + "r7iz.metal-32xl", + "r7iz.xlarge", + "r8g.12xlarge", + "r8g.16xlarge", + "r8g.24xlarge", + "r8g.2xlarge", + "r8g.48xlarge", + "r8g.4xlarge", + "r8g.8xlarge", + "r8g.large", + "r8g.medium", + "r8g.metal-24xl", + "r8g.metal-48xl", + "r8g.xlarge", + "t1.micro", + "t2.2xlarge", + "t2.large", + "t2.medium", + "t2.micro", + "t2.nano", + "t2.small", + "t2.xlarge", + "t3.2xlarge", + "t3.large", + "t3.medium", + "t3.micro", + "t3.nano", + "t3.small", + "t3.xlarge", + "t3a.2xlarge", + "t3a.large", + "t3a.medium", + "t3a.micro", + "t3a.nano", + "t3a.small", + "t3a.xlarge", + "t4g.2xlarge", + "t4g.large", + "t4g.medium", + "t4g.micro", + "t4g.nano", + "t4g.small", + "t4g.xlarge", + "trn1.2xlarge", + "trn1.32xlarge", + "trn1n.32xlarge", + "u-12tb1.112xlarge", + "u-12tb1.metal", + "u-18tb1.112xlarge", + "u-18tb1.metal", + "u-24tb1.112xlarge", + "u-24tb1.metal", + "u-3tb1.56xlarge", + "u-6tb1.112xlarge", + "u-6tb1.56xlarge", + "u-6tb1.metal", + "u-9tb1.112xlarge", + "u-9tb1.metal", + "u7i-12tb.224xlarge", + "u7ib-12tb.224xlarge", + "u7in-16tb.224xlarge", + "u7in-24tb.224xlarge", + "u7in-32tb.224xlarge", + "vt1.24xlarge", + "vt1.3xlarge", + "vt1.6xlarge", + "x1.16xlarge", + "x1.32xlarge", + "x1e.16xlarge", + "x1e.2xlarge", + "x1e.32xlarge", + "x1e.4xlarge", + "x1e.8xlarge", + "x1e.xlarge", + "x2gd.12xlarge", + "x2gd.16xlarge", + "x2gd.2xlarge", + "x2gd.4xlarge", + "x2gd.8xlarge", + "x2gd.large", + "x2gd.medium", + "x2gd.metal", + "x2gd.xlarge", + "x2idn.16xlarge", + "x2idn.24xlarge", + "x2idn.32xlarge", + "x2idn.metal", + "x2iedn.16xlarge", + "x2iedn.24xlarge", + "x2iedn.2xlarge", + "x2iedn.32xlarge", + "x2iedn.4xlarge", + "x2iedn.8xlarge", + "x2iedn.metal", + "x2iedn.xlarge", + "x2iezn.12xlarge", + "x2iezn.2xlarge", + "x2iezn.4xlarge", + "x2iezn.6xlarge", + "x2iezn.8xlarge", + "x2iezn.metal", + "x8g.12xlarge", + "x8g.16xlarge", + "x8g.24xlarge", + "x8g.2xlarge", + "x8g.48xlarge", + "x8g.4xlarge", + "x8g.8xlarge", + "x8g.large", + "x8g.medium", + "x8g.metal-24xl", + "x8g.metal-48xl", + "x8g.xlarge", + "z1d.12xlarge", + "z1d.2xlarge", + "z1d.3xlarge", + "z1d.6xlarge", + "z1d.large", + "z1d.metal", + "z1d.xlarge" + ], + "type": "string" + }, + "KernelId": { + "type": "string" + }, + "KeyName": { + "type": "string" + }, + "LicenseSpecifications": { + "items": { + "$ref": "#/definitions/LicenseSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "MaintenanceOptions": { + "$ref": "#/definitions/MaintenanceOptions" + }, + "MetadataOptions": { + "$ref": "#/definitions/MetadataOptions" + }, + "Monitoring": { + "$ref": "#/definitions/Monitoring" + }, + "NetworkInterfaces": { + "items": { + "$ref": "#/definitions/NetworkInterface" + }, + "type": "array", + "uniqueItems": false + }, + "Placement": { + "$ref": "#/definitions/Placement" + }, + "PrivateDnsNameOptions": { + "$ref": "#/definitions/PrivateDnsNameOptions" + }, + "RamDiskId": { + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/TagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "UserData": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateElasticInferenceAccelerator": { + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + }, + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateTagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "LicenseSpecification": { + "additionalProperties": false, + "properties": { + "LicenseConfigurationArn": { + "type": "string" + } + }, + "type": "object" + }, + "MaintenanceOptions": { + "additionalProperties": false, + "properties": { + "AutoRecovery": { + "enum": [ + "default", + "disabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "MemoryGiBPerVCpu": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "MemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "MetadataOptions": { + "additionalProperties": false, + "properties": { + "HttpEndpoint": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpProtocolIpv6": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpPutResponseHopLimit": { + "type": "integer" + }, + "HttpTokens": { + "enum": [ + "optional", + "required" + ], + "type": "string" + }, + "InstanceMetadataTags": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "Monitoring": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "NetworkBandwidthGbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "NetworkInterface": { + "additionalProperties": false, + "dependentExcluded": { + "AssociateCarrierIpAddress": [ + "NetworkInterfaceId" + ], + "AssociatePublicIpAddress": [ + "NetworkInterfaceId" + ], + "NetworkInterfaceId": [ + "AssociateCarrierIpAddress", + "AssociatePublicIpAddress" + ] + }, + "properties": { + "AssociateCarrierIpAddress": { + "type": "boolean" + }, + "AssociatePublicIpAddress": { + "type": "boolean" + }, + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "DeleteOnTermination": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "DeviceIndex": { + "type": "integer" + }, + "EnaSrdSpecification": { + "$ref": "#/definitions/EnaSrdSpecification" + }, + "Groups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InterfaceType": { + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "items": { + "$ref": "#/definitions/Ipv6Add" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "NetworkCardIndex": { + "type": "integer" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PrimaryIpv6": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "items": { + "$ref": "#/definitions/PrivateIpAdd" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "type": "object" + }, + "NetworkInterfaceCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "Placement": { + "additionalProperties": false, + "properties": { + "Affinity": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "GroupId": { + "type": "string" + }, + "GroupName": { + "type": "string" + }, + "HostId": { + "type": "string" + }, + "HostResourceGroupArn": { + "type": "string" + }, + "PartitionNumber": { + "type": "integer" + }, + "SpreadDomain": { + "type": "string" + }, + "Tenancy": { + "enum": [ + "dedicated", + "default", + "host" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateDnsNameOptions": { + "additionalProperties": false, + "properties": { + "EnableResourceNameDnsAAAARecord": { + "type": "boolean" + }, + "EnableResourceNameDnsARecord": { + "type": "boolean" + }, + "HostnameType": { + "enum": [ + "ip-name", + "resource-name" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateIpAdd": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "type": "object" + }, + "SpotOptions": { + "additionalProperties": false, + "properties": { + "BlockDurationMinutes": { + "type": "integer" + }, + "InstanceInterruptionBehavior": { + "enum": [ + "hibernate", + "stop", + "terminate" + ], + "type": "string" + }, + "MaxPrice": { + "type": "string" + }, + "SpotInstanceType": { + "enum": [ + "one-time", + "persistent" + ], + "type": "string" + }, + "ValidUntil": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "TotalLocalStorageGB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "VCpuCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/LaunchTemplateId" + ], + "properties": { + "DefaultVersionNumber": { + "type": "string" + }, + "LatestVersionNumber": { + "type": "string" + }, + "LaunchTemplateData": { + "$ref": "#/definitions/LaunchTemplateData" + }, + "LaunchTemplateId": { + "type": "string" + }, + "LaunchTemplateName": { + "pattern": "[a-zA-Z0-9\\(\\)\\.\\-/_]+", + "type": "string" + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/LaunchTemplateTagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "VersionDescription": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/DefaultVersionNumber", + "/properties/LaunchTemplateId", + "/properties/LatestVersionNumber" + ], + "required": [ + "LaunchTemplateData" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::EC2::LaunchTemplate", + "writeOnlyProperties": [ + "/properties/LaunchTemplateData", + "/properties/VersionDescription", + "/properties/TagSpecifications" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-networkinterface.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-networkinterface.json new file mode 100644 index 0000000000000000000000000000000000000000..1e02b1430e77188f296bbccb9b0dfe18abf5570b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-networkinterface.json @@ -0,0 +1,234 @@ +{ + "$schema": "https://raw.githubusercontent.com/aws-cloudformation/cloudformation-resource-schema/master/src/main/resources/schema/provider.definition.schema.v1.json", + "additionalProperties": false, + "conditionalCreateOnlyProperties": [ + "/properties/PrivateIpAddresses", + "/properties/EnablePrimaryIpv6", + "/properties/ConnectionTrackingSpecification" + ], + "createOnlyProperties": [ + "/properties/PrivateIpAddress", + "/properties/InterfaceType", + "/properties/SubnetId" + ], + "definitions": { + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "InstanceIpv6Address": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "required": [ + "Ipv6Address" + ], + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv4Prefix" + ], + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv6Prefix" + ], + "type": "object" + }, + "PrivateIpAddressSpecification": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "required": [ + "PrivateIpAddress", + "Primary" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "dependentExcluded": { + "Ipv6AddressCount": [ + "Ipv6Addresses" + ], + "Ipv6Addresses": [ + "Ipv6AddressCount" + ] + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "Description": { + "type": "string" + }, + "EnablePrimaryIpv6": { + "type": "boolean" + }, + "GroupSet": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "InterfaceType": { + "enum": [ + "branch", + "efa", + "efa-only", + "trunk" + ], + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/InstanceIpv6Address" + }, + "type": "array", + "uniqueItems": true + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "PrimaryIpv6Address": { + "type": "string" + }, + "PrimaryPrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/PrivateIpAddressSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SecondaryPrivateIpAddresses": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SourceDestCheck": { + "type": "boolean" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/SecondaryPrivateIpAddresses", + "/properties/PrimaryPrivateIpAddress", + "/properties/PrimaryIpv6Address", + "/properties/VpcId" + ], + "required": [ + "SubnetId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2/networkinterface", + "taggable": true, + "typeName": "AWS::EC2::NetworkInterface" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-networkinterfacepermission.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-networkinterfacepermission.json new file mode 100644 index 0000000000000000000000000000000000000000..786d5803840a00bb8eacfc9e821f99bff07b071b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-networkinterfacepermission.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AwsAccountId", + "/properties/Permission", + "/properties/NetworkInterfaceId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AwsAccountId": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "Permission": { + "enum": [ + "EIP-ASSOCIATE", + "INSTANCE-ATTACH" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "AwsAccountId", + "Permission", + "NetworkInterfaceId" + ], + "typeName": "AWS::EC2::NetworkInterfacePermission" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-trafficmirrorsession.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-trafficmirrorsession.json new file mode 100644 index 0000000000000000000000000000000000000000..bb62feb445048a7215db4e37b5f5b980da63770d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-trafficmirrorsession.json @@ -0,0 +1,70 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/NetworkInterfaceId" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PacketLength": { + "type": "integer" + }, + "SessionNumber": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TrafficMirrorFilterId": { + "type": "string" + }, + "TrafficMirrorTargetId": { + "type": "string" + }, + "VirtualNetworkId": { + "type": "integer" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "TrafficMirrorTargetId", + "SessionNumber", + "NetworkInterfaceId", + "TrafficMirrorFilterId" + ], + "typeName": "AWS::EC2::TrafficMirrorSession" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-vpngatewayroutepropagation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-vpngatewayroutepropagation.json new file mode 100644 index 0000000000000000000000000000000000000000..d9e1e910db90ecfff8b39474789d7f025af5117a --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-ec2-vpngatewayroutepropagation.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "RouteTableIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "VpnGatewayId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "RouteTableIds", + "VpnGatewayId" + ], + "typeName": "AWS::EC2::VPNGatewayRoutePropagation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-efs-filesystem.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-efs-filesystem.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0172cb4395d0a4b0522666400065f13385b978 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-efs-filesystem.json @@ -0,0 +1,228 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AvailabilityZoneName", + "/properties/Encrypted", + "/properties/KmsKeyId", + "/properties/PerformanceMode" + ], + "definitions": { + "Arn": { + "type": "string" + }, + "BackupPolicy": { + "additionalProperties": false, + "properties": { + "Status": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "required": [ + "Status" + ], + "type": "object" + }, + "ElasticFileSystemTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "FileSystemProtection": { + "additionalProperties": false, + "properties": { + "ReplicationOverwriteProtection": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "type": "object" + }, + "LifecyclePolicy": { + "additionalProperties": false, + "properties": { + "TransitionToArchive": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToIA": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToPrimaryStorageClass": { + "enum": [ + "AFTER_1_ACCESS" + ], + "type": "string" + } + }, + "type": "object" + }, + "ReplicationConfiguration": { + "additionalProperties": false, + "properties": { + "Destinations": { + "items": { + "$ref": "#/definitions/ReplicationDestination" + }, + "maxItems": 1, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ReplicationDestination": { + "additionalProperties": false, + "properties": { + "AvailabilityZoneName": { + "type": "string" + }, + "FileSystemId": { + "type": "string" + }, + "KmsKeyId": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FileSystemId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "AvailabilityZoneName": { + "pattern": ".+", + "type": "string" + }, + "BackupPolicy": { + "$ref": "#/definitions/BackupPolicy" + }, + "BypassPolicyLockoutSafetyCheck": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "FileSystemPolicy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "FileSystemProtection": { + "$ref": "#/definitions/FileSystemProtection" + }, + "FileSystemTags": { + "items": { + "$ref": "#/definitions/ElasticFileSystemTag" + }, + "type": "array", + "uniqueItems": true + }, + "KmsKeyId": { + "pattern": "^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|mrk-[0-9a-f]{32}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(key/mrk-[0-9a-f]{32})|(alias/[a-zA-Z0-9/_-]+))))$", + "type": "string" + }, + "LifecyclePolicies": { + "items": { + "$ref": "#/definitions/LifecyclePolicy" + }, + "type": "array", + "uniqueItems": true + }, + "PerformanceMode": { + "enum": [ + "generalPurpose", + "maxIO" + ], + "type": "string" + }, + "ProvisionedThroughputInMibps": { + "type": "number" + }, + "ReplicationConfiguration": { + "$ref": "#/definitions/ReplicationConfiguration" + }, + "ThroughputMode": { + "enum": [ + "bursting", + "elastic", + "provisioned" + ], + "type": "string" + } + }, + "propertyTransform": { + "/properties/FileSystemProtection/ReplicationOverwriteProtection": "$uppercase(FileSystemProtection.ReplicationOverwriteProtection)='DISABLED' ? 'REPLICATING' : $uppercase(FileSystemProtection.ReplicationOverwriteProtection)", + "/properties/KmsKeyId": "\"arn:aws[-a-z]*:kms:[a-z0-9-]+:[0-9]{12}:key/[a-zA-Z0-9-]+\"" + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/FileSystemTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::FileSystem", + "writeOnlyProperties": [ + "/properties/BypassPolicyLockoutSafetyCheck", + "/properties/ReplicationConfiguration/Destinations/*/AvailabilityZoneName", + "/properties/ReplicationConfiguration/Destinations/*/KmsKeyId" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-application.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-application.json new file mode 100644 index 0000000000000000000000000000000000000000..62f6308bae1eb011d29f379009cd15a397593b55 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-application.json @@ -0,0 +1,83 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "ApplicationResourceLifecycleConfig": { + "additionalProperties": false, + "properties": { + "ServiceRole": { + "type": "string" + }, + "VersionLifecycleConfig": { + "$ref": "#/definitions/ApplicationVersionLifecycleConfig" + } + }, + "type": "object" + }, + "ApplicationVersionLifecycleConfig": { + "additionalProperties": false, + "properties": { + "MaxAgeRule": { + "$ref": "#/definitions/MaxAgeRule" + }, + "MaxCountRule": { + "$ref": "#/definitions/MaxCountRule" + } + }, + "type": "object" + }, + "MaxAgeRule": { + "additionalProperties": false, + "properties": { + "DeleteSourceFromS3": { + "type": "boolean" + }, + "Enabled": { + "type": "boolean" + }, + "MaxAgeInDays": { + "type": "integer" + } + }, + "type": "object" + }, + "MaxCountRule": { + "additionalProperties": false, + "properties": { + "DeleteSourceFromS3": { + "type": "boolean" + }, + "Enabled": { + "type": "boolean" + }, + "MaxCount": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "ResourceLifecycleConfig": { + "$ref": "#/definitions/ApplicationResourceLifecycleConfig" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "typeName": "AWS::ElasticBeanstalk::Application" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-applicationversion.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-applicationversion.json new file mode 100644 index 0000000000000000000000000000000000000000..1ab162c052c66a407e3e3689ee9d91907ace47a0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-applicationversion.json @@ -0,0 +1,50 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName", + "/properties/SourceBundle" + ], + "definitions": { + "SourceBundle": { + "additionalProperties": false, + "properties": { + "S3Bucket": { + "type": "string" + }, + "S3Key": { + "type": "string" + } + }, + "required": [ + "S3Bucket", + "S3Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "SourceBundle": { + "$ref": "#/definitions/SourceBundle" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "SourceBundle" + ], + "typeName": "AWS::ElasticBeanstalk::ApplicationVersion" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-configurationtemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-configurationtemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..0ed98c7d780667f86c165cb7ab5e4c9550077d60 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-configurationtemplate.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PlatformArn", + "/properties/ApplicationName", + "/properties/SolutionStackName", + "/properties/EnvironmentId", + "/properties/SourceConfiguration" + ], + "definitions": { + "ConfigurationOptionSetting": { + "additionalProperties": false, + "properties": { + "Namespace": { + "type": "string" + }, + "OptionName": { + "type": "string" + }, + "ResourceName": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Namespace", + "OptionName" + ], + "type": "object" + }, + "SourceConfiguration": { + "additionalProperties": false, + "properties": { + "ApplicationName": { + "type": "string" + }, + "TemplateName": { + "type": "string" + } + }, + "required": [ + "ApplicationName", + "TemplateName" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "EnvironmentId": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "OptionSettings": { + "items": { + "$ref": "#/definitions/ConfigurationOptionSetting" + }, + "type": "array", + "uniqueItems": false + }, + "PlatformArn": { + "type": "string" + }, + "SolutionStackName": { + "type": "string" + }, + "SourceConfiguration": { + "$ref": "#/definitions/SourceConfiguration" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName" + ], + "typeName": "AWS::ElasticBeanstalk::ConfigurationTemplate" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-environment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-environment.json new file mode 100644 index 0000000000000000000000000000000000000000..a4cd15803bc7a4f97b83796d1ba316b9221b647f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticbeanstalk-environment.json @@ -0,0 +1,127 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CNAMEPrefix", + "/properties/EnvironmentName", + "/properties/ApplicationName", + "/properties/SolutionStackName" + ], + "definitions": { + "OptionSetting": { + "additionalProperties": false, + "properties": { + "Namespace": { + "type": "string" + }, + "OptionName": { + "type": "string" + }, + "ResourceName": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Namespace", + "OptionName" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "Tier": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "CNAMEPrefix": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "EndpointURL": { + "type": "string" + }, + "EnvironmentName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "OperationsRole": { + "type": "string" + }, + "OptionSettings": { + "items": { + "$ref": "#/definitions/OptionSetting" + }, + "type": "array", + "uniqueItems": false + }, + "PlatformArn": { + "type": "string" + }, + "SolutionStackName": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TemplateName": { + "type": "string" + }, + "Tier": { + "$ref": "#/definitions/Tier" + }, + "VersionLabel": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/EndpointURL" + ], + "required": [ + "ApplicationName" + ], + "typeName": "AWS::ElasticBeanstalk::Environment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticloadbalancingv2-loadbalancer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticloadbalancingv2-loadbalancer.json new file mode 100644 index 0000000000000000000000000000000000000000..671bb8c1c9d2f62d4ad85eeb001a6f416cd48ac0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-elasticloadbalancingv2-loadbalancer.json @@ -0,0 +1,176 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Type", + "/properties/Scheme" + ], + "definitions": { + "LoadBalancerAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "SubnetMapping": { + "additionalProperties": false, + "properties": { + "AllocationId": { + "type": "string" + }, + "IPv6Address": { + "type": "string" + }, + "PrivateIPv4Address": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "required": [ + "SubnetId" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html", + "primaryIdentifier": [ + "/properties/LoadBalancerArn" + ], + "properties": { + "CanonicalHostedZoneID": { + "type": "string" + }, + "DNSName": { + "type": "string" + }, + "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": { + "type": "string" + }, + "IpAddressType": { + "enum": [ + "dualstack", + "dualstack-without-public-ipv4", + "ipv4" + ], + "type": "string" + }, + "LoadBalancerArn": { + "type": "string" + }, + "LoadBalancerAttributes": { + "arrayType": "AttributeList", + "insertionOrder": false, + "items": { + "$ref": "#/definitions/LoadBalancerAttribute" + }, + "type": "array", + "uniqueItems": true + }, + "LoadBalancerFullName": { + "type": "string" + }, + "LoadBalancerName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Scheme": { + "enum": [ + "internal", + "internet-facing" + ], + "type": "string" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SubnetMappings": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SubnetMapping" + }, + "type": "array", + "uniqueItems": true + }, + "Subnets": { + "format": "AWS::EC2::Subnet.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "enum": [ + "application", + "network", + "gateway" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/LoadBalancerName", + "/properties/LoadBalancerFullName", + "/properties/CanonicalHostedZoneID", + "/properties/LoadBalancerArn", + "/properties/DNSName" + ], + "requiredXor": [ + "Subnets", + "SubnetMappings" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticloadbalancingv2", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ElasticLoadBalancingV2::LoadBalancer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-emrcontainers-virtualcluster.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-emrcontainers-virtualcluster.json new file mode 100644 index 0000000000000000000000000000000000000000..6cc8bb0dbeb4e2e1e26e90ef02c6866f7ee35dee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-emrcontainers-virtualcluster.json @@ -0,0 +1,125 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ContainerProvider", + "/properties/Name" + ], + "definitions": { + "ContainerInfo": { + "additionalProperties": false, + "properties": { + "EksInfo": { + "$ref": "#/definitions/EksInfo" + } + }, + "required": [ + "EksInfo" + ], + "type": "object" + }, + "ContainerProvider": { + "additionalProperties": false, + "properties": { + "Id": { + "maxLength": 100, + "minLength": 1, + "pattern": "^[0-9A-Za-z][A-Za-z0-9\\-_]*", + "type": "string" + }, + "Info": { + "$ref": "#/definitions/ContainerInfo" + }, + "Type": { + "enum": [ + "EKS" + ], + "type": "string" + } + }, + "required": [ + "Type", + "Id", + "Info" + ], + "type": "object" + }, + "EksInfo": { + "additionalProperties": false, + "properties": { + "Namespace": { + "maxLength": 63, + "minLength": 1, + "pattern": "[a-z0-9]([-a-z0-9]*[a-z0-9])?", + "type": "string" + } + }, + "required": [ + "Namespace" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "ContainerProvider": { + "$ref": "#/definitions/ContainerProvider" + }, + "Id": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "Name": { + "maxLength": 64, + "minLength": 1, + "pattern": "[\\.\\-_/#A-Za-z0-9]+", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/Id" + ], + "required": [ + "Name", + "ContainerProvider" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EMRContainers::VirtualCluster" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-gamelift-alias.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-gamelift-alias.json new file mode 100644 index 0000000000000000000000000000000000000000..c5a72a9671720d7234847fbdccc39fdc499f3391 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-gamelift-alias.json @@ -0,0 +1,48 @@ +{ + "additionalProperties": false, + "definitions": { + "RoutingStrategy": { + "additionalProperties": false, + "properties": { + "FleetId": { + "type": "string" + }, + "Message": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RoutingStrategy": { + "$ref": "#/definitions/RoutingStrategy" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "RoutingStrategy", + "Name" + ], + "typeName": "AWS::GameLift::Alias" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-gamelift-build.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-gamelift-build.json new file mode 100644 index 0000000000000000000000000000000000000000..fcdd28d89bfb0da8b1b8e0767cb6f6e6bd90d8ee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-gamelift-build.json @@ -0,0 +1,56 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StorageLocation", + "/properties/OperatingSystem" + ], + "definitions": { + "S3Location": { + "additionalProperties": false, + "properties": { + "Bucket": { + "type": "string" + }, + "Key": { + "type": "string" + }, + "ObjectVersion": { + "type": "string" + }, + "RoleArn": { + "type": "string" + } + }, + "required": [ + "Bucket", + "Key", + "RoleArn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OperatingSystem": { + "type": "string" + }, + "StorageLocation": { + "$ref": "#/definitions/S3Location" + }, + "Version": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "typeName": "AWS::GameLift::Build" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-gamelift-fleet.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-gamelift-fleet.json new file mode 100644 index 0000000000000000000000000000000000000000..99f60e7774a059078630aeb4e75812b5dbd52682 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-gamelift-fleet.json @@ -0,0 +1,198 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PeerVpcAwsAccountId", + "/properties/BuildId", + "/properties/EC2InstanceType", + "/properties/ServerLaunchParameters", + "/properties/CertificateConfiguration", + "/properties/LogPaths", + "/properties/ServerLaunchPath", + "/properties/FleetType", + "/properties/ScriptId", + "/properties/PeerVpcId", + "/properties/InstanceRoleARN" + ], + "definitions": { + "CertificateConfiguration": { + "additionalProperties": false, + "properties": { + "CertificateType": { + "type": "string" + } + }, + "required": [ + "CertificateType" + ], + "type": "object" + }, + "IpPermission": { + "additionalProperties": false, + "properties": { + "FromPort": { + "type": "integer" + }, + "IpRange": { + "type": "string" + }, + "Protocol": { + "type": "string" + }, + "ToPort": { + "type": "integer" + } + }, + "required": [ + "IpRange", + "FromPort", + "ToPort", + "Protocol" + ], + "type": "object" + }, + "ResourceCreationLimitPolicy": { + "additionalProperties": false, + "properties": { + "NewGameSessionsPerCreator": { + "type": "integer" + }, + "PolicyPeriodInMinutes": { + "type": "integer" + } + }, + "type": "object" + }, + "RuntimeConfiguration": { + "additionalProperties": false, + "properties": { + "GameSessionActivationTimeoutSeconds": { + "type": "integer" + }, + "MaxConcurrentGameSessionActivations": { + "type": "integer" + }, + "ServerProcesses": { + "items": { + "$ref": "#/definitions/ServerProcess" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ServerProcess": { + "additionalProperties": false, + "properties": { + "ConcurrentExecutions": { + "type": "integer" + }, + "LaunchPath": { + "type": "string" + }, + "Parameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + } + }, + "required": [ + "ConcurrentExecutions", + "LaunchPath" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "BuildId": { + "type": "string" + }, + "CertificateConfiguration": { + "$ref": "#/definitions/CertificateConfiguration" + }, + "Description": { + "type": "string" + }, + "DesiredEC2Instances": { + "type": "integer" + }, + "EC2InboundPermissions": { + "items": { + "$ref": "#/definitions/IpPermission" + }, + "type": "array", + "uniqueItems": true + }, + "EC2InstanceType": { + "type": "string" + }, + "FleetType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstanceRoleARN": { + "type": "string" + }, + "LogPaths": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MaxSize": { + "type": "integer" + }, + "MetricGroups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MinSize": { + "type": "integer" + }, + "Name": { + "type": "string" + }, + "NewGameSessionProtectionPolicy": { + "type": "string" + }, + "PeerVpcAwsAccountId": { + "type": "string" + }, + "PeerVpcId": { + "type": "string" + }, + "ResourceCreationLimitPolicy": { + "$ref": "#/definitions/ResourceCreationLimitPolicy" + }, + "RuntimeConfiguration": { + "$ref": "#/definitions/RuntimeConfiguration" + }, + "ScriptId": { + "type": "string" + }, + "ServerLaunchParameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + }, + "ServerLaunchPath": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- ]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EC2InstanceType", + "Name" + ], + "typeName": "AWS::GameLift::Fleet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-iam-accesskey.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-iam-accesskey.json new file mode 100644 index 0000000000000000000000000000000000000000..7aaaec51d4c6d77d9114388ceeb6da404cbb8f2e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-iam-accesskey.json @@ -0,0 +1,39 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Serial", + "/properties/UserName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "SecretAccessKey": { + "type": "string" + }, + "Serial": { + "type": "integer" + }, + "Status": { + "enum": [ + "Active", + "Inactive" + ], + "type": "string" + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/SecretAccessKey" + ], + "required": [ + "UserName" + ], + "typeName": "AWS::IAM::AccessKey" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-iot-policyprincipalattachment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-iot-policyprincipalattachment.json new file mode 100644 index 0000000000000000000000000000000000000000..4bb0a7c55d1b668148953b68f5e826fe949dae57 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-iot-policyprincipalattachment.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Principal", + "/properties/PolicyName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "PolicyName": { + "type": "string" + }, + "Principal": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PolicyName", + "Principal" + ], + "typeName": "AWS::IoT::PolicyPrincipalAttachment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-iot-thingprincipalattachment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-iot-thingprincipalattachment.json new file mode 100644 index 0000000000000000000000000000000000000000..e847399bfc097fb9f9ab75cf4c7a7b03ee406a30 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-iot-thingprincipalattachment.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Principal", + "/properties/ThingName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Principal": { + "type": "string" + }, + "ThingName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ThingName", + "Principal" + ], + "typeName": "AWS::IoT::ThingPrincipalAttachment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-kinesis-streamconsumer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-kinesis-streamconsumer.json new file mode 100644 index 0000000000000000000000000000000000000000..853b4133615b58db1f0091503f4744b6a2c9c8a2 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-kinesis-streamconsumer.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StreamARN", + "/properties/ConsumerName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConsumerARN": { + "type": "string" + }, + "ConsumerCreationTimestamp": { + "type": "string" + }, + "ConsumerName": { + "type": "string" + }, + "ConsumerStatus": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "StreamARN": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/ConsumerStatus", + "/properties/Id", + "/properties/ConsumerARN", + "/properties/ConsumerCreationTimestamp" + ], + "required": [ + "ConsumerName", + "StreamARN" + ], + "typeName": "AWS::Kinesis::StreamConsumer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-lambda-version.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-lambda-version.json new file mode 100644 index 0000000000000000000000000000000000000000..41fcb31449b33217b2e912d145c1721230f42c08 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-lambda-version.json @@ -0,0 +1,112 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FunctionName", + "/properties/Description", + "/properties/CodeSha256", + "/properties/ProvisionedConcurrencyConfig", + "/properties/RuntimePolicy" + ], + "definitions": { + "ProvisionedConcurrencyConfiguration": { + "additionalProperties": false, + "properties": { + "ProvisionedConcurrentExecutions": { + "type": "integer" + } + }, + "required": [ + "ProvisionedConcurrentExecutions" + ], + "type": "object" + }, + "RuntimePolicy": { + "additionalProperties": false, + "properties": { + "RuntimeVersionArn": { + "maxLength": 2048, + "minLength": 26, + "pattern": "^arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}::runtime:.+$", + "type": "string" + }, + "UpdateRuntimeOn": { + "type": "string" + } + }, + "required": [ + "UpdateRuntimeOn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FunctionArn" + ], + "properties": { + "CodeSha256": { + "type": "string" + }, + "Description": { + "maxLength": 256, + "minLength": 0, + "type": "string" + }, + "FunctionArn": { + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "FunctionName": { + "anyOf": [ + { + "relationshipRef": { + "propertyPath": "/properties/FunctionName", + "typeName": "AWS::Lambda::Function" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::Lambda::Function" + } + } + ], + "maxLength": 140, + "minLength": 1, + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "Policy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "ProvisionedConcurrencyConfig": { + "$ref": "#/definitions/ProvisionedConcurrencyConfiguration" + }, + "RuntimePolicy": { + "$ref": "#/definitions/RuntimePolicy" + }, + "Version": { + "type": "string" + } + }, + "propertyTransform": { + "/properties/FunctionName": "$split(FunctionName, \":\")[-1] $OR FunctionName" + }, + "readOnlyProperties": [ + "/properties/Version", + "/properties/FunctionArn" + ], + "required": [ + "FunctionName" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Lambda::Version" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-logs-delivery.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-logs-delivery.json new file mode 100644 index 0000000000000000000000000000000000000000..8bc576d1da6abec93009e46e3bb14c7a0f77b381 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-logs-delivery.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DeliverySourceName", + "/properties/DeliveryDestinationArn" + ], + "definitions": { + "Arn": { + "maxLength": 2048, + "minLength": 16, + "pattern": "[\\w#+=/:,.@-]*\\*?", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DeliveryId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationArn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationType": { + "maxLength": 12, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliveryId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliverySourceName": { + "maxLength": 60, + "minLength": 1, + "pattern": "[\\w-]*$", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/DeliveryId", + "/properties/Arn", + "/properties/DeliveryDestinationType" + ], + "required": [ + "DeliverySourceName", + "DeliveryDestinationArn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Logs::Delivery" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-logs-deliverydestination.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-logs-deliverydestination.json new file mode 100644 index 0000000000000000000000000000000000000000..76914f833fcc677b497b56a24c9e1d2a015d66e8 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-logs-deliverydestination.json @@ -0,0 +1,108 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/DestinationResourceArn" + ], + "definitions": { + "Arn": { + "maxLength": 2048, + "minLength": 16, + "pattern": "[\\w#+=/:,.@-]*\\*?", + "type": "string" + }, + "DestinationPolicy": { + "additionalProperties": false, + "properties": { + "DeliveryDestinationName": { + "maxLength": 60, + "minLength": 1, + "type": "string" + }, + "DeliveryDestinationPolicy": { + "maxLength": 51200, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "DeliveryDestinationName", + "DeliveryDestinationPolicy" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Name" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationPolicy": { + "items": { + "$ref": "#/definitions/DestinationPolicy" + }, + "type": "object" + }, + "DeliveryDestinationType": { + "maxLength": 12, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DestinationResourceArn": { + "$ref": "#/definitions/Arn" + }, + "Name": { + "maxLength": 60, + "minLength": 1, + "pattern": "[\\w-]*$", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/DeliveryDestinationType" + ], + "required": [ + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Logs::DeliveryDestination" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-neptune-dbclusterparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-neptune-dbclusterparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..196677fbf0e8c412842831917c97298abb002882 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-neptune-dbclusterparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::Neptune::DBClusterParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-neptune-dbinstance.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-neptune-dbinstance.json new file mode 100644 index 0000000000000000000000000000000000000000..ce52ea7ecf78be65adf28fcd583d70f27158431e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-neptune-dbinstance.json @@ -0,0 +1,88 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DBClusterIdentifier", + "/properties/AvailabilityZone", + "/properties/DBInstanceIdentifier", + "/properties/DBSubnetGroupName", + "/properties/DBSnapshotIdentifier" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AllowMajorVersionUpgrade": { + "type": "boolean" + }, + "AutoMinorVersionUpgrade": { + "type": "boolean" + }, + "AvailabilityZone": { + "type": "string" + }, + "DBClusterIdentifier": { + "type": "string" + }, + "DBInstanceClass": { + "type": "string" + }, + "DBInstanceIdentifier": { + "type": "string" + }, + "DBParameterGroupName": { + "type": "string" + }, + "DBSnapshotIdentifier": { + "type": "string" + }, + "DBSubnetGroupName": { + "type": "string" + }, + "Endpoint": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Port": { + "type": "string" + }, + "PreferredMaintenanceWindow": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Port", + "/properties/Id", + "/properties/Endpoint" + ], + "required": [ + "DBInstanceClass" + ], + "typeName": "AWS::Neptune::DBInstance" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-neptune-dbparametergroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-neptune-dbparametergroup.json new file mode 100644 index 0000000000000000000000000000000000000000..40b22b45e52014f77bf771c09bac1015f1739eb6 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-neptune-dbparametergroup.json @@ -0,0 +1,66 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Family", + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Family": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Description", + "Parameters", + "Family" + ], + "typeName": "AWS::Neptune::DBParameterGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-opsworks-instance.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-opsworks-instance.json new file mode 100644 index 0000000000000000000000000000000000000000..7971f63404029b002faf17c0d7afdc54198ddc58 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-opsworks-instance.json @@ -0,0 +1,247 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Tenancy", + "/properties/VirtualizationType", + "/properties/TimeBasedAutoScaling", + "/properties/RootDeviceType", + "/properties/AutoScalingType", + "/properties/StackId", + "/properties/AvailabilityZone", + "/properties/SubnetId", + "/properties/BlockDeviceMappings", + "/properties/EbsOptimized" + ], + "definitions": { + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/EbsBlockDevice" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "EbsBlockDevice": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "SnapshotId": { + "type": "string" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "TimeBasedAutoScaling": { + "additionalProperties": false, + "properties": { + "Friday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Monday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Saturday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Sunday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Thursday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Tuesday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "Wednesday": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AgentVersion": { + "type": "string" + }, + "AmiId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "Architecture": { + "type": "string" + }, + "AutoScalingType": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": true + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticIps": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Hostname": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstallUpdatesOnBoot": { + "type": "boolean" + }, + "InstanceType": { + "type": "string" + }, + "LayerIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Os": { + "type": "string" + }, + "PrivateDnsName": { + "type": "string" + }, + "PrivateIp": { + "type": "string" + }, + "PublicDnsName": { + "type": "string" + }, + "PublicIp": { + "type": "string" + }, + "RootDeviceType": { + "type": "string" + }, + "SshKeyName": { + "type": "string" + }, + "StackId": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "Tenancy": { + "type": "string" + }, + "TimeBasedAutoScaling": { + "$ref": "#/definitions/TimeBasedAutoScaling" + }, + "VirtualizationType": { + "type": "string" + }, + "Volumes": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/PublicIp", + "/properties/Id", + "/properties/PublicDnsName", + "/properties/PrivateDnsName", + "/properties/PrivateIp" + ], + "required": [ + "LayerIds", + "InstanceType", + "StackId" + ], + "typeName": "AWS::OpsWorks::Instance" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-opsworks-layer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-opsworks-layer.json new file mode 100644 index 0000000000000000000000000000000000000000..9c1034b21961f3f700c6031803c6bcb8dcd039b8 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-opsworks-layer.json @@ -0,0 +1,265 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StackId", + "/properties/Type" + ], + "definitions": { + "AutoScalingThresholds": { + "additionalProperties": false, + "properties": { + "CpuThreshold": { + "type": "number" + }, + "IgnoreMetricsTime": { + "type": "integer" + }, + "InstanceCount": { + "type": "integer" + }, + "LoadThreshold": { + "type": "number" + }, + "MemoryThreshold": { + "type": "number" + }, + "ThresholdsWaitTime": { + "type": "integer" + } + }, + "type": "object" + }, + "LifecycleEventConfiguration": { + "additionalProperties": false, + "properties": { + "ShutdownEventConfiguration": { + "$ref": "#/definitions/ShutdownEventConfiguration" + } + }, + "type": "object" + }, + "LoadBasedAutoScaling": { + "additionalProperties": false, + "properties": { + "DownScaling": { + "$ref": "#/definitions/AutoScalingThresholds" + }, + "Enable": { + "type": "boolean" + }, + "UpScaling": { + "$ref": "#/definitions/AutoScalingThresholds" + } + }, + "type": "object" + }, + "Recipes": { + "additionalProperties": false, + "properties": { + "Configure": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Deploy": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Setup": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Shutdown": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Undeploy": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ShutdownEventConfiguration": { + "additionalProperties": false, + "properties": { + "DelayUntilElbConnectionsDrained": { + "type": "boolean" + }, + "ExecutionTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VolumeConfiguration": { + "additionalProperties": false, + "properties": { + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "MountPoint": { + "type": "string" + }, + "NumberOfDisks": { + "type": "integer" + }, + "RaidLevel": { + "type": "integer" + }, + "Size": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Attributes": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "AutoAssignElasticIps": { + "type": "boolean" + }, + "AutoAssignPublicIps": { + "type": "boolean" + }, + "CustomInstanceProfileArn": { + "type": "string" + }, + "CustomJson": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "CustomRecipes": { + "$ref": "#/definitions/Recipes" + }, + "CustomSecurityGroupIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "EnableAutoHealing": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "InstallUpdatesOnBoot": { + "type": "boolean" + }, + "LifecycleEventConfiguration": { + "$ref": "#/definitions/LifecycleEventConfiguration" + }, + "LoadBasedAutoScaling": { + "$ref": "#/definitions/LoadBasedAutoScaling" + }, + "Name": { + "type": "string" + }, + "Packages": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Shortname": { + "type": "string" + }, + "StackId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "type": "string" + }, + "UseEbsOptimizedInstances": { + "type": "boolean" + }, + "VolumeConfigurations": { + "items": { + "$ref": "#/definitions/VolumeConfiguration" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EnableAutoHealing", + "Type", + "AutoAssignElasticIps", + "Shortname", + "AutoAssignPublicIps", + "Name", + "StackId" + ], + "typeName": "AWS::OpsWorks::Layer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-opsworks-stack.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-opsworks-stack.json new file mode 100644 index 0000000000000000000000000000000000000000..c09118118134632df93b0658d4ea12a5e828d58d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-opsworks-stack.json @@ -0,0 +1,234 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CloneAppIds", + "/properties/ClonePermissions", + "/properties/ServiceRoleArn", + "/properties/VpcId", + "/properties/SourceStackId" + ], + "definitions": { + "ChefConfiguration": { + "additionalProperties": false, + "properties": { + "BerkshelfVersion": { + "type": "string" + }, + "ManageBerkshelf": { + "type": "boolean" + } + }, + "type": "object" + }, + "ElasticIp": { + "additionalProperties": false, + "properties": { + "Ip": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Ip" + ], + "type": "object" + }, + "RdsDbInstance": { + "additionalProperties": false, + "properties": { + "DbPassword": { + "type": "string" + }, + "DbUser": { + "type": "string" + }, + "RdsDbInstanceArn": { + "type": "string" + } + }, + "required": [ + "DbPassword", + "RdsDbInstanceArn", + "DbUser" + ], + "type": "object" + }, + "Source": { + "additionalProperties": false, + "properties": { + "Password": { + "type": "string" + }, + "Revision": { + "type": "string" + }, + "SshKey": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "Username": { + "type": "string" + } + }, + "type": "object" + }, + "StackConfigurationManager": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "dependentRequired": { + "VpcId": [ + "DefaultSubnetId" + ] + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AgentVersion": { + "type": "string" + }, + "Attributes": { + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "ChefConfiguration": { + "$ref": "#/definitions/ChefConfiguration" + }, + "CloneAppIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "ClonePermissions": { + "type": "boolean" + }, + "ConfigurationManager": { + "$ref": "#/definitions/StackConfigurationManager" + }, + "CustomCookbooksSource": { + "$ref": "#/definitions/Source" + }, + "CustomJson": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "DefaultAvailabilityZone": { + "type": "string" + }, + "DefaultInstanceProfileArn": { + "type": "string" + }, + "DefaultOs": { + "type": "string" + }, + "DefaultRootDeviceType": { + "type": "string" + }, + "DefaultSshKeyName": { + "type": "string" + }, + "DefaultSubnetId": { + "type": "string" + }, + "EcsClusterArn": { + "type": "string" + }, + "ElasticIps": { + "items": { + "$ref": "#/definitions/ElasticIp" + }, + "type": "array", + "uniqueItems": true + }, + "HostnameTheme": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RdsDbInstances": { + "items": { + "$ref": "#/definitions/RdsDbInstance" + }, + "type": "array", + "uniqueItems": true + }, + "ServiceRoleArn": { + "type": "string" + }, + "SourceStackId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UseCustomCookbooks": { + "type": "boolean" + }, + "UseOpsworksSecurityGroups": { + "type": "boolean" + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "DefaultInstanceProfileArn", + "ServiceRoleArn", + "Name" + ], + "typeName": "AWS::OpsWorks::Stack" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-pcaconnectorad-connector.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-pcaconnectorad-connector.json new file mode 100644 index 0000000000000000000000000000000000000000..33419e0dab51f310768bda2d466ff1c3a1006148 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-pcaconnectorad-connector.json @@ -0,0 +1,91 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CertificateAuthorityArn", + "/properties/DirectoryId", + "/properties/VpcInformation" + ], + "definitions": { + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + }, + "VpcInformation": { + "additionalProperties": false, + "properties": { + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "maxLength": 20, + "minLength": 11, + "pattern": "^(?:sg-[0-9a-f]{8}|sg-[0-9a-f]{17})$", + "type": "string" + }, + "maxItems": 5, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "SecurityGroupIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ConnectorArn" + ], + "properties": { + "CertificateAuthorityArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:acm-pca:[\\w-]+:[0-9]+:certificate-authority(\\/[\\w-]+)$", + "type": "string" + }, + "ConnectorArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector(\\/[\\w-]+)$", + "type": "string" + }, + "DirectoryId": { + "pattern": "^d-[0-9a-f]{10}$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/Tags" + }, + "VpcInformation": { + "$ref": "#/definitions/VpcInformation" + } + }, + "readOnlyProperties": [ + "/properties/ConnectorArn" + ], + "required": [ + "CertificateAuthorityArn", + "DirectoryId", + "VpcInformation" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::Connector", + "writeOnlyProperties": [ + "/properties/CertificateAuthorityArn", + "/properties/DirectoryId", + "/properties/Tags", + "/properties/VpcInformation" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-pcaconnectorad-directoryregistration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-pcaconnectorad-directoryregistration.json new file mode 100644 index 0000000000000000000000000000000000000000..32656e63ba977d052208bae38e93eb379be22303 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-pcaconnectorad-directoryregistration.json @@ -0,0 +1,53 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DirectoryId" + ], + "definitions": { + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DirectoryRegistrationArn" + ], + "properties": { + "DirectoryId": { + "pattern": "^d-[0-9a-f]{10}$", + "type": "string" + }, + "DirectoryRegistrationArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:directory-registration(\\/[\\w-]+)$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/Tags" + } + }, + "readOnlyProperties": [ + "/properties/DirectoryRegistrationArn" + ], + "required": [ + "DirectoryId" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::DirectoryRegistration", + "writeOnlyProperties": [ + "/properties/DirectoryId", + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-pcaconnectorad-template.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-pcaconnectorad-template.json new file mode 100644 index 0000000000000000000000000000000000000000..fbf58aaa73ab629e6f5be0f3498ac578010b9ce5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-pcaconnectorad-template.json @@ -0,0 +1,994 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ConnectorArn", + "/properties/Name" + ], + "definitions": { + "ApplicationPolicies": { + "additionalProperties": false, + "properties": { + "Critical": { + "type": "boolean" + }, + "Policies": { + "items": { + "$ref": "#/definitions/ApplicationPolicy" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "Policies" + ], + "type": "object" + }, + "ApplicationPolicy": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "PolicyType": { + "$ref": "#/definitions/ApplicationPolicyType" + } + }, + "required": [ + "PolicyType" + ], + "title": "PolicyType", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "PolicyObjectIdentifier": { + "maxLength": 64, + "minLength": 1, + "pattern": "^([0-2])\\.([0-9]|([0-3][0-9]))(\\.([0-9]+)){0,126}$", + "type": "string" + } + }, + "required": [ + "PolicyObjectIdentifier" + ], + "title": "PolicyObjectIdentifier", + "type": "object" + } + ] + }, + "ApplicationPolicyType": { + "enum": [ + "ALL_APPLICATION_POLICIES", + "ANY_PURPOSE", + "ATTESTATION_IDENTITY_KEY_CERTIFICATE", + "CERTIFICATE_REQUEST_AGENT", + "CLIENT_AUTHENTICATION", + "CODE_SIGNING", + "CTL_USAGE", + "DIGITAL_RIGHTS", + "DIRECTORY_SERVICE_EMAIL_REPLICATION", + "DISALLOWED_LIST", + "DNS_SERVER_TRUST", + "DOCUMENT_ENCRYPTION", + "DOCUMENT_SIGNING", + "DYNAMIC_CODE_GENERATOR", + "EARLY_LAUNCH_ANTIMALWARE_DRIVER", + "EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "ENCLAVE", + "ENCRYPTING_FILE_SYSTEM", + "ENDORSEMENT_KEY_CERTIFICATE", + "FILE_RECOVERY", + "HAL_EXTENSION", + "IP_SECURITY_END_SYSTEM", + "IP_SECURITY_IKE_INTERMEDIATE", + "IP_SECURITY_TUNNEL_TERMINATION", + "IP_SECURITY_USER", + "ISOLATED_USER_MODE", + "KDC_AUTHENTICATION", + "KERNEL_MODE_CODE_SIGNING", + "KEY_PACK_LICENSES", + "KEY_RECOVERY", + "KEY_RECOVERY_AGENT", + "LICENSE_SERVER_VERIFICATION", + "LIFETIME_SIGNING", + "MICROSOFT_PUBLISHER", + "MICROSOFT_TIME_STAMPING", + "MICROSOFT_TRUST_LIST_SIGNING", + "OCSP_SIGNING", + "OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "PLATFORM_CERTIFICATE", + "PREVIEW_BUILD_SIGNING", + "PRIVATE_KEY_ARCHIVAL", + "PROTECTED_PROCESS_LIGHT_VERIFICATION", + "PROTECTED_PROCESS_VERIFICATION", + "QUALIFIED_SUBORDINATION", + "REVOKED_LIST_SIGNER", + "ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION", + "ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION", + "ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL", + "ROOT_LIST_SIGNER", + "SECURE_EMAIL", + "SERVER_AUTHENTICATION", + "SMART_CARD_LOGIN", + "SPC_ENCRYPTED_DIGEST_RETRY_COUNT", + "SPC_RELAXED_PE_MARKER_CHECK", + "TIME_STAMPING", + "WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION", + "WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION", + "WINDOWS_HARDWARE_DRIVER_VERIFICATION", + "WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION", + "WINDOWS_KITS_COMPONENT", + "WINDOWS_RT_VERIFICATION", + "WINDOWS_SOFTWARE_EXTENSION_VERIFICATION", + "WINDOWS_STORE", + "WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "WINDOWS_TCB_COMPONENT", + "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT", + "WINDOWS_UPDATE" + ], + "type": "string" + }, + "CertificateValidity": { + "additionalProperties": false, + "properties": { + "RenewalPeriod": { + "$ref": "#/definitions/ValidityPeriod" + }, + "ValidityPeriod": { + "$ref": "#/definitions/ValidityPeriod" + } + }, + "required": [ + "RenewalPeriod", + "ValidityPeriod" + ], + "type": "object" + }, + "ClientCompatibilityV2": { + "enum": [ + "WINDOWS_SERVER_2003", + "WINDOWS_SERVER_2008", + "WINDOWS_SERVER_2008_R2", + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "ClientCompatibilityV3": { + "enum": [ + "WINDOWS_SERVER_2008", + "WINDOWS_SERVER_2008_R2", + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "ClientCompatibilityV4": { + "enum": [ + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ], + "type": "string" + }, + "EnrollmentFlagsV2": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnrollmentFlagsV3": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnrollmentFlagsV4": { + "additionalProperties": false, + "properties": { + "EnableKeyReuseOnNtTokenKeysetStorageFull": { + "type": "boolean" + }, + "IncludeSymmetricAlgorithms": { + "type": "boolean" + }, + "NoSecurityExtension": { + "type": "boolean" + }, + "RemoveInvalidCertificateFromPersonalStore": { + "type": "boolean" + }, + "UserInteractionRequired": { + "type": "boolean" + } + }, + "type": "object" + }, + "ExtensionsV2": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "ExtensionsV3": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "ExtensionsV4": { + "additionalProperties": false, + "properties": { + "ApplicationPolicies": { + "$ref": "#/definitions/ApplicationPolicies" + }, + "KeyUsage": { + "$ref": "#/definitions/KeyUsage" + } + }, + "required": [ + "KeyUsage" + ], + "type": "object" + }, + "GeneralFlagsV2": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "GeneralFlagsV3": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "GeneralFlagsV4": { + "additionalProperties": false, + "properties": { + "AutoEnrollment": { + "type": "boolean" + }, + "MachineType": { + "type": "boolean" + } + }, + "type": "object" + }, + "HashAlgorithm": { + "enum": [ + "SHA256", + "SHA384", + "SHA512" + ], + "type": "string" + }, + "KeySpec": { + "enum": [ + "KEY_EXCHANGE", + "SIGNATURE" + ], + "type": "string" + }, + "KeyUsage": { + "additionalProperties": false, + "properties": { + "Critical": { + "type": "boolean" + }, + "UsageFlags": { + "$ref": "#/definitions/KeyUsageFlags" + } + }, + "required": [ + "UsageFlags" + ], + "type": "object" + }, + "KeyUsageFlags": { + "additionalProperties": false, + "properties": { + "DataEncipherment": { + "type": "boolean" + }, + "DigitalSignature": { + "type": "boolean" + }, + "KeyAgreement": { + "type": "boolean" + }, + "KeyEncipherment": { + "type": "boolean" + }, + "NonRepudiation": { + "type": "boolean" + } + }, + "type": "object" + }, + "KeyUsageProperty": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "PropertyType": { + "$ref": "#/definitions/KeyUsagePropertyType" + } + }, + "required": [ + "PropertyType" + ], + "title": "PropertyType", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "PropertyFlags": { + "$ref": "#/definitions/KeyUsagePropertyFlags" + } + }, + "required": [ + "PropertyFlags" + ], + "title": "PropertyFlags", + "type": "object" + } + ] + }, + "KeyUsagePropertyFlags": { + "additionalProperties": false, + "properties": { + "Decrypt": { + "type": "boolean" + }, + "KeyAgreement": { + "type": "boolean" + }, + "Sign": { + "type": "boolean" + } + }, + "type": "object" + }, + "KeyUsagePropertyType": { + "enum": [ + "ALL" + ], + "type": "string" + }, + "PrivateKeyAlgorithm": { + "enum": [ + "RSA", + "ECDH_P256", + "ECDH_P384", + "ECDH_P521" + ], + "type": "string" + }, + "PrivateKeyAttributesV2": { + "additionalProperties": false, + "properties": { + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "KeySpec", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyAttributesV3": { + "additionalProperties": false, + "properties": { + "Algorithm": { + "$ref": "#/definitions/PrivateKeyAlgorithm" + }, + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "KeyUsageProperty": { + "$ref": "#/definitions/KeyUsageProperty" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "Algorithm", + "KeySpec", + "KeyUsageProperty", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyAttributesV4": { + "additionalProperties": false, + "properties": { + "Algorithm": { + "$ref": "#/definitions/PrivateKeyAlgorithm" + }, + "CryptoProviders": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "KeySpec": { + "$ref": "#/definitions/KeySpec" + }, + "KeyUsageProperty": { + "$ref": "#/definitions/KeyUsageProperty" + }, + "MinimalKeyLength": { + "minimum": 1, + "type": "number" + } + }, + "required": [ + "KeySpec", + "MinimalKeyLength" + ], + "type": "object" + }, + "PrivateKeyFlagsV2": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV2" + }, + "ExportableKey": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "PrivateKeyFlagsV3": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV3" + }, + "ExportableKey": { + "type": "boolean" + }, + "RequireAlternateSignatureAlgorithm": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "PrivateKeyFlagsV4": { + "additionalProperties": false, + "properties": { + "ClientVersion": { + "$ref": "#/definitions/ClientCompatibilityV4" + }, + "ExportableKey": { + "type": "boolean" + }, + "RequireAlternateSignatureAlgorithm": { + "type": "boolean" + }, + "RequireSameKeyRenewal": { + "type": "boolean" + }, + "StrongKeyProtectionRequired": { + "type": "boolean" + }, + "UseLegacyProvider": { + "type": "boolean" + } + }, + "required": [ + "ClientVersion" + ], + "type": "object" + }, + "SubjectNameFlagsV2": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "SubjectNameFlagsV3": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "SubjectNameFlagsV4": { + "additionalProperties": false, + "properties": { + "RequireCommonName": { + "type": "boolean" + }, + "RequireDirectoryPath": { + "type": "boolean" + }, + "RequireDnsAsCn": { + "type": "boolean" + }, + "RequireEmail": { + "type": "boolean" + }, + "SanRequireDirectoryGuid": { + "type": "boolean" + }, + "SanRequireDns": { + "type": "boolean" + }, + "SanRequireDomainDns": { + "type": "boolean" + }, + "SanRequireEmail": { + "type": "boolean" + }, + "SanRequireSpn": { + "type": "boolean" + }, + "SanRequireUpn": { + "type": "boolean" + } + }, + "type": "object" + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + }, + "TemplateDefinition": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "TemplateV2": { + "$ref": "#/definitions/TemplateV2" + } + }, + "required": [ + "TemplateV2" + ], + "title": "TemplateV2", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "TemplateV3": { + "$ref": "#/definitions/TemplateV3" + } + }, + "required": [ + "TemplateV3" + ], + "title": "TemplateV3", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "TemplateV4": { + "$ref": "#/definitions/TemplateV4" + } + }, + "required": [ + "TemplateV4" + ], + "title": "TemplateV4", + "type": "object" + } + ] + }, + "TemplateV2": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV2" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV2" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV2" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV2" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV2" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV2" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "TemplateV3": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV3" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV3" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV3" + }, + "HashAlgorithm": { + "$ref": "#/definitions/HashAlgorithm" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV3" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV3" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV3" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "HashAlgorithm", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "TemplateV4": { + "additionalProperties": false, + "properties": { + "CertificateValidity": { + "$ref": "#/definitions/CertificateValidity" + }, + "EnrollmentFlags": { + "$ref": "#/definitions/EnrollmentFlagsV4" + }, + "Extensions": { + "$ref": "#/definitions/ExtensionsV4" + }, + "GeneralFlags": { + "$ref": "#/definitions/GeneralFlagsV4" + }, + "HashAlgorithm": { + "$ref": "#/definitions/HashAlgorithm" + }, + "PrivateKeyAttributes": { + "$ref": "#/definitions/PrivateKeyAttributesV4" + }, + "PrivateKeyFlags": { + "$ref": "#/definitions/PrivateKeyFlagsV4" + }, + "SubjectNameFlags": { + "$ref": "#/definitions/SubjectNameFlagsV4" + }, + "SupersededTemplates": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "type": "object" + }, + "ValidityPeriod": { + "additionalProperties": false, + "properties": { + "Period": { + "maximum": 8766000, + "minimum": 1, + "type": "number" + }, + "PeriodType": { + "$ref": "#/definitions/ValidityPeriodType" + } + }, + "required": [ + "Period", + "PeriodType" + ], + "type": "object" + }, + "ValidityPeriodType": { + "enum": [ + "HOURS", + "DAYS", + "WEEKS", + "MONTHS", + "YEARS" + ], + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/TemplateArn" + ], + "properties": { + "ConnectorArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$", + "type": "string" + }, + "Definition": { + "$ref": "#/definitions/TemplateDefinition" + }, + "Name": { + "maxLength": 64, + "minLength": 1, + "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$", + "type": "string" + }, + "ReenrollAllCertificateHolders": { + "type": "boolean" + }, + "Tags": { + "$ref": "#/definitions/Tags" + }, + "TemplateArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}\\/template\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/TemplateArn" + ], + "required": [ + "ConnectorArn", + "Definition", + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-pcaconnectorad", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::Template", + "writeOnlyProperties": [ + "/properties/ConnectorArn", + "/properties/Definition", + "/properties/Name", + "/properties/ReenrollAllCertificateHolders", + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-route53-healthcheck.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-route53-healthcheck.json new file mode 100644 index 0000000000000000000000000000000000000000..e45baa386f757e2bc7796ffddc614dc44ac09cee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-route53-healthcheck.json @@ -0,0 +1,127 @@ +{ + "additionalProperties": false, + "definitions": { + "AlarmIdentifier": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "required": [ + "Region", + "Name" + ], + "type": "object" + }, + "HealthCheckConfig": { + "additionalProperties": false, + "properties": { + "AlarmIdentifier": { + "$ref": "#/definitions/AlarmIdentifier" + }, + "ChildHealthChecks": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "EnableSNI": { + "type": "boolean" + }, + "FailureThreshold": { + "type": "integer" + }, + "FullyQualifiedDomainName": { + "type": "string" + }, + "HealthThreshold": { + "type": "integer" + }, + "IPAddress": { + "type": "string" + }, + "InsufficientDataHealthStatus": { + "type": "string" + }, + "Inverted": { + "type": "boolean" + }, + "MeasureLatency": { + "type": "boolean" + }, + "Port": { + "type": "integer" + }, + "Regions": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "RequestInterval": { + "type": "integer" + }, + "ResourcePath": { + "type": "string" + }, + "SearchString": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "HealthCheckTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "HealthCheckConfig": { + "$ref": "#/definitions/HealthCheckConfig" + }, + "HealthCheckTags": { + "items": { + "$ref": "#/definitions/HealthCheckTag" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "HealthCheckConfig" + ], + "typeName": "AWS::Route53::HealthCheck" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-acceptedportfolioshare.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-acceptedportfolioshare.json new file mode 100644 index 0000000000000000000000000000000000000000..12d64a39fc4fad677c042e6cb8205ef143afef51 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-acceptedportfolioshare.json @@ -0,0 +1,28 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/PortfolioId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PortfolioId" + ], + "typeName": "AWS::ServiceCatalog::AcceptedPortfolioShare" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-cloudformationprovisionedproduct.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-cloudformationprovisionedproduct.json new file mode 100644 index 0000000000000000000000000000000000000000..9f42852140309aeebdc1611b97f47773503765d1 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-cloudformationprovisionedproduct.json @@ -0,0 +1,137 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/NotificationArns", + "/properties/ProvisionedProductName" + ], + "definitions": { + "ProvisioningParameter": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "ProvisioningPreferences": { + "additionalProperties": false, + "properties": { + "StackSetAccounts": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "StackSetFailureToleranceCount": { + "type": "integer" + }, + "StackSetFailureTolerancePercentage": { + "type": "integer" + }, + "StackSetMaxConcurrencyCount": { + "type": "integer" + }, + "StackSetMaxConcurrencyPercentage": { + "type": "integer" + }, + "StackSetOperationType": { + "type": "string" + }, + "StackSetRegions": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "CloudformationStackArn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "NotificationArns": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "PathId": { + "type": "string" + }, + "ProductId": { + "type": "string" + }, + "ProductName": { + "type": "string" + }, + "ProvisionedProductName": { + "type": "string" + }, + "ProvisioningArtifactId": { + "type": "string" + }, + "ProvisioningArtifactName": { + "type": "string" + }, + "ProvisioningParameters": { + "items": { + "$ref": "#/definitions/ProvisioningParameter" + }, + "type": "array", + "uniqueItems": false + }, + "ProvisioningPreferences": { + "$ref": "#/definitions/ProvisioningPreferences" + }, + "RecordId": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/RecordId", + "/properties/CloudformationStackArn" + ], + "typeName": "AWS::ServiceCatalog::CloudFormationProvisionedProduct" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-portfolio.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-portfolio.json new file mode 100644 index 0000000000000000000000000000000000000000..42850b244fa54bd010ada9adea6d284505579868 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-portfolio.json @@ -0,0 +1,60 @@ +{ + "additionalProperties": false, + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioName": { + "type": "string" + }, + "ProviderName": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/PortfolioName" + ], + "required": [ + "ProviderName", + "DisplayName" + ], + "typeName": "AWS::ServiceCatalog::Portfolio" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-portfolioprincipalassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-portfolioprincipalassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..9be3710efd2eca0d482619b90662bf7708b70350 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-portfolioprincipalassociation.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/PortfolioId", + "/properties/PrincipalARN", + "/properties/PrincipalType" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + }, + "PrincipalARN": { + "type": "string" + }, + "PrincipalType": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PrincipalARN", + "PortfolioId", + "PrincipalType" + ], + "typeName": "AWS::ServiceCatalog::PortfolioPrincipalAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-portfolioproductassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-portfolioproductassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..51ef37ad727951d702e2925474c8cdd81a0d58fe --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-portfolioproductassociation.json @@ -0,0 +1,37 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/SourcePortfolioId", + "/properties/PortfolioId", + "/properties/ProductId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + }, + "ProductId": { + "type": "string" + }, + "SourcePortfolioId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PortfolioId", + "ProductId" + ], + "typeName": "AWS::ServiceCatalog::PortfolioProductAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-tagoptionassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-tagoptionassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..71dc9c071e6eb5a0808b1dd5a66f8c131c441682 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-servicecatalog-tagoptionassociation.json @@ -0,0 +1,29 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ResourceId", + "/properties/TagOptionId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "ResourceId": { + "type": "string" + }, + "TagOptionId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "TagOptionId", + "ResourceId" + ], + "typeName": "AWS::ServiceCatalog::TagOptionAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-transfer-user.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-transfer-user.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca100446b2518a95c1a160ba52e5807776732e5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-transfer-user.json @@ -0,0 +1,133 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ServerId", + "/properties/UserName" + ], + "definitions": { + "HomeDirectoryMapEntry": { + "additionalProperties": false, + "properties": { + "Entry": { + "type": "string" + }, + "Target": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Entry", + "Target" + ], + "type": "object" + }, + "PosixProfile": { + "additionalProperties": false, + "properties": { + "Gid": { + "type": "number" + }, + "SecondaryGids": { + "items": { + "type": "number" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "number" + } + }, + "required": [ + "Uid", + "Gid" + ], + "type": "object" + }, + "SshPublicKey": { + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "HomeDirectory": { + "type": "string" + }, + "HomeDirectoryMappings": { + "items": { + "$ref": "#/definitions/HomeDirectoryMapEntry" + }, + "type": "array", + "uniqueItems": false + }, + "HomeDirectoryType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Policy": { + "type": "string" + }, + "PosixProfile": { + "$ref": "#/definitions/PosixProfile" + }, + "Role": { + "type": "string" + }, + "ServerId": { + "type": "string" + }, + "SshPublicKeys": { + "items": { + "$ref": "#/definitions/SshPublicKey" + }, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn" + ], + "required": [ + "Role", + "ServerId", + "UserName" + ], + "typeName": "AWS::Transfer::User" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-ipset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-ipset.json new file mode 100644 index 0000000000000000000000000000000000000000..94373f418c07d5937f7c709536b479c405625c88 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-ipset.json @@ -0,0 +1,49 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "IPSetDescriptor": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "IPSetDescriptors": { + "items": { + "$ref": "#/definitions/IPSetDescriptor" + }, + "type": "array", + "uniqueItems": true + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAF::IPSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-rule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-rule.json new file mode 100644 index 0000000000000000000000000000000000000000..b710c22a22101b0f7c9fa2616b457c5809eb7b44 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-rule.json @@ -0,0 +1,58 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "Predicate": { + "additionalProperties": false, + "properties": { + "DataId": { + "type": "string" + }, + "Negated": { + "type": "boolean" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type", + "DataId", + "Negated" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Predicates": { + "items": { + "$ref": "#/definitions/Predicate" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "Name" + ], + "typeName": "AWS::WAF::Rule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-sizeconstraintset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-sizeconstraintset.json new file mode 100644 index 0000000000000000000000000000000000000000..dc99c2496dbf6535d78a6e89794cb08c92208827 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-sizeconstraintset.json @@ -0,0 +1,73 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "FieldToMatch": { + "additionalProperties": false, + "properties": { + "Data": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "SizeConstraint": { + "additionalProperties": false, + "properties": { + "ComparisonOperator": { + "type": "string" + }, + "FieldToMatch": { + "$ref": "#/definitions/FieldToMatch" + }, + "Size": { + "type": "integer" + }, + "TextTransformation": { + "type": "string" + } + }, + "required": [ + "ComparisonOperator", + "Size", + "TextTransformation", + "FieldToMatch" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SizeConstraints": { + "items": { + "$ref": "#/definitions/SizeConstraint" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "SizeConstraints", + "Name" + ], + "typeName": "AWS::WAF::SizeConstraintSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-webacl.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-webacl.json new file mode 100644 index 0000000000000000000000000000000000000000..be54de03f4c3fe6ad339bc88b632a69217af6372 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-webacl.json @@ -0,0 +1,73 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/MetricName" + ], + "definitions": { + "ActivatedRule": { + "additionalProperties": false, + "properties": { + "Action": { + "$ref": "#/definitions/WafAction" + }, + "Priority": { + "type": "integer" + }, + "RuleId": { + "type": "string" + } + }, + "required": [ + "Priority", + "RuleId" + ], + "type": "object" + }, + "WafAction": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DefaultAction": { + "$ref": "#/definitions/WafAction" + }, + "Id": { + "type": "string" + }, + "MetricName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Rules": { + "items": { + "$ref": "#/definitions/ActivatedRule" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "MetricName", + "DefaultAction", + "Name" + ], + "typeName": "AWS::WAF::WebACL" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-xssmatchset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-xssmatchset.json new file mode 100644 index 0000000000000000000000000000000000000000..253758b36b01ac685b78913ba9d5291259438de9 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_central_1/aws-waf-xssmatchset.json @@ -0,0 +1,65 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "FieldToMatch": { + "additionalProperties": false, + "properties": { + "Data": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "XssMatchTuple": { + "additionalProperties": false, + "properties": { + "FieldToMatch": { + "$ref": "#/definitions/FieldToMatch" + }, + "TextTransformation": { + "type": "string" + } + }, + "required": [ + "TextTransformation", + "FieldToMatch" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "XssMatchTuples": { + "items": { + "$ref": "#/definitions/XssMatchTuple" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "XssMatchTuples", + "Name" + ], + "typeName": "AWS::WAF::XssMatchSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/__init__.py b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..92a31ffef8749c956a6a916582c2c0b9a0279307 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/__init__.py @@ -0,0 +1,1580 @@ +from __future__ import annotations + +# pylint: disable=too-many-lines +types: list[str] = [ + "AWS::ACMPCA::Certificate", + "AWS::ACMPCA::CertificateAuthority", + "AWS::ACMPCA::CertificateAuthorityActivation", + "AWS::ACMPCA::Permission", + "AWS::ARCZonalShift::AutoshiftObserverNotificationStatus", + "AWS::ARCZonalShift::ZonalAutoshiftConfiguration", + "AWS::AccessAnalyzer::Analyzer", + "AWS::AmazonMQ::Broker", + "AWS::AmazonMQ::Configuration", + "AWS::AmazonMQ::ConfigurationAssociation", + "AWS::Amplify::App", + "AWS::Amplify::Branch", + "AWS::Amplify::Domain", + "AWS::AmplifyUIBuilder::Component", + "AWS::AmplifyUIBuilder::Form", + "AWS::AmplifyUIBuilder::Theme", + "AWS::ApiGateway::Account", + "AWS::ApiGateway::ApiKey", + "AWS::ApiGateway::Authorizer", + "AWS::ApiGateway::BasePathMapping", + "AWS::ApiGateway::ClientCertificate", + "AWS::ApiGateway::Deployment", + "AWS::ApiGateway::DocumentationPart", + "AWS::ApiGateway::DocumentationVersion", + "AWS::ApiGateway::DomainName", + "AWS::ApiGateway::GatewayResponse", + "AWS::ApiGateway::Method", + "AWS::ApiGateway::Model", + "AWS::ApiGateway::RequestValidator", + "AWS::ApiGateway::Resource", + "AWS::ApiGateway::RestApi", + "AWS::ApiGateway::Stage", + "AWS::ApiGateway::UsagePlan", + "AWS::ApiGateway::UsagePlanKey", + "AWS::ApiGateway::VpcLink", + "AWS::ApiGatewayV2::Api", + "AWS::ApiGatewayV2::ApiGatewayManagedOverrides", + "AWS::ApiGatewayV2::ApiMapping", + "AWS::ApiGatewayV2::Authorizer", + "AWS::ApiGatewayV2::Deployment", + "AWS::ApiGatewayV2::DomainName", + "AWS::ApiGatewayV2::Integration", + "AWS::ApiGatewayV2::IntegrationResponse", + "AWS::ApiGatewayV2::Model", + "AWS::ApiGatewayV2::Route", + "AWS::ApiGatewayV2::RouteResponse", + "AWS::ApiGatewayV2::Stage", + "AWS::ApiGatewayV2::VpcLink", + "AWS::AppConfig::Application", + "AWS::AppConfig::ConfigurationProfile", + "AWS::AppConfig::Deployment", + "AWS::AppConfig::DeploymentStrategy", + "AWS::AppConfig::Environment", + "AWS::AppConfig::Extension", + "AWS::AppConfig::ExtensionAssociation", + "AWS::AppConfig::HostedConfigurationVersion", + "AWS::AppMesh::GatewayRoute", + "AWS::AppMesh::Mesh", + "AWS::AppMesh::Route", + "AWS::AppMesh::VirtualGateway", + "AWS::AppMesh::VirtualNode", + "AWS::AppMesh::VirtualRouter", + "AWS::AppMesh::VirtualService", + "AWS::AppSync::Api", + "AWS::AppSync::ApiCache", + "AWS::AppSync::ApiKey", + "AWS::AppSync::ChannelNamespace", + "AWS::AppSync::DataSource", + "AWS::AppSync::DomainName", + "AWS::AppSync::DomainNameApiAssociation", + "AWS::AppSync::FunctionConfiguration", + "AWS::AppSync::GraphQLApi", + "AWS::AppSync::GraphQLSchema", + "AWS::AppSync::Resolver", + "AWS::AppSync::SourceApiAssociation", + "AWS::ApplicationAutoScaling::ScalableTarget", + "AWS::ApplicationAutoScaling::ScalingPolicy", + "AWS::ApplicationInsights::Application", + "AWS::ApplicationSignals::ServiceLevelObjective", + "AWS::Athena::DataCatalog", + "AWS::Athena::NamedQuery", + "AWS::Athena::PreparedStatement", + "AWS::Athena::WorkGroup", + "AWS::AutoScaling::AutoScalingGroup", + "AWS::AutoScaling::LaunchConfiguration", + "AWS::AutoScaling::LifecycleHook", + "AWS::AutoScaling::ScalingPolicy", + "AWS::AutoScaling::ScheduledAction", + "AWS::AutoScaling::WarmPool", + "AWS::AutoScalingPlans::ScalingPlan", + "AWS::Backup::BackupPlan", + "AWS::Backup::BackupSelection", + "AWS::Backup::BackupVault", + "AWS::Backup::Framework", + "AWS::Backup::LogicallyAirGappedBackupVault", + "AWS::Backup::ReportPlan", + "AWS::Backup::RestoreTestingPlan", + "AWS::Backup::RestoreTestingSelection", + "AWS::BackupGateway::Hypervisor", + "AWS::Batch::ComputeEnvironment", + "AWS::Batch::JobDefinition", + "AWS::Batch::JobQueue", + "AWS::Batch::SchedulingPolicy", + "AWS::CDK::Metadata", + "AWS::CE::AnomalyMonitor", + "AWS::CE::AnomalySubscription", + "AWS::CE::CostCategory", + "AWS::Cassandra::Keyspace", + "AWS::Cassandra::Table", + "AWS::CertificateManager::Account", + "AWS::CertificateManager::Certificate", + "AWS::Chatbot::MicrosoftTeamsChannelConfiguration", + "AWS::Chatbot::SlackChannelConfiguration", + "AWS::Cloud9::EnvironmentEC2", + "AWS::CloudFormation::CustomResource", + "AWS::CloudFormation::HookDefaultVersion", + "AWS::CloudFormation::HookTypeConfig", + "AWS::CloudFormation::HookVersion", + "AWS::CloudFormation::Macro", + "AWS::CloudFormation::ModuleDefaultVersion", + "AWS::CloudFormation::ModuleVersion", + "AWS::CloudFormation::PublicTypeVersion", + "AWS::CloudFormation::Publisher", + "AWS::CloudFormation::ResourceDefaultVersion", + "AWS::CloudFormation::ResourceVersion", + "AWS::CloudFormation::Stack", + "AWS::CloudFormation::StackSet", + "AWS::CloudFormation::TypeActivation", + "AWS::CloudFormation::WaitCondition", + "AWS::CloudFormation::WaitConditionHandle", + "AWS::CloudFront::CachePolicy", + "AWS::CloudFront::CloudFrontOriginAccessIdentity", + "AWS::CloudFront::ContinuousDeploymentPolicy", + "AWS::CloudFront::Distribution", + "AWS::CloudFront::Function", + "AWS::CloudFront::KeyGroup", + "AWS::CloudFront::KeyValueStore", + "AWS::CloudFront::MonitoringSubscription", + "AWS::CloudFront::OriginAccessControl", + "AWS::CloudFront::OriginRequestPolicy", + "AWS::CloudFront::PublicKey", + "AWS::CloudFront::RealtimeLogConfig", + "AWS::CloudFront::ResponseHeadersPolicy", + "AWS::CloudFront::StreamingDistribution", + "AWS::CloudTrail::Channel", + "AWS::CloudTrail::EventDataStore", + "AWS::CloudTrail::ResourcePolicy", + "AWS::CloudTrail::Trail", + "AWS::CloudWatch::Alarm", + "AWS::CloudWatch::AnomalyDetector", + "AWS::CloudWatch::CompositeAlarm", + "AWS::CloudWatch::Dashboard", + "AWS::CloudWatch::InsightRule", + "AWS::CloudWatch::MetricStream", + "AWS::CodeBuild::Project", + "AWS::CodeBuild::ReportGroup", + "AWS::CodeBuild::SourceCredential", + "AWS::CodeCommit::Repository", + "AWS::CodeDeploy::Application", + "AWS::CodeDeploy::DeploymentConfig", + "AWS::CodeDeploy::DeploymentGroup", + "AWS::CodePipeline::CustomActionType", + "AWS::CodePipeline::Pipeline", + "AWS::CodeStarNotifications::NotificationRule", + "AWS::Cognito::IdentityPool", + "AWS::Cognito::IdentityPoolPrincipalTag", + "AWS::Cognito::IdentityPoolRoleAttachment", + "AWS::Cognito::LogDeliveryConfiguration", + "AWS::Cognito::UserPool", + "AWS::Cognito::UserPoolClient", + "AWS::Cognito::UserPoolDomain", + "AWS::Cognito::UserPoolGroup", + "AWS::Cognito::UserPoolIdentityProvider", + "AWS::Cognito::UserPoolResourceServer", + "AWS::Cognito::UserPoolRiskConfigurationAttachment", + "AWS::Cognito::UserPoolUICustomizationAttachment", + "AWS::Cognito::UserPoolUser", + "AWS::Cognito::UserPoolUserToGroupAttachment", + "AWS::Config::AggregationAuthorization", + "AWS::Config::ConfigRule", + "AWS::Config::ConfigurationAggregator", + "AWS::Config::ConfigurationRecorder", + "AWS::Config::ConformancePack", + "AWS::Config::DeliveryChannel", + "AWS::Config::OrganizationConfigRule", + "AWS::Config::OrganizationConformancePack", + "AWS::Config::RemediationConfiguration", + "AWS::Config::StoredQuery", + "AWS::ControlTower::EnabledBaseline", + "AWS::ControlTower::EnabledControl", + "AWS::ControlTower::LandingZone", + "AWS::DLM::LifecyclePolicy", + "AWS::DMS::Certificate", + "AWS::DMS::DataMigration", + "AWS::DMS::DataProvider", + "AWS::DMS::Endpoint", + "AWS::DMS::EventSubscription", + "AWS::DMS::InstanceProfile", + "AWS::DMS::MigrationProject", + "AWS::DMS::ReplicationConfig", + "AWS::DMS::ReplicationInstance", + "AWS::DMS::ReplicationSubnetGroup", + "AWS::DMS::ReplicationTask", + "AWS::DataPipeline::Pipeline", + "AWS::DataSync::Agent", + "AWS::DataSync::LocationAzureBlob", + "AWS::DataSync::LocationEFS", + "AWS::DataSync::LocationFSxLustre", + "AWS::DataSync::LocationFSxONTAP", + "AWS::DataSync::LocationFSxWindows", + "AWS::DataSync::LocationHDFS", + "AWS::DataSync::LocationNFS", + "AWS::DataSync::LocationObjectStorage", + "AWS::DataSync::LocationS3", + "AWS::DataSync::LocationSMB", + "AWS::DataSync::StorageSystem", + "AWS::DataSync::Task", + "AWS::Detective::Graph", + "AWS::Detective::MemberInvitation", + "AWS::Detective::OrganizationAdmin", + "AWS::DirectoryService::MicrosoftAD", + "AWS::DirectoryService::SimpleAD", + "AWS::DynamoDB::GlobalTable", + "AWS::DynamoDB::Table", + "AWS::EC2::CapacityReservation", + "AWS::EC2::CapacityReservationFleet", + "AWS::EC2::ClientVpnAuthorizationRule", + "AWS::EC2::ClientVpnEndpoint", + "AWS::EC2::ClientVpnRoute", + "AWS::EC2::ClientVpnTargetNetworkAssociation", + "AWS::EC2::CustomerGateway", + "AWS::EC2::DHCPOptions", + "AWS::EC2::EC2Fleet", + "AWS::EC2::EIP", + "AWS::EC2::EIPAssociation", + "AWS::EC2::EgressOnlyInternetGateway", + "AWS::EC2::EnclaveCertificateIamRoleAssociation", + "AWS::EC2::FlowLog", + "AWS::EC2::GatewayRouteTableAssociation", + "AWS::EC2::Host", + "AWS::EC2::IPAM", + "AWS::EC2::IPAMAllocation", + "AWS::EC2::IPAMPool", + "AWS::EC2::IPAMPoolCidr", + "AWS::EC2::IPAMResourceDiscovery", + "AWS::EC2::IPAMResourceDiscoveryAssociation", + "AWS::EC2::IPAMScope", + "AWS::EC2::Instance", + "AWS::EC2::InstanceConnectEndpoint", + "AWS::EC2::InternetGateway", + "AWS::EC2::KeyPair", + "AWS::EC2::LaunchTemplate", + "AWS::EC2::LocalGatewayRoute", + "AWS::EC2::LocalGatewayRouteTable", + "AWS::EC2::LocalGatewayRouteTableVPCAssociation", + "AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation", + "AWS::EC2::NatGateway", + "AWS::EC2::NetworkAcl", + "AWS::EC2::NetworkAclEntry", + "AWS::EC2::NetworkInsightsAccessScope", + "AWS::EC2::NetworkInsightsAccessScopeAnalysis", + "AWS::EC2::NetworkInsightsAnalysis", + "AWS::EC2::NetworkInsightsPath", + "AWS::EC2::NetworkInterface", + "AWS::EC2::NetworkInterfaceAttachment", + "AWS::EC2::NetworkInterfacePermission", + "AWS::EC2::NetworkPerformanceMetricSubscription", + "AWS::EC2::PlacementGroup", + "AWS::EC2::PrefixList", + "AWS::EC2::Route", + "AWS::EC2::RouteTable", + "AWS::EC2::SecurityGroup", + "AWS::EC2::SecurityGroupEgress", + "AWS::EC2::SecurityGroupIngress", + "AWS::EC2::SnapshotBlockPublicAccess", + "AWS::EC2::SpotFleet", + "AWS::EC2::Subnet", + "AWS::EC2::SubnetCidrBlock", + "AWS::EC2::SubnetNetworkAclAssociation", + "AWS::EC2::SubnetRouteTableAssociation", + "AWS::EC2::TrafficMirrorFilter", + "AWS::EC2::TrafficMirrorFilterRule", + "AWS::EC2::TrafficMirrorSession", + "AWS::EC2::TrafficMirrorTarget", + "AWS::EC2::TransitGateway", + "AWS::EC2::TransitGatewayAttachment", + "AWS::EC2::TransitGatewayConnect", + "AWS::EC2::TransitGatewayMulticastDomain", + "AWS::EC2::TransitGatewayMulticastDomainAssociation", + "AWS::EC2::TransitGatewayMulticastGroupMember", + "AWS::EC2::TransitGatewayMulticastGroupSource", + "AWS::EC2::TransitGatewayPeeringAttachment", + "AWS::EC2::TransitGatewayRoute", + "AWS::EC2::TransitGatewayRouteTable", + "AWS::EC2::TransitGatewayRouteTableAssociation", + "AWS::EC2::TransitGatewayRouteTablePropagation", + "AWS::EC2::TransitGatewayVpcAttachment", + "AWS::EC2::VPC", + "AWS::EC2::VPCCidrBlock", + "AWS::EC2::VPCDHCPOptionsAssociation", + "AWS::EC2::VPCEndpoint", + "AWS::EC2::VPCEndpointConnectionNotification", + "AWS::EC2::VPCEndpointService", + "AWS::EC2::VPCEndpointServicePermissions", + "AWS::EC2::VPCGatewayAttachment", + "AWS::EC2::VPCPeeringConnection", + "AWS::EC2::VPNConnection", + "AWS::EC2::VPNConnectionRoute", + "AWS::EC2::VPNGateway", + "AWS::EC2::VPNGatewayRoutePropagation", + "AWS::EC2::Volume", + "AWS::EC2::VolumeAttachment", + "AWS::ECR::PullThroughCacheRule", + "AWS::ECR::RegistryPolicy", + "AWS::ECR::ReplicationConfiguration", + "AWS::ECR::Repository", + "AWS::ECR::RepositoryCreationTemplate", + "AWS::ECS::CapacityProvider", + "AWS::ECS::Cluster", + "AWS::ECS::ClusterCapacityProviderAssociations", + "AWS::ECS::PrimaryTaskSet", + "AWS::ECS::Service", + "AWS::ECS::TaskDefinition", + "AWS::ECS::TaskSet", + "AWS::EFS::AccessPoint", + "AWS::EFS::FileSystem", + "AWS::EFS::MountTarget", + "AWS::EKS::AccessEntry", + "AWS::EKS::Addon", + "AWS::EKS::Cluster", + "AWS::EKS::FargateProfile", + "AWS::EKS::IdentityProviderConfig", + "AWS::EKS::Nodegroup", + "AWS::EKS::PodIdentityAssociation", + "AWS::EMR::Cluster", + "AWS::EMR::InstanceFleetConfig", + "AWS::EMR::InstanceGroupConfig", + "AWS::EMR::SecurityConfiguration", + "AWS::EMR::Step", + "AWS::EMR::Studio", + "AWS::EMR::StudioSessionMapping", + "AWS::EMRServerless::Application", + "AWS::ElastiCache::CacheCluster", + "AWS::ElastiCache::ParameterGroup", + "AWS::ElastiCache::ReplicationGroup", + "AWS::ElastiCache::SecurityGroup", + "AWS::ElastiCache::SecurityGroupIngress", + "AWS::ElastiCache::ServerlessCache", + "AWS::ElastiCache::SubnetGroup", + "AWS::ElastiCache::User", + "AWS::ElastiCache::UserGroup", + "AWS::ElasticBeanstalk::Application", + "AWS::ElasticBeanstalk::ApplicationVersion", + "AWS::ElasticBeanstalk::ConfigurationTemplate", + "AWS::ElasticBeanstalk::Environment", + "AWS::ElasticLoadBalancing::LoadBalancer", + "AWS::ElasticLoadBalancingV2::Listener", + "AWS::ElasticLoadBalancingV2::ListenerCertificate", + "AWS::ElasticLoadBalancingV2::ListenerRule", + "AWS::ElasticLoadBalancingV2::LoadBalancer", + "AWS::ElasticLoadBalancingV2::TargetGroup", + "AWS::ElasticLoadBalancingV2::TrustStore", + "AWS::ElasticLoadBalancingV2::TrustStoreRevocation", + "AWS::Elasticsearch::Domain", + "AWS::EventSchemas::Discoverer", + "AWS::EventSchemas::Registry", + "AWS::EventSchemas::RegistryPolicy", + "AWS::EventSchemas::Schema", + "AWS::Events::ApiDestination", + "AWS::Events::Archive", + "AWS::Events::Connection", + "AWS::Events::EventBus", + "AWS::Events::EventBusPolicy", + "AWS::Events::Rule", + "AWS::FIS::ExperimentTemplate", + "AWS::FIS::TargetAccountConfiguration", + "AWS::FMS::NotificationChannel", + "AWS::FMS::Policy", + "AWS::FMS::ResourceSet", + "AWS::FSx::DataRepositoryAssociation", + "AWS::FSx::FileSystem", + "AWS::FSx::Snapshot", + "AWS::FSx::StorageVirtualMachine", + "AWS::FSx::Volume", + "AWS::GameLift::Alias", + "AWS::GameLift::Build", + "AWS::GameLift::Fleet", + "AWS::GlobalAccelerator::Accelerator", + "AWS::GlobalAccelerator::CrossAccountAttachment", + "AWS::GlobalAccelerator::EndpointGroup", + "AWS::GlobalAccelerator::Listener", + "AWS::Glue::Classifier", + "AWS::Glue::Connection", + "AWS::Glue::Crawler", + "AWS::Glue::CustomEntityType", + "AWS::Glue::DataCatalogEncryptionSettings", + "AWS::Glue::DataQualityRuleset", + "AWS::Glue::Database", + "AWS::Glue::DevEndpoint", + "AWS::Glue::Job", + "AWS::Glue::MLTransform", + "AWS::Glue::Partition", + "AWS::Glue::Registry", + "AWS::Glue::Schema", + "AWS::Glue::SchemaVersion", + "AWS::Glue::SchemaVersionMetadata", + "AWS::Glue::SecurityConfiguration", + "AWS::Glue::Table", + "AWS::Glue::Trigger", + "AWS::Glue::UsageProfile", + "AWS::Glue::Workflow", + "AWS::GroundStation::Config", + "AWS::GroundStation::DataflowEndpointGroup", + "AWS::GroundStation::MissionProfile", + "AWS::GuardDuty::Detector", + "AWS::GuardDuty::Filter", + "AWS::GuardDuty::IPSet", + "AWS::GuardDuty::MalwareProtectionPlan", + "AWS::GuardDuty::Master", + "AWS::GuardDuty::Member", + "AWS::GuardDuty::ThreatIntelSet", + "AWS::IAM::AccessKey", + "AWS::IAM::Group", + "AWS::IAM::GroupPolicy", + "AWS::IAM::InstanceProfile", + "AWS::IAM::ManagedPolicy", + "AWS::IAM::OIDCProvider", + "AWS::IAM::Policy", + "AWS::IAM::Role", + "AWS::IAM::RolePolicy", + "AWS::IAM::SAMLProvider", + "AWS::IAM::ServerCertificate", + "AWS::IAM::ServiceLinkedRole", + "AWS::IAM::User", + "AWS::IAM::UserPolicy", + "AWS::IAM::UserToGroupAddition", + "AWS::IAM::VirtualMFADevice", + "AWS::IdentityStore::Group", + "AWS::IdentityStore::GroupMembership", + "AWS::ImageBuilder::Component", + "AWS::ImageBuilder::ContainerRecipe", + "AWS::ImageBuilder::DistributionConfiguration", + "AWS::ImageBuilder::Image", + "AWS::ImageBuilder::ImagePipeline", + "AWS::ImageBuilder::ImageRecipe", + "AWS::ImageBuilder::InfrastructureConfiguration", + "AWS::ImageBuilder::LifecyclePolicy", + "AWS::ImageBuilder::Workflow", + "AWS::InspectorV2::CisScanConfiguration", + "AWS::InspectorV2::Filter", + "AWS::InternetMonitor::Monitor", + "AWS::IoT::AccountAuditConfiguration", + "AWS::IoT::Authorizer", + "AWS::IoT::BillingGroup", + "AWS::IoT::CACertificate", + "AWS::IoT::Certificate", + "AWS::IoT::CertificateProvider", + "AWS::IoT::CustomMetric", + "AWS::IoT::Dimension", + "AWS::IoT::DomainConfiguration", + "AWS::IoT::FleetMetric", + "AWS::IoT::JobTemplate", + "AWS::IoT::Logging", + "AWS::IoT::MitigationAction", + "AWS::IoT::Policy", + "AWS::IoT::PolicyPrincipalAttachment", + "AWS::IoT::ProvisioningTemplate", + "AWS::IoT::ResourceSpecificLogging", + "AWS::IoT::RoleAlias", + "AWS::IoT::ScheduledAudit", + "AWS::IoT::SecurityProfile", + "AWS::IoT::SoftwarePackage", + "AWS::IoT::SoftwarePackageVersion", + "AWS::IoT::Thing", + "AWS::IoT::ThingGroup", + "AWS::IoT::ThingPrincipalAttachment", + "AWS::IoT::ThingType", + "AWS::IoT::TopicRule", + "AWS::IoT::TopicRuleDestination", + "AWS::KMS::Alias", + "AWS::KMS::Key", + "AWS::KMS::ReplicaKey", + "AWS::Kinesis::ResourcePolicy", + "AWS::Kinesis::Stream", + "AWS::Kinesis::StreamConsumer", + "AWS::KinesisAnalytics::Application", + "AWS::KinesisAnalytics::ApplicationOutput", + "AWS::KinesisAnalytics::ApplicationReferenceDataSource", + "AWS::KinesisAnalyticsV2::Application", + "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption", + "AWS::KinesisAnalyticsV2::ApplicationOutput", + "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource", + "AWS::KinesisFirehose::DeliveryStream", + "AWS::LakeFormation::DataCellsFilter", + "AWS::LakeFormation::DataLakeSettings", + "AWS::LakeFormation::Permissions", + "AWS::LakeFormation::PrincipalPermissions", + "AWS::LakeFormation::Resource", + "AWS::LakeFormation::Tag", + "AWS::LakeFormation::TagAssociation", + "AWS::Lambda::Alias", + "AWS::Lambda::CodeSigningConfig", + "AWS::Lambda::EventInvokeConfig", + "AWS::Lambda::EventSourceMapping", + "AWS::Lambda::Function", + "AWS::Lambda::LayerVersion", + "AWS::Lambda::LayerVersionPermission", + "AWS::Lambda::Permission", + "AWS::Lambda::Url", + "AWS::Lambda::Version", + "AWS::LaunchWizard::Deployment", + "AWS::Logs::AccountPolicy", + "AWS::Logs::Delivery", + "AWS::Logs::DeliveryDestination", + "AWS::Logs::DeliverySource", + "AWS::Logs::Destination", + "AWS::Logs::LogAnomalyDetector", + "AWS::Logs::LogGroup", + "AWS::Logs::LogStream", + "AWS::Logs::MetricFilter", + "AWS::Logs::QueryDefinition", + "AWS::Logs::ResourcePolicy", + "AWS::Logs::SubscriptionFilter", + "AWS::MSK::BatchScramSecret", + "AWS::MSK::Cluster", + "AWS::MSK::ClusterPolicy", + "AWS::MSK::Configuration", + "AWS::MSK::VpcConnection", + "AWS::MWAA::Environment", + "AWS::Macie::AllowList", + "AWS::Macie::Session", + "AWS::Neptune::DBCluster", + "AWS::Neptune::DBClusterParameterGroup", + "AWS::Neptune::DBInstance", + "AWS::Neptune::DBParameterGroup", + "AWS::Neptune::DBSubnetGroup", + "AWS::Neptune::EventSubscription", + "AWS::NetworkFirewall::Firewall", + "AWS::NetworkFirewall::FirewallPolicy", + "AWS::NetworkFirewall::LoggingConfiguration", + "AWS::NetworkFirewall::RuleGroup", + "AWS::NetworkFirewall::TLSInspectionConfiguration", + "AWS::NetworkManager::ConnectAttachment", + "AWS::NetworkManager::ConnectPeer", + "AWS::NetworkManager::CoreNetwork", + "AWS::NetworkManager::CustomerGatewayAssociation", + "AWS::NetworkManager::Device", + "AWS::NetworkManager::GlobalNetwork", + "AWS::NetworkManager::Link", + "AWS::NetworkManager::LinkAssociation", + "AWS::NetworkManager::Site", + "AWS::NetworkManager::SiteToSiteVpnAttachment", + "AWS::NetworkManager::TransitGatewayPeering", + "AWS::NetworkManager::TransitGatewayRegistration", + "AWS::NetworkManager::TransitGatewayRouteTableAttachment", + "AWS::NetworkManager::VpcAttachment", + "AWS::Oam::Link", + "AWS::Oam::Sink", + "AWS::OpenSearchService::Domain", + "AWS::OpsWorks::App", + "AWS::OpsWorks::ElasticLoadBalancerAttachment", + "AWS::OpsWorks::Instance", + "AWS::OpsWorks::Layer", + "AWS::OpsWorks::Stack", + "AWS::OpsWorks::UserProfile", + "AWS::OpsWorks::Volume", + "AWS::Organizations::Account", + "AWS::Organizations::Organization", + "AWS::Organizations::OrganizationalUnit", + "AWS::Organizations::Policy", + "AWS::Organizations::ResourcePolicy", + "AWS::PCAConnectorAD::Connector", + "AWS::PCAConnectorAD::DirectoryRegistration", + "AWS::PCAConnectorAD::ServicePrincipalName", + "AWS::PCAConnectorAD::Template", + "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry", + "AWS::PCAConnectorSCEP::Challenge", + "AWS::PCAConnectorSCEP::Connector", + "AWS::Pipes::Pipe", + "AWS::RAM::Permission", + "AWS::RAM::ResourceShare", + "AWS::RDS::DBCluster", + "AWS::RDS::DBClusterParameterGroup", + "AWS::RDS::DBInstance", + "AWS::RDS::DBParameterGroup", + "AWS::RDS::DBProxy", + "AWS::RDS::DBProxyEndpoint", + "AWS::RDS::DBProxyTargetGroup", + "AWS::RDS::DBSecurityGroup", + "AWS::RDS::DBSecurityGroupIngress", + "AWS::RDS::DBSubnetGroup", + "AWS::RDS::EventSubscription", + "AWS::RDS::GlobalCluster", + "AWS::RDS::Integration", + "AWS::RDS::OptionGroup", + "AWS::RUM::AppMonitor", + "AWS::Redshift::Cluster", + "AWS::Redshift::ClusterParameterGroup", + "AWS::Redshift::ClusterSecurityGroup", + "AWS::Redshift::ClusterSecurityGroupIngress", + "AWS::Redshift::ClusterSubnetGroup", + "AWS::Redshift::EndpointAccess", + "AWS::Redshift::EndpointAuthorization", + "AWS::Redshift::EventSubscription", + "AWS::Redshift::Integration", + "AWS::Redshift::ScheduledAction", + "AWS::ResilienceHub::App", + "AWS::ResilienceHub::ResiliencyPolicy", + "AWS::ResourceExplorer2::DefaultViewAssociation", + "AWS::ResourceExplorer2::Index", + "AWS::ResourceExplorer2::View", + "AWS::ResourceGroups::Group", + "AWS::RolesAnywhere::CRL", + "AWS::RolesAnywhere::Profile", + "AWS::RolesAnywhere::TrustAnchor", + "AWS::Route53::CidrCollection", + "AWS::Route53::DNSSEC", + "AWS::Route53::HealthCheck", + "AWS::Route53::HostedZone", + "AWS::Route53::KeySigningKey", + "AWS::Route53::RecordSet", + "AWS::Route53::RecordSetGroup", + "AWS::Route53Profiles::Profile", + "AWS::Route53Profiles::ProfileAssociation", + "AWS::Route53Profiles::ProfileResourceAssociation", + "AWS::Route53Resolver::FirewallDomainList", + "AWS::Route53Resolver::FirewallRuleGroup", + "AWS::Route53Resolver::FirewallRuleGroupAssociation", + "AWS::Route53Resolver::OutpostResolver", + "AWS::Route53Resolver::ResolverConfig", + "AWS::Route53Resolver::ResolverDNSSECConfig", + "AWS::Route53Resolver::ResolverEndpoint", + "AWS::Route53Resolver::ResolverQueryLoggingConfig", + "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation", + "AWS::Route53Resolver::ResolverRule", + "AWS::Route53Resolver::ResolverRuleAssociation", + "AWS::S3::AccessGrant", + "AWS::S3::AccessGrantsInstance", + "AWS::S3::AccessGrantsLocation", + "AWS::S3::AccessPoint", + "AWS::S3::Bucket", + "AWS::S3::BucketPolicy", + "AWS::S3ObjectLambda::AccessPoint", + "AWS::S3ObjectLambda::AccessPointPolicy", + "AWS::S3Outposts::AccessPoint", + "AWS::S3Outposts::Bucket", + "AWS::S3Outposts::BucketPolicy", + "AWS::S3Outposts::Endpoint", + "AWS::SDB::Domain", + "AWS::SES::ConfigurationSet", + "AWS::SES::ConfigurationSetEventDestination", + "AWS::SES::ContactList", + "AWS::SES::DedicatedIpPool", + "AWS::SES::EmailIdentity", + "AWS::SES::ReceiptFilter", + "AWS::SES::ReceiptRule", + "AWS::SES::ReceiptRuleSet", + "AWS::SES::Template", + "AWS::SES::VdmAttributes", + "AWS::SNS::Subscription", + "AWS::SNS::Topic", + "AWS::SNS::TopicInlinePolicy", + "AWS::SNS::TopicPolicy", + "AWS::SQS::Queue", + "AWS::SQS::QueueInlinePolicy", + "AWS::SQS::QueuePolicy", + "AWS::SSM::Association", + "AWS::SSM::Document", + "AWS::SSM::MaintenanceWindow", + "AWS::SSM::MaintenanceWindowTarget", + "AWS::SSM::MaintenanceWindowTask", + "AWS::SSM::Parameter", + "AWS::SSM::PatchBaseline", + "AWS::SSO::Application", + "AWS::SSO::ApplicationAssignment", + "AWS::SSO::Assignment", + "AWS::SSO::Instance", + "AWS::SSO::InstanceAccessControlAttributeConfiguration", + "AWS::SSO::PermissionSet", + "AWS::SageMaker::App", + "AWS::SageMaker::AppImageConfig", + "AWS::SageMaker::CodeRepository", + "AWS::SageMaker::DataQualityJobDefinition", + "AWS::SageMaker::Domain", + "AWS::SageMaker::Endpoint", + "AWS::SageMaker::EndpointConfig", + "AWS::SageMaker::FeatureGroup", + "AWS::SageMaker::Image", + "AWS::SageMaker::ImageVersion", + "AWS::SageMaker::InferenceExperiment", + "AWS::SageMaker::MlflowTrackingServer", + "AWS::SageMaker::Model", + "AWS::SageMaker::ModelBiasJobDefinition", + "AWS::SageMaker::ModelCard", + "AWS::SageMaker::ModelExplainabilityJobDefinition", + "AWS::SageMaker::ModelPackage", + "AWS::SageMaker::ModelPackageGroup", + "AWS::SageMaker::ModelQualityJobDefinition", + "AWS::SageMaker::MonitoringSchedule", + "AWS::SageMaker::NotebookInstance", + "AWS::SageMaker::NotebookInstanceLifecycleConfig", + "AWS::SageMaker::Pipeline", + "AWS::SageMaker::Project", + "AWS::SageMaker::Space", + "AWS::SageMaker::StudioLifecycleConfig", + "AWS::SageMaker::UserProfile", + "AWS::SageMaker::Workteam", + "AWS::Scheduler::Schedule", + "AWS::Scheduler::ScheduleGroup", + "AWS::SecretsManager::ResourcePolicy", + "AWS::SecretsManager::RotationSchedule", + "AWS::SecretsManager::Secret", + "AWS::SecretsManager::SecretTargetAttachment", + "AWS::SecurityHub::AutomationRule", + "AWS::SecurityHub::DelegatedAdmin", + "AWS::SecurityHub::Hub", + "AWS::SecurityHub::Insight", + "AWS::SecurityHub::OrganizationConfiguration", + "AWS::SecurityHub::ProductSubscription", + "AWS::SecurityHub::SecurityControl", + "AWS::SecurityHub::Standard", + "AWS::ServiceCatalog::AcceptedPortfolioShare", + "AWS::ServiceCatalog::CloudFormationProduct", + "AWS::ServiceCatalog::CloudFormationProvisionedProduct", + "AWS::ServiceCatalog::LaunchNotificationConstraint", + "AWS::ServiceCatalog::LaunchRoleConstraint", + "AWS::ServiceCatalog::LaunchTemplateConstraint", + "AWS::ServiceCatalog::Portfolio", + "AWS::ServiceCatalog::PortfolioPrincipalAssociation", + "AWS::ServiceCatalog::PortfolioProductAssociation", + "AWS::ServiceCatalog::PortfolioShare", + "AWS::ServiceCatalog::ResourceUpdateConstraint", + "AWS::ServiceCatalog::ServiceAction", + "AWS::ServiceCatalog::ServiceActionAssociation", + "AWS::ServiceCatalog::StackSetConstraint", + "AWS::ServiceCatalog::TagOption", + "AWS::ServiceCatalog::TagOptionAssociation", + "AWS::ServiceCatalogAppRegistry::Application", + "AWS::ServiceCatalogAppRegistry::AttributeGroup", + "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation", + "AWS::ServiceCatalogAppRegistry::ResourceAssociation", + "AWS::ServiceDiscovery::HttpNamespace", + "AWS::ServiceDiscovery::Instance", + "AWS::ServiceDiscovery::PrivateDnsNamespace", + "AWS::ServiceDiscovery::PublicDnsNamespace", + "AWS::ServiceDiscovery::Service", + "AWS::Shield::DRTAccess", + "AWS::Shield::ProactiveEngagement", + "AWS::Shield::Protection", + "AWS::Shield::ProtectionGroup", + "AWS::Signer::ProfilePermission", + "AWS::Signer::SigningProfile", + "AWS::StepFunctions::Activity", + "AWS::StepFunctions::StateMachine", + "AWS::StepFunctions::StateMachineAlias", + "AWS::StepFunctions::StateMachineVersion", + "AWS::Synthetics::Canary", + "AWS::SystemsManagerSAP::Application", + "AWS::Transfer::Agreement", + "AWS::Transfer::Certificate", + "AWS::Transfer::Connector", + "AWS::Transfer::Profile", + "AWS::Transfer::Server", + "AWS::Transfer::User", + "AWS::Transfer::Workflow", + "AWS::VerifiedPermissions::IdentitySource", + "AWS::VerifiedPermissions::Policy", + "AWS::VerifiedPermissions::PolicyStore", + "AWS::VerifiedPermissions::PolicyTemplate", + "AWS::VpcLattice::AccessLogSubscription", + "AWS::VpcLattice::AuthPolicy", + "AWS::VpcLattice::Listener", + "AWS::VpcLattice::ResourcePolicy", + "AWS::VpcLattice::Rule", + "AWS::VpcLattice::Service", + "AWS::VpcLattice::ServiceNetwork", + "AWS::VpcLattice::ServiceNetworkServiceAssociation", + "AWS::VpcLattice::ServiceNetworkVpcAssociation", + "AWS::VpcLattice::TargetGroup", + "AWS::WAF::ByteMatchSet", + "AWS::WAF::IPSet", + "AWS::WAF::Rule", + "AWS::WAF::SizeConstraintSet", + "AWS::WAF::SqlInjectionMatchSet", + "AWS::WAF::WebACL", + "AWS::WAF::XssMatchSet", + "AWS::WAFRegional::ByteMatchSet", + "AWS::WAFRegional::GeoMatchSet", + "AWS::WAFRegional::IPSet", + "AWS::WAFRegional::RateBasedRule", + "AWS::WAFRegional::RegexPatternSet", + "AWS::WAFRegional::Rule", + "AWS::WAFRegional::SizeConstraintSet", + "AWS::WAFRegional::SqlInjectionMatchSet", + "AWS::WAFRegional::WebACL", + "AWS::WAFRegional::WebACLAssociation", + "AWS::WAFRegional::XssMatchSet", + "AWS::WAFv2::IPSet", + "AWS::WAFv2::LoggingConfiguration", + "AWS::WAFv2::RegexPatternSet", + "AWS::WAFv2::RuleGroup", + "AWS::WAFv2::WebACL", + "AWS::WAFv2::WebACLAssociation", + "AWS::WorkSpaces::Workspace", + "AWS::XRay::Group", + "AWS::XRay::ResourcePolicy", + "AWS::XRay::SamplingRule", + "Module", +] + +# pylint: disable=too-many-lines +cached: list[str] = [ + "Module", + "aws-accessanalyzer-analyzer.json", + "aws-acmpca-certificate.json", + "aws-acmpca-certificateauthority.json", + "aws-acmpca-certificateauthorityactivation.json", + "aws-acmpca-permission.json", + "aws-amazonmq-broker.json", + "aws-amazonmq-configuration.json", + "aws-amplify-app.json", + "aws-amplify-branch.json", + "aws-amplify-domain.json", + "aws-amplifyuibuilder-component.json", + "aws-amplifyuibuilder-form.json", + "aws-amplifyuibuilder-theme.json", + "aws-apigateway-account.json", + "aws-apigateway-apikey.json", + "aws-apigateway-authorizer.json", + "aws-apigateway-basepathmapping.json", + "aws-apigateway-clientcertificate.json", + "aws-apigateway-deployment.json", + "aws-apigateway-documentationpart.json", + "aws-apigateway-documentationversion.json", + "aws-apigateway-domainname.json", + "aws-apigateway-gatewayresponse.json", + "aws-apigateway-method.json", + "aws-apigateway-model.json", + "aws-apigateway-requestvalidator.json", + "aws-apigateway-resource.json", + "aws-apigateway-restapi.json", + "aws-apigateway-stage.json", + "aws-apigateway-usageplan.json", + "aws-apigateway-usageplankey.json", + "aws-apigateway-vpclink.json", + "aws-apigatewayv2-api.json", + "aws-apigatewayv2-apigatewaymanagedoverrides.json", + "aws-apigatewayv2-apimapping.json", + "aws-apigatewayv2-authorizer.json", + "aws-apigatewayv2-deployment.json", + "aws-apigatewayv2-domainname.json", + "aws-apigatewayv2-integration.json", + "aws-apigatewayv2-integrationresponse.json", + "aws-apigatewayv2-model.json", + "aws-apigatewayv2-route.json", + "aws-apigatewayv2-routeresponse.json", + "aws-apigatewayv2-stage.json", + "aws-apigatewayv2-vpclink.json", + "aws-appconfig-application.json", + "aws-appconfig-configurationprofile.json", + "aws-appconfig-deployment.json", + "aws-appconfig-deploymentstrategy.json", + "aws-appconfig-environment.json", + "aws-appconfig-extension.json", + "aws-appconfig-extensionassociation.json", + "aws-appconfig-hostedconfigurationversion.json", + "aws-applicationautoscaling-scalabletarget.json", + "aws-applicationautoscaling-scalingpolicy.json", + "aws-applicationinsights-application.json", + "aws-applicationsignals-servicelevelobjective.json", + "aws-appmesh-gatewayroute.json", + "aws-appmesh-mesh.json", + "aws-appmesh-route.json", + "aws-appmesh-virtualgateway.json", + "aws-appmesh-virtualnode.json", + "aws-appmesh-virtualrouter.json", + "aws-appmesh-virtualservice.json", + "aws-appsync-api.json", + "aws-appsync-apicache.json", + "aws-appsync-apikey.json", + "aws-appsync-channelnamespace.json", + "aws-appsync-datasource.json", + "aws-appsync-domainname.json", + "aws-appsync-domainnameapiassociation.json", + "aws-appsync-functionconfiguration.json", + "aws-appsync-graphqlschema.json", + "aws-appsync-resolver.json", + "aws-appsync-sourceapiassociation.json", + "aws-arczonalshift-autoshiftobservernotificationstatus.json", + "aws-arczonalshift-zonalautoshiftconfiguration.json", + "aws-athena-datacatalog.json", + "aws-athena-namedquery.json", + "aws-athena-preparedstatement.json", + "aws-athena-workgroup.json", + "aws-autoscaling-autoscalinggroup.json", + "aws-autoscaling-launchconfiguration.json", + "aws-autoscaling-lifecyclehook.json", + "aws-autoscaling-scalingpolicy.json", + "aws-autoscaling-scheduledaction.json", + "aws-autoscaling-warmpool.json", + "aws-backup-backupplan.json", + "aws-backup-backupselection.json", + "aws-backup-backupvault.json", + "aws-backup-framework.json", + "aws-backup-logicallyairgappedbackupvault.json", + "aws-backup-reportplan.json", + "aws-backup-restoretestingplan.json", + "aws-backup-restoretestingselection.json", + "aws-backupgateway-hypervisor.json", + "aws-batch-computeenvironment.json", + "aws-batch-jobdefinition.json", + "aws-batch-jobqueue.json", + "aws-batch-schedulingpolicy.json", + "aws-cassandra-keyspace.json", + "aws-cassandra-table.json", + "aws-ce-anomalymonitor.json", + "aws-ce-anomalysubscription.json", + "aws-ce-costcategory.json", + "aws-certificatemanager-account.json", + "aws-certificatemanager-certificate.json", + "aws-chatbot-microsoftteamschannelconfiguration.json", + "aws-chatbot-slackchannelconfiguration.json", + "aws-cloud9-environmentec2.json", + "aws-cloudformation-customresource.json", + "aws-cloudformation-hookdefaultversion.json", + "aws-cloudformation-hooktypeconfig.json", + "aws-cloudformation-hookversion.json", + "aws-cloudformation-macro.json", + "aws-cloudformation-moduledefaultversion.json", + "aws-cloudformation-moduleversion.json", + "aws-cloudformation-publictypeversion.json", + "aws-cloudformation-publisher.json", + "aws-cloudformation-resourcedefaultversion.json", + "aws-cloudformation-resourceversion.json", + "aws-cloudformation-stack.json", + "aws-cloudformation-stackset.json", + "aws-cloudformation-typeactivation.json", + "aws-cloudformation-waitcondition.json", + "aws-cloudformation-waitconditionhandle.json", + "aws-cloudfront-cachepolicy.json", + "aws-cloudfront-cloudfrontoriginaccessidentity.json", + "aws-cloudfront-continuousdeploymentpolicy.json", + "aws-cloudfront-distribution.json", + "aws-cloudfront-function.json", + "aws-cloudfront-keygroup.json", + "aws-cloudfront-keyvaluestore.json", + "aws-cloudfront-monitoringsubscription.json", + "aws-cloudfront-originaccesscontrol.json", + "aws-cloudfront-originrequestpolicy.json", + "aws-cloudfront-publickey.json", + "aws-cloudfront-realtimelogconfig.json", + "aws-cloudfront-responseheaderspolicy.json", + "aws-cloudtrail-channel.json", + "aws-cloudtrail-eventdatastore.json", + "aws-cloudtrail-resourcepolicy.json", + "aws-cloudtrail-trail.json", + "aws-cloudwatch-alarm.json", + "aws-cloudwatch-anomalydetector.json", + "aws-cloudwatch-compositealarm.json", + "aws-cloudwatch-dashboard.json", + "aws-cloudwatch-insightrule.json", + "aws-cloudwatch-metricstream.json", + "aws-codebuild-project.json", + "aws-codebuild-reportgroup.json", + "aws-codebuild-sourcecredential.json", + "aws-codecommit-repository.json", + "aws-codedeploy-application.json", + "aws-codedeploy-deploymentconfig.json", + "aws-codedeploy-deploymentgroup.json", + "aws-codepipeline-pipeline.json", + "aws-codestarnotifications-notificationrule.json", + "aws-cognito-identitypool.json", + "aws-cognito-identitypoolprincipaltag.json", + "aws-cognito-identitypoolroleattachment.json", + "aws-cognito-logdeliveryconfiguration.json", + "aws-cognito-userpool.json", + "aws-cognito-userpoolclient.json", + "aws-cognito-userpooldomain.json", + "aws-cognito-userpoolgroup.json", + "aws-cognito-userpoolidentityprovider.json", + "aws-cognito-userpoolresourceserver.json", + "aws-cognito-userpoolriskconfigurationattachment.json", + "aws-cognito-userpooluicustomizationattachment.json", + "aws-cognito-userpooluser.json", + "aws-cognito-userpoolusertogroupattachment.json", + "aws-config-aggregationauthorization.json", + "aws-config-configrule.json", + "aws-config-configurationaggregator.json", + "aws-config-configurationrecorder.json", + "aws-config-conformancepack.json", + "aws-config-deliverychannel.json", + "aws-config-organizationconfigrule.json", + "aws-config-organizationconformancepack.json", + "aws-config-remediationconfiguration.json", + "aws-config-storedquery.json", + "aws-controltower-enabledbaseline.json", + "aws-controltower-enabledcontrol.json", + "aws-controltower-landingzone.json", + "aws-datasync-agent.json", + "aws-datasync-locationazureblob.json", + "aws-datasync-locationefs.json", + "aws-datasync-locationfsxlustre.json", + "aws-datasync-locationfsxontap.json", + "aws-datasync-locationfsxwindows.json", + "aws-datasync-locationhdfs.json", + "aws-datasync-locationnfs.json", + "aws-datasync-locationobjectstorage.json", + "aws-datasync-locations3.json", + "aws-datasync-locationsmb.json", + "aws-datasync-storagesystem.json", + "aws-datasync-task.json", + "aws-detective-graph.json", + "aws-detective-memberinvitation.json", + "aws-detective-organizationadmin.json", + "aws-directoryservice-microsoftad.json", + "aws-dlm-lifecyclepolicy.json", + "aws-dms-certificate.json", + "aws-dms-datamigration.json", + "aws-dms-dataprovider.json", + "aws-dms-endpoint.json", + "aws-dms-eventsubscription.json", + "aws-dms-instanceprofile.json", + "aws-dms-migrationproject.json", + "aws-dms-replicationconfig.json", + "aws-dms-replicationinstance.json", + "aws-dms-replicationsubnetgroup.json", + "aws-dms-replicationtask.json", + "aws-dynamodb-globaltable.json", + "aws-dynamodb-table.json", + "aws-ec2-capacityreservation.json", + "aws-ec2-capacityreservationfleet.json", + "aws-ec2-clientvpnendpoint.json", + "aws-ec2-clientvpnroute.json", + "aws-ec2-clientvpntargetnetworkassociation.json", + "aws-ec2-customergateway.json", + "aws-ec2-dhcpoptions.json", + "aws-ec2-ec2fleet.json", + "aws-ec2-egressonlyinternetgateway.json", + "aws-ec2-eip.json", + "aws-ec2-eipassociation.json", + "aws-ec2-enclavecertificateiamroleassociation.json", + "aws-ec2-flowlog.json", + "aws-ec2-gatewayroutetableassociation.json", + "aws-ec2-host.json", + "aws-ec2-instance.json", + "aws-ec2-instanceconnectendpoint.json", + "aws-ec2-internetgateway.json", + "aws-ec2-ipam.json", + "aws-ec2-ipamallocation.json", + "aws-ec2-ipampool.json", + "aws-ec2-ipampoolcidr.json", + "aws-ec2-ipamresourcediscovery.json", + "aws-ec2-ipamresourcediscoveryassociation.json", + "aws-ec2-ipamscope.json", + "aws-ec2-keypair.json", + "aws-ec2-localgatewayroute.json", + "aws-ec2-localgatewayroutetable.json", + "aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.json", + "aws-ec2-localgatewayroutetablevpcassociation.json", + "aws-ec2-natgateway.json", + "aws-ec2-networkacl.json", + "aws-ec2-networkaclentry.json", + "aws-ec2-networkinsightsaccessscope.json", + "aws-ec2-networkinsightsaccessscopeanalysis.json", + "aws-ec2-networkinsightsanalysis.json", + "aws-ec2-networkinsightspath.json", + "aws-ec2-networkinterfaceattachment.json", + "aws-ec2-networkinterfacepermission.json", + "aws-ec2-networkperformancemetricsubscription.json", + "aws-ec2-placementgroup.json", + "aws-ec2-prefixlist.json", + "aws-ec2-route.json", + "aws-ec2-routetable.json", + "aws-ec2-securitygroup.json", + "aws-ec2-securitygroupegress.json", + "aws-ec2-securitygroupingress.json", + "aws-ec2-snapshotblockpublicaccess.json", + "aws-ec2-spotfleet.json", + "aws-ec2-subnet.json", + "aws-ec2-subnetcidrblock.json", + "aws-ec2-subnetnetworkaclassociation.json", + "aws-ec2-subnetroutetableassociation.json", + "aws-ec2-trafficmirrorfilter.json", + "aws-ec2-trafficmirrorfilterrule.json", + "aws-ec2-trafficmirrortarget.json", + "aws-ec2-transitgateway.json", + "aws-ec2-transitgatewayattachment.json", + "aws-ec2-transitgatewayconnect.json", + "aws-ec2-transitgatewaymulticastdomain.json", + "aws-ec2-transitgatewaymulticastdomainassociation.json", + "aws-ec2-transitgatewaymulticastgroupmember.json", + "aws-ec2-transitgatewaymulticastgroupsource.json", + "aws-ec2-transitgatewaypeeringattachment.json", + "aws-ec2-transitgatewayroute.json", + "aws-ec2-transitgatewayroutetable.json", + "aws-ec2-transitgatewayroutetableassociation.json", + "aws-ec2-transitgatewayroutetablepropagation.json", + "aws-ec2-transitgatewayvpcattachment.json", + "aws-ec2-volume.json", + "aws-ec2-volumeattachment.json", + "aws-ec2-vpc.json", + "aws-ec2-vpccidrblock.json", + "aws-ec2-vpcdhcpoptionsassociation.json", + "aws-ec2-vpcendpoint.json", + "aws-ec2-vpcendpointconnectionnotification.json", + "aws-ec2-vpcendpointservice.json", + "aws-ec2-vpcendpointservicepermissions.json", + "aws-ec2-vpcgatewayattachment.json", + "aws-ec2-vpcpeeringconnection.json", + "aws-ec2-vpnconnectionroute.json", + "aws-ec2-vpngateway.json", + "aws-ec2-vpngatewayroutepropagation.json", + "aws-ecr-pullthroughcacherule.json", + "aws-ecr-registrypolicy.json", + "aws-ecr-replicationconfiguration.json", + "aws-ecr-repository.json", + "aws-ecr-repositorycreationtemplate.json", + "aws-ecs-capacityprovider.json", + "aws-ecs-cluster.json", + "aws-ecs-clustercapacityproviderassociations.json", + "aws-ecs-primarytaskset.json", + "aws-ecs-service.json", + "aws-ecs-taskdefinition.json", + "aws-ecs-taskset.json", + "aws-efs-mounttarget.json", + "aws-eks-accessentry.json", + "aws-eks-addon.json", + "aws-eks-cluster.json", + "aws-eks-fargateprofile.json", + "aws-eks-identityproviderconfig.json", + "aws-eks-nodegroup.json", + "aws-eks-podidentityassociation.json", + "aws-elasticache-cachecluster.json", + "aws-elasticache-parametergroup.json", + "aws-elasticache-replicationgroup.json", + "aws-elasticache-securitygroup.json", + "aws-elasticache-securitygroupingress.json", + "aws-elasticache-serverlesscache.json", + "aws-elasticache-subnetgroup.json", + "aws-elasticache-user.json", + "aws-elasticache-usergroup.json", + "aws-elasticbeanstalk-application.json", + "aws-elasticbeanstalk-applicationversion.json", + "aws-elasticbeanstalk-configurationtemplate.json", + "aws-elasticbeanstalk-environment.json", + "aws-elasticloadbalancing-loadbalancer.json", + "aws-elasticloadbalancingv2-listener.json", + "aws-elasticloadbalancingv2-listenercertificate.json", + "aws-elasticloadbalancingv2-listenerrule.json", + "aws-elasticloadbalancingv2-targetgroup.json", + "aws-elasticloadbalancingv2-truststore.json", + "aws-elasticloadbalancingv2-truststorerevocation.json", + "aws-elasticsearch-domain.json", + "aws-emr-cluster.json", + "aws-emr-instancefleetconfig.json", + "aws-emr-instancegroupconfig.json", + "aws-emr-securityconfiguration.json", + "aws-emr-step.json", + "aws-emr-studio.json", + "aws-emr-studiosessionmapping.json", + "aws-emrserverless-application.json", + "aws-events-apidestination.json", + "aws-events-archive.json", + "aws-events-eventbus.json", + "aws-events-eventbuspolicy.json", + "aws-events-rule.json", + "aws-eventschemas-discoverer.json", + "aws-eventschemas-registry.json", + "aws-eventschemas-registrypolicy.json", + "aws-eventschemas-schema.json", + "aws-fis-experimenttemplate.json", + "aws-fis-targetaccountconfiguration.json", + "aws-fms-notificationchannel.json", + "aws-fms-policy.json", + "aws-fms-resourceset.json", + "aws-fsx-datarepositoryassociation.json", + "aws-fsx-filesystem.json", + "aws-fsx-snapshot.json", + "aws-fsx-storagevirtualmachine.json", + "aws-fsx-volume.json", + "aws-globalaccelerator-accelerator.json", + "aws-globalaccelerator-crossaccountattachment.json", + "aws-globalaccelerator-endpointgroup.json", + "aws-globalaccelerator-listener.json", + "aws-glue-classifier.json", + "aws-glue-connection.json", + "aws-glue-crawler.json", + "aws-glue-customentitytype.json", + "aws-glue-database.json", + "aws-glue-datacatalogencryptionsettings.json", + "aws-glue-dataqualityruleset.json", + "aws-glue-devendpoint.json", + "aws-glue-job.json", + "aws-glue-mltransform.json", + "aws-glue-partition.json", + "aws-glue-registry.json", + "aws-glue-schema.json", + "aws-glue-schemaversion.json", + "aws-glue-schemaversionmetadata.json", + "aws-glue-securityconfiguration.json", + "aws-glue-table.json", + "aws-glue-trigger.json", + "aws-glue-usageprofile.json", + "aws-glue-workflow.json", + "aws-groundstation-config.json", + "aws-groundstation-dataflowendpointgroup.json", + "aws-groundstation-missionprofile.json", + "aws-guardduty-detector.json", + "aws-guardduty-filter.json", + "aws-guardduty-ipset.json", + "aws-guardduty-malwareprotectionplan.json", + "aws-guardduty-master.json", + "aws-guardduty-member.json", + "aws-guardduty-threatintelset.json", + "aws-iam-accesskey.json", + "aws-iam-group.json", + "aws-iam-grouppolicy.json", + "aws-iam-instanceprofile.json", + "aws-iam-oidcprovider.json", + "aws-iam-policy.json", + "aws-iam-role.json", + "aws-iam-rolepolicy.json", + "aws-iam-samlprovider.json", + "aws-iam-servercertificate.json", + "aws-iam-servicelinkedrole.json", + "aws-iam-user.json", + "aws-iam-userpolicy.json", + "aws-iam-usertogroupaddition.json", + "aws-iam-virtualmfadevice.json", + "aws-identitystore-group.json", + "aws-identitystore-groupmembership.json", + "aws-imagebuilder-component.json", + "aws-imagebuilder-containerrecipe.json", + "aws-imagebuilder-distributionconfiguration.json", + "aws-imagebuilder-image.json", + "aws-imagebuilder-imagepipeline.json", + "aws-imagebuilder-imagerecipe.json", + "aws-imagebuilder-infrastructureconfiguration.json", + "aws-imagebuilder-lifecyclepolicy.json", + "aws-imagebuilder-workflow.json", + "aws-inspectorv2-cisscanconfiguration.json", + "aws-inspectorv2-filter.json", + "aws-internetmonitor-monitor.json", + "aws-iot-accountauditconfiguration.json", + "aws-iot-authorizer.json", + "aws-iot-billinggroup.json", + "aws-iot-cacertificate.json", + "aws-iot-certificate.json", + "aws-iot-certificateprovider.json", + "aws-iot-custommetric.json", + "aws-iot-dimension.json", + "aws-iot-domainconfiguration.json", + "aws-iot-fleetmetric.json", + "aws-iot-jobtemplate.json", + "aws-iot-logging.json", + "aws-iot-mitigationaction.json", + "aws-iot-policy.json", + "aws-iot-policyprincipalattachment.json", + "aws-iot-provisioningtemplate.json", + "aws-iot-resourcespecificlogging.json", + "aws-iot-rolealias.json", + "aws-iot-scheduledaudit.json", + "aws-iot-securityprofile.json", + "aws-iot-softwarepackage.json", + "aws-iot-softwarepackageversion.json", + "aws-iot-thing.json", + "aws-iot-thinggroup.json", + "aws-iot-thingprincipalattachment.json", + "aws-iot-thingtype.json", + "aws-iot-topicrule.json", + "aws-iot-topicruledestination.json", + "aws-kinesis-resourcepolicy.json", + "aws-kinesis-stream.json", + "aws-kinesisanalytics-applicationoutput.json", + "aws-kinesisanalyticsv2-application.json", + "aws-kinesisanalyticsv2-applicationoutput.json", + "aws-kinesisfirehose-deliverystream.json", + "aws-kms-alias.json", + "aws-kms-key.json", + "aws-kms-replicakey.json", + "aws-lakeformation-datacellsfilter.json", + "aws-lakeformation-datalakesettings.json", + "aws-lakeformation-permissions.json", + "aws-lakeformation-principalpermissions.json", + "aws-lakeformation-resource.json", + "aws-lakeformation-tag.json", + "aws-lakeformation-tagassociation.json", + "aws-lambda-alias.json", + "aws-lambda-codesigningconfig.json", + "aws-lambda-eventinvokeconfig.json", + "aws-lambda-eventsourcemapping.json", + "aws-lambda-function.json", + "aws-lambda-layerversion.json", + "aws-lambda-layerversionpermission.json", + "aws-lambda-permission.json", + "aws-lambda-url.json", + "aws-launchwizard-deployment.json", + "aws-logs-accountpolicy.json", + "aws-logs-deliverysource.json", + "aws-logs-destination.json", + "aws-logs-loganomalydetector.json", + "aws-logs-loggroup.json", + "aws-logs-logstream.json", + "aws-logs-metricfilter.json", + "aws-logs-querydefinition.json", + "aws-logs-resourcepolicy.json", + "aws-logs-subscriptionfilter.json", + "aws-macie-allowlist.json", + "aws-macie-session.json", + "aws-msk-batchscramsecret.json", + "aws-msk-cluster.json", + "aws-msk-clusterpolicy.json", + "aws-msk-configuration.json", + "aws-msk-vpcconnection.json", + "aws-mwaa-environment.json", + "aws-neptune-dbcluster.json", + "aws-neptune-dbclusterparametergroup.json", + "aws-neptune-dbinstance.json", + "aws-neptune-dbparametergroup.json", + "aws-neptune-dbsubnetgroup.json", + "aws-neptune-eventsubscription.json", + "aws-networkfirewall-firewall.json", + "aws-networkfirewall-firewallpolicy.json", + "aws-networkfirewall-loggingconfiguration.json", + "aws-networkfirewall-rulegroup.json", + "aws-networkfirewall-tlsinspectionconfiguration.json", + "aws-networkmanager-connectattachment.json", + "aws-networkmanager-connectpeer.json", + "aws-networkmanager-corenetwork.json", + "aws-networkmanager-customergatewayassociation.json", + "aws-networkmanager-device.json", + "aws-networkmanager-globalnetwork.json", + "aws-networkmanager-link.json", + "aws-networkmanager-linkassociation.json", + "aws-networkmanager-site.json", + "aws-networkmanager-sitetositevpnattachment.json", + "aws-networkmanager-transitgatewaypeering.json", + "aws-networkmanager-transitgatewayregistration.json", + "aws-networkmanager-transitgatewayroutetableattachment.json", + "aws-networkmanager-vpcattachment.json", + "aws-oam-link.json", + "aws-oam-sink.json", + "aws-opsworks-app.json", + "aws-opsworks-elasticloadbalancerattachment.json", + "aws-opsworks-instance.json", + "aws-opsworks-layer.json", + "aws-opsworks-stack.json", + "aws-opsworks-userprofile.json", + "aws-opsworks-volume.json", + "aws-organizations-account.json", + "aws-organizations-organization.json", + "aws-organizations-organizationalunit.json", + "aws-organizations-policy.json", + "aws-organizations-resourcepolicy.json", + "aws-pcaconnectorad-serviceprincipalname.json", + "aws-pcaconnectorad-templategroupaccesscontrolentry.json", + "aws-pcaconnectorscep-challenge.json", + "aws-pcaconnectorscep-connector.json", + "aws-pipes-pipe.json", + "aws-ram-permission.json", + "aws-ram-resourceshare.json", + "aws-rds-dbcluster.json", + "aws-rds-dbclusterparametergroup.json", + "aws-rds-dbinstance.json", + "aws-rds-dbparametergroup.json", + "aws-rds-dbproxy.json", + "aws-rds-dbproxyendpoint.json", + "aws-rds-dbproxytargetgroup.json", + "aws-rds-dbsecuritygroup.json", + "aws-rds-dbsecuritygroupingress.json", + "aws-rds-dbsubnetgroup.json", + "aws-rds-eventsubscription.json", + "aws-rds-globalcluster.json", + "aws-rds-integration.json", + "aws-rds-optiongroup.json", + "aws-redshift-cluster.json", + "aws-redshift-clusterparametergroup.json", + "aws-redshift-clustersecuritygroup.json", + "aws-redshift-clustersecuritygroupingress.json", + "aws-redshift-clustersubnetgroup.json", + "aws-redshift-endpointaccess.json", + "aws-redshift-endpointauthorization.json", + "aws-redshift-eventsubscription.json", + "aws-redshift-integration.json", + "aws-redshift-scheduledaction.json", + "aws-resiliencehub-app.json", + "aws-resiliencehub-resiliencypolicy.json", + "aws-resourceexplorer2-defaultviewassociation.json", + "aws-resourceexplorer2-index.json", + "aws-resourceexplorer2-view.json", + "aws-resourcegroups-group.json", + "aws-rolesanywhere-crl.json", + "aws-rolesanywhere-profile.json", + "aws-rolesanywhere-trustanchor.json", + "aws-route53-cidrcollection.json", + "aws-route53-dnssec.json", + "aws-route53-healthcheck.json", + "aws-route53-hostedzone.json", + "aws-route53-keysigningkey.json", + "aws-route53-recordset.json", + "aws-route53-recordsetgroup.json", + "aws-route53profiles-profile.json", + "aws-route53profiles-profileassociation.json", + "aws-route53profiles-profileresourceassociation.json", + "aws-route53resolver-firewalldomainlist.json", + "aws-route53resolver-firewallrulegroup.json", + "aws-route53resolver-firewallrulegroupassociation.json", + "aws-route53resolver-outpostresolver.json", + "aws-route53resolver-resolverconfig.json", + "aws-route53resolver-resolverdnssecconfig.json", + "aws-route53resolver-resolverendpoint.json", + "aws-route53resolver-resolverqueryloggingconfig.json", + "aws-route53resolver-resolverqueryloggingconfigassociation.json", + "aws-route53resolver-resolverrule.json", + "aws-route53resolver-resolverruleassociation.json", + "aws-rum-appmonitor.json", + "aws-s3-accessgrant.json", + "aws-s3-accessgrantsinstance.json", + "aws-s3-accessgrantslocation.json", + "aws-s3-accesspoint.json", + "aws-s3-bucket.json", + "aws-s3-bucketpolicy.json", + "aws-s3objectlambda-accesspoint.json", + "aws-s3objectlambda-accesspointpolicy.json", + "aws-s3outposts-accesspoint.json", + "aws-s3outposts-bucket.json", + "aws-s3outposts-bucketpolicy.json", + "aws-s3outposts-endpoint.json", + "aws-sagemaker-app.json", + "aws-sagemaker-appimageconfig.json", + "aws-sagemaker-coderepository.json", + "aws-sagemaker-dataqualityjobdefinition.json", + "aws-sagemaker-domain.json", + "aws-sagemaker-endpointconfig.json", + "aws-sagemaker-featuregroup.json", + "aws-sagemaker-image.json", + "aws-sagemaker-imageversion.json", + "aws-sagemaker-inferenceexperiment.json", + "aws-sagemaker-mlflowtrackingserver.json", + "aws-sagemaker-model.json", + "aws-sagemaker-modelbiasjobdefinition.json", + "aws-sagemaker-modelcard.json", + "aws-sagemaker-modelexplainabilityjobdefinition.json", + "aws-sagemaker-modelpackage.json", + "aws-sagemaker-modelpackagegroup.json", + "aws-sagemaker-modelqualityjobdefinition.json", + "aws-sagemaker-monitoringschedule.json", + "aws-sagemaker-notebookinstance.json", + "aws-sagemaker-notebookinstancelifecycleconfig.json", + "aws-sagemaker-pipeline.json", + "aws-sagemaker-project.json", + "aws-sagemaker-space.json", + "aws-sagemaker-studiolifecycleconfig.json", + "aws-sagemaker-userprofile.json", + "aws-sagemaker-workteam.json", + "aws-scheduler-schedule.json", + "aws-scheduler-schedulegroup.json", + "aws-sdb-domain.json", + "aws-secretsmanager-resourcepolicy.json", + "aws-secretsmanager-rotationschedule.json", + "aws-secretsmanager-secret.json", + "aws-secretsmanager-secrettargetattachment.json", + "aws-securityhub-automationrule.json", + "aws-securityhub-delegatedadmin.json", + "aws-securityhub-hub.json", + "aws-securityhub-insight.json", + "aws-securityhub-organizationconfiguration.json", + "aws-securityhub-productsubscription.json", + "aws-securityhub-securitycontrol.json", + "aws-securityhub-standard.json", + "aws-servicecatalog-cloudformationproduct.json", + "aws-servicecatalog-cloudformationprovisionedproduct.json", + "aws-servicecatalog-launchnotificationconstraint.json", + "aws-servicecatalog-launchroleconstraint.json", + "aws-servicecatalog-launchtemplateconstraint.json", + "aws-servicecatalog-portfolioshare.json", + "aws-servicecatalog-resourceupdateconstraint.json", + "aws-servicecatalog-serviceaction.json", + "aws-servicecatalog-serviceactionassociation.json", + "aws-servicecatalog-stacksetconstraint.json", + "aws-servicecatalog-tagoption.json", + "aws-servicecatalogappregistry-application.json", + "aws-servicecatalogappregistry-attributegroup.json", + "aws-servicecatalogappregistry-attributegroupassociation.json", + "aws-servicecatalogappregistry-resourceassociation.json", + "aws-servicediscovery-httpnamespace.json", + "aws-servicediscovery-instance.json", + "aws-servicediscovery-privatednsnamespace.json", + "aws-servicediscovery-publicdnsnamespace.json", + "aws-servicediscovery-service.json", + "aws-ses-configurationset.json", + "aws-ses-configurationseteventdestination.json", + "aws-ses-contactlist.json", + "aws-ses-dedicatedippool.json", + "aws-ses-emailidentity.json", + "aws-ses-receiptfilter.json", + "aws-ses-receiptrule.json", + "aws-ses-receiptruleset.json", + "aws-ses-template.json", + "aws-ses-vdmattributes.json", + "aws-shield-drtaccess.json", + "aws-shield-proactiveengagement.json", + "aws-shield-protection.json", + "aws-shield-protectiongroup.json", + "aws-signer-profilepermission.json", + "aws-signer-signingprofile.json", + "aws-sns-subscription.json", + "aws-sns-topic.json", + "aws-sns-topicinlinepolicy.json", + "aws-sns-topicpolicy.json", + "aws-sqs-queue.json", + "aws-sqs-queueinlinepolicy.json", + "aws-sqs-queuepolicy.json", + "aws-ssm-association.json", + "aws-ssm-document.json", + "aws-ssm-maintenancewindow.json", + "aws-ssm-maintenancewindowtarget.json", + "aws-ssm-maintenancewindowtask.json", + "aws-ssm-parameter.json", + "aws-ssm-patchbaseline.json", + "aws-sso-application.json", + "aws-sso-applicationassignment.json", + "aws-sso-assignment.json", + "aws-sso-instance.json", + "aws-sso-instanceaccesscontrolattributeconfiguration.json", + "aws-sso-permissionset.json", + "aws-stepfunctions-activity.json", + "aws-stepfunctions-statemachine.json", + "aws-stepfunctions-statemachinealias.json", + "aws-stepfunctions-statemachineversion.json", + "aws-synthetics-canary.json", + "aws-systemsmanagersap-application.json", + "aws-transfer-agreement.json", + "aws-transfer-certificate.json", + "aws-transfer-connector.json", + "aws-transfer-profile.json", + "aws-transfer-server.json", + "aws-transfer-workflow.json", + "aws-verifiedpermissions-identitysource.json", + "aws-verifiedpermissions-policy.json", + "aws-verifiedpermissions-policystore.json", + "aws-verifiedpermissions-policytemplate.json", + "aws-vpclattice-accesslogsubscription.json", + "aws-vpclattice-authpolicy.json", + "aws-vpclattice-listener.json", + "aws-vpclattice-resourcepolicy.json", + "aws-vpclattice-rule.json", + "aws-vpclattice-service.json", + "aws-vpclattice-servicenetwork.json", + "aws-vpclattice-servicenetworkserviceassociation.json", + "aws-vpclattice-servicenetworkvpcassociation.json", + "aws-vpclattice-targetgroup.json", + "aws-waf-bytematchset.json", + "aws-waf-ipset.json", + "aws-waf-rule.json", + "aws-waf-sizeconstraintset.json", + "aws-waf-sqlinjectionmatchset.json", + "aws-waf-webacl.json", + "aws-waf-xssmatchset.json", + "aws-wafregional-bytematchset.json", + "aws-wafregional-regexpatternset.json", + "aws-wafregional-sqlinjectionmatchset.json", + "aws-wafregional-webaclassociation.json", + "aws-wafregional-xssmatchset.json", + "aws-wafv2-ipset.json", + "aws-wafv2-loggingconfiguration.json", + "aws-wafv2-regexpatternset.json", + "aws-wafv2-rulegroup.json", + "aws-wafv2-webacl.json", + "aws-wafv2-webaclassociation.json", + "aws-workspaces-workspace.json", + "aws-xray-group.json", + "aws-xray-resourcepolicy.json", + "aws-xray-samplingrule.json", + "module.json", +] diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-amazonmq-configurationassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-amazonmq-configurationassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..fe8b1edc071941b824a2ee40846a99013fe299a5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-amazonmq-configurationassociation.json @@ -0,0 +1,46 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Broker" + ], + "definitions": { + "ConfigurationId": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "Revision": { + "type": "integer" + } + }, + "required": [ + "Revision", + "Id" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Broker": { + "type": "string" + }, + "Configuration": { + "$ref": "#/definitions/ConfigurationId" + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Broker", + "Configuration" + ], + "typeName": "AWS::AmazonMQ::ConfigurationAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-appsync-graphqlapi.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-appsync-graphqlapi.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3634abdfe456268e43a02a91513b71950b4738 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-appsync-graphqlapi.json @@ -0,0 +1,302 @@ +{ + "additionalProperties": false, + "definitions": { + "AdditionalAuthenticationProvider": { + "additionalProperties": false, + "properties": { + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "UserPoolConfig": { + "$ref": "#/definitions/CognitoUserPoolConfig" + } + }, + "required": [ + "AuthenticationType" + ], + "type": "object" + }, + "CognitoUserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + }, + "EnhancedMetricsConfig": { + "additionalProperties": false, + "properties": { + "DataSourceLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_DATA_SOURCE_METRICS", + "PER_DATA_SOURCE_METRICS" + ], + "type": "string" + }, + "OperationLevelMetricsConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "ResolverLevelMetricsBehavior": { + "enum": [ + "FULL_REQUEST_RESOLVER_METRICS", + "PER_RESOLVER_METRICS" + ], + "type": "string" + } + }, + "required": [ + "OperationLevelMetricsConfig", + "ResolverLevelMetricsBehavior", + "DataSourceLevelMetricsBehavior" + ], + "type": "object" + }, + "LambdaAuthorizerConfig": { + "additionalProperties": false, + "properties": { + "AuthorizerResultTtlInSeconds": { + "type": "number" + }, + "AuthorizerUri": { + "type": "string" + }, + "IdentityValidationExpression": { + "type": "string" + } + }, + "type": "object" + }, + "LogConfig": { + "additionalProperties": false, + "properties": { + "CloudWatchLogsRoleArn": { + "type": "string" + }, + "ExcludeVerboseContent": { + "type": "boolean" + }, + "FieldLogLevel": { + "enum": [ + "ALL", + "DEBUG", + "ERROR", + "INFO", + "NONE" + ], + "type": "string" + } + }, + "type": "object" + }, + "OpenIDConnectConfig": { + "additionalProperties": false, + "properties": { + "AuthTTL": { + "type": "number" + }, + "ClientId": { + "type": "string" + }, + "IatTTL": { + "type": "number" + }, + "Issuer": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "UserPoolConfig": { + "additionalProperties": false, + "properties": { + "AppIdClientRegex": { + "type": "string" + }, + "AwsRegion": { + "type": "string" + }, + "DefaultAction": { + "enum": [ + "ALLOW", + "DENY" + ], + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AdditionalAuthenticationProviders": { + "items": { + "$ref": "#/definitions/AdditionalAuthenticationProvider" + }, + "type": "array", + "uniqueItems": false + }, + "ApiId": { + "type": "string" + }, + "ApiType": { + "enum": [ + "GRAPHQL", + "MERGED" + ], + "type": "string" + }, + "Arn": { + "type": "string" + }, + "AuthenticationType": { + "enum": [ + "AMAZON_COGNITO_USER_POOLS", + "API_KEY", + "AWS_IAM", + "AWS_LAMBDA", + "OPENID_CONNECT" + ], + "type": "string" + }, + "EnhancedMetricsConfig": { + "$ref": "#/definitions/EnhancedMetricsConfig" + }, + "EnvironmentVariables": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "GraphQLDns": { + "type": "string" + }, + "GraphQLEndpointArn": { + "type": "string" + }, + "GraphQLUrl": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "IntrospectionConfig": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "LambdaAuthorizerConfig": { + "$ref": "#/definitions/LambdaAuthorizerConfig" + }, + "LogConfig": { + "$ref": "#/definitions/LogConfig" + }, + "MergedApiExecutionRoleArn": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OpenIDConnectConfig": { + "$ref": "#/definitions/OpenIDConnectConfig" + }, + "OwnerContact": { + "type": "string" + }, + "QueryDepthLimit": { + "type": "integer" + }, + "RealtimeDns": { + "type": "string" + }, + "RealtimeUrl": { + "type": "string" + }, + "ResolverCountLimit": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "UserPoolConfig": { + "$ref": "#/definitions/UserPoolConfig" + }, + "Visibility": { + "enum": [ + "GLOBAL", + "PRIVATE" + ], + "type": "string" + }, + "XrayEnabled": { + "type": "boolean" + } + }, + "readOnlyProperties": [ + "/properties/ApiId", + "/properties/GraphQLEndpointArn", + "/properties/Id", + "/properties/GraphQLDns", + "/properties/GraphQLUrl", + "/properties/RealtimeDns", + "/properties/RealtimeUrl", + "/properties/Arn" + ], + "required": [ + "Name", + "AuthenticationType" + ], + "typeName": "AWS::AppSync::GraphQLApi" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-autoscalingplans-scalingplan.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-autoscalingplans-scalingplan.json new file mode 100644 index 0000000000000000000000000000000000000000..f7026b972842fd7a717128f766b91439e447a495 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-autoscalingplans-scalingplan.json @@ -0,0 +1,296 @@ +{ + "additionalProperties": false, + "definitions": { + "ApplicationSource": { + "additionalProperties": false, + "properties": { + "CloudFormationStackARN": { + "type": "string" + }, + "TagFilters": { + "items": { + "$ref": "#/definitions/TagFilter" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "CustomizedLoadMetricSpecification": { + "additionalProperties": false, + "properties": { + "Dimensions": { + "items": { + "$ref": "#/definitions/MetricDimension" + }, + "type": "array", + "uniqueItems": false + }, + "MetricName": { + "type": "string" + }, + "Namespace": { + "type": "string" + }, + "Statistic": { + "type": "string" + }, + "Unit": { + "type": "string" + } + }, + "required": [ + "MetricName", + "Statistic", + "Namespace" + ], + "type": "object" + }, + "CustomizedScalingMetricSpecification": { + "additionalProperties": false, + "properties": { + "Dimensions": { + "items": { + "$ref": "#/definitions/MetricDimension" + }, + "type": "array", + "uniqueItems": false + }, + "MetricName": { + "type": "string" + }, + "Namespace": { + "type": "string" + }, + "Statistic": { + "type": "string" + }, + "Unit": { + "type": "string" + } + }, + "required": [ + "MetricName", + "Statistic", + "Namespace" + ], + "type": "object" + }, + "MetricDimension": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Name" + ], + "type": "object" + }, + "PredefinedLoadMetricSpecification": { + "additionalProperties": false, + "properties": { + "PredefinedLoadMetricType": { + "type": "string" + }, + "ResourceLabel": { + "type": "string" + } + }, + "required": [ + "PredefinedLoadMetricType" + ], + "type": "object" + }, + "PredefinedScalingMetricSpecification": { + "additionalProperties": false, + "properties": { + "PredefinedScalingMetricType": { + "type": "string" + }, + "ResourceLabel": { + "type": "string" + } + }, + "required": [ + "PredefinedScalingMetricType" + ], + "type": "object" + }, + "ScalingInstruction": { + "additionalProperties": false, + "properties": { + "CustomizedLoadMetricSpecification": { + "$ref": "#/definitions/CustomizedLoadMetricSpecification" + }, + "DisableDynamicScaling": { + "type": "boolean" + }, + "MaxCapacity": { + "type": "integer" + }, + "MinCapacity": { + "type": "integer" + }, + "PredefinedLoadMetricSpecification": { + "$ref": "#/definitions/PredefinedLoadMetricSpecification" + }, + "PredictiveScalingMaxCapacityBehavior": { + "enum": [ + "SetForecastCapacityToMaxCapacity", + "SetMaxCapacityAboveForecastCapacity", + "SetMaxCapacityToForecastCapacity" + ], + "type": "string" + }, + "PredictiveScalingMaxCapacityBuffer": { + "type": "integer" + }, + "PredictiveScalingMode": { + "enum": [ + "ForecastAndScale", + "ForecastOnly" + ], + "type": "string" + }, + "ResourceId": { + "type": "string" + }, + "ScalableDimension": { + "enum": [ + "autoscaling:autoScalingGroup:DesiredCapacity", + "dynamodb:index:ReadCapacityUnits", + "dynamodb:index:WriteCapacityUnits", + "dynamodb:table:ReadCapacityUnits", + "dynamodb:table:WriteCapacityUnits", + "ec2:spot-fleet-request:TargetCapacity", + "ecs:service:DesiredCount", + "rds:cluster:ReadReplicaCount" + ], + "type": "string" + }, + "ScalingPolicyUpdateBehavior": { + "type": "string" + }, + "ScheduledActionBufferTime": { + "type": "integer" + }, + "ServiceNamespace": { + "enum": [ + "autoscaling", + "dynamodb", + "ec2", + "ecs", + "rds" + ], + "type": "string" + }, + "TargetTrackingConfigurations": { + "items": { + "$ref": "#/definitions/TargetTrackingConfiguration" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "ResourceId", + "ServiceNamespace", + "ScalableDimension", + "MinCapacity", + "TargetTrackingConfigurations", + "MaxCapacity" + ], + "type": "object" + }, + "TagFilter": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Values": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "Key" + ], + "type": "object" + }, + "TargetTrackingConfiguration": { + "additionalProperties": false, + "properties": { + "CustomizedScalingMetricSpecification": { + "$ref": "#/definitions/CustomizedScalingMetricSpecification" + }, + "DisableScaleIn": { + "type": "boolean" + }, + "EstimatedInstanceWarmup": { + "type": "integer" + }, + "PredefinedScalingMetricSpecification": { + "$ref": "#/definitions/PredefinedScalingMetricSpecification" + }, + "ScaleInCooldown": { + "type": "integer" + }, + "ScaleOutCooldown": { + "type": "integer" + }, + "TargetValue": { + "type": "number" + } + }, + "required": [ + "TargetValue" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationSource": { + "$ref": "#/definitions/ApplicationSource" + }, + "Id": { + "type": "string" + }, + "ScalingInstructions": { + "items": { + "$ref": "#/definitions/ScalingInstruction" + }, + "type": "array", + "uniqueItems": false + }, + "ScalingPlanName": { + "type": "string" + }, + "ScalingPlanVersion": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/ScalingPlanVersion", + "/properties/ScalingPlanName" + ], + "required": [ + "ApplicationSource", + "ScalingInstructions" + ], + "typeName": "AWS::AutoScalingPlans::ScalingPlan" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-cloudfront-streamingdistribution.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-cloudfront-streamingdistribution.json new file mode 100644 index 0000000000000000000000000000000000000000..5d24bdf3494073bf3d2eb3fe64e88ce2893a872c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-cloudfront-streamingdistribution.json @@ -0,0 +1,143 @@ +{ + "additionalProperties": false, + "definitions": { + "Logging": { + "additionalProperties": false, + "properties": { + "Bucket": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Prefix": { + "type": "string" + } + }, + "required": [ + "Bucket", + "Enabled", + "Prefix" + ], + "type": "object" + }, + "S3Origin": { + "additionalProperties": false, + "properties": { + "DomainName": { + "type": "string" + }, + "OriginAccessIdentity": { + "type": "string" + } + }, + "required": [ + "DomainName", + "OriginAccessIdentity" + ], + "type": "object" + }, + "StreamingDistributionConfig": { + "additionalProperties": false, + "properties": { + "Aliases": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Comment": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Logging": { + "$ref": "#/definitions/Logging" + }, + "PriceClass": { + "type": "string" + }, + "S3Origin": { + "$ref": "#/definitions/S3Origin" + }, + "TrustedSigners": { + "$ref": "#/definitions/TrustedSigners" + } + }, + "required": [ + "Comment", + "S3Origin", + "Enabled", + "TrustedSigners" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TrustedSigners": { + "additionalProperties": false, + "properties": { + "AwsAccountNumbers": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Enabled": { + "type": "boolean" + } + }, + "required": [ + "Enabled" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DomainName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "StreamingDistributionConfig": { + "$ref": "#/definitions/StreamingDistributionConfig" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/DomainName" + ], + "required": [ + "StreamingDistributionConfig", + "Tags" + ], + "typeName": "AWS::CloudFront::StreamingDistribution" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-codepipeline-customactiontype.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-codepipeline-customactiontype.json new file mode 100644 index 0000000000000000000000000000000000000000..3b51d25fe670a3c8a70ca061c99f4e82b4baaaf5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-codepipeline-customactiontype.json @@ -0,0 +1,164 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ConfigurationProperties", + "/properties/OutputArtifactDetails", + "/properties/Version", + "/properties/InputArtifactDetails", + "/properties/Settings", + "/properties/Provider", + "/properties/Category" + ], + "definitions": { + "ArtifactDetails": { + "additionalProperties": false, + "properties": { + "MaximumCount": { + "type": "integer" + }, + "MinimumCount": { + "type": "integer" + } + }, + "required": [ + "MinimumCount", + "MaximumCount" + ], + "type": "object" + }, + "ConfigurationProperties": { + "additionalProperties": false, + "properties": { + "Description": { + "type": "string" + }, + "Key": { + "type": "boolean" + }, + "Name": { + "type": "string" + }, + "Queryable": { + "type": "boolean" + }, + "Required": { + "type": "boolean" + }, + "Secret": { + "type": "boolean" + }, + "Type": { + "enum": [ + "Boolean", + "Number", + "String" + ], + "type": "string" + } + }, + "required": [ + "Secret", + "Required", + "Key", + "Name" + ], + "type": "object" + }, + "Settings": { + "additionalProperties": false, + "properties": { + "EntityUrlTemplate": { + "type": "string" + }, + "ExecutionUrlTemplate": { + "type": "string" + }, + "RevisionUrlTemplate": { + "type": "string" + }, + "ThirdPartyConfigurationUrl": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Category": { + "enum": [ + "Approval", + "Build", + "Compute", + "Deploy", + "Invoke", + "Source", + "Test" + ], + "type": "string" + }, + "ConfigurationProperties": { + "items": { + "$ref": "#/definitions/ConfigurationProperties" + }, + "type": "array", + "uniqueItems": true + }, + "Id": { + "type": "string" + }, + "InputArtifactDetails": { + "$ref": "#/definitions/ArtifactDetails" + }, + "OutputArtifactDetails": { + "$ref": "#/definitions/ArtifactDetails" + }, + "Provider": { + "pattern": "[0-9A-Za-z_-]+", + "type": "string" + }, + "Settings": { + "$ref": "#/definitions/Settings" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Version": { + "pattern": "[0-9A-Za-z_-]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "OutputArtifactDetails", + "Category", + "InputArtifactDetails", + "Version", + "Provider" + ], + "typeName": "AWS::CodePipeline::CustomActionType" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-datapipeline-pipeline.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-datapipeline-pipeline.json new file mode 100644 index 0000000000000000000000000000000000000000..c6796b2ea1e971e076a2040502b6516ab5fd456b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-datapipeline-pipeline.json @@ -0,0 +1,172 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Field": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "RefValue": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + }, + "ParameterAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "StringValue", + "Key" + ], + "type": "object" + }, + "ParameterObject": { + "additionalProperties": false, + "properties": { + "Attributes": { + "items": { + "$ref": "#/definitions/ParameterAttribute" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "required": [ + "Attributes", + "Id" + ], + "type": "object" + }, + "ParameterValue": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Id", + "StringValue" + ], + "type": "object" + }, + "PipelineObject": { + "additionalProperties": false, + "properties": { + "Fields": { + "items": { + "$ref": "#/definitions/Field" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Fields", + "Id", + "Name" + ], + "type": "object" + }, + "PipelineTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Activate": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ParameterObjects": { + "items": { + "$ref": "#/definitions/ParameterObject" + }, + "type": "array", + "uniqueItems": false + }, + "ParameterValues": { + "items": { + "$ref": "#/definitions/ParameterValue" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineObjects": { + "items": { + "$ref": "#/definitions/PipelineObject" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineTags": { + "items": { + "$ref": "#/definitions/PipelineTag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ParameterObjects", + "Name" + ], + "typeName": "AWS::DataPipeline::Pipeline" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-directoryservice-simplead.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-directoryservice-simplead.json new file mode 100644 index 0000000000000000000000000000000000000000..e873b2187210a9af0ba742107cf7b9c91b4f27f1 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-directoryservice-simplead.json @@ -0,0 +1,99 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Size", + "/properties/VpcSettings", + "/properties/Name", + "/properties/Password", + "/properties/ShortName", + "/properties/Description", + "/properties/CreateAlias" + ], + "definitions": { + "VpcSettings": { + "additionalProperties": false, + "properties": { + "SubnetIds": { + "items": { + "pattern": "^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "pattern": "^(vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17})$", + "type": "string" + } + }, + "required": [ + "VpcId", + "SubnetIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Alias": { + "type": "string" + }, + "CreateAlias": { + "type": "boolean" + }, + "Description": { + "pattern": "^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$", + "type": "string" + }, + "DnsIpAddresses": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "EnableSso": { + "type": "boolean" + }, + "Id": { + "type": "string" + }, + "Name": { + "pattern": "^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$", + "type": "string" + }, + "Password": { + "pattern": "(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9\\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\\s]))^.*", + "type": "string" + }, + "ShortName": { + "pattern": "^[^\\\\/:*?\"<>|.]+[^\\\\/:*?\"<>|]*$", + "type": "string" + }, + "Size": { + "enum": [ + "Large", + "Small" + ], + "type": "string" + }, + "VpcSettings": { + "$ref": "#/definitions/VpcSettings" + } + }, + "readOnlyProperties": [ + "/properties/Alias", + "/properties/DnsIpAddresses", + "/properties/Id" + ], + "required": [ + "VpcSettings", + "Size", + "Name", + "Password" + ], + "typeName": "AWS::DirectoryService::SimpleAD" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-clientvpnauthorizationrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-clientvpnauthorizationrule.json new file mode 100644 index 0000000000000000000000000000000000000000..a47ceaa39c917efcc3f56632ad5eb497237b9c63 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-clientvpnauthorizationrule.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ClientVpnEndpointId", + "/properties/AccessGroupId", + "/properties/TargetNetworkCidr", + "/properties/AuthorizeAllGroups", + "/properties/Description" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AccessGroupId": { + "type": "string" + }, + "AuthorizeAllGroups": { + "type": "boolean" + }, + "ClientVpnEndpointId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "TargetNetworkCidr": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ClientVpnEndpointId", + "TargetNetworkCidr" + ], + "typeName": "AWS::EC2::ClientVpnAuthorizationRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-launchtemplate.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-launchtemplate.json new file mode 100644 index 0000000000000000000000000000000000000000..0710635e300d0ff652ccaf2e20453c8588966904 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-launchtemplate.json @@ -0,0 +1,2086 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/LaunchTemplateName" + ], + "definitions": { + "AcceleratorCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "AcceleratorTotalMemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BaselineEbsBandwidthMbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "BlockDeviceMapping": { + "additionalProperties": false, + "properties": { + "DeviceName": { + "type": "string" + }, + "Ebs": { + "$ref": "#/definitions/Ebs" + }, + "NoDevice": { + "type": "string" + }, + "VirtualName": { + "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$", + "type": "string" + } + }, + "requiredXor": [ + "VirtualName", + "Ebs", + "NoDevice" + ], + "type": "object" + }, + "CapacityReservationSpecification": { + "additionalProperties": false, + "properties": { + "CapacityReservationPreference": { + "enum": [ + "none", + "open" + ], + "type": "string" + }, + "CapacityReservationTarget": { + "$ref": "#/definitions/CapacityReservationTarget" + } + }, + "type": "object" + }, + "CapacityReservationTarget": { + "additionalProperties": false, + "properties": { + "CapacityReservationId": { + "type": "string" + }, + "CapacityReservationResourceGroupArn": { + "type": "string" + } + }, + "type": "object" + }, + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "CpuOptions": { + "additionalProperties": false, + "properties": { + "AmdSevSnp": { + "enum": [ + "enabled", + "disabled" + ], + "type": "string" + }, + "CoreCount": { + "type": "integer" + }, + "ThreadsPerCore": { + "type": "integer" + } + }, + "type": "object" + }, + "CreditSpecification": { + "additionalProperties": false, + "properties": { + "CpuCredits": { + "type": "string" + } + }, + "type": "object" + }, + "Ebs": { + "additionalProperties": false, + "properties": { + "DeleteOnTermination": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "KmsKeyId": { + "type": "string" + }, + "SnapshotId": { + "type": "string" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "enum": [ + "gp2", + "gp3", + "io1", + "io2", + "sc1", + "st1", + "standard" + ], + "type": "string" + } + }, + "type": "object" + }, + "ElasticGpuSpecification": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "EnaSrdSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdEnabled": { + "type": "boolean" + }, + "EnaSrdUdpSpecification": { + "$ref": "#/definitions/EnaSrdUdpSpecification" + } + }, + "type": "object" + }, + "EnaSrdUdpSpecification": { + "additionalProperties": false, + "properties": { + "EnaSrdUdpEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "EnclaveOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "HibernationOptions": { + "additionalProperties": false, + "properties": { + "Configured": { + "type": "boolean" + } + }, + "type": "object" + }, + "IamInstanceProfile": { + "additionalProperties": false, + "properties": { + "Arn": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "type": "object" + }, + "InstanceMarketOptions": { + "additionalProperties": false, + "properties": { + "MarketType": { + "enum": [ + "capacity-block", + "spot" + ], + "type": "string" + }, + "SpotOptions": { + "$ref": "#/definitions/SpotOptions" + } + }, + "type": "object" + }, + "InstanceRequirements": { + "additionalProperties": false, + "properties": { + "AcceleratorCount": { + "$ref": "#/definitions/AcceleratorCount" + }, + "AcceleratorManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "habana", + "nvidia", + "xilinx" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorNames": { + "items": { + "enum": [ + "a100", + "a10g", + "h100", + "inferentia", + "k520", + "k80", + "m60", + "radeon-pro-v520", + "t4", + "t4g", + "v100", + "vu9p" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AcceleratorTotalMemoryMiB": { + "$ref": "#/definitions/AcceleratorTotalMemoryMiB" + }, + "AcceleratorTypes": { + "items": { + "enum": [ + "fpga", + "gpu", + "inference" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "AllowedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "BareMetal": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "BaselineEbsBandwidthMbps": { + "$ref": "#/definitions/BaselineEbsBandwidthMbps" + }, + "BurstablePerformance": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "CpuManufacturers": { + "items": { + "enum": [ + "amazon-web-services", + "amd", + "intel" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "ExcludedInstanceTypes": { + "items": { + "pattern": "[a-zA-Z0-9\\.\\*\\-]+", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InstanceGenerations": { + "items": { + "enum": [ + "current", + "previous" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "LocalStorage": { + "enum": [ + "excluded", + "included", + "required" + ], + "type": "string" + }, + "LocalStorageTypes": { + "items": { + "enum": [ + "hdd", + "ssd" + ], + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": { + "type": "integer" + }, + "MemoryGiBPerVCpu": { + "$ref": "#/definitions/MemoryGiBPerVCpu" + }, + "MemoryMiB": { + "$ref": "#/definitions/MemoryMiB" + }, + "NetworkBandwidthGbps": { + "$ref": "#/definitions/NetworkBandwidthGbps" + }, + "NetworkInterfaceCount": { + "$ref": "#/definitions/NetworkInterfaceCount" + }, + "OnDemandMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "RequireHibernateSupport": { + "type": "boolean" + }, + "SpotMaxPricePercentageOverLowestPrice": { + "type": "integer" + }, + "TotalLocalStorageGB": { + "$ref": "#/definitions/TotalLocalStorageGB" + }, + "VCpuCount": { + "$ref": "#/definitions/VCpuCount" + } + }, + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6Add": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateData": { + "additionalProperties": false, + "properties": { + "BlockDeviceMappings": { + "items": { + "$ref": "#/definitions/BlockDeviceMapping" + }, + "type": "array", + "uniqueItems": false + }, + "CapacityReservationSpecification": { + "$ref": "#/definitions/CapacityReservationSpecification" + }, + "CpuOptions": { + "$ref": "#/definitions/CpuOptions" + }, + "CreditSpecification": { + "$ref": "#/definitions/CreditSpecification" + }, + "DisableApiStop": { + "type": "boolean" + }, + "DisableApiTermination": { + "type": "boolean" + }, + "EbsOptimized": { + "type": "boolean" + }, + "ElasticGpuSpecifications": { + "items": { + "$ref": "#/definitions/ElasticGpuSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "ElasticInferenceAccelerators": { + "items": { + "$ref": "#/definitions/LaunchTemplateElasticInferenceAccelerator" + }, + "type": "array", + "uniqueItems": false + }, + "EnclaveOptions": { + "$ref": "#/definitions/EnclaveOptions" + }, + "HibernationOptions": { + "$ref": "#/definitions/HibernationOptions" + }, + "IamInstanceProfile": { + "$ref": "#/definitions/IamInstanceProfile" + }, + "ImageId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "InstanceInitiatedShutdownBehavior": { + "enum": [ + "stop", + "terminate" + ], + "type": "string" + }, + "InstanceMarketOptions": { + "$ref": "#/definitions/InstanceMarketOptions" + }, + "InstanceRequirements": { + "$ref": "#/definitions/InstanceRequirements" + }, + "InstanceType": { + "enum": [ + "a1.2xlarge", + "a1.4xlarge", + "a1.large", + "a1.medium", + "a1.metal", + "a1.xlarge", + "c1.medium", + "c1.xlarge", + "c3.2xlarge", + "c3.4xlarge", + "c3.8xlarge", + "c3.large", + "c3.xlarge", + "c4.2xlarge", + "c4.4xlarge", + "c4.8xlarge", + "c4.large", + "c4.xlarge", + "c5.12xlarge", + "c5.18xlarge", + "c5.24xlarge", + "c5.2xlarge", + "c5.4xlarge", + "c5.9xlarge", + "c5.large", + "c5.metal", + "c5.xlarge", + "c5a.12xlarge", + "c5a.16xlarge", + "c5a.24xlarge", + "c5a.2xlarge", + "c5a.4xlarge", + "c5a.8xlarge", + "c5a.large", + "c5a.xlarge", + "c5ad.12xlarge", + "c5ad.16xlarge", + "c5ad.24xlarge", + "c5ad.2xlarge", + "c5ad.4xlarge", + "c5ad.8xlarge", + "c5ad.large", + "c5ad.xlarge", + "c5d.12xlarge", + "c5d.18xlarge", + "c5d.24xlarge", + "c5d.2xlarge", + "c5d.4xlarge", + "c5d.9xlarge", + "c5d.large", + "c5d.metal", + "c5d.xlarge", + "c5n.18xlarge", + "c5n.2xlarge", + "c5n.4xlarge", + "c5n.9xlarge", + "c5n.large", + "c5n.metal", + "c5n.xlarge", + "c6a.12xlarge", + "c6a.16xlarge", + "c6a.24xlarge", + "c6a.2xlarge", + "c6a.32xlarge", + "c6a.48xlarge", + "c6a.4xlarge", + "c6a.8xlarge", + "c6a.large", + "c6a.metal", + "c6a.xlarge", + "c6g.12xlarge", + "c6g.16xlarge", + "c6g.2xlarge", + "c6g.4xlarge", + "c6g.8xlarge", + "c6g.large", + "c6g.medium", + "c6g.metal", + "c6g.xlarge", + "c6gd.12xlarge", + "c6gd.16xlarge", + "c6gd.2xlarge", + "c6gd.4xlarge", + "c6gd.8xlarge", + "c6gd.large", + "c6gd.medium", + "c6gd.metal", + "c6gd.xlarge", + "c6gn.12xlarge", + "c6gn.16xlarge", + "c6gn.2xlarge", + "c6gn.4xlarge", + "c6gn.8xlarge", + "c6gn.large", + "c6gn.medium", + "c6gn.xlarge", + "c6i.12xlarge", + "c6i.16xlarge", + "c6i.24xlarge", + "c6i.2xlarge", + "c6i.32xlarge", + "c6i.4xlarge", + "c6i.8xlarge", + "c6i.large", + "c6i.metal", + "c6i.xlarge", + "c6id.12xlarge", + "c6id.16xlarge", + "c6id.24xlarge", + "c6id.2xlarge", + "c6id.32xlarge", + "c6id.4xlarge", + "c6id.8xlarge", + "c6id.large", + "c6id.metal", + "c6id.xlarge", + "c6in.12xlarge", + "c6in.16xlarge", + "c6in.24xlarge", + "c6in.2xlarge", + "c6in.32xlarge", + "c6in.4xlarge", + "c6in.8xlarge", + "c6in.large", + "c6in.metal", + "c6in.xlarge", + "c7a.12xlarge", + "c7a.16xlarge", + "c7a.24xlarge", + "c7a.2xlarge", + "c7a.32xlarge", + "c7a.48xlarge", + "c7a.4xlarge", + "c7a.8xlarge", + "c7a.large", + "c7a.medium", + "c7a.metal-48xl", + "c7a.xlarge", + "c7g.12xlarge", + "c7g.16xlarge", + "c7g.2xlarge", + "c7g.4xlarge", + "c7g.8xlarge", + "c7g.large", + "c7g.medium", + "c7g.metal", + "c7g.xlarge", + "c7gd.12xlarge", + "c7gd.16xlarge", + "c7gd.2xlarge", + "c7gd.4xlarge", + "c7gd.8xlarge", + "c7gd.large", + "c7gd.medium", + "c7gd.metal", + "c7gd.xlarge", + "c7gn.12xlarge", + "c7gn.16xlarge", + "c7gn.2xlarge", + "c7gn.4xlarge", + "c7gn.8xlarge", + "c7gn.large", + "c7gn.medium", + "c7gn.metal", + "c7gn.xlarge", + "c7i-flex.2xlarge", + "c7i-flex.4xlarge", + "c7i-flex.8xlarge", + "c7i-flex.large", + "c7i-flex.xlarge", + "c7i.12xlarge", + "c7i.16xlarge", + "c7i.24xlarge", + "c7i.2xlarge", + "c7i.48xlarge", + "c7i.4xlarge", + "c7i.8xlarge", + "c7i.large", + "c7i.metal-24xl", + "c7i.metal-48xl", + "c7i.xlarge", + "c8g.12xlarge", + "c8g.16xlarge", + "c8g.24xlarge", + "c8g.2xlarge", + "c8g.48xlarge", + "c8g.4xlarge", + "c8g.8xlarge", + "c8g.large", + "c8g.medium", + "c8g.metal-24xl", + "c8g.metal-48xl", + "c8g.xlarge", + "cc1.4xlarge", + "cc2.8xlarge", + "cg1.4xlarge", + "cr1.8xlarge", + "d2.2xlarge", + "d2.4xlarge", + "d2.8xlarge", + "d2.xlarge", + "d3.2xlarge", + "d3.4xlarge", + "d3.8xlarge", + "d3.xlarge", + "d3en.12xlarge", + "d3en.2xlarge", + "d3en.4xlarge", + "d3en.6xlarge", + "d3en.8xlarge", + "d3en.xlarge", + "dl1.24xlarge", + "dl2q.24xlarge", + "f1.16xlarge", + "f1.2xlarge", + "f1.4xlarge", + "g2.2xlarge", + "g2.8xlarge", + "g3.16xlarge", + "g3.4xlarge", + "g3.8xlarge", + "g3s.xlarge", + "g4ad.16xlarge", + "g4ad.2xlarge", + "g4ad.4xlarge", + "g4ad.8xlarge", + "g4ad.xlarge", + "g4dn.12xlarge", + "g4dn.16xlarge", + "g4dn.2xlarge", + "g4dn.4xlarge", + "g4dn.8xlarge", + "g4dn.metal", + "g4dn.xlarge", + "g5.12xlarge", + "g5.16xlarge", + "g5.24xlarge", + "g5.2xlarge", + "g5.48xlarge", + "g5.4xlarge", + "g5.8xlarge", + "g5.xlarge", + "g5g.16xlarge", + "g5g.2xlarge", + "g5g.4xlarge", + "g5g.8xlarge", + "g5g.metal", + "g5g.xlarge", + "g6.12xlarge", + "g6.16xlarge", + "g6.24xlarge", + "g6.2xlarge", + "g6.48xlarge", + "g6.4xlarge", + "g6.8xlarge", + "g6.xlarge", + "g6e.12xlarge", + "g6e.16xlarge", + "g6e.24xlarge", + "g6e.2xlarge", + "g6e.48xlarge", + "g6e.4xlarge", + "g6e.8xlarge", + "g6e.xlarge", + "gr6.4xlarge", + "gr6.8xlarge", + "h1.16xlarge", + "h1.2xlarge", + "h1.4xlarge", + "h1.8xlarge", + "hi1.4xlarge", + "hpc6a.48xlarge", + "hpc6id.32xlarge", + "hpc7a.12xlarge", + "hpc7a.24xlarge", + "hpc7a.48xlarge", + "hpc7a.96xlarge", + "hpc7g.16xlarge", + "hpc7g.4xlarge", + "hpc7g.8xlarge", + "hs1.8xlarge", + "i2.2xlarge", + "i2.4xlarge", + "i2.8xlarge", + "i2.xlarge", + "i3.16xlarge", + "i3.2xlarge", + "i3.4xlarge", + "i3.8xlarge", + "i3.large", + "i3.metal", + "i3.xlarge", + "i3en.12xlarge", + "i3en.24xlarge", + "i3en.2xlarge", + "i3en.3xlarge", + "i3en.6xlarge", + "i3en.large", + "i3en.metal", + "i3en.xlarge", + "i4g.16xlarge", + "i4g.2xlarge", + "i4g.4xlarge", + "i4g.8xlarge", + "i4g.large", + "i4g.xlarge", + "i4i.12xlarge", + "i4i.16xlarge", + "i4i.24xlarge", + "i4i.2xlarge", + "i4i.32xlarge", + "i4i.4xlarge", + "i4i.8xlarge", + "i4i.large", + "i4i.metal", + "i4i.xlarge", + "im4gn.16xlarge", + "im4gn.2xlarge", + "im4gn.4xlarge", + "im4gn.8xlarge", + "im4gn.large", + "im4gn.xlarge", + "inf1.24xlarge", + "inf1.2xlarge", + "inf1.6xlarge", + "inf1.xlarge", + "inf2.24xlarge", + "inf2.48xlarge", + "inf2.8xlarge", + "inf2.xlarge", + "is4gen.2xlarge", + "is4gen.4xlarge", + "is4gen.8xlarge", + "is4gen.large", + "is4gen.medium", + "is4gen.xlarge", + "m1.large", + "m1.medium", + "m1.small", + "m1.xlarge", + "m2.2xlarge", + "m2.4xlarge", + "m2.xlarge", + "m3.2xlarge", + "m3.large", + "m3.medium", + "m3.xlarge", + "m4.10xlarge", + "m4.16xlarge", + "m4.2xlarge", + "m4.4xlarge", + "m4.large", + "m4.xlarge", + "m5.12xlarge", + "m5.16xlarge", + "m5.24xlarge", + "m5.2xlarge", + "m5.4xlarge", + "m5.8xlarge", + "m5.large", + "m5.metal", + "m5.xlarge", + "m5a.12xlarge", + "m5a.16xlarge", + "m5a.24xlarge", + "m5a.2xlarge", + "m5a.4xlarge", + "m5a.8xlarge", + "m5a.large", + "m5a.xlarge", + "m5ad.12xlarge", + "m5ad.16xlarge", + "m5ad.24xlarge", + "m5ad.2xlarge", + "m5ad.4xlarge", + "m5ad.8xlarge", + "m5ad.large", + "m5ad.xlarge", + "m5d.12xlarge", + "m5d.16xlarge", + "m5d.24xlarge", + "m5d.2xlarge", + "m5d.4xlarge", + "m5d.8xlarge", + "m5d.large", + "m5d.metal", + "m5d.xlarge", + "m5dn.12xlarge", + "m5dn.16xlarge", + "m5dn.24xlarge", + "m5dn.2xlarge", + "m5dn.4xlarge", + "m5dn.8xlarge", + "m5dn.large", + "m5dn.metal", + "m5dn.xlarge", + "m5n.12xlarge", + "m5n.16xlarge", + "m5n.24xlarge", + "m5n.2xlarge", + "m5n.4xlarge", + "m5n.8xlarge", + "m5n.large", + "m5n.metal", + "m5n.xlarge", + "m5zn.12xlarge", + "m5zn.2xlarge", + "m5zn.3xlarge", + "m5zn.6xlarge", + "m5zn.large", + "m5zn.metal", + "m5zn.xlarge", + "m6a.12xlarge", + "m6a.16xlarge", + "m6a.24xlarge", + "m6a.2xlarge", + "m6a.32xlarge", + "m6a.48xlarge", + "m6a.4xlarge", + "m6a.8xlarge", + "m6a.large", + "m6a.metal", + "m6a.xlarge", + "m6g.12xlarge", + "m6g.16xlarge", + "m6g.2xlarge", + "m6g.4xlarge", + "m6g.8xlarge", + "m6g.large", + "m6g.medium", + "m6g.metal", + "m6g.xlarge", + "m6gd.12xlarge", + "m6gd.16xlarge", + "m6gd.2xlarge", + "m6gd.4xlarge", + "m6gd.8xlarge", + "m6gd.large", + "m6gd.medium", + "m6gd.metal", + "m6gd.xlarge", + "m6i.12xlarge", + "m6i.16xlarge", + "m6i.24xlarge", + "m6i.2xlarge", + "m6i.32xlarge", + "m6i.4xlarge", + "m6i.8xlarge", + "m6i.large", + "m6i.metal", + "m6i.xlarge", + "m6id.12xlarge", + "m6id.16xlarge", + "m6id.24xlarge", + "m6id.2xlarge", + "m6id.32xlarge", + "m6id.4xlarge", + "m6id.8xlarge", + "m6id.large", + "m6id.metal", + "m6id.xlarge", + "m6idn.12xlarge", + "m6idn.16xlarge", + "m6idn.24xlarge", + "m6idn.2xlarge", + "m6idn.32xlarge", + "m6idn.4xlarge", + "m6idn.8xlarge", + "m6idn.large", + "m6idn.metal", + "m6idn.xlarge", + "m6in.12xlarge", + "m6in.16xlarge", + "m6in.24xlarge", + "m6in.2xlarge", + "m6in.32xlarge", + "m6in.4xlarge", + "m6in.8xlarge", + "m6in.large", + "m6in.metal", + "m6in.xlarge", + "m7a.12xlarge", + "m7a.16xlarge", + "m7a.24xlarge", + "m7a.2xlarge", + "m7a.32xlarge", + "m7a.48xlarge", + "m7a.4xlarge", + "m7a.8xlarge", + "m7a.large", + "m7a.medium", + "m7a.metal-48xl", + "m7a.xlarge", + "m7g.12xlarge", + "m7g.16xlarge", + "m7g.2xlarge", + "m7g.4xlarge", + "m7g.8xlarge", + "m7g.large", + "m7g.medium", + "m7g.metal", + "m7g.xlarge", + "m7gd.12xlarge", + "m7gd.16xlarge", + "m7gd.2xlarge", + "m7gd.4xlarge", + "m7gd.8xlarge", + "m7gd.large", + "m7gd.medium", + "m7gd.metal", + "m7gd.xlarge", + "m7i-flex.2xlarge", + "m7i-flex.4xlarge", + "m7i-flex.8xlarge", + "m7i-flex.large", + "m7i-flex.xlarge", + "m7i.12xlarge", + "m7i.16xlarge", + "m7i.24xlarge", + "m7i.2xlarge", + "m7i.48xlarge", + "m7i.4xlarge", + "m7i.8xlarge", + "m7i.large", + "m7i.metal-24xl", + "m7i.metal-48xl", + "m7i.xlarge", + "m8g.12xlarge", + "m8g.16xlarge", + "m8g.24xlarge", + "m8g.2xlarge", + "m8g.48xlarge", + "m8g.4xlarge", + "m8g.8xlarge", + "m8g.large", + "m8g.medium", + "m8g.metal-24xl", + "m8g.metal-48xl", + "m8g.xlarge", + "mac1.metal", + "mac2-m1ultra.metal", + "mac2-m2.metal", + "mac2-m2pro.metal", + "mac2.metal", + "p2.16xlarge", + "p2.8xlarge", + "p2.xlarge", + "p3.16xlarge", + "p3.2xlarge", + "p3.8xlarge", + "p3dn.24xlarge", + "p4d.24xlarge", + "p4de.24xlarge", + "p5.48xlarge", + "r3.2xlarge", + "r3.4xlarge", + "r3.8xlarge", + "r3.large", + "r3.xlarge", + "r4.16xlarge", + "r4.2xlarge", + "r4.4xlarge", + "r4.8xlarge", + "r4.large", + "r4.xlarge", + "r5.12xlarge", + "r5.16xlarge", + "r5.24xlarge", + "r5.2xlarge", + "r5.4xlarge", + "r5.8xlarge", + "r5.large", + "r5.metal", + "r5.xlarge", + "r5a.12xlarge", + "r5a.16xlarge", + "r5a.24xlarge", + "r5a.2xlarge", + "r5a.4xlarge", + "r5a.8xlarge", + "r5a.large", + "r5a.xlarge", + "r5ad.12xlarge", + "r5ad.16xlarge", + "r5ad.24xlarge", + "r5ad.2xlarge", + "r5ad.4xlarge", + "r5ad.8xlarge", + "r5ad.large", + "r5ad.xlarge", + "r5b.12xlarge", + "r5b.16xlarge", + "r5b.24xlarge", + "r5b.2xlarge", + "r5b.4xlarge", + "r5b.8xlarge", + "r5b.large", + "r5b.metal", + "r5b.xlarge", + "r5d.12xlarge", + "r5d.16xlarge", + "r5d.24xlarge", + "r5d.2xlarge", + "r5d.4xlarge", + "r5d.8xlarge", + "r5d.large", + "r5d.metal", + "r5d.xlarge", + "r5dn.12xlarge", + "r5dn.16xlarge", + "r5dn.24xlarge", + "r5dn.2xlarge", + "r5dn.4xlarge", + "r5dn.8xlarge", + "r5dn.large", + "r5dn.metal", + "r5dn.xlarge", + "r5n.12xlarge", + "r5n.16xlarge", + "r5n.24xlarge", + "r5n.2xlarge", + "r5n.4xlarge", + "r5n.8xlarge", + "r5n.large", + "r5n.metal", + "r5n.xlarge", + "r6a.12xlarge", + "r6a.16xlarge", + "r6a.24xlarge", + "r6a.2xlarge", + "r6a.32xlarge", + "r6a.48xlarge", + "r6a.4xlarge", + "r6a.8xlarge", + "r6a.large", + "r6a.metal", + "r6a.xlarge", + "r6g.12xlarge", + "r6g.16xlarge", + "r6g.2xlarge", + "r6g.4xlarge", + "r6g.8xlarge", + "r6g.large", + "r6g.medium", + "r6g.metal", + "r6g.xlarge", + "r6gd.12xlarge", + "r6gd.16xlarge", + "r6gd.2xlarge", + "r6gd.4xlarge", + "r6gd.8xlarge", + "r6gd.large", + "r6gd.medium", + "r6gd.metal", + "r6gd.xlarge", + "r6i.12xlarge", + "r6i.16xlarge", + "r6i.24xlarge", + "r6i.2xlarge", + "r6i.32xlarge", + "r6i.4xlarge", + "r6i.8xlarge", + "r6i.large", + "r6i.metal", + "r6i.xlarge", + "r6id.12xlarge", + "r6id.16xlarge", + "r6id.24xlarge", + "r6id.2xlarge", + "r6id.32xlarge", + "r6id.4xlarge", + "r6id.8xlarge", + "r6id.large", + "r6id.metal", + "r6id.xlarge", + "r6idn.12xlarge", + "r6idn.16xlarge", + "r6idn.24xlarge", + "r6idn.2xlarge", + "r6idn.32xlarge", + "r6idn.4xlarge", + "r6idn.8xlarge", + "r6idn.large", + "r6idn.metal", + "r6idn.xlarge", + "r6in.12xlarge", + "r6in.16xlarge", + "r6in.24xlarge", + "r6in.2xlarge", + "r6in.32xlarge", + "r6in.4xlarge", + "r6in.8xlarge", + "r6in.large", + "r6in.metal", + "r6in.xlarge", + "r7a.12xlarge", + "r7a.16xlarge", + "r7a.24xlarge", + "r7a.2xlarge", + "r7a.32xlarge", + "r7a.48xlarge", + "r7a.4xlarge", + "r7a.8xlarge", + "r7a.large", + "r7a.medium", + "r7a.metal-48xl", + "r7a.xlarge", + "r7g.12xlarge", + "r7g.16xlarge", + "r7g.2xlarge", + "r7g.4xlarge", + "r7g.8xlarge", + "r7g.large", + "r7g.medium", + "r7g.metal", + "r7g.xlarge", + "r7gd.12xlarge", + "r7gd.16xlarge", + "r7gd.2xlarge", + "r7gd.4xlarge", + "r7gd.8xlarge", + "r7gd.large", + "r7gd.medium", + "r7gd.metal", + "r7gd.xlarge", + "r7i.12xlarge", + "r7i.16xlarge", + "r7i.24xlarge", + "r7i.2xlarge", + "r7i.48xlarge", + "r7i.4xlarge", + "r7i.8xlarge", + "r7i.large", + "r7i.metal-24xl", + "r7i.metal-48xl", + "r7i.xlarge", + "r7iz.12xlarge", + "r7iz.16xlarge", + "r7iz.2xlarge", + "r7iz.32xlarge", + "r7iz.4xlarge", + "r7iz.8xlarge", + "r7iz.large", + "r7iz.metal-16xl", + "r7iz.metal-32xl", + "r7iz.xlarge", + "r8g.12xlarge", + "r8g.16xlarge", + "r8g.24xlarge", + "r8g.2xlarge", + "r8g.48xlarge", + "r8g.4xlarge", + "r8g.8xlarge", + "r8g.large", + "r8g.medium", + "r8g.metal-24xl", + "r8g.metal-48xl", + "r8g.xlarge", + "t1.micro", + "t2.2xlarge", + "t2.large", + "t2.medium", + "t2.micro", + "t2.nano", + "t2.small", + "t2.xlarge", + "t3.2xlarge", + "t3.large", + "t3.medium", + "t3.micro", + "t3.nano", + "t3.small", + "t3.xlarge", + "t3a.2xlarge", + "t3a.large", + "t3a.medium", + "t3a.micro", + "t3a.nano", + "t3a.small", + "t3a.xlarge", + "t4g.2xlarge", + "t4g.large", + "t4g.medium", + "t4g.micro", + "t4g.nano", + "t4g.small", + "t4g.xlarge", + "trn1.2xlarge", + "trn1.32xlarge", + "trn1n.32xlarge", + "u-12tb1.112xlarge", + "u-12tb1.metal", + "u-18tb1.112xlarge", + "u-18tb1.metal", + "u-24tb1.112xlarge", + "u-24tb1.metal", + "u-3tb1.56xlarge", + "u-6tb1.112xlarge", + "u-6tb1.56xlarge", + "u-6tb1.metal", + "u-9tb1.112xlarge", + "u-9tb1.metal", + "u7i-12tb.224xlarge", + "u7ib-12tb.224xlarge", + "u7in-16tb.224xlarge", + "u7in-24tb.224xlarge", + "u7in-32tb.224xlarge", + "vt1.24xlarge", + "vt1.3xlarge", + "vt1.6xlarge", + "x1.16xlarge", + "x1.32xlarge", + "x1e.16xlarge", + "x1e.2xlarge", + "x1e.32xlarge", + "x1e.4xlarge", + "x1e.8xlarge", + "x1e.xlarge", + "x2gd.12xlarge", + "x2gd.16xlarge", + "x2gd.2xlarge", + "x2gd.4xlarge", + "x2gd.8xlarge", + "x2gd.large", + "x2gd.medium", + "x2gd.metal", + "x2gd.xlarge", + "x2idn.16xlarge", + "x2idn.24xlarge", + "x2idn.32xlarge", + "x2idn.metal", + "x2iedn.16xlarge", + "x2iedn.24xlarge", + "x2iedn.2xlarge", + "x2iedn.32xlarge", + "x2iedn.4xlarge", + "x2iedn.8xlarge", + "x2iedn.metal", + "x2iedn.xlarge", + "x2iezn.12xlarge", + "x2iezn.2xlarge", + "x2iezn.4xlarge", + "x2iezn.6xlarge", + "x2iezn.8xlarge", + "x2iezn.metal", + "x8g.12xlarge", + "x8g.16xlarge", + "x8g.24xlarge", + "x8g.2xlarge", + "x8g.48xlarge", + "x8g.4xlarge", + "x8g.8xlarge", + "x8g.large", + "x8g.medium", + "x8g.metal-24xl", + "x8g.metal-48xl", + "x8g.xlarge", + "z1d.12xlarge", + "z1d.2xlarge", + "z1d.3xlarge", + "z1d.6xlarge", + "z1d.large", + "z1d.metal", + "z1d.xlarge" + ], + "type": "string" + }, + "KernelId": { + "type": "string" + }, + "KeyName": { + "type": "string" + }, + "LicenseSpecifications": { + "items": { + "$ref": "#/definitions/LicenseSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "MaintenanceOptions": { + "$ref": "#/definitions/MaintenanceOptions" + }, + "MetadataOptions": { + "$ref": "#/definitions/MetadataOptions" + }, + "Monitoring": { + "$ref": "#/definitions/Monitoring" + }, + "NetworkInterfaces": { + "items": { + "$ref": "#/definitions/NetworkInterface" + }, + "type": "array", + "uniqueItems": false + }, + "Placement": { + "$ref": "#/definitions/Placement" + }, + "PrivateDnsNameOptions": { + "$ref": "#/definitions/PrivateDnsNameOptions" + }, + "RamDiskId": { + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/TagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "UserData": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateElasticInferenceAccelerator": { + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + }, + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "LaunchTemplateTagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "LicenseSpecification": { + "additionalProperties": false, + "properties": { + "LicenseConfigurationArn": { + "type": "string" + } + }, + "type": "object" + }, + "MaintenanceOptions": { + "additionalProperties": false, + "properties": { + "AutoRecovery": { + "enum": [ + "default", + "disabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "MemoryGiBPerVCpu": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "MemoryMiB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "MetadataOptions": { + "additionalProperties": false, + "properties": { + "HttpEndpoint": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpProtocolIpv6": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + }, + "HttpPutResponseHopLimit": { + "type": "integer" + }, + "HttpTokens": { + "enum": [ + "optional", + "required" + ], + "type": "string" + }, + "InstanceMetadataTags": { + "enum": [ + "disabled", + "enabled" + ], + "type": "string" + } + }, + "type": "object" + }, + "Monitoring": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "NetworkBandwidthGbps": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "NetworkInterface": { + "additionalProperties": false, + "dependentExcluded": { + "AssociateCarrierIpAddress": [ + "NetworkInterfaceId" + ], + "AssociatePublicIpAddress": [ + "NetworkInterfaceId" + ], + "NetworkInterfaceId": [ + "AssociateCarrierIpAddress", + "AssociatePublicIpAddress" + ] + }, + "properties": { + "AssociateCarrierIpAddress": { + "type": "boolean" + }, + "AssociatePublicIpAddress": { + "type": "boolean" + }, + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "DeleteOnTermination": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "DeviceIndex": { + "type": "integer" + }, + "EnaSrdSpecification": { + "$ref": "#/definitions/EnaSrdSpecification" + }, + "Groups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "InterfaceType": { + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "items": { + "$ref": "#/definitions/Ipv6Add" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "NetworkCardIndex": { + "type": "integer" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PrimaryIpv6": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "items": { + "$ref": "#/definitions/PrivateIpAdd" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "type": "object" + }, + "NetworkInterfaceCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + }, + "Placement": { + "additionalProperties": false, + "properties": { + "Affinity": { + "type": "string" + }, + "AvailabilityZone": { + "type": "string" + }, + "GroupId": { + "type": "string" + }, + "GroupName": { + "type": "string" + }, + "HostId": { + "type": "string" + }, + "HostResourceGroupArn": { + "type": "string" + }, + "PartitionNumber": { + "type": "integer" + }, + "SpreadDomain": { + "type": "string" + }, + "Tenancy": { + "enum": [ + "dedicated", + "default", + "host" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateDnsNameOptions": { + "additionalProperties": false, + "properties": { + "EnableResourceNameDnsAAAARecord": { + "type": "boolean" + }, + "EnableResourceNameDnsARecord": { + "type": "boolean" + }, + "HostnameType": { + "enum": [ + "ip-name", + "resource-name" + ], + "type": "string" + } + }, + "type": "object" + }, + "PrivateIpAdd": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "type": "object" + }, + "SpotOptions": { + "additionalProperties": false, + "properties": { + "BlockDurationMinutes": { + "type": "integer" + }, + "InstanceInterruptionBehavior": { + "enum": [ + "hibernate", + "stop", + "terminate" + ], + "type": "string" + }, + "MaxPrice": { + "type": "string" + }, + "SpotInstanceType": { + "enum": [ + "one-time", + "persistent" + ], + "type": "string" + }, + "ValidUntil": { + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TagSpecification": { + "additionalProperties": false, + "properties": { + "ResourceType": { + "enum": [ + "capacity-reservation", + "capacity-reservation-fleet", + "carrier-gateway", + "client-vpn-endpoint", + "coip-pool", + "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-connect-endpoint", + "instance-event-window", + "internet-gateway", + "ipam", + "ipam-external-resource-verification-token", + "ipam-pool", + "ipam-resource-discovery", + "ipam-resource-discovery-association", + "ipam-scope", + "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-access-scope", + "network-insights-access-scope-analysis", + "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", + "subnet-cidr-reservation", + "traffic-mirror-filter", + "traffic-mirror-filter-rule", + "traffic-mirror-session", + "traffic-mirror-target", + "transit-gateway", + "transit-gateway-attachment", + "transit-gateway-connect-peer", + "transit-gateway-multicast-domain", + "transit-gateway-policy-table", + "transit-gateway-route-table", + "transit-gateway-route-table-announcement", + "verified-access-endpoint", + "verified-access-group", + "verified-access-instance", + "verified-access-policy", + "verified-access-trust-provider", + "volume", + "vpc", + "vpc-block-public-access-exclusion", + "vpc-endpoint", + "vpc-endpoint-connection", + "vpc-endpoint-connection-device-type", + "vpc-endpoint-service", + "vpc-endpoint-service-permission", + "vpc-flow-log", + "vpc-peering-connection", + "vpn-connection", + "vpn-connection-device-type", + "vpn-gateway" + ], + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "TotalLocalStorageGB": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "number" + }, + "Min": { + "type": "number" + } + }, + "type": "object" + }, + "VCpuCount": { + "additionalProperties": false, + "properties": { + "Max": { + "type": "integer" + }, + "Min": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/LaunchTemplateId" + ], + "properties": { + "DefaultVersionNumber": { + "type": "string" + }, + "LatestVersionNumber": { + "type": "string" + }, + "LaunchTemplateData": { + "$ref": "#/definitions/LaunchTemplateData" + }, + "LaunchTemplateId": { + "type": "string" + }, + "LaunchTemplateName": { + "pattern": "[a-zA-Z0-9\\(\\)\\.\\-/_]+", + "type": "string" + }, + "TagSpecifications": { + "items": { + "$ref": "#/definitions/LaunchTemplateTagSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "VersionDescription": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/DefaultVersionNumber", + "/properties/LaunchTemplateId", + "/properties/LatestVersionNumber" + ], + "required": [ + "LaunchTemplateData" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::EC2::LaunchTemplate", + "writeOnlyProperties": [ + "/properties/LaunchTemplateData", + "/properties/VersionDescription", + "/properties/TagSpecifications" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-networkinterface.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-networkinterface.json new file mode 100644 index 0000000000000000000000000000000000000000..1e02b1430e77188f296bbccb9b0dfe18abf5570b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-networkinterface.json @@ -0,0 +1,234 @@ +{ + "$schema": "https://raw.githubusercontent.com/aws-cloudformation/cloudformation-resource-schema/master/src/main/resources/schema/provider.definition.schema.v1.json", + "additionalProperties": false, + "conditionalCreateOnlyProperties": [ + "/properties/PrivateIpAddresses", + "/properties/EnablePrimaryIpv6", + "/properties/ConnectionTrackingSpecification" + ], + "createOnlyProperties": [ + "/properties/PrivateIpAddress", + "/properties/InterfaceType", + "/properties/SubnetId" + ], + "definitions": { + "ConnectionTrackingSpecification": { + "additionalProperties": false, + "properties": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + }, + "type": "object" + }, + "InstanceIpv6Address": { + "additionalProperties": false, + "properties": { + "Ipv6Address": { + "type": "string" + } + }, + "required": [ + "Ipv6Address" + ], + "type": "object" + }, + "Ipv4PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv4Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv4Prefix" + ], + "type": "object" + }, + "Ipv6PrefixSpecification": { + "additionalProperties": false, + "properties": { + "Ipv6Prefix": { + "type": "string" + } + }, + "required": [ + "Ipv6Prefix" + ], + "type": "object" + }, + "PrivateIpAddressSpecification": { + "additionalProperties": false, + "properties": { + "Primary": { + "type": "boolean" + }, + "PrivateIpAddress": { + "type": "string" + } + }, + "required": [ + "PrivateIpAddress", + "Primary" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "dependentExcluded": { + "Ipv6AddressCount": [ + "Ipv6Addresses" + ], + "Ipv6Addresses": [ + "Ipv6AddressCount" + ] + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConnectionTrackingSpecification": { + "$ref": "#/definitions/ConnectionTrackingSpecification" + }, + "Description": { + "type": "string" + }, + "EnablePrimaryIpv6": { + "type": "boolean" + }, + "GroupSet": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "InterfaceType": { + "enum": [ + "branch", + "efa", + "efa-only", + "trunk" + ], + "type": "string" + }, + "Ipv4PrefixCount": { + "type": "integer" + }, + "Ipv4Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv4PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "Ipv6AddressCount": { + "type": "integer" + }, + "Ipv6Addresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/InstanceIpv6Address" + }, + "type": "array", + "uniqueItems": true + }, + "Ipv6PrefixCount": { + "type": "integer" + }, + "Ipv6Prefixes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ipv6PrefixSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "PrimaryIpv6Address": { + "type": "string" + }, + "PrimaryPrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddress": { + "type": "string" + }, + "PrivateIpAddresses": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/PrivateIpAddressSpecification" + }, + "type": "array", + "uniqueItems": false + }, + "SecondaryPrivateIpAddressCount": { + "type": "integer" + }, + "SecondaryPrivateIpAddresses": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SourceDestCheck": { + "type": "boolean" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "VpcId": { + "format": "AWS::EC2::VPC.Id", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/SecondaryPrivateIpAddresses", + "/properties/PrimaryPrivateIpAddress", + "/properties/PrimaryIpv6Address", + "/properties/VpcId" + ], + "required": [ + "SubnetId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2/networkinterface", + "taggable": true, + "typeName": "AWS::EC2::NetworkInterface" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-trafficmirrorsession.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-trafficmirrorsession.json new file mode 100644 index 0000000000000000000000000000000000000000..bb62feb445048a7215db4e37b5f5b980da63770d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-trafficmirrorsession.json @@ -0,0 +1,70 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/NetworkInterfaceId" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "NetworkInterfaceId": { + "type": "string" + }, + "PacketLength": { + "type": "integer" + }, + "SessionNumber": { + "type": "integer" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TrafficMirrorFilterId": { + "type": "string" + }, + "TrafficMirrorTargetId": { + "type": "string" + }, + "VirtualNetworkId": { + "type": "integer" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "TrafficMirrorTargetId", + "SessionNumber", + "NetworkInterfaceId", + "TrafficMirrorFilterId" + ], + "typeName": "AWS::EC2::TrafficMirrorSession" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-vpnconnection.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-vpnconnection.json new file mode 100644 index 0000000000000000000000000000000000000000..a9d5be394d71607c3eb08482535a7988cd9e1f6c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-ec2-vpnconnection.json @@ -0,0 +1,383 @@ +{ + "$schema": "https://raw.githubusercontent.com/aws-cloudformation/cloudformation-resource-schema/blob/master/src/main/resources/schema/provider.definition.schema.v1.json", + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Type", + "/properties/CustomerGatewayId", + "/properties/VpnGatewayId", + "/properties/TransitGatewayId", + "/properties/EnableAcceleration", + "/properties/LocalIpv4NetworkCidr", + "/properties/LocalIpv6NetworkCidr", + "/properties/OutsideIpAddressType", + "/properties/RemoteIpv4NetworkCidr", + "/properties/RemoteIpv6NetworkCidr", + "/properties/StaticRoutesOnly", + "/properties/TransportTransitGatewayAttachmentId", + "/properties/TunnelInsideIpVersion", + "/properties/VpnTunnelOptionsSpecifications" + ], + "definitions": { + "CloudwatchLogOptionsSpecification": { + "additionalProperties": false, + "properties": { + "LogEnabled": { + "type": "boolean" + }, + "LogGroupArn": { + "type": "string" + }, + "LogOutputFormat": { + "enum": [ + "json", + "text" + ], + "type": "string" + } + }, + "type": "object" + }, + "IKEVersionsRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + "ikev1", + "ikev2" + ], + "type": "string" + } + }, + "type": "object" + }, + "Phase1DHGroupNumbersRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + 2, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ], + "type": "integer" + } + }, + "type": "object" + }, + "Phase1EncryptionAlgorithmsRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + "AES128", + "AES256", + "AES128-GCM-16", + "AES256-GCM-16" + ], + "type": "string" + } + }, + "type": "object" + }, + "Phase1IntegrityAlgorithmsRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + "SHA1", + "SHA2-256", + "SHA2-384", + "SHA2-512" + ], + "type": "string" + } + }, + "type": "object" + }, + "Phase2DHGroupNumbersRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + 2, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ], + "type": "integer" + } + }, + "type": "object" + }, + "Phase2EncryptionAlgorithmsRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + "AES128", + "AES256", + "AES128-GCM-16", + "AES256-GCM-16" + ], + "type": "string" + } + }, + "type": "object" + }, + "Phase2IntegrityAlgorithmsRequestListValue": { + "additionalProperties": false, + "properties": { + "Value": { + "enum": [ + "SHA1", + "SHA2-256", + "SHA2-384", + "SHA2-512" + ], + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VpnTunnelLogOptionsSpecification": { + "additionalProperties": false, + "properties": { + "CloudwatchLogOptions": { + "$ref": "#/definitions/CloudwatchLogOptionsSpecification" + } + }, + "type": "object" + }, + "VpnTunnelOptionsSpecification": { + "additionalProperties": false, + "properties": { + "DPDTimeoutAction": { + "enum": [ + "clear", + "none", + "restart" + ], + "type": "string" + }, + "DPDTimeoutSeconds": { + "minimum": 30, + "type": "integer" + }, + "EnableTunnelLifecycleControl": { + "type": "boolean" + }, + "IKEVersions": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/IKEVersionsRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "LogOptions": { + "$ref": "#/definitions/VpnTunnelLogOptionsSpecification" + }, + "Phase1DHGroupNumbers": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase1DHGroupNumbersRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase1EncryptionAlgorithms": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase1EncryptionAlgorithmsRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase1IntegrityAlgorithms": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase1IntegrityAlgorithmsRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase1LifetimeSeconds": { + "maximum": 28800, + "minimum": 900, + "type": "integer" + }, + "Phase2DHGroupNumbers": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase2DHGroupNumbersRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase2EncryptionAlgorithms": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase2EncryptionAlgorithmsRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase2IntegrityAlgorithms": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Phase2IntegrityAlgorithmsRequestListValue" + }, + "type": "array", + "uniqueItems": false + }, + "Phase2LifetimeSeconds": { + "maximum": 3600, + "minimum": 900, + "type": "integer" + }, + "PreSharedKey": { + "type": "string" + }, + "RekeyFuzzPercentage": { + "maximum": 100, + "minimum": 0, + "type": "integer" + }, + "RekeyMarginTimeSeconds": { + "minimum": 60, + "type": "integer" + }, + "ReplayWindowSize": { + "maximum": 2048, + "minimum": 64, + "type": "integer" + }, + "StartupAction": { + "enum": [ + "add", + "start" + ], + "type": "string" + }, + "TunnelInsideCidr": { + "type": "string" + }, + "TunnelInsideIpv6Cidr": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/VpnConnectionId" + ], + "properties": { + "CustomerGatewayId": { + "type": "string" + }, + "EnableAcceleration": { + "type": "boolean" + }, + "LocalIpv4NetworkCidr": { + "type": "string" + }, + "LocalIpv6NetworkCidr": { + "type": "string" + }, + "OutsideIpAddressType": { + "type": "string" + }, + "RemoteIpv4NetworkCidr": { + "type": "string" + }, + "RemoteIpv6NetworkCidr": { + "type": "string" + }, + "StaticRoutesOnly": { + "type": "boolean" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "TransitGatewayId": { + "type": "string" + }, + "TransportTransitGatewayAttachmentId": { + "type": "string" + }, + "TunnelInsideIpVersion": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "VpnConnectionId": { + "type": "string" + }, + "VpnGatewayId": { + "type": "string" + }, + "VpnTunnelOptionsSpecifications": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/VpnTunnelOptionsSpecification" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/VpnConnectionId" + ], + "required": [ + "Type", + "CustomerGatewayId" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EC2::VPNConnection" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-efs-accesspoint.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-efs-accesspoint.json new file mode 100644 index 0000000000000000000000000000000000000000..8820d9c54430ddf637cedfc4b2a55deffc45fd2c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-efs-accesspoint.json @@ -0,0 +1,142 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FileSystemId", + "/properties/ClientToken", + "/properties/PosixUser", + "/properties/PosixUser/Uid", + "/properties/PosixUser/Gid", + "/properties/PosixUser/SecondaryGids", + "/properties/RootDirectory", + "/properties/RootDirectory/Path", + "/properties/RootDirectory/CreationInfo", + "/properties/RootDirectory/CreationInfo/OwnerUid", + "/properties/RootDirectory/CreationInfo/OwnerGid", + "/properties/RootDirectory/CreationInfo/Permissions" + ], + "definitions": { + "AccessPointTag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "type": "object" + }, + "CreationInfo": { + "additionalProperties": false, + "properties": { + "OwnerGid": { + "type": "string" + }, + "OwnerUid": { + "type": "string" + }, + "Permissions": { + "pattern": "^[0-7]{3,4}$", + "type": "string" + } + }, + "required": [ + "OwnerUid", + "OwnerGid", + "Permissions" + ], + "type": "object" + }, + "PosixUser": { + "additionalProperties": false, + "properties": { + "Gid": { + "type": "string" + }, + "SecondaryGids": { + "items": { + "type": "string" + }, + "type": "array" + }, + "Uid": { + "type": "string" + } + }, + "required": [ + "Uid", + "Gid" + ], + "type": "object" + }, + "RootDirectory": { + "additionalProperties": false, + "properties": { + "CreationInfo": { + "$ref": "#/definitions/CreationInfo" + }, + "Path": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(\\/|(\\/(?!\\.)+[^$#<>;`|&?{}^*/\\n]+){1,4})$", + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/AccessPointId" + ], + "properties": { + "AccessPointId": { + "type": "string" + }, + "AccessPointTags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AccessPointTag" + }, + "type": "array", + "uniqueItems": true + }, + "Arn": { + "type": "string" + }, + "ClientToken": { + "pattern": ".+", + "type": "string" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "PosixUser": { + "$ref": "#/definitions/PosixUser" + }, + "RootDirectory": { + "$ref": "#/definitions/RootDirectory" + } + }, + "readOnlyProperties": [ + "/properties/AccessPointId", + "/properties/Arn" + ], + "required": [ + "FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/AccessPointTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::AccessPoint" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-efs-filesystem.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-efs-filesystem.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0172cb4395d0a4b0522666400065f13385b978 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-efs-filesystem.json @@ -0,0 +1,228 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AvailabilityZoneName", + "/properties/Encrypted", + "/properties/KmsKeyId", + "/properties/PerformanceMode" + ], + "definitions": { + "Arn": { + "type": "string" + }, + "BackupPolicy": { + "additionalProperties": false, + "properties": { + "Status": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "required": [ + "Status" + ], + "type": "object" + }, + "ElasticFileSystemTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "FileSystemProtection": { + "additionalProperties": false, + "properties": { + "ReplicationOverwriteProtection": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + } + }, + "type": "object" + }, + "LifecyclePolicy": { + "additionalProperties": false, + "properties": { + "TransitionToArchive": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToIA": { + "enum": [ + "AFTER_14_DAYS", + "AFTER_180_DAYS", + "AFTER_1_DAY", + "AFTER_270_DAYS", + "AFTER_30_DAYS", + "AFTER_365_DAYS", + "AFTER_60_DAYS", + "AFTER_7_DAYS", + "AFTER_90_DAYS" + ], + "type": "string" + }, + "TransitionToPrimaryStorageClass": { + "enum": [ + "AFTER_1_ACCESS" + ], + "type": "string" + } + }, + "type": "object" + }, + "ReplicationConfiguration": { + "additionalProperties": false, + "properties": { + "Destinations": { + "items": { + "$ref": "#/definitions/ReplicationDestination" + }, + "maxItems": 1, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ReplicationDestination": { + "additionalProperties": false, + "properties": { + "AvailabilityZoneName": { + "type": "string" + }, + "FileSystemId": { + "type": "string" + }, + "KmsKeyId": { + "type": "string" + }, + "Region": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FileSystemId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "AvailabilityZoneName": { + "pattern": ".+", + "type": "string" + }, + "BackupPolicy": { + "$ref": "#/definitions/BackupPolicy" + }, + "BypassPolicyLockoutSafetyCheck": { + "type": "boolean" + }, + "Encrypted": { + "type": "boolean" + }, + "FileSystemId": { + "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$", + "type": "string" + }, + "FileSystemPolicy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "FileSystemProtection": { + "$ref": "#/definitions/FileSystemProtection" + }, + "FileSystemTags": { + "items": { + "$ref": "#/definitions/ElasticFileSystemTag" + }, + "type": "array", + "uniqueItems": true + }, + "KmsKeyId": { + "pattern": "^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|mrk-[0-9a-f]{32}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(key/mrk-[0-9a-f]{32})|(alias/[a-zA-Z0-9/_-]+))))$", + "type": "string" + }, + "LifecyclePolicies": { + "items": { + "$ref": "#/definitions/LifecyclePolicy" + }, + "type": "array", + "uniqueItems": true + }, + "PerformanceMode": { + "enum": [ + "generalPurpose", + "maxIO" + ], + "type": "string" + }, + "ProvisionedThroughputInMibps": { + "type": "number" + }, + "ReplicationConfiguration": { + "$ref": "#/definitions/ReplicationConfiguration" + }, + "ThroughputMode": { + "enum": [ + "bursting", + "elastic", + "provisioned" + ], + "type": "string" + } + }, + "propertyTransform": { + "/properties/FileSystemProtection/ReplicationOverwriteProtection": "$uppercase(FileSystemProtection.ReplicationOverwriteProtection)='DISABLED' ? 'REPLICATING' : $uppercase(FileSystemProtection.ReplicationOverwriteProtection)", + "/properties/KmsKeyId": "\"arn:aws[-a-z]*:kms:[a-z0-9-]+:[0-9]{12}:key/[a-zA-Z0-9-]+\"" + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/FileSystemId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/FileSystemTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::EFS::FileSystem", + "writeOnlyProperties": [ + "/properties/BypassPolicyLockoutSafetyCheck", + "/properties/ReplicationConfiguration/Destinations/*/AvailabilityZoneName", + "/properties/ReplicationConfiguration/Destinations/*/KmsKeyId" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-elasticloadbalancingv2-loadbalancer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-elasticloadbalancingv2-loadbalancer.json new file mode 100644 index 0000000000000000000000000000000000000000..671bb8c1c9d2f62d4ad85eeb001a6f416cd48ac0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-elasticloadbalancingv2-loadbalancer.json @@ -0,0 +1,176 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Type", + "/properties/Scheme" + ], + "definitions": { + "LoadBalancerAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "SubnetMapping": { + "additionalProperties": false, + "properties": { + "AllocationId": { + "type": "string" + }, + "IPv6Address": { + "type": "string" + }, + "PrivateIPv4Address": { + "type": "string" + }, + "SubnetId": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + } + }, + "required": [ + "SubnetId" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html", + "primaryIdentifier": [ + "/properties/LoadBalancerArn" + ], + "properties": { + "CanonicalHostedZoneID": { + "type": "string" + }, + "DNSName": { + "type": "string" + }, + "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": { + "type": "string" + }, + "IpAddressType": { + "enum": [ + "dualstack", + "dualstack-without-public-ipv4", + "ipv4" + ], + "type": "string" + }, + "LoadBalancerArn": { + "type": "string" + }, + "LoadBalancerAttributes": { + "arrayType": "AttributeList", + "insertionOrder": false, + "items": { + "$ref": "#/definitions/LoadBalancerAttribute" + }, + "type": "array", + "uniqueItems": true + }, + "LoadBalancerFullName": { + "type": "string" + }, + "LoadBalancerName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Scheme": { + "enum": [ + "internal", + "internet-facing" + ], + "type": "string" + }, + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SubnetMappings": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SubnetMapping" + }, + "type": "array", + "uniqueItems": true + }, + "Subnets": { + "format": "AWS::EC2::Subnet.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Type": { + "enum": [ + "application", + "network", + "gateway" + ], + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/LoadBalancerName", + "/properties/LoadBalancerFullName", + "/properties/CanonicalHostedZoneID", + "/properties/LoadBalancerArn", + "/properties/DNSName" + ], + "requiredXor": [ + "Subnets", + "SubnetMappings" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticloadbalancingv2", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ElasticLoadBalancingV2::LoadBalancer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-events-connection.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-events-connection.json new file mode 100644 index 0000000000000000000000000000000000000000..213785e4da3c67cb12d14942248c9357f1e30672 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-events-connection.json @@ -0,0 +1,224 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "ApiKeyAuthParameters": { + "additionalProperties": false, + "properties": { + "ApiKeyName": { + "pattern": "^[ \\t]*[^\\x00-\\x1F\\x7F]+([ \\t]+[^\\x00-\\x1F\\x7F]+)*[ \\t]*$", + "type": "string" + }, + "ApiKeyValue": { + "pattern": "^[ \\t]*[^\\x00-\\x1F\\x7F]+([ \\t]+[^\\x00-\\x1F\\x7F]+)*[ \\t]*$", + "type": "string" + } + }, + "required": [ + "ApiKeyName", + "ApiKeyValue" + ], + "type": "object" + }, + "AuthParameters": { + "additionalProperties": false, + "maxProperties": 2, + "minProperties": 1, + "oneOf": [ + { + "required": [ + "BasicAuthParameters" + ] + }, + { + "required": [ + "OAuthParameters" + ] + }, + { + "required": [ + "ApiKeyAuthParameters" + ] + } + ], + "properties": { + "ApiKeyAuthParameters": { + "$ref": "#/definitions/ApiKeyAuthParameters" + }, + "BasicAuthParameters": { + "$ref": "#/definitions/BasicAuthParameters" + }, + "InvocationHttpParameters": { + "$ref": "#/definitions/ConnectionHttpParameters" + }, + "OAuthParameters": { + "$ref": "#/definitions/OAuthParameters" + } + }, + "type": "object" + }, + "BasicAuthParameters": { + "additionalProperties": false, + "properties": { + "Password": { + "pattern": "^[ \\t]*[^\\x00-\\x1F\\x7F]+([ \\t]+[^\\x00-\\x1F\\x7F]+)*[ \\t]*$", + "type": "string" + }, + "Username": { + "pattern": "^[ \\t]*[^\\x00-\\x1F\\x7F]+([ \\t]+[^\\x00-\\x1F\\x7F]+)*[ \\t]*$", + "type": "string" + } + }, + "required": [ + "Username", + "Password" + ], + "type": "object" + }, + "ClientParameters": { + "additionalProperties": false, + "properties": { + "ClientID": { + "pattern": "^[ \\t]*[^\\x00-\\x1F\\x7F]+([ \\t]+[^\\x00-\\x1F\\x7F]+)*[ \\t]*$", + "type": "string" + }, + "ClientSecret": { + "pattern": "^[ \\t]*[^\\x00-\\x1F\\x7F]+([ \\t]+[^\\x00-\\x1F\\x7F]+)*[ \\t]*$", + "type": "string" + } + }, + "required": [ + "ClientID", + "ClientSecret" + ], + "type": "object" + }, + "ConnectionHttpParameters": { + "additionalProperties": false, + "properties": { + "BodyParameters": { + "items": { + "$ref": "#/definitions/Parameter" + }, + "type": "array" + }, + "HeaderParameters": { + "items": { + "$ref": "#/definitions/Parameter" + }, + "type": "array" + }, + "QueryStringParameters": { + "items": { + "$ref": "#/definitions/Parameter" + }, + "type": "array" + } + }, + "type": "object" + }, + "OAuthParameters": { + "additionalProperties": false, + "properties": { + "AuthorizationEndpoint": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^((%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@\\x26=+$,A-Za-z0-9])+)([).!';/?:,])?$", + "type": "string" + }, + "ClientParameters": { + "$ref": "#/definitions/ClientParameters" + }, + "HttpMethod": { + "enum": [ + "GET", + "POST", + "PUT" + ], + "type": "string" + }, + "OAuthHttpParameters": { + "$ref": "#/definitions/ConnectionHttpParameters" + } + }, + "required": [ + "ClientParameters", + "AuthorizationEndpoint", + "HttpMethod" + ], + "type": "object" + }, + "Parameter": { + "additionalProperties": false, + "properties": { + "IsValueSecret": { + "default": true, + "type": "boolean" + }, + "Key": { + "pattern": "^[!#$%&'*+-.^_`|~0-9a-zA-Z]+$", + "type": "string" + }, + "Value": { + "pattern": "^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$", + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Name" + ], + "properties": { + "Arn": { + "pattern": "^arn:aws([a-z]|\\-)*:events:([a-z]|\\d|\\-)*:([0-9]{12})?:connection\\/[\\.\\-_A-Za-z0-9]+\\/[\\-A-Za-z0-9]+$", + "type": "string" + }, + "AuthParameters": { + "$ref": "#/definitions/AuthParameters" + }, + "AuthorizationType": { + "enum": [ + "API_KEY", + "BASIC", + "OAUTH_CLIENT_CREDENTIALS" + ], + "type": "string" + }, + "Description": { + "maxLength": 512, + "type": "string" + }, + "Name": { + "maxLength": 64, + "minLength": 1, + "pattern": "[\\.\\-_A-Za-z0-9]+", + "type": "string" + }, + "SecretArn": { + "pattern": "^arn:aws([a-z]|\\-)*:secretsmanager:([a-z]|\\d|\\-)*:([0-9]{12})?:secret:([a-z]|\\d|\\-)*(!)*[\\/_+=\\.@\\-A-Za-z0-9]+$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/SecretArn" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Events::Connection", + "writeOnlyProperties": [ + "/properties/AuthParameters" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-gamelift-alias.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-gamelift-alias.json new file mode 100644 index 0000000000000000000000000000000000000000..c5a72a9671720d7234847fbdccc39fdc499f3391 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-gamelift-alias.json @@ -0,0 +1,48 @@ +{ + "additionalProperties": false, + "definitions": { + "RoutingStrategy": { + "additionalProperties": false, + "properties": { + "FleetId": { + "type": "string" + }, + "Message": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RoutingStrategy": { + "$ref": "#/definitions/RoutingStrategy" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "RoutingStrategy", + "Name" + ], + "typeName": "AWS::GameLift::Alias" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-gamelift-fleet.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-gamelift-fleet.json new file mode 100644 index 0000000000000000000000000000000000000000..99f60e7774a059078630aeb4e75812b5dbd52682 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-gamelift-fleet.json @@ -0,0 +1,198 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PeerVpcAwsAccountId", + "/properties/BuildId", + "/properties/EC2InstanceType", + "/properties/ServerLaunchParameters", + "/properties/CertificateConfiguration", + "/properties/LogPaths", + "/properties/ServerLaunchPath", + "/properties/FleetType", + "/properties/ScriptId", + "/properties/PeerVpcId", + "/properties/InstanceRoleARN" + ], + "definitions": { + "CertificateConfiguration": { + "additionalProperties": false, + "properties": { + "CertificateType": { + "type": "string" + } + }, + "required": [ + "CertificateType" + ], + "type": "object" + }, + "IpPermission": { + "additionalProperties": false, + "properties": { + "FromPort": { + "type": "integer" + }, + "IpRange": { + "type": "string" + }, + "Protocol": { + "type": "string" + }, + "ToPort": { + "type": "integer" + } + }, + "required": [ + "IpRange", + "FromPort", + "ToPort", + "Protocol" + ], + "type": "object" + }, + "ResourceCreationLimitPolicy": { + "additionalProperties": false, + "properties": { + "NewGameSessionsPerCreator": { + "type": "integer" + }, + "PolicyPeriodInMinutes": { + "type": "integer" + } + }, + "type": "object" + }, + "RuntimeConfiguration": { + "additionalProperties": false, + "properties": { + "GameSessionActivationTimeoutSeconds": { + "type": "integer" + }, + "MaxConcurrentGameSessionActivations": { + "type": "integer" + }, + "ServerProcesses": { + "items": { + "$ref": "#/definitions/ServerProcess" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "ServerProcess": { + "additionalProperties": false, + "properties": { + "ConcurrentExecutions": { + "type": "integer" + }, + "LaunchPath": { + "type": "string" + }, + "Parameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + } + }, + "required": [ + "ConcurrentExecutions", + "LaunchPath" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "BuildId": { + "type": "string" + }, + "CertificateConfiguration": { + "$ref": "#/definitions/CertificateConfiguration" + }, + "Description": { + "type": "string" + }, + "DesiredEC2Instances": { + "type": "integer" + }, + "EC2InboundPermissions": { + "items": { + "$ref": "#/definitions/IpPermission" + }, + "type": "array", + "uniqueItems": true + }, + "EC2InstanceType": { + "type": "string" + }, + "FleetType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "InstanceRoleARN": { + "type": "string" + }, + "LogPaths": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MaxSize": { + "type": "integer" + }, + "MetricGroups": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "MinSize": { + "type": "integer" + }, + "Name": { + "type": "string" + }, + "NewGameSessionProtectionPolicy": { + "type": "string" + }, + "PeerVpcAwsAccountId": { + "type": "string" + }, + "PeerVpcId": { + "type": "string" + }, + "ResourceCreationLimitPolicy": { + "$ref": "#/definitions/ResourceCreationLimitPolicy" + }, + "RuntimeConfiguration": { + "$ref": "#/definitions/RuntimeConfiguration" + }, + "ScriptId": { + "type": "string" + }, + "ServerLaunchParameters": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+", + "type": "string" + }, + "ServerLaunchPath": { + "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- ]+", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EC2InstanceType", + "Name" + ], + "typeName": "AWS::GameLift::Fleet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-iam-managedpolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-iam-managedpolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..41620915f04547ba34d395d4b39e7491f28563fb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-iam-managedpolicy.json @@ -0,0 +1,100 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ManagedPolicyName", + "/properties/Description", + "/properties/Path" + ], + "primaryIdentifier": [ + "/properties/PolicyArn" + ], + "properties": { + "AttachmentCount": { + "type": "integer" + }, + "CreateDate": { + "type": "string" + }, + "DefaultVersionId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Groups": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "IsAttachable": { + "type": "boolean" + }, + "ManagedPolicyName": { + "type": "string" + }, + "Path": { + "pattern": "^/(.+/)*$", + "type": "string" + }, + "PermissionsBoundaryUsageCount": { + "type": "integer" + }, + "PolicyArn": { + "type": "string" + }, + "PolicyDocument": { + "maxLength": 6144, + "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+", + "type": [ + "object", + "string" + ] + }, + "PolicyId": { + "type": "string" + }, + "Roles": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "UpdateDate": { + "type": "string" + }, + "Users": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/PolicyArn", + "/properties/AttachmentCount", + "/properties/CreateDate", + "/properties/DefaultVersionId", + "/properties/IsAttachable", + "/properties/PermissionsBoundaryUsageCount", + "/properties/PolicyId", + "/properties/UpdateDate" + ], + "required": [ + "PolicyDocument" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iam", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::IAM::ManagedPolicy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesis-streamconsumer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesis-streamconsumer.json new file mode 100644 index 0000000000000000000000000000000000000000..853b4133615b58db1f0091503f4744b6a2c9c8a2 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesis-streamconsumer.json @@ -0,0 +1,41 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StreamARN", + "/properties/ConsumerName" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ConsumerARN": { + "type": "string" + }, + "ConsumerCreationTimestamp": { + "type": "string" + }, + "ConsumerName": { + "type": "string" + }, + "ConsumerStatus": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "StreamARN": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/ConsumerStatus", + "/properties/Id", + "/properties/ConsumerARN", + "/properties/ConsumerCreationTimestamp" + ], + "required": [ + "ConsumerName", + "StreamARN" + ], + "typeName": "AWS::Kinesis::StreamConsumer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalytics-application.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalytics-application.json new file mode 100644 index 0000000000000000000000000000000000000000..99646df3e723ef959fca74f048bd1c2b433be65f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalytics-application.json @@ -0,0 +1,230 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CSVMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordColumnDelimiter": { + "type": "string" + }, + "RecordRowDelimiter": { + "type": "string" + } + }, + "required": [ + "RecordRowDelimiter", + "RecordColumnDelimiter" + ], + "type": "object" + }, + "Input": { + "additionalProperties": false, + "properties": { + "InputParallelism": { + "$ref": "#/definitions/InputParallelism" + }, + "InputProcessingConfiguration": { + "$ref": "#/definitions/InputProcessingConfiguration" + }, + "InputSchema": { + "$ref": "#/definitions/InputSchema" + }, + "KinesisFirehoseInput": { + "$ref": "#/definitions/KinesisFirehoseInput" + }, + "KinesisStreamsInput": { + "$ref": "#/definitions/KinesisStreamsInput" + }, + "NamePrefix": { + "type": "string" + } + }, + "required": [ + "NamePrefix", + "InputSchema" + ], + "type": "object" + }, + "InputLambdaProcessor": { + "additionalProperties": false, + "properties": { + "ResourceARN": { + "type": "string" + }, + "RoleARN": { + "type": "string" + } + }, + "required": [ + "ResourceARN", + "RoleARN" + ], + "type": "object" + }, + "InputParallelism": { + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + } + }, + "type": "object" + }, + "InputProcessingConfiguration": { + "additionalProperties": false, + "properties": { + "InputLambdaProcessor": { + "$ref": "#/definitions/InputLambdaProcessor" + } + }, + "type": "object" + }, + "InputSchema": { + "additionalProperties": false, + "properties": { + "RecordColumns": { + "items": { + "$ref": "#/definitions/RecordColumn" + }, + "type": "array", + "uniqueItems": false + }, + "RecordEncoding": { + "type": "string" + }, + "RecordFormat": { + "$ref": "#/definitions/RecordFormat" + } + }, + "required": [ + "RecordColumns", + "RecordFormat" + ], + "type": "object" + }, + "JSONMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordRowPath": { + "type": "string" + } + }, + "required": [ + "RecordRowPath" + ], + "type": "object" + }, + "KinesisFirehoseInput": { + "additionalProperties": false, + "properties": { + "ResourceARN": { + "type": "string" + }, + "RoleARN": { + "type": "string" + } + }, + "required": [ + "ResourceARN", + "RoleARN" + ], + "type": "object" + }, + "KinesisStreamsInput": { + "additionalProperties": false, + "properties": { + "ResourceARN": { + "type": "string" + }, + "RoleARN": { + "type": "string" + } + }, + "required": [ + "ResourceARN", + "RoleARN" + ], + "type": "object" + }, + "MappingParameters": { + "additionalProperties": false, + "properties": { + "CSVMappingParameters": { + "$ref": "#/definitions/CSVMappingParameters" + }, + "JSONMappingParameters": { + "$ref": "#/definitions/JSONMappingParameters" + } + }, + "type": "object" + }, + "RecordColumn": { + "additionalProperties": false, + "properties": { + "Mapping": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SqlType": { + "type": "string" + } + }, + "required": [ + "SqlType", + "Name" + ], + "type": "object" + }, + "RecordFormat": { + "additionalProperties": false, + "properties": { + "MappingParameters": { + "$ref": "#/definitions/MappingParameters" + }, + "RecordFormatType": { + "type": "string" + } + }, + "required": [ + "RecordFormatType" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationCode": { + "type": "string" + }, + "ApplicationDescription": { + "type": "string" + }, + "ApplicationName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Inputs": { + "items": { + "$ref": "#/definitions/Input" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Inputs" + ], + "typeName": "AWS::KinesisAnalytics::Application" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalytics-applicationreferencedatasource.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalytics-applicationreferencedatasource.json new file mode 100644 index 0000000000000000000000000000000000000000..10c265e57ddc6c042d93ef84d5fcbc92e6203a22 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalytics-applicationreferencedatasource.json @@ -0,0 +1,165 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CSVMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordColumnDelimiter": { + "type": "string" + }, + "RecordRowDelimiter": { + "type": "string" + } + }, + "required": [ + "RecordRowDelimiter", + "RecordColumnDelimiter" + ], + "type": "object" + }, + "JSONMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordRowPath": { + "type": "string" + } + }, + "required": [ + "RecordRowPath" + ], + "type": "object" + }, + "MappingParameters": { + "additionalProperties": false, + "properties": { + "CSVMappingParameters": { + "$ref": "#/definitions/CSVMappingParameters" + }, + "JSONMappingParameters": { + "$ref": "#/definitions/JSONMappingParameters" + } + }, + "type": "object" + }, + "RecordColumn": { + "additionalProperties": false, + "properties": { + "Mapping": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SqlType": { + "type": "string" + } + }, + "required": [ + "SqlType", + "Name" + ], + "type": "object" + }, + "RecordFormat": { + "additionalProperties": false, + "properties": { + "MappingParameters": { + "$ref": "#/definitions/MappingParameters" + }, + "RecordFormatType": { + "type": "string" + } + }, + "required": [ + "RecordFormatType" + ], + "type": "object" + }, + "ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "ReferenceSchema": { + "$ref": "#/definitions/ReferenceSchema" + }, + "S3ReferenceDataSource": { + "$ref": "#/definitions/S3ReferenceDataSource" + }, + "TableName": { + "type": "string" + } + }, + "required": [ + "ReferenceSchema" + ], + "type": "object" + }, + "ReferenceSchema": { + "additionalProperties": false, + "properties": { + "RecordColumns": { + "items": { + "$ref": "#/definitions/RecordColumn" + }, + "type": "array", + "uniqueItems": false + }, + "RecordEncoding": { + "type": "string" + }, + "RecordFormat": { + "$ref": "#/definitions/RecordFormat" + } + }, + "required": [ + "RecordColumns", + "RecordFormat" + ], + "type": "object" + }, + "S3ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "BucketARN": { + "type": "string" + }, + "FileKey": { + "type": "string" + }, + "ReferenceRoleARN": { + "type": "string" + } + }, + "required": [ + "BucketARN", + "FileKey", + "ReferenceRoleARN" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "ReferenceDataSource": { + "$ref": "#/definitions/ReferenceDataSource" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "ReferenceDataSource" + ], + "typeName": "AWS::KinesisAnalytics::ApplicationReferenceDataSource" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json new file mode 100644 index 0000000000000000000000000000000000000000..11d3fa0f5196161d686a5b0b00bcd4180938d616 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json @@ -0,0 +1,42 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CloudWatchLoggingOption": { + "additionalProperties": false, + "properties": { + "LogStreamARN": { + "type": "string" + } + }, + "required": [ + "LogStreamARN" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "CloudWatchLoggingOption": { + "$ref": "#/definitions/CloudWatchLoggingOption" + }, + "Id": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "CloudWatchLoggingOption" + ], + "typeName": "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalyticsv2-applicationreferencedatasource.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalyticsv2-applicationreferencedatasource.json new file mode 100644 index 0000000000000000000000000000000000000000..c4a433e09fb1ae82925fdbdf00d0cbd3a4b3d9c4 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-kinesisanalyticsv2-applicationreferencedatasource.json @@ -0,0 +1,161 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationName" + ], + "definitions": { + "CSVMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordColumnDelimiter": { + "type": "string" + }, + "RecordRowDelimiter": { + "type": "string" + } + }, + "required": [ + "RecordRowDelimiter", + "RecordColumnDelimiter" + ], + "type": "object" + }, + "JSONMappingParameters": { + "additionalProperties": false, + "properties": { + "RecordRowPath": { + "type": "string" + } + }, + "required": [ + "RecordRowPath" + ], + "type": "object" + }, + "MappingParameters": { + "additionalProperties": false, + "properties": { + "CSVMappingParameters": { + "$ref": "#/definitions/CSVMappingParameters" + }, + "JSONMappingParameters": { + "$ref": "#/definitions/JSONMappingParameters" + } + }, + "type": "object" + }, + "RecordColumn": { + "additionalProperties": false, + "properties": { + "Mapping": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SqlType": { + "type": "string" + } + }, + "required": [ + "SqlType", + "Name" + ], + "type": "object" + }, + "RecordFormat": { + "additionalProperties": false, + "properties": { + "MappingParameters": { + "$ref": "#/definitions/MappingParameters" + }, + "RecordFormatType": { + "type": "string" + } + }, + "required": [ + "RecordFormatType" + ], + "type": "object" + }, + "ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "ReferenceSchema": { + "$ref": "#/definitions/ReferenceSchema" + }, + "S3ReferenceDataSource": { + "$ref": "#/definitions/S3ReferenceDataSource" + }, + "TableName": { + "type": "string" + } + }, + "required": [ + "ReferenceSchema" + ], + "type": "object" + }, + "ReferenceSchema": { + "additionalProperties": false, + "properties": { + "RecordColumns": { + "items": { + "$ref": "#/definitions/RecordColumn" + }, + "type": "array", + "uniqueItems": false + }, + "RecordEncoding": { + "type": "string" + }, + "RecordFormat": { + "$ref": "#/definitions/RecordFormat" + } + }, + "required": [ + "RecordColumns", + "RecordFormat" + ], + "type": "object" + }, + "S3ReferenceDataSource": { + "additionalProperties": false, + "properties": { + "BucketARN": { + "type": "string" + }, + "FileKey": { + "type": "string" + } + }, + "required": [ + "BucketARN", + "FileKey" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ApplicationName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "ReferenceDataSource": { + "$ref": "#/definitions/ReferenceDataSource" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ApplicationName", + "ReferenceDataSource" + ], + "typeName": "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-lambda-version.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-lambda-version.json new file mode 100644 index 0000000000000000000000000000000000000000..41fcb31449b33217b2e912d145c1721230f42c08 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-lambda-version.json @@ -0,0 +1,112 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FunctionName", + "/properties/Description", + "/properties/CodeSha256", + "/properties/ProvisionedConcurrencyConfig", + "/properties/RuntimePolicy" + ], + "definitions": { + "ProvisionedConcurrencyConfiguration": { + "additionalProperties": false, + "properties": { + "ProvisionedConcurrentExecutions": { + "type": "integer" + } + }, + "required": [ + "ProvisionedConcurrentExecutions" + ], + "type": "object" + }, + "RuntimePolicy": { + "additionalProperties": false, + "properties": { + "RuntimeVersionArn": { + "maxLength": 2048, + "minLength": 26, + "pattern": "^arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}::runtime:.+$", + "type": "string" + }, + "UpdateRuntimeOn": { + "type": "string" + } + }, + "required": [ + "UpdateRuntimeOn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FunctionArn" + ], + "properties": { + "CodeSha256": { + "type": "string" + }, + "Description": { + "maxLength": 256, + "minLength": 0, + "type": "string" + }, + "FunctionArn": { + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "FunctionName": { + "anyOf": [ + { + "relationshipRef": { + "propertyPath": "/properties/FunctionName", + "typeName": "AWS::Lambda::Function" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::Lambda::Function" + } + } + ], + "maxLength": 140, + "minLength": 1, + "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "Policy": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "ProvisionedConcurrencyConfig": { + "$ref": "#/definitions/ProvisionedConcurrencyConfiguration" + }, + "RuntimePolicy": { + "$ref": "#/definitions/RuntimePolicy" + }, + "Version": { + "type": "string" + } + }, + "propertyTransform": { + "/properties/FunctionName": "$split(FunctionName, \":\")[-1] $OR FunctionName" + }, + "readOnlyProperties": [ + "/properties/Version", + "/properties/FunctionArn" + ], + "required": [ + "FunctionName" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Lambda::Version" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-logs-delivery.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-logs-delivery.json new file mode 100644 index 0000000000000000000000000000000000000000..8bc576d1da6abec93009e46e3bb14c7a0f77b381 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-logs-delivery.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DeliverySourceName", + "/properties/DeliveryDestinationArn" + ], + "definitions": { + "Arn": { + "maxLength": 2048, + "minLength": 16, + "pattern": "[\\w#+=/:,.@-]*\\*?", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DeliveryId" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationArn": { + "$ref": "#/definitions/Arn" + }, + "DeliveryDestinationType": { + "maxLength": 12, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliveryId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^[0-9A-Za-z]+$", + "type": "string" + }, + "DeliverySourceName": { + "maxLength": 60, + "minLength": 1, + "pattern": "[\\w-]*$", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/DeliveryId", + "/properties/Arn", + "/properties/DeliveryDestinationType" + ], + "required": [ + "DeliverySourceName", + "DeliveryDestinationArn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Logs::Delivery" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-opensearchservice-domain.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-opensearchservice-domain.json new file mode 100644 index 0000000000000000000000000000000000000000..c3ce78e81af4f7f7c05ce0dcd4ae14af37c5e9f3 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-opensearchservice-domain.json @@ -0,0 +1,529 @@ +{ + "additionalProperties": false, + "conditionalCreateOnlyProperties": [ + "/properties/EncryptionAtRestOptions/Enabled", + "/properties/EncryptionAtRestOptions/KmsKeyId", + "/properties/AdvancedSecurityOptions/Enabled" + ], + "createOnlyProperties": [ + "/properties/DomainName" + ], + "definitions": { + "AdvancedSecurityOptionsInput": { + "additionalProperties": false, + "properties": { + "AnonymousAuthDisableDate": { + "type": "string" + }, + "AnonymousAuthEnabled": { + "type": "boolean" + }, + "Enabled": { + "type": "boolean" + }, + "InternalUserDatabaseEnabled": { + "type": "boolean" + }, + "JWTOptions": { + "$ref": "#/definitions/JWTOptions" + }, + "MasterUserOptions": { + "$ref": "#/definitions/MasterUserOptions" + }, + "SAMLOptions": { + "$ref": "#/definitions/SAMLOptions" + } + }, + "type": "object" + }, + "ClusterConfig": { + "additionalProperties": false, + "properties": { + "ColdStorageOptions": { + "$ref": "#/definitions/ColdStorageOptions" + }, + "DedicatedMasterCount": { + "type": "integer" + }, + "DedicatedMasterEnabled": { + "type": "boolean" + }, + "DedicatedMasterType": { + "type": "string" + }, + "InstanceCount": { + "type": "integer" + }, + "InstanceType": { + "type": "string" + }, + "MultiAZWithStandbyEnabled": { + "type": "boolean" + }, + "WarmCount": { + "type": "integer" + }, + "WarmEnabled": { + "type": "boolean" + }, + "WarmType": { + "type": "string" + }, + "ZoneAwarenessConfig": { + "$ref": "#/definitions/ZoneAwarenessConfig" + }, + "ZoneAwarenessEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "CognitoOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "IdentityPoolId": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "UserPoolId": { + "type": "string" + } + }, + "type": "object" + }, + "ColdStorageOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "DomainEndpointOptions": { + "additionalProperties": false, + "properties": { + "CustomEndpoint": { + "type": "string" + }, + "CustomEndpointCertificateArn": { + "type": "string" + }, + "CustomEndpointEnabled": { + "type": "boolean" + }, + "EnforceHTTPS": { + "type": "boolean" + }, + "TLSSecurityPolicy": { + "type": "string" + } + }, + "type": "object" + }, + "EBSOptions": { + "additionalProperties": false, + "properties": { + "EBSEnabled": { + "type": "boolean" + }, + "Iops": { + "type": "integer" + }, + "Throughput": { + "type": "integer" + }, + "VolumeSize": { + "type": "integer" + }, + "VolumeType": { + "type": "string" + } + }, + "type": "object" + }, + "EncryptionAtRestOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "KmsKeyId": { + "type": "string" + } + }, + "type": "object" + }, + "Idp": { + "additionalProperties": false, + "properties": { + "EntityId": { + "type": "string" + }, + "MetadataContent": { + "maxLength": 1048576, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "MetadataContent", + "EntityId" + ], + "type": "object" + }, + "JWTOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "PublicKey": { + "type": "string" + }, + "RolesKey": { + "type": "string" + }, + "SubjectKey": { + "type": "string" + } + }, + "type": "object" + }, + "LogPublishingOption": { + "additionalProperties": false, + "properties": { + "CloudWatchLogsLogGroupArn": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "MasterUserOptions": { + "additionalProperties": false, + "properties": { + "MasterUserARN": { + "type": "string" + }, + "MasterUserName": { + "type": "string" + }, + "MasterUserPassword": { + "type": "string" + } + }, + "type": "object" + }, + "NodeToNodeEncryptionOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "OffPeakWindow": { + "additionalProperties": false, + "properties": { + "WindowStartTime": { + "$ref": "#/definitions/WindowStartTime" + } + }, + "type": "object" + }, + "OffPeakWindowOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "OffPeakWindow": { + "$ref": "#/definitions/OffPeakWindow" + } + }, + "type": "object" + }, + "SAMLOptions": { + "additionalProperties": false, + "properties": { + "Enabled": { + "type": "boolean" + }, + "Idp": { + "$ref": "#/definitions/Idp" + }, + "MasterBackendRole": { + "type": "string" + }, + "MasterUserName": { + "type": "string" + }, + "RolesKey": { + "type": "string" + }, + "SessionTimeoutMinutes": { + "type": "integer" + }, + "SubjectKey": { + "type": "string" + } + }, + "type": "object" + }, + "ServiceSoftwareOptions": { + "additionalProperties": false, + "properties": { + "AutomatedUpdateDate": { + "type": "string" + }, + "Cancellable": { + "type": "boolean" + }, + "CurrentVersion": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "NewVersion": { + "type": "string" + }, + "OptionalDeployment": { + "type": "boolean" + }, + "UpdateAvailable": { + "type": "boolean" + }, + "UpdateStatus": { + "type": "string" + } + }, + "type": "object" + }, + "SnapshotOptions": { + "additionalProperties": false, + "properties": { + "AutomatedSnapshotStartHour": { + "type": "integer" + } + }, + "type": "object" + }, + "SoftwareUpdateOptions": { + "additionalProperties": false, + "properties": { + "AutoSoftwareUpdateEnabled": { + "type": "boolean" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 0, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VPCOptions": { + "additionalProperties": false, + "properties": { + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "SubnetIds": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "WindowStartTime": { + "additionalProperties": false, + "properties": { + "Hours": { + "maximum": 23, + "minimum": 0, + "type": "integer" + }, + "Minutes": { + "maximum": 59, + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "Hours", + "Minutes" + ], + "type": "object" + }, + "ZoneAwarenessConfig": { + "additionalProperties": false, + "properties": { + "AvailabilityZoneCount": { + "type": "integer" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/DomainName" + ], + "properties": { + "AccessPolicies": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "AdvancedOptions": { + "additionalProperties": false, + "patternProperties": { + "[a-zA-Z0-9]+": { + "type": "string" + } + }, + "type": "object" + }, + "AdvancedSecurityOptions": { + "$ref": "#/definitions/AdvancedSecurityOptionsInput" + }, + "Arn": { + "type": "string" + }, + "ClusterConfig": { + "$ref": "#/definitions/ClusterConfig" + }, + "CognitoOptions": { + "$ref": "#/definitions/CognitoOptions" + }, + "DomainArn": { + "type": "string" + }, + "DomainEndpoint": { + "type": "string" + }, + "DomainEndpointOptions": { + "$ref": "#/definitions/DomainEndpointOptions" + }, + "DomainEndpointV2": { + "type": "string" + }, + "DomainEndpoints": { + "additionalProperties": false, + "patternProperties": { + "^.*$": { + "type": "string" + } + }, + "type": "object" + }, + "DomainName": { + "type": "string" + }, + "EBSOptions": { + "$ref": "#/definitions/EBSOptions" + }, + "EncryptionAtRestOptions": { + "$ref": "#/definitions/EncryptionAtRestOptions" + }, + "EngineVersion": { + "type": "string" + }, + "IPAddressType": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "LogPublishingOptions": { + "additionalProperties": false, + "patternProperties": { + "[a-zA-Z0-9]+": { + "$ref": "#/definitions/LogPublishingOption" + } + }, + "type": "object" + }, + "NodeToNodeEncryptionOptions": { + "$ref": "#/definitions/NodeToNodeEncryptionOptions" + }, + "OffPeakWindowOptions": { + "$ref": "#/definitions/OffPeakWindowOptions" + }, + "ServiceSoftwareOptions": { + "$ref": "#/definitions/ServiceSoftwareOptions" + }, + "SkipShardMigrationWait": { + "type": "boolean" + }, + "SnapshotOptions": { + "$ref": "#/definitions/SnapshotOptions" + }, + "SoftwareUpdateOptions": { + "$ref": "#/definitions/SoftwareUpdateOptions" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + }, + "VPCOptions": { + "$ref": "#/definitions/VPCOptions" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn", + "/properties/DomainArn", + "/properties/DomainEndpoint", + "/properties/DomainEndpointV2", + "/properties/DomainEndpoints", + "/properties/ServiceSoftwareOptions", + "/properties/AdvancedSecurityOptions/AnonymousAuthDisableDate" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "typeName": "AWS::OpenSearchService::Domain", + "writeOnlyProperties": [ + "/properties/AdvancedSecurityOptions/MasterUserOptions", + "/properties/AdvancedSecurityOptions/SAMLOptions/MasterUserName", + "/properties/AdvancedSecurityOptions/SAMLOptions/MasterBackendRole", + "/properties/AdvancedSecurityOptions/JWTOptions/PublicKey" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-pcaconnectorad-connector.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-pcaconnectorad-connector.json new file mode 100644 index 0000000000000000000000000000000000000000..33419e0dab51f310768bda2d466ff1c3a1006148 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-pcaconnectorad-connector.json @@ -0,0 +1,91 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/CertificateAuthorityArn", + "/properties/DirectoryId", + "/properties/VpcInformation" + ], + "definitions": { + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + }, + "VpcInformation": { + "additionalProperties": false, + "properties": { + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "maxLength": 20, + "minLength": 11, + "pattern": "^(?:sg-[0-9a-f]{8}|sg-[0-9a-f]{17})$", + "type": "string" + }, + "maxItems": 5, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "SecurityGroupIds" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ConnectorArn" + ], + "properties": { + "CertificateAuthorityArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:acm-pca:[\\w-]+:[0-9]+:certificate-authority(\\/[\\w-]+)$", + "type": "string" + }, + "ConnectorArn": { + "maxLength": 200, + "minLength": 5, + "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector(\\/[\\w-]+)$", + "type": "string" + }, + "DirectoryId": { + "pattern": "^d-[0-9a-f]{10}$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/Tags" + }, + "VpcInformation": { + "$ref": "#/definitions/VpcInformation" + } + }, + "readOnlyProperties": [ + "/properties/ConnectorArn" + ], + "required": [ + "CertificateAuthorityArn", + "DirectoryId", + "VpcInformation" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::PCAConnectorAD::Connector", + "writeOnlyProperties": [ + "/properties/CertificateAuthorityArn", + "/properties/DirectoryId", + "/properties/Tags", + "/properties/VpcInformation" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-sagemaker-endpoint.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-sagemaker-endpoint.json new file mode 100644 index 0000000000000000000000000000000000000000..aa61eea77af1172e66411f87b0e0421877804058 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-sagemaker-endpoint.json @@ -0,0 +1,211 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/EndpointName" + ], + "definitions": { + "Alarm": { + "additionalProperties": false, + "properties": { + "AlarmName": { + "pattern": "^(?!\\s*$).+", + "type": "string" + } + }, + "required": [ + "AlarmName" + ], + "type": "object" + }, + "AutoRollbackConfig": { + "additionalProperties": false, + "properties": { + "Alarms": { + "items": { + "$ref": "#/definitions/Alarm" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "Alarms" + ], + "type": "object" + }, + "BlueGreenUpdatePolicy": { + "additionalProperties": false, + "properties": { + "MaximumExecutionTimeoutInSeconds": { + "type": "integer" + }, + "TerminationWaitInSeconds": { + "type": "integer" + }, + "TrafficRoutingConfiguration": { + "$ref": "#/definitions/TrafficRoutingConfig" + } + }, + "required": [ + "TrafficRoutingConfiguration" + ], + "type": "object" + }, + "CapacitySize": { + "additionalProperties": false, + "properties": { + "Type": { + "enum": [ + "CAPACITY_PERCENT", + "INSTANCE_COUNT" + ], + "type": "string" + }, + "Value": { + "type": "integer" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + }, + "DeploymentConfig": { + "additionalProperties": false, + "properties": { + "AutoRollbackConfiguration": { + "$ref": "#/definitions/AutoRollbackConfig" + }, + "BlueGreenUpdatePolicy": { + "$ref": "#/definitions/BlueGreenUpdatePolicy" + }, + "RollingUpdatePolicy": { + "$ref": "#/definitions/RollingUpdatePolicy" + } + }, + "type": "object" + }, + "RollingUpdatePolicy": { + "additionalProperties": false, + "properties": { + "MaximumBatchSize": { + "$ref": "#/definitions/CapacitySize" + }, + "MaximumExecutionTimeoutInSeconds": { + "type": "integer" + }, + "RollbackMaximumBatchSize": { + "$ref": "#/definitions/CapacitySize" + }, + "WaitIntervalInSeconds": { + "type": "integer" + } + }, + "required": [ + "MaximumBatchSize", + "WaitIntervalInSeconds" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TrafficRoutingConfig": { + "additionalProperties": false, + "properties": { + "CanarySize": { + "$ref": "#/definitions/CapacitySize" + }, + "LinearStepSize": { + "$ref": "#/definitions/CapacitySize" + }, + "Type": { + "enum": [ + "ALL_AT_ONCE", + "CANARY", + "LINEAR" + ], + "type": "string" + }, + "WaitIntervalInSeconds": { + "type": "integer" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "VariantProperty": { + "additionalProperties": false, + "properties": { + "VariantPropertyType": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DeploymentConfig": { + "$ref": "#/definitions/DeploymentConfig" + }, + "EndpointConfigName": { + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "EndpointName": { + "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}", + "type": "string" + }, + "ExcludeRetainedVariantProperties": { + "items": { + "$ref": "#/definitions/VariantProperty" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "RetainAllVariantProperties": { + "type": "boolean" + }, + "RetainDeploymentConfig": { + "type": "boolean" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "EndpointConfigName" + ], + "typeName": "AWS::SageMaker::Endpoint" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-servicecatalog-portfolioprincipalassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-servicecatalog-portfolioprincipalassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..9be3710efd2eca0d482619b90662bf7708b70350 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-servicecatalog-portfolioprincipalassociation.json @@ -0,0 +1,38 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/PortfolioId", + "/properties/PrincipalARN", + "/properties/PrincipalType" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + }, + "PrincipalARN": { + "type": "string" + }, + "PrincipalType": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PrincipalARN", + "PortfolioId", + "PrincipalType" + ], + "typeName": "AWS::ServiceCatalog::PortfolioPrincipalAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-servicecatalog-portfolioproductassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-servicecatalog-portfolioproductassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..51ef37ad727951d702e2925474c8cdd81a0d58fe --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-servicecatalog-portfolioproductassociation.json @@ -0,0 +1,37 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AcceptLanguage", + "/properties/SourcePortfolioId", + "/properties/PortfolioId", + "/properties/ProductId" + ], + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AcceptLanguage": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "PortfolioId": { + "type": "string" + }, + "ProductId": { + "type": "string" + }, + "SourcePortfolioId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "PortfolioId", + "ProductId" + ], + "typeName": "AWS::ServiceCatalog::PortfolioProductAssociation" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-wafregional-geomatchset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-wafregional-geomatchset.json new file mode 100644 index 0000000000000000000000000000000000000000..b1e8301ef3f80a5eaf6e6f2e6fcaf8ee385bb381 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-wafregional-geomatchset.json @@ -0,0 +1,49 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "GeoMatchConstraint": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "GeoMatchConstraints": { + "items": { + "$ref": "#/definitions/GeoMatchConstraint" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAFRegional::GeoMatchSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-wafregional-ipset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-wafregional-ipset.json new file mode 100644 index 0000000000000000000000000000000000000000..dd4ff36629a80e02eab250910ae923cf3f87b01f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-wafregional-ipset.json @@ -0,0 +1,49 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "IPSetDescriptor": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "IPSetDescriptors": { + "items": { + "$ref": "#/definitions/IPSetDescriptor" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAFRegional::IPSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-wafregional-sizeconstraintset.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-wafregional-sizeconstraintset.json new file mode 100644 index 0000000000000000000000000000000000000000..ba49684b9010534b6422dd29fe3fbfe6963ab01b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/me_south_1/aws-wafregional-sizeconstraintset.json @@ -0,0 +1,72 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "FieldToMatch": { + "additionalProperties": false, + "properties": { + "Data": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "SizeConstraint": { + "additionalProperties": false, + "properties": { + "ComparisonOperator": { + "type": "string" + }, + "FieldToMatch": { + "$ref": "#/definitions/FieldToMatch" + }, + "Size": { + "type": "integer" + }, + "TextTransformation": { + "type": "string" + } + }, + "required": [ + "ComparisonOperator", + "Size", + "TextTransformation", + "FieldToMatch" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "SizeConstraints": { + "items": { + "$ref": "#/definitions/SizeConstraint" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Name" + ], + "typeName": "AWS::WAFRegional::SizeConstraintSet" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/sa_east_1/aws-aps-scraper.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/sa_east_1/aws-aps-scraper.json new file mode 100644 index 0000000000000000000000000000000000000000..788bf84c2d17eca7c9b7abe4ae867ec878373c14 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/sa_east_1/aws-aps-scraper.json @@ -0,0 +1,187 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ScrapeConfiguration", + "/properties/Source", + "/properties/Destination", + "/properties/Alias" + ], + "definitions": { + "Destination": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "AmpConfiguration" + ] + } + ], + "properties": { + "AmpConfiguration": { + "additionalProperties": false, + "properties": { + "WorkspaceArn": { + "pattern": "^arn:aws[-a-z]*:aps:[-a-z0-9]+:[0-9]{12}:workspace/.+$", + "type": "string" + } + }, + "required": [ + "WorkspaceArn" + ], + "type": "object" + } + }, + "type": "object" + }, + "ScrapeConfiguration": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "ConfigurationBlob" + ] + } + ], + "properties": { + "ConfigurationBlob": { + "type": "string" + } + }, + "type": "object" + }, + "SecurityGroupId": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "pattern": "^sg-[0-9a-z]+$", + "type": "string" + }, + "Source": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "EksConfiguration" + ] + } + ], + "properties": { + "EksConfiguration": { + "additionalProperties": false, + "properties": { + "ClusterArn": { + "pattern": "^arn:aws[-a-z]*:eks:[-a-z0-9]+:[0-9]{12}:cluster/.+$", + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SecurityGroupId" + }, + "type": "array" + }, + "SubnetIds": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SubnetId" + }, + "type": "array" + } + }, + "required": [ + "ClusterArn", + "SubnetIds" + ], + "type": "object" + } + }, + "type": "object" + }, + "SubnetId": { + "pattern": "^subnet-[0-9a-z]+$", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "Alias": { + "maxLength": 100, + "minLength": 1, + "pattern": "^[0-9A-Za-z][-.0-9A-Z_a-z]*$", + "type": "string" + }, + "Arn": { + "pattern": "^arn:(aws|aws-us-gov|aws-cn):aps:(af|ap|ca|eu|me|sa|us)-(central|north|(north(?:east|west))|south|south(?:east|west)|east|west)-[0-9]+:[0-9]+:scraper/s-[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$", + "type": "string" + }, + "Destination": { + "$ref": "#/definitions/Destination" + }, + "RoleArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:(aws|aws-us-gov|aws-cn):iam::[0-9]{12}:role/[a-zA-Z0-9-]+$", + "type": "string" + }, + "ScrapeConfiguration": { + "$ref": "#/definitions/ScrapeConfiguration" + }, + "ScraperId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^s-[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$", + "type": "string" + }, + "Source": { + "$ref": "#/definitions/Source" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/ScraperId", + "/properties/Arn", + "/properties/RoleArn" + ], + "required": [ + "ScrapeConfiguration", + "Source", + "Destination" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-aps", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::APS::Scraper" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/sa_east_1/aws-datapipeline-pipeline.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/sa_east_1/aws-datapipeline-pipeline.json new file mode 100644 index 0000000000000000000000000000000000000000..c6796b2ea1e971e076a2040502b6516ab5fd456b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/sa_east_1/aws-datapipeline-pipeline.json @@ -0,0 +1,172 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Description" + ], + "definitions": { + "Field": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "RefValue": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Key" + ], + "type": "object" + }, + "ParameterAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "StringValue", + "Key" + ], + "type": "object" + }, + "ParameterObject": { + "additionalProperties": false, + "properties": { + "Attributes": { + "items": { + "$ref": "#/definitions/ParameterAttribute" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + } + }, + "required": [ + "Attributes", + "Id" + ], + "type": "object" + }, + "ParameterValue": { + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "StringValue": { + "type": "string" + } + }, + "required": [ + "Id", + "StringValue" + ], + "type": "object" + }, + "PipelineObject": { + "additionalProperties": false, + "properties": { + "Fields": { + "items": { + "$ref": "#/definitions/Field" + }, + "type": "array", + "uniqueItems": false + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Fields", + "Id", + "Name" + ], + "type": "object" + }, + "PipelineTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Activate": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ParameterObjects": { + "items": { + "$ref": "#/definitions/ParameterObject" + }, + "type": "array", + "uniqueItems": false + }, + "ParameterValues": { + "items": { + "$ref": "#/definitions/ParameterValue" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineObjects": { + "items": { + "$ref": "#/definitions/PipelineObject" + }, + "type": "array", + "uniqueItems": false + }, + "PipelineTags": { + "items": { + "$ref": "#/definitions/PipelineTag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ParameterObjects", + "Name" + ], + "typeName": "AWS::DataPipeline::Pipeline" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-amplifyuibuilder-form.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-amplifyuibuilder-form.json new file mode 100644 index 0000000000000000000000000000000000000000..b4697a726bfbc51d7802be71639e3b10c842a8c8 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-amplifyuibuilder-form.json @@ -0,0 +1,541 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AppId", + "/properties/EnvironmentName" + ], + "definitions": { + "FieldConfig": { + "additionalProperties": false, + "properties": { + "Excluded": { + "type": "boolean" + }, + "InputType": { + "$ref": "#/definitions/FieldInputConfig" + }, + "Label": { + "type": "string" + }, + "Position": { + "$ref": "#/definitions/FieldPosition" + }, + "Validations": { + "items": { + "$ref": "#/definitions/FieldValidationConfiguration" + }, + "type": "array" + } + }, + "type": "object" + }, + "FieldInputConfig": { + "additionalProperties": false, + "properties": { + "DefaultChecked": { + "type": "boolean" + }, + "DefaultCountryCode": { + "type": "string" + }, + "DefaultValue": { + "type": "string" + }, + "DescriptiveText": { + "type": "string" + }, + "FileUploaderConfig": { + "$ref": "#/definitions/FileUploaderFieldConfig" + }, + "IsArray": { + "type": "boolean" + }, + "MaxValue": { + "type": "number" + }, + "MinValue": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Placeholder": { + "type": "string" + }, + "ReadOnly": { + "type": "boolean" + }, + "Required": { + "type": "boolean" + }, + "Step": { + "type": "number" + }, + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + }, + "ValueMappings": { + "$ref": "#/definitions/ValueMappings" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "FieldPosition": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Fixed": { + "$ref": "#/definitions/FixedPosition" + } + }, + "required": [ + "Fixed" + ], + "title": "Fixed", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "RightOf": { + "type": "string" + } + }, + "required": [ + "RightOf" + ], + "title": "RightOf", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Below": { + "type": "string" + } + }, + "required": [ + "Below" + ], + "title": "Below", + "type": "object" + } + ] + }, + "FieldValidationConfiguration": { + "additionalProperties": false, + "properties": { + "NumValues": { + "items": { + "type": "number" + }, + "type": "array" + }, + "StrValues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "Type": { + "type": "string" + }, + "ValidationMessage": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "FieldsMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "$ref": "#/definitions/FieldConfig" + } + }, + "type": "object" + }, + "FileUploaderFieldConfig": { + "additionalProperties": false, + "properties": { + "AcceptedFileTypes": { + "items": { + "type": "string" + }, + "type": "array" + }, + "AccessLevel": { + "$ref": "#/definitions/StorageAccessLevel" + }, + "IsResumable": { + "type": "boolean" + }, + "MaxFileCount": { + "type": "number" + }, + "MaxSize": { + "type": "number" + }, + "ShowThumbnails": { + "type": "boolean" + } + }, + "required": [ + "AcceptedFileTypes", + "AccessLevel" + ], + "type": "object" + }, + "FixedPosition": { + "enum": [ + "first" + ], + "type": "string" + }, + "FormActionType": { + "enum": [ + "create", + "update" + ], + "type": "string" + }, + "FormButton": { + "additionalProperties": false, + "properties": { + "Children": { + "type": "string" + }, + "Excluded": { + "type": "boolean" + }, + "Position": { + "$ref": "#/definitions/FieldPosition" + } + }, + "type": "object" + }, + "FormButtonsPosition": { + "enum": [ + "top", + "bottom", + "top_and_bottom" + ], + "type": "string" + }, + "FormCTA": { + "additionalProperties": false, + "properties": { + "Cancel": { + "$ref": "#/definitions/FormButton" + }, + "Clear": { + "$ref": "#/definitions/FormButton" + }, + "Position": { + "$ref": "#/definitions/FormButtonsPosition" + }, + "Submit": { + "$ref": "#/definitions/FormButton" + } + }, + "type": "object" + }, + "FormDataSourceType": { + "enum": [ + "DataStore", + "Custom" + ], + "type": "string" + }, + "FormDataTypeConfig": { + "additionalProperties": false, + "properties": { + "DataSourceType": { + "$ref": "#/definitions/FormDataSourceType" + }, + "DataTypeName": { + "type": "string" + } + }, + "required": [ + "DataSourceType", + "DataTypeName" + ], + "type": "object" + }, + "FormInputBindingProperties": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "$ref": "#/definitions/FormInputBindingPropertiesValue" + } + }, + "type": "object" + }, + "FormInputBindingPropertiesValue": { + "additionalProperties": false, + "properties": { + "BindingProperties": { + "$ref": "#/definitions/FormInputBindingPropertiesValueProperties" + }, + "Type": { + "type": "string" + } + }, + "type": "object" + }, + "FormInputBindingPropertiesValueProperties": { + "additionalProperties": false, + "properties": { + "Model": { + "type": "string" + } + }, + "type": "object" + }, + "FormInputValueProperty": { + "additionalProperties": false, + "properties": { + "BindingProperties": { + "$ref": "#/definitions/FormInputValuePropertyBindingProperties" + }, + "Concat": { + "items": { + "$ref": "#/definitions/FormInputValueProperty" + }, + "type": "array" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "FormInputValuePropertyBindingProperties": { + "additionalProperties": false, + "properties": { + "Field": { + "type": "string" + }, + "Property": { + "type": "string" + } + }, + "required": [ + "Property" + ], + "type": "object" + }, + "FormStyle": { + "additionalProperties": false, + "properties": { + "HorizontalGap": { + "$ref": "#/definitions/FormStyleConfig" + }, + "OuterPadding": { + "$ref": "#/definitions/FormStyleConfig" + }, + "VerticalGap": { + "$ref": "#/definitions/FormStyleConfig" + } + }, + "type": "object" + }, + "FormStyleConfig": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "TokenReference": { + "type": "string" + } + }, + "required": [ + "TokenReference" + ], + "title": "TokenReference", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Value": { + "type": "string" + } + }, + "required": [ + "Value" + ], + "title": "Value", + "type": "object" + } + ] + }, + "LabelDecorator": { + "enum": [ + "required", + "optional", + "none" + ], + "type": "string" + }, + "SectionalElement": { + "additionalProperties": false, + "properties": { + "Excluded": { + "type": "boolean" + }, + "Level": { + "type": "number" + }, + "Orientation": { + "type": "string" + }, + "Position": { + "$ref": "#/definitions/FieldPosition" + }, + "Text": { + "type": "string" + }, + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "SectionalElementMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "$ref": "#/definitions/SectionalElement" + } + }, + "type": "object" + }, + "StorageAccessLevel": { + "enum": [ + "public", + "protected", + "private" + ], + "type": "string" + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + "^(?!aws:)[a-zA-Z+-=._:/]+$": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "type": "object" + }, + "ValueMapping": { + "additionalProperties": false, + "properties": { + "DisplayValue": { + "$ref": "#/definitions/FormInputValueProperty" + }, + "Value": { + "$ref": "#/definitions/FormInputValueProperty" + } + }, + "required": [ + "Value" + ], + "type": "object" + }, + "ValueMappings": { + "additionalProperties": false, + "properties": { + "BindingProperties": { + "$ref": "#/definitions/FormInputBindingProperties" + }, + "Values": { + "items": { + "$ref": "#/definitions/ValueMapping" + }, + "type": "array" + } + }, + "required": [ + "Values" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/AppId", + "/properties/EnvironmentName", + "/properties/Id" + ], + "properties": { + "AppId": { + "type": "string" + }, + "Cta": { + "$ref": "#/definitions/FormCTA" + }, + "DataType": { + "$ref": "#/definitions/FormDataTypeConfig" + }, + "EnvironmentName": { + "type": "string" + }, + "Fields": { + "$ref": "#/definitions/FieldsMap" + }, + "FormActionType": { + "$ref": "#/definitions/FormActionType" + }, + "Id": { + "type": "string" + }, + "LabelDecorator": { + "$ref": "#/definitions/LabelDecorator" + }, + "Name": { + "maxLength": 255, + "minLength": 1, + "type": "string" + }, + "SchemaVersion": { + "type": "string" + }, + "SectionalElements": { + "$ref": "#/definitions/SectionalElementMap" + }, + "Style": { + "$ref": "#/definitions/FormStyle" + }, + "Tags": { + "$ref": "#/definitions/Tags" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-amplifyuibuilder", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::AmplifyUIBuilder::Form" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apigatewayv2-apimapping.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apigatewayv2-apimapping.json new file mode 100644 index 0000000000000000000000000000000000000000..b84db940007002d406cb809c169f3113c30f148c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apigatewayv2-apimapping.json @@ -0,0 +1,43 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/DomainName" + ], + "primaryIdentifier": [ + "/properties/ApiMappingId", + "/properties/DomainName" + ], + "properties": { + "ApiId": { + "type": "string" + }, + "ApiMappingId": { + "type": "string" + }, + "ApiMappingKey": { + "type": "string" + }, + "DomainName": { + "type": "string" + }, + "Stage": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/ApiMappingId" + ], + "required": [ + "DomainName", + "Stage", + "ApiId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigatewayv2.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::ApiGatewayV2::ApiMapping" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apigatewayv2-stage.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apigatewayv2-stage.json new file mode 100644 index 0000000000000000000000000000000000000000..d5c790a0cb6a5ec9ee65cd94f77491f9729937ee --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apigatewayv2-stage.json @@ -0,0 +1,108 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StageName", + "/properties/ApiId" + ], + "definitions": { + "AccessLogSettings": { + "additionalProperties": false, + "properties": { + "DestinationArn": { + "type": "string" + }, + "Format": { + "type": "string" + } + }, + "type": "object" + }, + "RouteSettings": { + "additionalProperties": false, + "properties": { + "DataTraceEnabled": { + "type": "boolean" + }, + "DetailedMetricsEnabled": { + "type": "boolean" + }, + "LoggingLevel": { + "type": "string" + }, + "ThrottlingBurstLimit": { + "type": "integer" + }, + "ThrottlingRateLimit": { + "type": "number" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "AccessLogSettings": { + "$ref": "#/definitions/AccessLogSettings" + }, + "AccessPolicyId": { + "type": "string" + }, + "ApiId": { + "type": "string" + }, + "AutoDeploy": { + "type": "boolean" + }, + "ClientCertificateId": { + "type": "string" + }, + "DefaultRouteSettings": { + "$ref": "#/definitions/RouteSettings" + }, + "DeploymentId": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "RouteSettings": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "StageName": { + "type": "string" + }, + "StageVariables": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".*": { + "type": "string" + } + }, + "type": "object" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "StageName", + "ApiId" + ], + "typeName": "AWS::ApiGatewayV2::Stage" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-deploymentstrategy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-deploymentstrategy.json new file mode 100644 index 0000000000000000000000000000000000000000..cd0cd359e6358f89c0c1c9d6d88766743e2c6c86 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-deploymentstrategy.json @@ -0,0 +1,84 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/ReplicateTo" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DeploymentDurationInMinutes": { + "type": "number" + }, + "Description": { + "type": "string" + }, + "FinalBakeTimeInMinutes": { + "type": "number" + }, + "GrowthFactor": { + "type": "number" + }, + "GrowthType": { + "enum": [ + "EXPONENTIAL", + "LINEAR" + ], + "type": "string" + }, + "Id": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ReplicateTo": { + "enum": [ + "NONE", + "SSM_DOCUMENT" + ], + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "DeploymentDurationInMinutes", + "GrowthFactor", + "Name", + "ReplicateTo" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-appconfig.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::AppConfig::DeploymentStrategy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-environment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-environment.json new file mode 100644 index 0000000000000000000000000000000000000000..674f9942075f88d490ae14f2df9964080108e5ad --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-environment.json @@ -0,0 +1,113 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationId" + ], + "definitions": { + "Monitor": { + "additionalProperties": false, + "properties": { + "AlarmArn": { + "maxLength": 2048, + "minLength": 1, + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::CloudWatch::Alarm" + }, + "type": "string" + }, + "AlarmRoleArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^((arn):(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):(iam)::\\d{12}:role[/].*)$", + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::IAM::Role" + }, + "type": "string" + } + }, + "required": [ + "AlarmArn" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ApplicationId", + "/properties/EnvironmentId" + ], + "properties": { + "ApplicationId": { + "pattern": "[a-z0-9]{4,7}", + "type": "string" + }, + "Description": { + "maxLength": 1024, + "minLength": 0, + "type": "string" + }, + "EnvironmentId": { + "pattern": "[a-z0-9]{4,7}", + "type": "string" + }, + "Monitors": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Monitor" + }, + "maxItems": 5, + "minItems": 0, + "type": "array" + }, + "Name": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/EnvironmentId" + ], + "required": [ + "Name", + "ApplicationId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-appconfig.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::AppConfig::Environment" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-extension.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-extension.json new file mode 100644 index 0000000000000000000000000000000000000000..971b17f93b5f66ee5f6d5b8a2e84f0d54407fb7d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-extension.json @@ -0,0 +1,163 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Tags", + "/properties/Tags/*/Key", + "/properties/Tags/*/Value" + ], + "definitions": { + "Action": { + "additionalProperties": false, + "properties": { + "Description": { + "maxLength": 1024, + "minLength": 0, + "type": "string" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "RoleArn": { + "maxLength": 2048, + "minLength": 20, + "type": "string" + }, + "Uri": { + "maxLength": 2048, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Name", + "Uri" + ], + "type": "object" + }, + "Actions": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Action" + }, + "type": "array", + "uniqueItems": true + }, + "Parameter": { + "additionalProperties": false, + "properties": { + "Description": { + "maxLength": 1024, + "minLength": 0, + "type": "string" + }, + "Dynamic": { + "type": "boolean" + }, + "Required": { + "type": "boolean" + } + }, + "required": [ + "Required" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Actions": { + "additionalProperties": false, + "patternProperties": { + "^.+$": { + "$ref": "#/definitions/Actions" + } + }, + "type": "object" + }, + "Arn": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "LatestVersionNumber": { + "type": "integer" + }, + "Name": { + "pattern": "^[^\\/#:\\n]{1,64}$", + "type": "string" + }, + "Parameters": { + "additionalProperties": false, + "patternProperties": { + "^.+$": { + "$ref": "#/definitions/Parameter" + } + }, + "type": "object" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "VersionNumber": { + "type": "integer" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn", + "/properties/VersionNumber" + ], + "required": [ + "Name", + "Actions" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::AppConfig::Extension", + "writeOnlyProperties": [ + "/properties/LatestVersionNumber", + "/properties/Tags", + "/properties/Tags/*/Key", + "/properties/Tags/*/Value" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-extensionassociation.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-extensionassociation.json new file mode 100644 index 0000000000000000000000000000000000000000..3593dd9701deeca48f786190c905b3bdc2408761 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-extensionassociation.json @@ -0,0 +1,98 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ExtensionIdentifier", + "/properties/ResourceIdentifier", + "/properties/ExtensionVersionNumber", + "/properties/Tags", + "/properties/Tags/*/Key", + "/properties/Tags/*/Value" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "ExtensionArn": { + "type": "string" + }, + "ExtensionIdentifier": { + "type": "string" + }, + "ExtensionVersionNumber": { + "type": "integer" + }, + "Id": { + "type": "string" + }, + "Parameters": { + "additionalProperties": false, + "patternProperties": { + "^.+$": { + "type": "string" + } + }, + "type": "object" + }, + "ResourceArn": { + "type": "string" + }, + "ResourceIdentifier": { + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/Arn", + "/properties/ResourceArn", + "/properties/ExtensionArn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::AppConfig::ExtensionAssociation", + "writeOnlyProperties": [ + "/properties/ExtensionIdentifier", + "/properties/ResourceIdentifier", + "/properties/Tags", + "/properties/Tags/*/Key", + "/properties/Tags/*/Value" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-hostedconfigurationversion.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-hostedconfigurationversion.json new file mode 100644 index 0000000000000000000000000000000000000000..0b73b97bf97de65da6f0d1af662b4b65d078de0a --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appconfig-hostedconfigurationversion.json @@ -0,0 +1,72 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ApplicationId", + "/properties/ConfigurationProfileId", + "/properties/Description", + "/properties/Content", + "/properties/ContentType", + "/properties/LatestVersionNumber", + "/properties/VersionLabel" + ], + "primaryIdentifier": [ + "/properties/ApplicationId", + "/properties/ConfigurationProfileId", + "/properties/VersionNumber" + ], + "properties": { + "ApplicationId": { + "pattern": "[a-z0-9]{4,7}", + "type": "string" + }, + "ConfigurationProfileId": { + "pattern": "[a-z0-9]{4,7}", + "type": "string" + }, + "Content": { + "type": "string" + }, + "ContentType": { + "maxLength": 255, + "minLength": 1, + "type": "string" + }, + "Description": { + "maxLength": 1024, + "minLength": 0, + "type": "string" + }, + "LatestVersionNumber": { + "type": "integer" + }, + "VersionLabel": { + "maxLength": 64, + "minLength": 0, + "pattern": "^$|.*[^0-9].*", + "type": "string" + }, + "VersionNumber": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/VersionNumber" + ], + "required": [ + "ApplicationId", + "ConfigurationProfileId", + "Content", + "ContentType" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-appconfig.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::AppConfig::HostedConfigurationVersion", + "writeOnlyProperties": [ + "/properties/LatestVersionNumber" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appflow-connectorprofile.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appflow-connectorprofile.json new file mode 100644 index 0000000000000000000000000000000000000000..cdd84431985d5a1cceaec27d1e4b957c2d1e7bec --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appflow-connectorprofile.json @@ -0,0 +1,1125 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ConnectorProfileName", + "/properties/ConnectorType", + "/properties/ConnectorLabel" + ], + "definitions": { + "AccessKeyId": { + "maxLength": 256, + "pattern": "\\S+", + "type": "string" + }, + "AccessToken": { + "maxLength": 4096, + "pattern": "\\S+", + "type": "string" + }, + "AccountName": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "AmplitudeConnectorProfileCredentials": { + "properties": { + "ApiKey": { + "$ref": "#/definitions/ApiKey" + }, + "SecretKey": { + "$ref": "#/definitions/SecretKey" + } + }, + "required": [ + "ApiKey", + "SecretKey" + ], + "type": "object" + }, + "ApiKey": { + "maxLength": 256, + "pattern": "\\S+", + "type": "string" + }, + "ApiKeyCredentials": { + "additionalProperties": false, + "properties": { + "ApiKey": { + "$ref": "#/definitions/ApiKey" + }, + "ApiSecretKey": { + "$ref": "#/definitions/ApiSecretKey" + } + }, + "required": [ + "ApiKey" + ], + "type": "object" + }, + "ApiSecretKey": { + "maxLength": 256, + "pattern": "\\S+", + "type": "string" + }, + "ApiToken": { + "maxLength": 256, + "pattern": "\\S+", + "type": "string" + }, + "ApplicationHostUrl": { + "maxLength": 256, + "pattern": "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]", + "type": "string" + }, + "ApplicationKey": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "ApplicationServicePath": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "AuthCode": { + "maxLength": 4096, + "pattern": "\\S+", + "type": "string" + }, + "AuthenticationType": { + "enum": [ + "OAUTH2", + "APIKEY", + "BASIC", + "CUSTOM" + ], + "type": "string" + }, + "BasicAuthCredentials": { + "additionalProperties": false, + "properties": { + "Password": { + "$ref": "#/definitions/Password" + }, + "Username": { + "$ref": "#/definitions/Username" + } + }, + "required": [ + "Username", + "Password" + ], + "type": "object" + }, + "BucketName": { + "maxLength": 63, + "minLength": 3, + "pattern": "\\S+", + "type": "string" + }, + "BucketPrefix": { + "maxLength": 128, + "type": "string" + }, + "BusinessUnitId": { + "maxLength": 18, + "pattern": "\\S+", + "type": "string" + }, + "ClientCredentialsArn": { + "maxLength": 2048, + "pattern": "arn:aws:secretsmanager:.*:[0-9]+:.*", + "type": "string" + }, + "ClientId": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "ClientNumber": { + "maxLength": 3, + "minLength": 3, + "pattern": "^\\d{3}$", + "type": "string" + }, + "ClientSecret": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "ClusterIdentifier": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "ConnectorOAuthRequest": { + "properties": { + "AuthCode": { + "pattern": "\\S+", + "type": "string" + }, + "RedirectUri": { + "pattern": "\\S+", + "type": "string" + } + }, + "type": "object" + }, + "ConnectorProfileConfig": { + "properties": { + "ConnectorProfileCredentials": { + "$ref": "#/definitions/ConnectorProfileCredentials" + }, + "ConnectorProfileProperties": { + "$ref": "#/definitions/ConnectorProfileProperties" + } + }, + "type": "object" + }, + "ConnectorProfileCredentials": { + "properties": { + "Amplitude": { + "$ref": "#/definitions/AmplitudeConnectorProfileCredentials" + }, + "CustomConnector": { + "$ref": "#/definitions/CustomConnectorProfileCredentials" + }, + "Datadog": { + "$ref": "#/definitions/DatadogConnectorProfileCredentials" + }, + "Dynatrace": { + "$ref": "#/definitions/DynatraceConnectorProfileCredentials" + }, + "GoogleAnalytics": { + "$ref": "#/definitions/GoogleAnalyticsConnectorProfileCredentials" + }, + "InforNexus": { + "$ref": "#/definitions/InforNexusConnectorProfileCredentials" + }, + "Marketo": { + "$ref": "#/definitions/MarketoConnectorProfileCredentials" + }, + "Pardot": { + "$ref": "#/definitions/PardotConnectorProfileCredentials" + }, + "Redshift": { + "$ref": "#/definitions/RedshiftConnectorProfileCredentials" + }, + "SAPOData": { + "$ref": "#/definitions/SAPODataConnectorProfileCredentials" + }, + "Salesforce": { + "$ref": "#/definitions/SalesforceConnectorProfileCredentials" + }, + "ServiceNow": { + "$ref": "#/definitions/ServiceNowConnectorProfileCredentials" + }, + "Singular": { + "$ref": "#/definitions/SingularConnectorProfileCredentials" + }, + "Slack": { + "$ref": "#/definitions/SlackConnectorProfileCredentials" + }, + "Snowflake": { + "$ref": "#/definitions/SnowflakeConnectorProfileCredentials" + }, + "Trendmicro": { + "$ref": "#/definitions/TrendmicroConnectorProfileCredentials" + }, + "Veeva": { + "$ref": "#/definitions/VeevaConnectorProfileCredentials" + }, + "Zendesk": { + "$ref": "#/definitions/ZendeskConnectorProfileCredentials" + } + }, + "type": "object" + }, + "ConnectorProfileProperties": { + "properties": { + "CustomConnector": { + "$ref": "#/definitions/CustomConnectorProfileProperties" + }, + "Datadog": { + "$ref": "#/definitions/DatadogConnectorProfileProperties" + }, + "Dynatrace": { + "$ref": "#/definitions/DynatraceConnectorProfileProperties" + }, + "InforNexus": { + "$ref": "#/definitions/InforNexusConnectorProfileProperties" + }, + "Marketo": { + "$ref": "#/definitions/MarketoConnectorProfileProperties" + }, + "Pardot": { + "$ref": "#/definitions/PardotConnectorProfileProperties" + }, + "Redshift": { + "$ref": "#/definitions/RedshiftConnectorProfileProperties" + }, + "SAPOData": { + "$ref": "#/definitions/SAPODataConnectorProfileProperties" + }, + "Salesforce": { + "$ref": "#/definitions/SalesforceConnectorProfileProperties" + }, + "ServiceNow": { + "$ref": "#/definitions/ServiceNowConnectorProfileProperties" + }, + "Slack": { + "$ref": "#/definitions/SlackConnectorProfileProperties" + }, + "Snowflake": { + "$ref": "#/definitions/SnowflakeConnectorProfileProperties" + }, + "Veeva": { + "$ref": "#/definitions/VeevaConnectorProfileProperties" + }, + "Zendesk": { + "$ref": "#/definitions/ZendeskConnectorProfileProperties" + } + }, + "type": "object" + }, + "ConnectorType": { + "enum": [ + "Salesforce", + "Pardot", + "Singular", + "Slack", + "Redshift", + "Marketo", + "Googleanalytics", + "Zendesk", + "Servicenow", + "SAPOData", + "Datadog", + "Trendmicro", + "Snowflake", + "Dynatrace", + "Infornexus", + "Amplitude", + "Veeva", + "CustomConnector" + ], + "type": "string" + }, + "CredentialsMap": { + "additionalProperties": false, + "patternProperties": { + "^[\\w]{1,128}$": { + "maxLength": 2048, + "minLength": 1, + "pattern": "\\S+", + "type": "string" + } + }, + "required": [], + "type": "object" + }, + "CustomAuthCredentials": { + "additionalProperties": false, + "properties": { + "CredentialsMap": { + "$ref": "#/definitions/CredentialsMap" + }, + "CustomAuthenticationType": { + "$ref": "#/definitions/CustomAuthenticationType" + } + }, + "required": [ + "CustomAuthenticationType" + ], + "type": "object" + }, + "CustomAuthenticationType": { + "maxLength": 256, + "pattern": "\\S+", + "type": "string" + }, + "CustomConnectorProfileCredentials": { + "additionalProperties": false, + "properties": { + "ApiKey": { + "$ref": "#/definitions/ApiKeyCredentials" + }, + "AuthenticationType": { + "$ref": "#/definitions/AuthenticationType" + }, + "Basic": { + "$ref": "#/definitions/BasicAuthCredentials" + }, + "Custom": { + "$ref": "#/definitions/CustomAuthCredentials" + }, + "Oauth2": { + "$ref": "#/definitions/OAuth2Credentials" + } + }, + "required": [ + "AuthenticationType" + ], + "type": "object" + }, + "CustomConnectorProfileProperties": { + "additionalProperties": false, + "properties": { + "OAuth2Properties": { + "$ref": "#/definitions/OAuth2Properties" + }, + "ProfileProperties": { + "$ref": "#/definitions/ProfileProperties" + } + }, + "type": "object" + }, + "DataApiRoleArn": { + "maxLength": 512, + "pattern": "arn:aws:iam:.*:[0-9]+:.*", + "type": "string" + }, + "DatabaseName": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "DatabaseUrl": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "DatadogConnectorProfileCredentials": { + "properties": { + "ApiKey": { + "$ref": "#/definitions/ApiKey" + }, + "ApplicationKey": { + "$ref": "#/definitions/ApplicationKey" + } + }, + "required": [ + "ApiKey", + "ApplicationKey" + ], + "type": "object" + }, + "DatadogConnectorProfileProperties": { + "properties": { + "InstanceUrl": { + "$ref": "#/definitions/InstanceUrl" + } + }, + "required": [ + "InstanceUrl" + ], + "type": "object" + }, + "DynatraceConnectorProfileCredentials": { + "properties": { + "ApiToken": { + "$ref": "#/definitions/ApiToken" + } + }, + "required": [ + "ApiToken" + ], + "type": "object" + }, + "DynatraceConnectorProfileProperties": { + "properties": { + "InstanceUrl": { + "$ref": "#/definitions/InstanceUrl" + } + }, + "required": [ + "InstanceUrl" + ], + "type": "object" + }, + "GoogleAnalyticsConnectorProfileCredentials": { + "properties": { + "AccessToken": { + "$ref": "#/definitions/AccessToken" + }, + "ClientId": { + "$ref": "#/definitions/ClientId" + }, + "ClientSecret": { + "$ref": "#/definitions/ClientSecret" + }, + "ConnectorOAuthRequest": { + "$ref": "#/definitions/ConnectorOAuthRequest" + }, + "RefreshToken": { + "$ref": "#/definitions/RefreshToken" + } + }, + "required": [ + "ClientId", + "ClientSecret" + ], + "type": "object" + }, + "InforNexusConnectorProfileCredentials": { + "properties": { + "AccessKeyId": { + "$ref": "#/definitions/AccessKeyId" + }, + "Datakey": { + "$ref": "#/definitions/Key" + }, + "SecretAccessKey": { + "$ref": "#/definitions/Key" + }, + "UserId": { + "$ref": "#/definitions/Username" + } + }, + "required": [ + "AccessKeyId", + "UserId", + "SecretAccessKey", + "Datakey" + ], + "type": "object" + }, + "InforNexusConnectorProfileProperties": { + "properties": { + "InstanceUrl": { + "$ref": "#/definitions/InstanceUrl" + } + }, + "required": [ + "InstanceUrl" + ], + "type": "object" + }, + "InstanceUrl": { + "maxLength": 256, + "pattern": "\\S+", + "type": "string" + }, + "JwtToken": { + "maxLength": 8000, + "pattern": "^[A-Za-z0-9-_=]+\\.[A-Za-z0-9-_=]+\\.[A-Za-z0-9-_.+/=]*$", + "type": "string" + }, + "Key": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "LogonLanguage": { + "maxLength": 2, + "pattern": "^[a-zA-Z0-9_]*$", + "type": "string" + }, + "MarketoConnectorProfileCredentials": { + "properties": { + "AccessToken": { + "$ref": "#/definitions/AccessToken" + }, + "ClientId": { + "$ref": "#/definitions/ClientId" + }, + "ClientSecret": { + "$ref": "#/definitions/ClientSecret" + }, + "ConnectorOAuthRequest": { + "$ref": "#/definitions/ConnectorOAuthRequest" + } + }, + "required": [ + "ClientId", + "ClientSecret" + ], + "type": "object" + }, + "MarketoConnectorProfileProperties": { + "properties": { + "InstanceUrl": { + "$ref": "#/definitions/InstanceUrl" + } + }, + "required": [ + "InstanceUrl" + ], + "type": "object" + }, + "OAuth2Credentials": { + "additionalProperties": false, + "properties": { + "AccessToken": { + "$ref": "#/definitions/AccessToken" + }, + "ClientId": { + "$ref": "#/definitions/ClientId" + }, + "ClientSecret": { + "$ref": "#/definitions/ClientSecret" + }, + "OAuthRequest": { + "$ref": "#/definitions/ConnectorOAuthRequest" + }, + "RefreshToken": { + "$ref": "#/definitions/RefreshToken" + } + }, + "type": "object" + }, + "OAuth2GrantType": { + "enum": [ + "CLIENT_CREDENTIALS", + "AUTHORIZATION_CODE", + "JWT_BEARER" + ], + "type": "string" + }, + "OAuth2Properties": { + "additionalProperties": false, + "properties": { + "OAuth2GrantType": { + "$ref": "#/definitions/OAuth2GrantType" + }, + "TokenUrl": { + "maxLength": 256, + "minLength": 0, + "pattern": "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]", + "type": "string" + }, + "TokenUrlCustomProperties": { + "$ref": "#/definitions/TokenUrlCustomProperties" + } + }, + "type": "object" + }, + "OAuthProperties": { + "properties": { + "AuthCodeUrl": { + "maxLength": 256, + "pattern": "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]", + "type": "string" + }, + "OAuthScopes": { + "items": { + "maxLength": 128, + "pattern": "[/\\w]*", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "TokenUrl": { + "maxLength": 256, + "pattern": "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]", + "type": "string" + } + }, + "type": "object" + }, + "PardotConnectorProfileCredentials": { + "properties": { + "AccessToken": { + "$ref": "#/definitions/AccessToken" + }, + "ClientCredentialsArn": { + "$ref": "#/definitions/ClientCredentialsArn" + }, + "ConnectorOAuthRequest": { + "$ref": "#/definitions/ConnectorOAuthRequest" + }, + "RefreshToken": { + "$ref": "#/definitions/RefreshToken" + } + }, + "type": "object" + }, + "PardotConnectorProfileProperties": { + "properties": { + "BusinessUnitId": { + "$ref": "#/definitions/BusinessUnitId" + }, + "InstanceUrl": { + "$ref": "#/definitions/InstanceUrl" + }, + "IsSandboxEnvironment": { + "type": "boolean" + } + }, + "required": [ + "BusinessUnitId" + ], + "type": "object" + }, + "Password": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "PortNumber": { + "maximum": 65535, + "minimum": 1, + "type": "integer" + }, + "PrivateLinkServiceName": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "ProfileProperties": { + "additionalProperties": false, + "patternProperties": { + "^[\\w]{1,256}$": { + "maxLength": 2048, + "minLength": 1, + "pattern": "\\S+", + "type": "string" + } + }, + "required": [], + "type": "object" + }, + "RedshiftConnectorProfileCredentials": { + "properties": { + "Password": { + "$ref": "#/definitions/Password" + }, + "Username": { + "$ref": "#/definitions/Username" + } + }, + "type": "object" + }, + "RedshiftConnectorProfileProperties": { + "properties": { + "BucketName": { + "$ref": "#/definitions/BucketName" + }, + "BucketPrefix": { + "$ref": "#/definitions/BucketPrefix" + }, + "ClusterIdentifier": { + "$ref": "#/definitions/ClusterIdentifier" + }, + "DataApiRoleArn": { + "$ref": "#/definitions/DataApiRoleArn" + }, + "DatabaseName": { + "$ref": "#/definitions/DatabaseName" + }, + "DatabaseUrl": { + "$ref": "#/definitions/DatabaseUrl" + }, + "IsRedshiftServerless": { + "type": "boolean" + }, + "RoleArn": { + "$ref": "#/definitions/RoleArn" + }, + "WorkgroupName": { + "$ref": "#/definitions/WorkgroupName" + } + }, + "required": [ + "BucketName", + "RoleArn" + ], + "type": "object" + }, + "RefreshToken": { + "maxLength": 4096, + "pattern": "\\S+", + "type": "string" + }, + "Region": { + "maxLength": 64, + "pattern": "\\S+", + "type": "string" + }, + "RoleArn": { + "maxLength": 512, + "pattern": "arn:aws:iam:.*:[0-9]+:.*", + "type": "string" + }, + "SAPODataConnectorProfileCredentials": { + "properties": { + "BasicAuthCredentials": { + "$ref": "#/definitions/BasicAuthCredentials" + }, + "OAuthCredentials": { + "properties": { + "AccessToken": { + "$ref": "#/definitions/AccessToken" + }, + "ClientId": { + "$ref": "#/definitions/ClientId" + }, + "ClientSecret": { + "$ref": "#/definitions/ClientSecret" + }, + "ConnectorOAuthRequest": { + "$ref": "#/definitions/ConnectorOAuthRequest" + }, + "RefreshToken": { + "$ref": "#/definitions/RefreshToken" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "SAPODataConnectorProfileProperties": { + "properties": { + "ApplicationHostUrl": { + "$ref": "#/definitions/ApplicationHostUrl" + }, + "ApplicationServicePath": { + "$ref": "#/definitions/ApplicationServicePath" + }, + "ClientNumber": { + "$ref": "#/definitions/ClientNumber" + }, + "DisableSSO": { + "type": "boolean" + }, + "LogonLanguage": { + "$ref": "#/definitions/LogonLanguage" + }, + "OAuthProperties": { + "$ref": "#/definitions/OAuthProperties" + }, + "PortNumber": { + "$ref": "#/definitions/PortNumber" + }, + "PrivateLinkServiceName": { + "$ref": "#/definitions/PrivateLinkServiceName" + } + }, + "type": "object" + }, + "SalesforceConnectorProfileCredentials": { + "properties": { + "AccessToken": { + "$ref": "#/definitions/AccessToken" + }, + "ClientCredentialsArn": { + "$ref": "#/definitions/ClientCredentialsArn" + }, + "ConnectorOAuthRequest": { + "$ref": "#/definitions/ConnectorOAuthRequest" + }, + "JwtToken": { + "$ref": "#/definitions/JwtToken" + }, + "OAuth2GrantType": { + "$ref": "#/definitions/OAuth2GrantType" + }, + "RefreshToken": { + "$ref": "#/definitions/RefreshToken" + } + }, + "type": "object" + }, + "SalesforceConnectorProfileProperties": { + "properties": { + "InstanceUrl": { + "$ref": "#/definitions/InstanceUrl" + }, + "isSandboxEnvironment": { + "type": "boolean" + }, + "usePrivateLinkForMetadataAndAuthorization": { + "type": "boolean" + } + }, + "type": "object" + }, + "SecretKey": { + "maxLength": 256, + "pattern": "\\S+", + "type": "string" + }, + "ServiceNowConnectorProfileCredentials": { + "properties": { + "OAuth2Credentials": { + "$ref": "#/definitions/OAuth2Credentials" + }, + "Password": { + "$ref": "#/definitions/Password" + }, + "Username": { + "$ref": "#/definitions/Username" + } + }, + "type": "object" + }, + "ServiceNowConnectorProfileProperties": { + "properties": { + "InstanceUrl": { + "$ref": "#/definitions/InstanceUrl" + } + }, + "required": [ + "InstanceUrl" + ], + "type": "object" + }, + "SingularConnectorProfileCredentials": { + "properties": { + "ApiKey": { + "$ref": "#/definitions/ApiKey" + } + }, + "required": [ + "ApiKey" + ], + "type": "object" + }, + "SlackConnectorProfileCredentials": { + "properties": { + "AccessToken": { + "$ref": "#/definitions/AccessToken" + }, + "ClientId": { + "$ref": "#/definitions/ClientId" + }, + "ClientSecret": { + "$ref": "#/definitions/ClientSecret" + }, + "ConnectorOAuthRequest": { + "$ref": "#/definitions/ConnectorOAuthRequest" + } + }, + "required": [ + "ClientId", + "ClientSecret" + ], + "type": "object" + }, + "SlackConnectorProfileProperties": { + "properties": { + "InstanceUrl": { + "$ref": "#/definitions/InstanceUrl" + } + }, + "required": [ + "InstanceUrl" + ], + "type": "object" + }, + "SnowflakeConnectorProfileCredentials": { + "properties": { + "Password": { + "$ref": "#/definitions/Password" + }, + "Username": { + "$ref": "#/definitions/Username" + } + }, + "required": [ + "Username", + "Password" + ], + "type": "object" + }, + "SnowflakeConnectorProfileProperties": { + "properties": { + "AccountName": { + "$ref": "#/definitions/AccountName" + }, + "BucketName": { + "$ref": "#/definitions/BucketName" + }, + "BucketPrefix": { + "$ref": "#/definitions/BucketPrefix" + }, + "PrivateLinkServiceName": { + "$ref": "#/definitions/PrivateLinkServiceName" + }, + "Region": { + "$ref": "#/definitions/Region" + }, + "Stage": { + "$ref": "#/definitions/Stage" + }, + "Warehouse": { + "$ref": "#/definitions/Warehouse" + } + }, + "required": [ + "Warehouse", + "Stage", + "BucketName" + ], + "type": "object" + }, + "Stage": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "TokenUrlCustomProperties": { + "additionalProperties": false, + "patternProperties": { + "^[\\w]{1,128}$": { + "maxLength": 2048, + "minLength": 1, + "pattern": "\\S+", + "type": "string" + } + }, + "required": [], + "type": "object" + }, + "TrendmicroConnectorProfileCredentials": { + "properties": { + "ApiSecretKey": { + "$ref": "#/definitions/ApiSecretKey" + } + }, + "required": [ + "ApiSecretKey" + ], + "type": "object" + }, + "Username": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "VeevaConnectorProfileCredentials": { + "properties": { + "Password": { + "$ref": "#/definitions/Password" + }, + "Username": { + "$ref": "#/definitions/Username" + } + }, + "required": [ + "Username", + "Password" + ], + "type": "object" + }, + "VeevaConnectorProfileProperties": { + "properties": { + "InstanceUrl": { + "$ref": "#/definitions/InstanceUrl" + } + }, + "required": [ + "InstanceUrl" + ], + "type": "object" + }, + "Warehouse": { + "maxLength": 512, + "pattern": "[\\s\\w/!@#+=.-]*", + "type": "string" + }, + "WorkgroupName": { + "maxLength": 512, + "pattern": "\\S+", + "type": "string" + }, + "ZendeskConnectorProfileCredentials": { + "properties": { + "AccessToken": { + "$ref": "#/definitions/AccessToken" + }, + "ClientId": { + "$ref": "#/definitions/ClientId" + }, + "ClientSecret": { + "$ref": "#/definitions/ClientSecret" + }, + "ConnectorOAuthRequest": { + "$ref": "#/definitions/ConnectorOAuthRequest" + } + }, + "required": [ + "ClientId", + "ClientSecret" + ], + "type": "object" + }, + "ZendeskConnectorProfileProperties": { + "properties": { + "InstanceUrl": { + "$ref": "#/definitions/InstanceUrl" + } + }, + "required": [ + "InstanceUrl" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ConnectorProfileName" + ], + "properties": { + "ConnectionMode": { + "enum": [ + "Public", + "Private" + ], + "type": "string" + }, + "ConnectorLabel": { + "maxLength": 256, + "pattern": "[\\w!@#.-]+", + "type": "string" + }, + "ConnectorProfileArn": { + "maxLength": 512, + "pattern": "arn:aws:appflow:.*:[0-9]+:.*", + "type": "string" + }, + "ConnectorProfileConfig": { + "$ref": "#/definitions/ConnectorProfileConfig" + }, + "ConnectorProfileName": { + "maxLength": 256, + "pattern": "[\\w/!@#+=.-]+", + "type": "string" + }, + "ConnectorType": { + "$ref": "#/definitions/ConnectorType" + }, + "CredentialsArn": { + "maxLength": 512, + "pattern": "arn:aws:.*:.*:[0-9]+:.*", + "type": "string" + }, + "KMSArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "arn:aws:kms:.*:[0-9]+:.*", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/ConnectorProfileArn", + "/properties/CredentialsArn" + ], + "required": [ + "ConnectorProfileName", + "ConnectionMode", + "ConnectorType" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::AppFlow::ConnectorProfile", + "writeOnlyProperties": [ + "/properties/ConnectorProfileConfig", + "/properties/KMSArn" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appintegrations-application.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appintegrations-application.json new file mode 100644 index 0000000000000000000000000000000000000000..28bad3726af709c5c36f58c4089c78f3e51c0c54 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appintegrations-application.json @@ -0,0 +1,144 @@ +{ + "additionalProperties": false, + "definitions": { + "ApprovedOrigins": { + "maxLength": 1000, + "minLength": 1, + "pattern": "^\\w+\\:\\/\\/.*$", + "type": "string" + }, + "ExternalUrlConfig": { + "additionalProperties": false, + "properties": { + "AccessUrl": { + "maxLength": 1000, + "minLength": 1, + "pattern": "^\\w+\\:\\/\\/.*$", + "type": "string" + }, + "ApprovedOrigins": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ApprovedOrigins" + }, + "maxItems": 50, + "minItems": 0, + "type": "array" + } + }, + "required": [ + "AccessUrl" + ], + "type": "object" + }, + "Permissions": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z0-9\\/\\._\\-\\*]+$", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^(?!aws:)[a-zA-Z+-=._:/]+$", + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ApplicationArn" + ], + "properties": { + "ApplicationArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws[-a-z0-9]*:app-integrations:[-a-z0-9]*:[0-9]{12}:application/[-a-zA-Z0-9]*", + "type": "string" + }, + "ApplicationSourceConfig": { + "additionalProperties": false, + "properties": { + "ExternalUrlConfig": { + "$ref": "#/definitions/ExternalUrlConfig" + } + }, + "required": [ + "ExternalUrlConfig" + ], + "type": "object" + }, + "Description": { + "maxLength": 1000, + "minLength": 1, + "type": "string" + }, + "Id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z0-9/\\._\\-]+$", + "type": "string" + }, + "Name": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z0-9\\/\\._ \\-]+$", + "type": "string" + }, + "Namespace": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z0-9/\\._\\-]+$", + "type": "string" + }, + "Permissions": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Permissions" + }, + "maxItems": 150, + "minItems": 0, + "type": "array" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 200, + "minItems": 0, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/ApplicationArn", + "/properties/Id" + ], + "required": [ + "Name", + "Namespace", + "Description", + "ApplicationSourceConfig" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::AppIntegrations::Application" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appintegrations-dataintegration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appintegrations-dataintegration.json new file mode 100644 index 0000000000000000000000000000000000000000..f395237f036d04ad5c9376ec0db188ddecf8226e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appintegrations-dataintegration.json @@ -0,0 +1,191 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/KmsKey", + "/properties/ScheduleConfig", + "/properties/SourceURI" + ], + "definitions": { + "FileConfiguration": { + "additionalProperties": false, + "properties": { + "Filters": { + "additionalProperties": false, + "patternProperties": { + "^[A-Za-z]": { + "items": { + "maxLength": 255, + "minLength": 1, + "type": "string" + }, + "maxItems": 2048, + "minItems": 1, + "type": "array" + } + }, + "type": "object" + }, + "Folders": { + "items": { + "maxLength": 200, + "minLength": 1, + "pattern": ".*\\S.*", + "type": "string" + }, + "maxItems": 10, + "minItems": 1, + "type": "array" + } + }, + "required": [ + "Folders" + ], + "type": "object" + }, + "ObjectConfiguration": { + "additionalProperties": false, + "patternProperties": { + "^.+$": { + "additionalProperties": false, + "patternProperties": { + "^[A-Za-z]": { + "items": { + "maxLength": 255, + "minLength": 1, + "type": "string" + }, + "maxItems": 2048, + "minItems": 1, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "ScheduleConfig": { + "additionalProperties": false, + "properties": { + "FirstExecutionFrom": { + "maxLength": 255, + "minLength": 1, + "pattern": ".*\\S.*", + "type": "string" + }, + "Object": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z0-9/\\._\\-]+$", + "type": "string" + }, + "ScheduleExpression": { + "maxLength": 255, + "minLength": 1, + "pattern": ".*\\S.*", + "type": "string" + } + }, + "required": [ + "ScheduleExpression" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^(?!aws:)[a-zA-Z+-=._:/]+$", + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "DataIntegrationArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws[-a-z]*:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$", + "type": "string" + }, + "Description": { + "maxLength": 1000, + "minLength": 1, + "type": "string" + }, + "FileConfiguration": { + "$ref": "#/definitions/FileConfiguration" + }, + "Id": { + "maxLength": 255, + "minLength": 1, + "pattern": "[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}", + "type": "string" + }, + "KmsKey": { + "maxLength": 255, + "minLength": 1, + "pattern": ".*\\S.*", + "type": "string" + }, + "Name": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z0-9/\\._\\-]+$", + "type": "string" + }, + "ObjectConfiguration": { + "$ref": "#/definitions/ObjectConfiguration" + }, + "ScheduleConfig": { + "$ref": "#/definitions/ScheduleConfig" + }, + "SourceURI": { + "maxLength": 1000, + "minLength": 1, + "pattern": "^(\\w+\\:\\/\\/[\\w.-]+[\\w/!@#+=.-]+$)|(\\w+\\:\\/\\/[\\w.-]+[\\w/!@#+=.-]+[\\w/!@#+=.-]+[\\w/!@#+=.,-]+$)", + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 200, + "minItems": 0, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/DataIntegrationArn" + ], + "required": [ + "Name", + "KmsKey", + "SourceURI" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::AppIntegrations::DataIntegration" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationautoscaling-scalabletarget.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationautoscaling-scalabletarget.json new file mode 100644 index 0000000000000000000000000000000000000000..0c22e634a879e9b15958430160a0899974137428 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationautoscaling-scalabletarget.json @@ -0,0 +1,181 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ResourceId", + "/properties/ScalableDimension", + "/properties/ServiceNamespace" + ], + "definitions": { + "ScalableTargetAction": { + "additionalProperties": false, + "properties": { + "MaxCapacity": { + "type": "integer" + }, + "MinCapacity": { + "type": "integer" + } + }, + "type": "object" + }, + "ScheduledAction": { + "additionalProperties": false, + "properties": { + "EndTime": { + "type": "string" + }, + "ScalableTargetAction": { + "$ref": "#/definitions/ScalableTargetAction" + }, + "Schedule": { + "type": "string" + }, + "ScheduledActionName": { + "type": "string" + }, + "StartTime": { + "type": "string" + }, + "Timezone": { + "type": "string" + } + }, + "required": [ + "ScheduledActionName", + "Schedule" + ], + "type": "object" + }, + "SuspendedState": { + "additionalProperties": false, + "properties": { + "DynamicScalingInSuspended": { + "type": "boolean" + }, + "DynamicScalingOutSuspended": { + "type": "boolean" + }, + "ScheduledScalingSuspended": { + "type": "boolean" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ResourceId", + "/properties/ScalableDimension", + "/properties/ServiceNamespace" + ], + "properties": { + "Id": { + "type": "string" + }, + "MaxCapacity": { + "type": "integer" + }, + "MinCapacity": { + "type": "integer" + }, + "ResourceId": { + "anyOf": [ + { + "relationshipRef": { + "propertyPath": "/properties/Arn", + "typeName": "AWS::MSK::Cluster" + } + }, + { + "relationshipRef": { + "propertyPath": "/properties/ServiceArn", + "typeName": "AWS::ECS::Service" + } + } + ], + "type": "string" + }, + "RoleARN": { + "type": "string" + }, + "ScalableDimension": { + "enum": [ + "appstream:fleet:DesiredCapacity", + "cassandra:table:ReadCapacityUnits", + "cassandra:table:WriteCapacityUnits", + "comprehend:document-classifier-endpoint:DesiredInferenceUnits", + "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", + "custom-resource:ResourceType:Property", + "dynamodb:index:ReadCapacityUnits", + "dynamodb:index:WriteCapacityUnits", + "dynamodb:table:ReadCapacityUnits", + "dynamodb:table:WriteCapacityUnits", + "ec2:spot-fleet-request:TargetCapacity", + "ecs:service:DesiredCount", + "elasticache:replication-group:NodeGroups", + "elasticache:replication-group:Replicas", + "elasticmapreduce:instancegroup:InstanceCount", + "kafka:broker-storage:VolumeSize", + "lambda:function:ProvisionedConcurrency", + "neptune:cluster:ReadReplicaCount", + "rds:cluster:ReadReplicaCount", + "sagemaker:inference-component:DesiredCopyCount", + "sagemaker:variant:DesiredInstanceCount", + "sagemaker:variant:DesiredProvisionedConcurrency", + "workspaces:workspacespool:DesiredUserSessions" + ], + "type": "string" + }, + "ScheduledActions": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ScheduledAction" + }, + "type": "array", + "uniqueItems": true + }, + "ServiceNamespace": { + "enum": [ + "appstream", + "cassandra", + "comprehend", + "custom-resource", + "dynamodb", + "ec2", + "ecs", + "elasticache", + "elasticmapreduce", + "kafka", + "lambda", + "neptune", + "rds", + "sagemaker", + "workspaces" + ], + "type": "string" + }, + "SuspendedState": { + "$ref": "#/definitions/SuspendedState" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "ResourceId", + "ServiceNamespace", + "ScalableDimension", + "MinCapacity", + "MaxCapacity" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::ApplicationAutoScaling::ScalableTarget", + "writeOnlyProperties": [ + "/properties/RoleARN" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationautoscaling-scalingpolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationautoscaling-scalingpolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..6290fce5e4841b27baae486443ed631e222407be --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationautoscaling-scalingpolicy.json @@ -0,0 +1,371 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PolicyName", + "/properties/ServiceNamespace", + "/properties/ResourceId", + "/properties/ScalableDimension", + "/properties/ScalingTargetId" + ], + "definitions": { + "CustomizedMetricSpecification": { + "additionalProperties": false, + "properties": { + "Dimensions": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/MetricDimension" + }, + "type": "array", + "uniqueItems": false + }, + "MetricName": { + "type": "string" + }, + "Metrics": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/TargetTrackingMetricDataQuery" + }, + "type": "array", + "uniqueItems": false + }, + "Namespace": { + "type": "string" + }, + "Statistic": { + "enum": [ + "Average", + "Maximum", + "Minimum", + "SampleCount", + "Sum" + ], + "type": "string" + }, + "Unit": { + "type": "string" + } + }, + "type": "object" + }, + "MetricDimension": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Name" + ], + "type": "object" + }, + "PredefinedMetricSpecification": { + "additionalProperties": false, + "properties": { + "PredefinedMetricType": { + "enum": [ + "ALBRequestCountPerTarget", + "AppStreamAverageCapacityUtilization", + "CassandraReadCapacityUtilization", + "CassandraWriteCapacityUtilization", + "ComprehendInferenceUtilization", + "DynamoDBReadCapacityUtilization", + "DynamoDBWriteCapacityUtilization", + "EC2SpotFleetRequestAverageCPUUtilization", + "EC2SpotFleetRequestAverageNetworkIn", + "EC2SpotFleetRequestAverageNetworkOut", + "ECSServiceAverageCPUUtilization", + "ECSServiceAverageMemoryUtilization", + "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage", + "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage", + "ElastiCachePrimaryEngineCPUUtilization", + "ElastiCacheReplicaEngineCPUUtilization", + "KafkaBrokerStorageUtilization", + "LambdaProvisionedConcurrencyUtilization", + "NeptuneReaderAverageCPUUtilization", + "RDSReaderAverageCPUUtilization", + "RDSReaderAverageDatabaseConnections", + "SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution", + "SageMakerInferenceComponentInvocationsPerCopy", + "SageMakerVariantConcurrentRequestsPerModelHighResolution", + "SageMakerVariantInvocationsPerInstance", + "SageMakerVariantProvisionedConcurrencyUtilization", + "WorkSpacesAverageUserSessionsCapacityUtilization" + ], + "type": "string" + }, + "ResourceLabel": { + "type": "string" + } + }, + "required": [ + "PredefinedMetricType" + ], + "type": "object" + }, + "StepAdjustment": { + "additionalProperties": false, + "properties": { + "MetricIntervalLowerBound": { + "type": "number" + }, + "MetricIntervalUpperBound": { + "type": "number" + }, + "ScalingAdjustment": { + "type": "integer" + } + }, + "required": [ + "ScalingAdjustment" + ], + "type": "object" + }, + "StepScalingPolicyConfiguration": { + "additionalProperties": false, + "properties": { + "AdjustmentType": { + "enum": [ + "ChangeInCapacity", + "ExactCapacity", + "PercentChangeInCapacity" + ], + "type": "string" + }, + "Cooldown": { + "type": "integer" + }, + "MetricAggregationType": { + "enum": [ + "Average", + "Maximum", + "Minimum" + ], + "type": "string" + }, + "MinAdjustmentMagnitude": { + "type": "integer" + }, + "StepAdjustments": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/StepAdjustment" + }, + "type": "array", + "uniqueItems": true + } + }, + "type": "object" + }, + "TargetTrackingMetric": { + "additionalProperties": false, + "properties": { + "Dimensions": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/TargetTrackingMetricDimension" + }, + "type": "array", + "uniqueItems": false + }, + "MetricName": { + "type": "string" + }, + "Namespace": { + "type": "string" + } + }, + "type": "object" + }, + "TargetTrackingMetricDataQuery": { + "additionalProperties": false, + "properties": { + "Expression": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "Label": { + "type": "string" + }, + "MetricStat": { + "$ref": "#/definitions/TargetTrackingMetricStat" + }, + "ReturnData": { + "type": "boolean" + } + }, + "type": "object" + }, + "TargetTrackingMetricDimension": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "TargetTrackingMetricStat": { + "additionalProperties": false, + "properties": { + "Metric": { + "$ref": "#/definitions/TargetTrackingMetric" + }, + "Stat": { + "type": "string" + }, + "Unit": { + "type": "string" + } + }, + "type": "object" + }, + "TargetTrackingScalingPolicyConfiguration": { + "additionalProperties": false, + "properties": { + "CustomizedMetricSpecification": { + "$ref": "#/definitions/CustomizedMetricSpecification" + }, + "DisableScaleIn": { + "type": "boolean" + }, + "PredefinedMetricSpecification": { + "$ref": "#/definitions/PredefinedMetricSpecification" + }, + "ScaleInCooldown": { + "type": "integer" + }, + "ScaleOutCooldown": { + "type": "integer" + }, + "TargetValue": { + "type": "number" + } + }, + "required": [ + "TargetValue" + ], + "type": "object" + } + }, + "dependentRequired": { + "ResourceId": [ + "ScalableDimension", + "ServiceNamespace" + ] + }, + "primaryIdentifier": [ + "/properties/Arn", + "/properties/ScalableDimension" + ], + "properties": { + "Arn": { + "type": "string" + }, + "PolicyName": { + "pattern": "\\p{Print}+", + "type": "string" + }, + "PolicyType": { + "enum": [ + "StepScaling", + "TargetTrackingScaling" + ], + "type": "string" + }, + "ResourceId": { + "type": "string" + }, + "ScalableDimension": { + "enum": [ + "appstream:fleet:DesiredCapacity", + "cassandra:table:ReadCapacityUnits", + "cassandra:table:WriteCapacityUnits", + "comprehend:document-classifier-endpoint:DesiredInferenceUnits", + "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", + "custom-resource:ResourceType:Property", + "dynamodb:index:ReadCapacityUnits", + "dynamodb:index:WriteCapacityUnits", + "dynamodb:table:ReadCapacityUnits", + "dynamodb:table:WriteCapacityUnits", + "ec2:spot-fleet-request:TargetCapacity", + "ecs:service:DesiredCount", + "elasticache:replication-group:NodeGroups", + "elasticache:replication-group:Replicas", + "elasticmapreduce:instancegroup:InstanceCount", + "kafka:broker-storage:VolumeSize", + "lambda:function:ProvisionedConcurrency", + "neptune:cluster:ReadReplicaCount", + "rds:cluster:ReadReplicaCount", + "sagemaker:inference-component:DesiredCopyCount", + "sagemaker:variant:DesiredInstanceCount", + "sagemaker:variant:DesiredProvisionedConcurrency", + "workspaces:workspacespool:DesiredUserSessions" + ], + "type": "string" + }, + "ScalingTargetId": { + "type": "string" + }, + "ServiceNamespace": { + "enum": [ + "appstream", + "cassandra", + "comprehend", + "custom-resource", + "dynamodb", + "ec2", + "ecs", + "elasticache", + "elasticmapreduce", + "kafka", + "lambda", + "neptune", + "rds", + "sagemaker", + "workspaces" + ], + "type": "string" + }, + "StepScalingPolicyConfiguration": { + "$ref": "#/definitions/StepScalingPolicyConfiguration" + }, + "TargetTrackingScalingPolicyConfiguration": { + "$ref": "#/definitions/TargetTrackingScalingPolicyConfiguration" + } + }, + "readOnlyProperties": [ + "/properties/Arn" + ], + "required": [ + "PolicyName", + "PolicyType" + ], + "requiredXor": [ + "ScalingTargetId", + "ResourceId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::ApplicationAutoScaling::ScalingPolicy", + "writeOnlyProperties": [ + "/properties/TargetTrackingScalingPolicyConfiguration/PredefinedMetricSpecification/ResourceLabel", + "/properties/ScalingTargetId" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationinsights-application.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationinsights-application.json new file mode 100644 index 0000000000000000000000000000000000000000..40d90df98b02336742f082766f0be54bf8051d96 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationinsights-application.json @@ -0,0 +1,614 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ResourceGroupName", + "/properties/GroupingType" + ], + "definitions": { + "Alarm": { + "additionalProperties": false, + "properties": { + "AlarmName": { + "maxLength": 255, + "minLength": 1, + "type": "string" + }, + "Severity": { + "enum": [ + "HIGH", + "MEDIUM", + "LOW" + ], + "type": "string" + } + }, + "required": [ + "AlarmName" + ], + "type": "object" + }, + "AlarmMetric": { + "additionalProperties": false, + "properties": { + "AlarmMetricName": { + "type": "string" + } + }, + "required": [ + "AlarmMetricName" + ], + "type": "object" + }, + "ComponentConfiguration": { + "additionalProperties": false, + "properties": { + "ConfigurationDetails": { + "$ref": "#/definitions/ConfigurationDetails" + }, + "SubComponentTypeConfigurations": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/SubComponentTypeConfiguration" + }, + "minItems": 1, + "type": "array" + } + }, + "type": "object" + }, + "ComponentMonitoringSetting": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "ComponentName" + ] + }, + { + "required": [ + "ComponentARN" + ] + } + ], + "properties": { + "ComponentARN": { + "maxLength": 300, + "minLength": 20, + "pattern": "^arn:aws(-[\\w]+)*:[\\w\\d-]+:([\\w\\d-]*)?:[\\w\\d_-]*([:/].+)*$", + "type": "string" + }, + "ComponentConfigurationMode": { + "enum": [ + "DEFAULT", + "DEFAULT_WITH_OVERWRITE", + "CUSTOM" + ], + "type": "string" + }, + "ComponentName": { + "maxLength": 128, + "minLength": 1, + "pattern": "^[\\d\\w\\-_.+]*$", + "type": "string" + }, + "CustomComponentConfiguration": { + "$ref": "#/definitions/ComponentConfiguration" + }, + "DefaultOverwriteComponentConfiguration": { + "$ref": "#/definitions/ComponentConfiguration" + }, + "Tier": { + "pattern": "^[A-Z][[A-Z]_]*$", + "type": "string" + } + }, + "required": [ + "Tier", + "ComponentConfigurationMode" + ], + "type": "object" + }, + "ConfigurationDetails": { + "additionalProperties": false, + "properties": { + "AlarmMetrics": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/AlarmMetric" + }, + "type": "array" + }, + "Alarms": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/Alarm" + }, + "type": "array" + }, + "HAClusterPrometheusExporter": { + "$ref": "#/definitions/HAClusterPrometheusExporter" + }, + "HANAPrometheusExporter": { + "$ref": "#/definitions/HANAPrometheusExporter" + }, + "JMXPrometheusExporter": { + "$ref": "#/definitions/JMXPrometheusExporter" + }, + "Logs": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/Log" + }, + "type": "array" + }, + "NetWeaverPrometheusExporter": { + "$ref": "#/definitions/NetWeaverPrometheusExporter" + }, + "Processes": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/Process" + }, + "type": "array" + }, + "SQLServerPrometheusExporter": { + "$ref": "#/definitions/SQLServerPrometheusExporter" + }, + "WindowsEvents": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/WindowsEvent" + }, + "type": "array" + } + }, + "type": "object" + }, + "CustomComponent": { + "additionalProperties": false, + "properties": { + "ComponentName": { + "maxLength": 128, + "minLength": 1, + "pattern": "^[\\d\\w\\-_.+]*$", + "type": "string" + }, + "ResourceList": { + "insertionOrder": true, + "items": { + "maxLength": 300, + "minLength": 20, + "pattern": "^arn:aws(-[\\w]+)*:[\\w\\d-]+:([\\w\\d-]*)?:[\\w\\d_-]*([:/].+)*$", + "type": "string" + }, + "minItems": 1, + "type": "array" + } + }, + "required": [ + "ComponentName", + "ResourceList" + ], + "type": "object" + }, + "EventLevel": { + "enum": [ + "INFORMATION", + "WARNING", + "ERROR", + "CRITICAL", + "VERBOSE" + ], + "type": "string" + }, + "HAClusterPrometheusExporter": { + "additionalProperties": false, + "properties": { + "PrometheusPort": { + "type": "string" + } + }, + "type": "object" + }, + "HANAPrometheusExporter": { + "additionalProperties": false, + "properties": { + "AgreeToInstallHANADBClient": { + "type": "boolean" + }, + "HANAPort": { + "type": "string" + }, + "HANASID": { + "type": "string" + }, + "HANASecretName": { + "type": "string" + }, + "PrometheusPort": { + "type": "string" + } + }, + "required": [ + "HANASID", + "HANAPort", + "HANASecretName", + "AgreeToInstallHANADBClient" + ], + "type": "object" + }, + "JMXPrometheusExporter": { + "additionalProperties": false, + "properties": { + "HostPort": { + "type": "string" + }, + "JMXURL": { + "type": "string" + }, + "PrometheusPort": { + "type": "string" + } + }, + "type": "object" + }, + "Log": { + "additionalProperties": false, + "properties": { + "Encoding": { + "enum": [ + "utf-8", + "utf-16", + "ascii" + ], + "type": "string" + }, + "LogGroupName": { + "maxLength": 512, + "minLength": 1, + "pattern": "[\\.\\-_/#A-Za-z0-9]+", + "type": "string" + }, + "LogPath": { + "maxLength": 260, + "minLength": 1, + "pattern": "^([a-zA-Z]:\\\\[\\\\\\S|*\\S]?.*|/[^\"']*)$", + "type": "string" + }, + "LogType": { + "pattern": "^[A-Z][[A-Z]_]*$", + "type": "string" + }, + "PatternSet": { + "maxLength": 30, + "minLength": 1, + "pattern": "[a-zA-Z0-9.-_]*", + "type": "string" + } + }, + "required": [ + "LogType" + ], + "type": "object" + }, + "LogPattern": { + "additionalProperties": false, + "properties": { + "Pattern": { + "maxLength": 50, + "minLength": 1, + "type": "string" + }, + "PatternName": { + "maxLength": 50, + "minLength": 1, + "pattern": "[a-zA-Z0-9.-_]*", + "type": "string" + }, + "Rank": { + "type": "integer" + } + }, + "required": [ + "PatternName", + "Pattern", + "Rank" + ], + "type": "object" + }, + "LogPatternSet": { + "additionalProperties": false, + "properties": { + "LogPatterns": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/LogPattern" + }, + "minItems": 1, + "type": "array" + }, + "PatternSetName": { + "maxLength": 30, + "minLength": 1, + "pattern": "[a-zA-Z0-9.-_]*", + "type": "string" + } + }, + "required": [ + "PatternSetName", + "LogPatterns" + ], + "type": "object" + }, + "NetWeaverPrometheusExporter": { + "additionalProperties": false, + "properties": { + "InstanceNumbers": { + "items": { + "maxLength": 2, + "minLength": 1, + "pattern": "\\b([0-9]|[0-9][0-9])\\b", + "type": "string" + }, + "type": "array" + }, + "PrometheusPort": { + "type": "string" + }, + "SAPSID": { + "type": "string" + } + }, + "required": [ + "SAPSID", + "InstanceNumbers" + ], + "type": "object" + }, + "Process": { + "additionalProperties": false, + "properties": { + "AlarmMetrics": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/AlarmMetric" + }, + "type": "array" + }, + "ProcessName": { + "maxLength": 256, + "minLength": 1, + "pattern": "^[a-zA-Z0-9_,-]+$", + "type": "string" + } + }, + "required": [ + "ProcessName", + "AlarmMetrics" + ], + "type": "object" + }, + "SQLServerPrometheusExporter": { + "additionalProperties": false, + "properties": { + "PrometheusPort": { + "type": "string" + }, + "SQLSecretName": { + "type": "string" + } + }, + "required": [ + "PrometheusPort", + "SQLSecretName" + ], + "type": "object" + }, + "SubComponentConfigurationDetails": { + "additionalProperties": false, + "properties": { + "AlarmMetrics": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/AlarmMetric" + }, + "type": "array" + }, + "Logs": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/Log" + }, + "type": "array" + }, + "Processes": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/Process" + }, + "type": "array" + }, + "WindowsEvents": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/WindowsEvent" + }, + "type": "array" + } + }, + "type": "object" + }, + "SubComponentTypeConfiguration": { + "additionalProperties": false, + "properties": { + "SubComponentConfigurationDetails": { + "$ref": "#/definitions/SubComponentConfigurationDetails" + }, + "SubComponentType": { + "enum": [ + "AWS::EC2::Instance", + "AWS::EC2::Volume" + ], + "type": "string" + } + }, + "required": [ + "SubComponentType", + "SubComponentConfigurationDetails" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "WindowsEvent": { + "additionalProperties": false, + "properties": { + "EventLevels": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/EventLevel" + }, + "minItems": 1, + "type": "array" + }, + "EventName": { + "maxLength": 260, + "minLength": 1, + "pattern": "^[a-zA-Z0-9_ \\\\/-]+$", + "type": "string" + }, + "LogGroupName": { + "maxLength": 512, + "minLength": 1, + "pattern": "[\\.\\-_/#A-Za-z0-9]+", + "type": "string" + }, + "PatternSet": { + "maxLength": 30, + "minLength": 1, + "pattern": "[a-zA-Z0-9.-_]*", + "type": "string" + } + }, + "required": [ + "LogGroupName", + "EventName", + "EventLevels" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ApplicationARN" + ], + "properties": { + "ApplicationARN": { + "type": "string" + }, + "AttachMissingPermission": { + "type": "boolean" + }, + "AutoConfigurationEnabled": { + "type": "boolean" + }, + "CWEMonitorEnabled": { + "type": "boolean" + }, + "ComponentMonitoringSettings": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/ComponentMonitoringSetting" + }, + "minItems": 1, + "type": "array" + }, + "CustomComponents": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/CustomComponent" + }, + "minItems": 1, + "type": "array" + }, + "GroupingType": { + "enum": [ + "ACCOUNT_BASED" + ], + "type": "string" + }, + "LogPatternSets": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/LogPatternSet" + }, + "minItems": 1, + "type": "array" + }, + "OpsCenterEnabled": { + "type": "boolean" + }, + "OpsItemSNSTopicArn": { + "maxLength": 300, + "minLength": 20, + "pattern": "^arn:aws(-[\\w]+)*:[\\w\\d-]+:([\\w\\d-]*)?:[\\w\\d_-]*([:/].+)*$", + "type": "string" + }, + "ResourceGroupName": { + "maxLength": 256, + "minLength": 1, + "pattern": "[a-zA-Z0-9.-_]*", + "type": "string" + }, + "Tags": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/Tag" + }, + "minItems": 1, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/ApplicationARN" + ], + "required": [ + "ResourceGroupName" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-applicationinsights.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ApplicationInsights::Application", + "writeOnlyProperties": [ + "/properties/ComponentMonitoringSettings", + "/properties/LogPatternSets", + "/properties/CustomComponents", + "/properties/GroupingType", + "/properties/OpsItemSNSTopicArn", + "/properties/AttachMissingPermission" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationsignals-servicelevelobjective.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationsignals-servicelevelobjective.json new file mode 100644 index 0000000000000000000000000000000000000000..424062d6e60e03aade97fdee0393edcf2b7b670a --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-applicationsignals-servicelevelobjective.json @@ -0,0 +1,400 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "CalendarInterval": { + "additionalProperties": false, + "properties": { + "Duration": { + "$ref": "#/definitions/Duration" + }, + "DurationUnit": { + "$ref": "#/definitions/DurationUnit" + }, + "StartTime": { + "minimum": 946684800, + "type": "integer" + } + }, + "required": [ + "StartTime", + "DurationUnit", + "Duration" + ], + "type": "object" + }, + "Dimension": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Name" + ], + "type": "object" + }, + "Duration": { + "minimum": 1, + "type": "integer" + }, + "DurationUnit": { + "enum": [ + "DAY", + "MONTH" + ], + "type": "string" + }, + "Goal": { + "additionalProperties": false, + "properties": { + "AttainmentGoal": { + "type": "number" + }, + "Interval": { + "$ref": "#/definitions/Interval" + }, + "WarningThreshold": { + "type": "number" + } + }, + "type": "object" + }, + "Interval": { + "additionalProperties": false, + "properties": { + "CalendarInterval": { + "$ref": "#/definitions/CalendarInterval" + }, + "RollingInterval": { + "$ref": "#/definitions/RollingInterval" + } + }, + "type": "object" + }, + "KeyAttributes": { + "additionalProperties": false, + "patternProperties": { + "^.+$": { + "type": "string" + } + } + }, + "Metric": { + "additionalProperties": false, + "properties": { + "Dimensions": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Dimension" + }, + "type": "array", + "uniqueItems": false + }, + "MetricName": { + "type": "string" + }, + "Namespace": { + "type": "string" + } + }, + "type": "object" + }, + "MetricDataQueries": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/MetricDataQuery" + }, + "type": "array", + "uniqueItems": false + }, + "MetricDataQuery": { + "additionalProperties": false, + "properties": { + "AccountId": { + "type": "string" + }, + "Expression": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "MetricStat": { + "$ref": "#/definitions/MetricStat" + }, + "ReturnData": { + "type": "boolean" + } + }, + "required": [ + "Id" + ], + "type": "object" + }, + "MetricStat": { + "additionalProperties": false, + "properties": { + "Metric": { + "$ref": "#/definitions/Metric" + }, + "Period": { + "type": "integer" + }, + "Stat": { + "type": "string" + }, + "Unit": { + "type": "string" + } + }, + "required": [ + "Stat", + "Period", + "Metric" + ], + "type": "object" + }, + "MonitoredRequestCountMetric": { + "additionalProperties": false, + "properties": { + "BadCountMetric": { + "$ref": "#/definitions/MetricDataQueries" + }, + "GoodCountMetric": { + "$ref": "#/definitions/MetricDataQueries" + } + }, + "type": "object" + }, + "RequestBasedSli": { + "additionalProperties": false, + "properties": { + "ComparisonOperator": { + "enum": [ + "GreaterThanOrEqualTo", + "LessThanOrEqualTo", + "LessThan", + "GreaterThan" + ], + "type": "string" + }, + "MetricThreshold": { + "type": "number" + }, + "RequestBasedSliMetric": { + "$ref": "#/definitions/RequestBasedSliMetric" + } + }, + "required": [ + "RequestBasedSliMetric" + ], + "type": "object" + }, + "RequestBasedSliMetric": { + "additionalProperties": false, + "properties": { + "KeyAttributes": { + "$ref": "#/definitions/KeyAttributes" + }, + "MetricType": { + "enum": [ + "LATENCY", + "AVAILABILITY" + ], + "type": "string" + }, + "MonitoredRequestCountMetric": { + "$ref": "#/definitions/MonitoredRequestCountMetric" + }, + "OperationName": { + "maxLength": 255, + "minLength": 1, + "type": "string" + }, + "TotalRequestCountMetric": { + "$ref": "#/definitions/MetricDataQueries" + } + }, + "type": "object" + }, + "RollingInterval": { + "additionalProperties": false, + "properties": { + "Duration": { + "$ref": "#/definitions/Duration" + }, + "DurationUnit": { + "$ref": "#/definitions/DurationUnit" + } + }, + "required": [ + "DurationUnit", + "Duration" + ], + "type": "object" + }, + "Sli": { + "additionalProperties": false, + "properties": { + "ComparisonOperator": { + "enum": [ + "GreaterThanOrEqualTo", + "LessThanOrEqualTo", + "LessThan", + "GreaterThan" + ], + "type": "string" + }, + "MetricThreshold": { + "type": "number" + }, + "SliMetric": { + "$ref": "#/definitions/SliMetric" + } + }, + "required": [ + "SliMetric", + "MetricThreshold", + "ComparisonOperator" + ], + "type": "object" + }, + "SliMetric": { + "additionalProperties": false, + "properties": { + "KeyAttributes": { + "$ref": "#/definitions/KeyAttributes" + }, + "MetricDataQueries": { + "$ref": "#/definitions/MetricDataQueries" + }, + "MetricType": { + "enum": [ + "LATENCY", + "AVAILABILITY" + ], + "type": "string" + }, + "OperationName": { + "maxLength": 255, + "minLength": 1, + "type": "string" + }, + "PeriodSeconds": { + "maximum": 900, + "minimum": 60, + "type": "integer" + }, + "Statistic": { + "maxLength": 20, + "minLength": 1, + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^(?!aws:)[a-zA-Z+-=._:/]+$", + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 200, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "Arn": { + "pattern": "^arn:[^:]*:application-signals:[^:]*:[^:]*:slo\\/[0-9A-Za-z][-._0-9A-Za-z ]{0,126}[0-9A-Za-z]$", + "type": "string" + }, + "CreatedTime": { + "minimum": 946684800, + "type": "integer" + }, + "Description": { + "default": "No description", + "maxLength": 1024, + "minLength": 1, + "type": "string" + }, + "EvaluationType": { + "enum": [ + "PeriodBased", + "RequestBased" + ], + "type": "string" + }, + "Goal": { + "$ref": "#/definitions/Goal" + }, + "LastUpdatedTime": { + "minimum": 946684800, + "type": "integer" + }, + "Name": { + "pattern": "^[0-9A-Za-z][-._0-9A-Za-z ]{0,126}[0-9A-Za-z]$", + "type": "string" + }, + "RequestBasedSli": { + "$ref": "#/definitions/RequestBasedSli" + }, + "Sli": { + "$ref": "#/definitions/Sli" + }, + "Tags": { + "$ref": "#/definitions/Tags" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreatedTime", + "/properties/LastUpdatedTime", + "/properties/EvaluationType" + ], + "required": [ + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-applicationsignals", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::ApplicationSignals::ServiceLevelObjective" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-gatewayroute.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-gatewayroute.json new file mode 100644 index 0000000000000000000000000000000000000000..6047736e56cf94909f8784aee7870a476ec45bf3 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-gatewayroute.json @@ -0,0 +1,438 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/MeshName", + "/properties/VirtualGatewayName", + "/properties/MeshOwner", + "/properties/GatewayRouteName" + ], + "definitions": { + "GatewayRouteHostnameMatch": { + "additionalProperties": false, + "properties": { + "Exact": { + "type": "string" + }, + "Suffix": { + "type": "string" + } + }, + "type": "object" + }, + "GatewayRouteHostnameRewrite": { + "additionalProperties": false, + "properties": { + "DefaultTargetHostname": { + "type": "string" + } + }, + "type": "object" + }, + "GatewayRouteMetadataMatch": { + "additionalProperties": false, + "properties": { + "Exact": { + "type": "string" + }, + "Prefix": { + "type": "string" + }, + "Range": { + "$ref": "#/definitions/GatewayRouteRangeMatch" + }, + "Regex": { + "type": "string" + }, + "Suffix": { + "type": "string" + } + }, + "type": "object" + }, + "GatewayRouteRangeMatch": { + "additionalProperties": false, + "properties": { + "End": { + "type": "integer" + }, + "Start": { + "type": "integer" + } + }, + "required": [ + "Start", + "End" + ], + "type": "object" + }, + "GatewayRouteSpec": { + "additionalProperties": false, + "properties": { + "GrpcRoute": { + "$ref": "#/definitions/GrpcGatewayRoute" + }, + "Http2Route": { + "$ref": "#/definitions/HttpGatewayRoute" + }, + "HttpRoute": { + "$ref": "#/definitions/HttpGatewayRoute" + }, + "Priority": { + "type": "integer" + } + }, + "type": "object" + }, + "GatewayRouteTarget": { + "additionalProperties": false, + "properties": { + "Port": { + "type": "integer" + }, + "VirtualService": { + "$ref": "#/definitions/GatewayRouteVirtualService" + } + }, + "required": [ + "VirtualService" + ], + "type": "object" + }, + "GatewayRouteVirtualService": { + "additionalProperties": false, + "properties": { + "VirtualServiceName": { + "type": "string" + } + }, + "required": [ + "VirtualServiceName" + ], + "type": "object" + }, + "GrpcGatewayRoute": { + "additionalProperties": false, + "properties": { + "Action": { + "$ref": "#/definitions/GrpcGatewayRouteAction" + }, + "Match": { + "$ref": "#/definitions/GrpcGatewayRouteMatch" + } + }, + "required": [ + "Action", + "Match" + ], + "type": "object" + }, + "GrpcGatewayRouteAction": { + "additionalProperties": false, + "properties": { + "Rewrite": { + "$ref": "#/definitions/GrpcGatewayRouteRewrite" + }, + "Target": { + "$ref": "#/definitions/GatewayRouteTarget" + } + }, + "required": [ + "Target" + ], + "type": "object" + }, + "GrpcGatewayRouteMatch": { + "additionalProperties": false, + "properties": { + "Hostname": { + "$ref": "#/definitions/GatewayRouteHostnameMatch" + }, + "Metadata": { + "items": { + "$ref": "#/definitions/GrpcGatewayRouteMetadata" + }, + "type": "array", + "uniqueItems": false + }, + "Port": { + "type": "integer" + }, + "ServiceName": { + "type": "string" + } + }, + "type": "object" + }, + "GrpcGatewayRouteMetadata": { + "additionalProperties": false, + "properties": { + "Invert": { + "type": "boolean" + }, + "Match": { + "$ref": "#/definitions/GatewayRouteMetadataMatch" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "GrpcGatewayRouteRewrite": { + "additionalProperties": false, + "properties": { + "Hostname": { + "$ref": "#/definitions/GatewayRouteHostnameRewrite" + } + }, + "type": "object" + }, + "HttpGatewayRoute": { + "additionalProperties": false, + "properties": { + "Action": { + "$ref": "#/definitions/HttpGatewayRouteAction" + }, + "Match": { + "$ref": "#/definitions/HttpGatewayRouteMatch" + } + }, + "required": [ + "Action", + "Match" + ], + "type": "object" + }, + "HttpGatewayRouteAction": { + "additionalProperties": false, + "properties": { + "Rewrite": { + "$ref": "#/definitions/HttpGatewayRouteRewrite" + }, + "Target": { + "$ref": "#/definitions/GatewayRouteTarget" + } + }, + "required": [ + "Target" + ], + "type": "object" + }, + "HttpGatewayRouteHeader": { + "additionalProperties": false, + "properties": { + "Invert": { + "type": "boolean" + }, + "Match": { + "$ref": "#/definitions/HttpGatewayRouteHeaderMatch" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "HttpGatewayRouteHeaderMatch": { + "additionalProperties": false, + "properties": { + "Exact": { + "type": "string" + }, + "Prefix": { + "type": "string" + }, + "Range": { + "$ref": "#/definitions/GatewayRouteRangeMatch" + }, + "Regex": { + "type": "string" + }, + "Suffix": { + "type": "string" + } + }, + "type": "object" + }, + "HttpGatewayRouteMatch": { + "additionalProperties": false, + "properties": { + "Headers": { + "items": { + "$ref": "#/definitions/HttpGatewayRouteHeader" + }, + "type": "array", + "uniqueItems": false + }, + "Hostname": { + "$ref": "#/definitions/GatewayRouteHostnameMatch" + }, + "Method": { + "type": "string" + }, + "Path": { + "$ref": "#/definitions/HttpPathMatch" + }, + "Port": { + "type": "integer" + }, + "Prefix": { + "type": "string" + }, + "QueryParameters": { + "items": { + "$ref": "#/definitions/QueryParameter" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "HttpGatewayRoutePathRewrite": { + "additionalProperties": false, + "properties": { + "Exact": { + "type": "string" + } + }, + "type": "object" + }, + "HttpGatewayRoutePrefixRewrite": { + "additionalProperties": false, + "properties": { + "DefaultPrefix": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "HttpGatewayRouteRewrite": { + "additionalProperties": false, + "properties": { + "Hostname": { + "$ref": "#/definitions/GatewayRouteHostnameRewrite" + }, + "Path": { + "$ref": "#/definitions/HttpGatewayRoutePathRewrite" + }, + "Prefix": { + "$ref": "#/definitions/HttpGatewayRoutePrefixRewrite" + } + }, + "type": "object" + }, + "HttpPathMatch": { + "additionalProperties": false, + "properties": { + "Exact": { + "type": "string" + }, + "Regex": { + "type": "string" + } + }, + "type": "object" + }, + "HttpQueryParameterMatch": { + "additionalProperties": false, + "properties": { + "Exact": { + "type": "string" + } + }, + "type": "object" + }, + "QueryParameter": { + "additionalProperties": false, + "properties": { + "Match": { + "$ref": "#/definitions/HttpQueryParameterMatch" + }, + "Name": { + "type": "string" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "GatewayRouteName": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "MeshName": { + "type": "string" + }, + "MeshOwner": { + "type": "string" + }, + "ResourceOwner": { + "type": "string" + }, + "Spec": { + "$ref": "#/definitions/GatewayRouteSpec" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "string" + }, + "VirtualGatewayName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/ResourceOwner", + "/properties/Arn", + "/properties/Uid" + ], + "required": [ + "MeshName", + "VirtualGatewayName", + "Spec" + ], + "typeName": "AWS::AppMesh::GatewayRoute" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-mesh.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-mesh.json new file mode 100644 index 0000000000000000000000000000000000000000..7ee93624d8ba7fcd9af6d784d3db1697dbbbb1d0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-mesh.json @@ -0,0 +1,98 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/MeshName" + ], + "definitions": { + "EgressFilter": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "MeshServiceDiscovery": { + "additionalProperties": false, + "properties": { + "IpPreference": { + "type": "string" + } + }, + "type": "object" + }, + "MeshSpec": { + "additionalProperties": false, + "properties": { + "EgressFilter": { + "$ref": "#/definitions/EgressFilter" + }, + "ServiceDiscovery": { + "$ref": "#/definitions/MeshServiceDiscovery" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "MeshName": { + "type": "string" + }, + "MeshOwner": { + "type": "string" + }, + "ResourceOwner": { + "type": "string" + }, + "Spec": { + "$ref": "#/definitions/MeshSpec" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/ResourceOwner", + "/properties/MeshOwner", + "/properties/Arn", + "/properties/Uid" + ], + "typeName": "AWS::AppMesh::Mesh" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualgateway.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualgateway.json new file mode 100644 index 0000000000000000000000000000000000000000..7773048d1bbcc1e2b3a3e8d21e4ca14e0f8f53bd --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualgateway.json @@ -0,0 +1,536 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/MeshName", + "/properties/VirtualGatewayName", + "/properties/MeshOwner" + ], + "definitions": { + "JsonFormatRef": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "LoggingFormat": { + "additionalProperties": false, + "properties": { + "Json": { + "items": { + "$ref": "#/definitions/JsonFormatRef" + }, + "type": "array", + "uniqueItems": false + }, + "Text": { + "type": "string" + } + }, + "type": "object" + }, + "SubjectAlternativeNameMatchers": { + "additionalProperties": false, + "properties": { + "Exact": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "SubjectAlternativeNames": { + "additionalProperties": false, + "properties": { + "Match": { + "$ref": "#/definitions/SubjectAlternativeNameMatchers" + } + }, + "required": [ + "Match" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VirtualGatewayAccessLog": { + "additionalProperties": false, + "properties": { + "File": { + "$ref": "#/definitions/VirtualGatewayFileAccessLog" + } + }, + "type": "object" + }, + "VirtualGatewayBackendDefaults": { + "additionalProperties": false, + "properties": { + "ClientPolicy": { + "$ref": "#/definitions/VirtualGatewayClientPolicy" + } + }, + "type": "object" + }, + "VirtualGatewayClientPolicy": { + "additionalProperties": false, + "properties": { + "TLS": { + "$ref": "#/definitions/VirtualGatewayClientPolicyTls" + } + }, + "type": "object" + }, + "VirtualGatewayClientPolicyTls": { + "additionalProperties": false, + "properties": { + "Certificate": { + "$ref": "#/definitions/VirtualGatewayClientTlsCertificate" + }, + "Enforce": { + "type": "boolean" + }, + "Ports": { + "items": { + "type": "integer" + }, + "type": "array", + "uniqueItems": false + }, + "Validation": { + "$ref": "#/definitions/VirtualGatewayTlsValidationContext" + } + }, + "required": [ + "Validation" + ], + "type": "object" + }, + "VirtualGatewayClientTlsCertificate": { + "additionalProperties": false, + "properties": { + "File": { + "$ref": "#/definitions/VirtualGatewayListenerTlsFileCertificate" + }, + "SDS": { + "$ref": "#/definitions/VirtualGatewayListenerTlsSdsCertificate" + } + }, + "type": "object" + }, + "VirtualGatewayConnectionPool": { + "additionalProperties": false, + "properties": { + "GRPC": { + "$ref": "#/definitions/VirtualGatewayGrpcConnectionPool" + }, + "HTTP": { + "$ref": "#/definitions/VirtualGatewayHttpConnectionPool" + }, + "HTTP2": { + "$ref": "#/definitions/VirtualGatewayHttp2ConnectionPool" + } + }, + "type": "object" + }, + "VirtualGatewayFileAccessLog": { + "additionalProperties": false, + "properties": { + "Format": { + "$ref": "#/definitions/LoggingFormat" + }, + "Path": { + "type": "string" + } + }, + "required": [ + "Path" + ], + "type": "object" + }, + "VirtualGatewayGrpcConnectionPool": { + "additionalProperties": false, + "properties": { + "MaxRequests": { + "type": "integer" + } + }, + "required": [ + "MaxRequests" + ], + "type": "object" + }, + "VirtualGatewayHealthCheckPolicy": { + "additionalProperties": false, + "properties": { + "HealthyThreshold": { + "type": "integer" + }, + "IntervalMillis": { + "type": "integer" + }, + "Path": { + "type": "string" + }, + "Port": { + "type": "integer" + }, + "Protocol": { + "type": "string" + }, + "TimeoutMillis": { + "type": "integer" + }, + "UnhealthyThreshold": { + "type": "integer" + } + }, + "required": [ + "UnhealthyThreshold", + "HealthyThreshold", + "TimeoutMillis", + "Protocol", + "IntervalMillis" + ], + "type": "object" + }, + "VirtualGatewayHttp2ConnectionPool": { + "additionalProperties": false, + "properties": { + "MaxRequests": { + "type": "integer" + } + }, + "required": [ + "MaxRequests" + ], + "type": "object" + }, + "VirtualGatewayHttpConnectionPool": { + "additionalProperties": false, + "properties": { + "MaxConnections": { + "type": "integer" + }, + "MaxPendingRequests": { + "type": "integer" + } + }, + "required": [ + "MaxConnections" + ], + "type": "object" + }, + "VirtualGatewayListener": { + "additionalProperties": false, + "properties": { + "ConnectionPool": { + "$ref": "#/definitions/VirtualGatewayConnectionPool" + }, + "HealthCheck": { + "$ref": "#/definitions/VirtualGatewayHealthCheckPolicy" + }, + "PortMapping": { + "$ref": "#/definitions/VirtualGatewayPortMapping" + }, + "TLS": { + "$ref": "#/definitions/VirtualGatewayListenerTls" + } + }, + "required": [ + "PortMapping" + ], + "type": "object" + }, + "VirtualGatewayListenerTls": { + "additionalProperties": false, + "properties": { + "Certificate": { + "$ref": "#/definitions/VirtualGatewayListenerTlsCertificate" + }, + "Mode": { + "type": "string" + }, + "Validation": { + "$ref": "#/definitions/VirtualGatewayListenerTlsValidationContext" + } + }, + "required": [ + "Mode", + "Certificate" + ], + "type": "object" + }, + "VirtualGatewayListenerTlsAcmCertificate": { + "additionalProperties": false, + "properties": { + "CertificateArn": { + "type": "string" + } + }, + "required": [ + "CertificateArn" + ], + "type": "object" + }, + "VirtualGatewayListenerTlsCertificate": { + "additionalProperties": false, + "properties": { + "ACM": { + "$ref": "#/definitions/VirtualGatewayListenerTlsAcmCertificate" + }, + "File": { + "$ref": "#/definitions/VirtualGatewayListenerTlsFileCertificate" + }, + "SDS": { + "$ref": "#/definitions/VirtualGatewayListenerTlsSdsCertificate" + } + }, + "type": "object" + }, + "VirtualGatewayListenerTlsFileCertificate": { + "additionalProperties": false, + "properties": { + "CertificateChain": { + "type": "string" + }, + "PrivateKey": { + "type": "string" + } + }, + "required": [ + "PrivateKey", + "CertificateChain" + ], + "type": "object" + }, + "VirtualGatewayListenerTlsSdsCertificate": { + "additionalProperties": false, + "properties": { + "SecretName": { + "type": "string" + } + }, + "required": [ + "SecretName" + ], + "type": "object" + }, + "VirtualGatewayListenerTlsValidationContext": { + "additionalProperties": false, + "properties": { + "SubjectAlternativeNames": { + "$ref": "#/definitions/SubjectAlternativeNames" + }, + "Trust": { + "$ref": "#/definitions/VirtualGatewayListenerTlsValidationContextTrust" + } + }, + "required": [ + "Trust" + ], + "type": "object" + }, + "VirtualGatewayListenerTlsValidationContextTrust": { + "additionalProperties": false, + "properties": { + "File": { + "$ref": "#/definitions/VirtualGatewayTlsValidationContextFileTrust" + }, + "SDS": { + "$ref": "#/definitions/VirtualGatewayTlsValidationContextSdsTrust" + } + }, + "type": "object" + }, + "VirtualGatewayLogging": { + "additionalProperties": false, + "properties": { + "AccessLog": { + "$ref": "#/definitions/VirtualGatewayAccessLog" + } + }, + "type": "object" + }, + "VirtualGatewayPortMapping": { + "additionalProperties": false, + "properties": { + "Port": { + "type": "integer" + }, + "Protocol": { + "type": "string" + } + }, + "required": [ + "Port", + "Protocol" + ], + "type": "object" + }, + "VirtualGatewaySpec": { + "additionalProperties": false, + "properties": { + "BackendDefaults": { + "$ref": "#/definitions/VirtualGatewayBackendDefaults" + }, + "Listeners": { + "items": { + "$ref": "#/definitions/VirtualGatewayListener" + }, + "type": "array", + "uniqueItems": false + }, + "Logging": { + "$ref": "#/definitions/VirtualGatewayLogging" + } + }, + "required": [ + "Listeners" + ], + "type": "object" + }, + "VirtualGatewayTlsValidationContext": { + "additionalProperties": false, + "properties": { + "SubjectAlternativeNames": { + "$ref": "#/definitions/SubjectAlternativeNames" + }, + "Trust": { + "$ref": "#/definitions/VirtualGatewayTlsValidationContextTrust" + } + }, + "required": [ + "Trust" + ], + "type": "object" + }, + "VirtualGatewayTlsValidationContextAcmTrust": { + "additionalProperties": false, + "properties": { + "CertificateAuthorityArns": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "CertificateAuthorityArns" + ], + "type": "object" + }, + "VirtualGatewayTlsValidationContextFileTrust": { + "additionalProperties": false, + "properties": { + "CertificateChain": { + "type": "string" + } + }, + "required": [ + "CertificateChain" + ], + "type": "object" + }, + "VirtualGatewayTlsValidationContextSdsTrust": { + "additionalProperties": false, + "properties": { + "SecretName": { + "type": "string" + } + }, + "required": [ + "SecretName" + ], + "type": "object" + }, + "VirtualGatewayTlsValidationContextTrust": { + "additionalProperties": false, + "properties": { + "ACM": { + "$ref": "#/definitions/VirtualGatewayTlsValidationContextAcmTrust" + }, + "File": { + "$ref": "#/definitions/VirtualGatewayTlsValidationContextFileTrust" + }, + "SDS": { + "$ref": "#/definitions/VirtualGatewayTlsValidationContextSdsTrust" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "MeshName": { + "type": "string" + }, + "MeshOwner": { + "type": "string" + }, + "ResourceOwner": { + "type": "string" + }, + "Spec": { + "$ref": "#/definitions/VirtualGatewaySpec" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "string" + }, + "VirtualGatewayName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/ResourceOwner", + "/properties/Arn", + "/properties/Uid" + ], + "required": [ + "MeshName", + "Spec" + ], + "typeName": "AWS::AppMesh::VirtualGateway" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualnode.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualnode.json new file mode 100644 index 0000000000000000000000000000000000000000..c46a9870ef90cb20d44fdd632aa2da6a10bd2695 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualnode.json @@ -0,0 +1,751 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/MeshName", + "/properties/VirtualNodeName", + "/properties/MeshOwner" + ], + "definitions": { + "AccessLog": { + "additionalProperties": false, + "properties": { + "File": { + "$ref": "#/definitions/FileAccessLog" + } + }, + "type": "object" + }, + "AwsCloudMapInstanceAttribute": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "AwsCloudMapServiceDiscovery": { + "additionalProperties": false, + "properties": { + "Attributes": { + "items": { + "$ref": "#/definitions/AwsCloudMapInstanceAttribute" + }, + "type": "array", + "uniqueItems": false + }, + "IpPreference": { + "type": "string" + }, + "NamespaceName": { + "type": "string" + }, + "ServiceName": { + "type": "string" + } + }, + "required": [ + "NamespaceName", + "ServiceName" + ], + "type": "object" + }, + "Backend": { + "additionalProperties": false, + "properties": { + "VirtualService": { + "$ref": "#/definitions/VirtualServiceBackend" + } + }, + "type": "object" + }, + "BackendDefaults": { + "additionalProperties": false, + "properties": { + "ClientPolicy": { + "$ref": "#/definitions/ClientPolicy" + } + }, + "type": "object" + }, + "ClientPolicy": { + "additionalProperties": false, + "properties": { + "TLS": { + "$ref": "#/definitions/ClientPolicyTls" + } + }, + "type": "object" + }, + "ClientPolicyTls": { + "additionalProperties": false, + "properties": { + "Certificate": { + "$ref": "#/definitions/ClientTlsCertificate" + }, + "Enforce": { + "type": "boolean" + }, + "Ports": { + "items": { + "type": "integer" + }, + "type": "array", + "uniqueItems": false + }, + "Validation": { + "$ref": "#/definitions/TlsValidationContext" + } + }, + "required": [ + "Validation" + ], + "type": "object" + }, + "ClientTlsCertificate": { + "additionalProperties": false, + "properties": { + "File": { + "$ref": "#/definitions/ListenerTlsFileCertificate" + }, + "SDS": { + "$ref": "#/definitions/ListenerTlsSdsCertificate" + } + }, + "type": "object" + }, + "DnsServiceDiscovery": { + "additionalProperties": false, + "properties": { + "Hostname": { + "type": "string" + }, + "IpPreference": { + "type": "string" + }, + "ResponseType": { + "type": "string" + } + }, + "required": [ + "Hostname" + ], + "type": "object" + }, + "Duration": { + "additionalProperties": false, + "properties": { + "Unit": { + "type": "string" + }, + "Value": { + "type": "integer" + } + }, + "required": [ + "Value", + "Unit" + ], + "type": "object" + }, + "FileAccessLog": { + "additionalProperties": false, + "properties": { + "Format": { + "$ref": "#/definitions/LoggingFormat" + }, + "Path": { + "type": "string" + } + }, + "required": [ + "Path" + ], + "type": "object" + }, + "GrpcTimeout": { + "additionalProperties": false, + "properties": { + "Idle": { + "$ref": "#/definitions/Duration" + }, + "PerRequest": { + "$ref": "#/definitions/Duration" + } + }, + "type": "object" + }, + "HealthCheck": { + "additionalProperties": false, + "properties": { + "HealthyThreshold": { + "type": "integer" + }, + "IntervalMillis": { + "type": "integer" + }, + "Path": { + "type": "string" + }, + "Port": { + "type": "integer" + }, + "Protocol": { + "type": "string" + }, + "TimeoutMillis": { + "type": "integer" + }, + "UnhealthyThreshold": { + "type": "integer" + } + }, + "required": [ + "UnhealthyThreshold", + "HealthyThreshold", + "TimeoutMillis", + "Protocol", + "IntervalMillis" + ], + "type": "object" + }, + "HttpTimeout": { + "additionalProperties": false, + "properties": { + "Idle": { + "$ref": "#/definitions/Duration" + }, + "PerRequest": { + "$ref": "#/definitions/Duration" + } + }, + "type": "object" + }, + "JsonFormatRef": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "Listener": { + "additionalProperties": false, + "properties": { + "ConnectionPool": { + "$ref": "#/definitions/VirtualNodeConnectionPool" + }, + "HealthCheck": { + "$ref": "#/definitions/HealthCheck" + }, + "OutlierDetection": { + "$ref": "#/definitions/OutlierDetection" + }, + "PortMapping": { + "$ref": "#/definitions/PortMapping" + }, + "TLS": { + "$ref": "#/definitions/ListenerTls" + }, + "Timeout": { + "$ref": "#/definitions/ListenerTimeout" + } + }, + "required": [ + "PortMapping" + ], + "type": "object" + }, + "ListenerTimeout": { + "additionalProperties": false, + "properties": { + "GRPC": { + "$ref": "#/definitions/GrpcTimeout" + }, + "HTTP": { + "$ref": "#/definitions/HttpTimeout" + }, + "HTTP2": { + "$ref": "#/definitions/HttpTimeout" + }, + "TCP": { + "$ref": "#/definitions/TcpTimeout" + } + }, + "type": "object" + }, + "ListenerTls": { + "additionalProperties": false, + "properties": { + "Certificate": { + "$ref": "#/definitions/ListenerTlsCertificate" + }, + "Mode": { + "type": "string" + }, + "Validation": { + "$ref": "#/definitions/ListenerTlsValidationContext" + } + }, + "required": [ + "Mode", + "Certificate" + ], + "type": "object" + }, + "ListenerTlsAcmCertificate": { + "additionalProperties": false, + "properties": { + "CertificateArn": { + "type": "string" + } + }, + "required": [ + "CertificateArn" + ], + "type": "object" + }, + "ListenerTlsCertificate": { + "additionalProperties": false, + "properties": { + "ACM": { + "$ref": "#/definitions/ListenerTlsAcmCertificate" + }, + "File": { + "$ref": "#/definitions/ListenerTlsFileCertificate" + }, + "SDS": { + "$ref": "#/definitions/ListenerTlsSdsCertificate" + } + }, + "type": "object" + }, + "ListenerTlsFileCertificate": { + "additionalProperties": false, + "properties": { + "CertificateChain": { + "type": "string" + }, + "PrivateKey": { + "type": "string" + } + }, + "required": [ + "PrivateKey", + "CertificateChain" + ], + "type": "object" + }, + "ListenerTlsSdsCertificate": { + "additionalProperties": false, + "properties": { + "SecretName": { + "type": "string" + } + }, + "required": [ + "SecretName" + ], + "type": "object" + }, + "ListenerTlsValidationContext": { + "additionalProperties": false, + "properties": { + "SubjectAlternativeNames": { + "$ref": "#/definitions/SubjectAlternativeNames" + }, + "Trust": { + "$ref": "#/definitions/ListenerTlsValidationContextTrust" + } + }, + "required": [ + "Trust" + ], + "type": "object" + }, + "ListenerTlsValidationContextTrust": { + "additionalProperties": false, + "properties": { + "File": { + "$ref": "#/definitions/TlsValidationContextFileTrust" + }, + "SDS": { + "$ref": "#/definitions/TlsValidationContextSdsTrust" + } + }, + "type": "object" + }, + "Logging": { + "additionalProperties": false, + "properties": { + "AccessLog": { + "$ref": "#/definitions/AccessLog" + } + }, + "type": "object" + }, + "LoggingFormat": { + "additionalProperties": false, + "properties": { + "Json": { + "items": { + "$ref": "#/definitions/JsonFormatRef" + }, + "type": "array", + "uniqueItems": false + }, + "Text": { + "type": "string" + } + }, + "type": "object" + }, + "OutlierDetection": { + "additionalProperties": false, + "properties": { + "BaseEjectionDuration": { + "$ref": "#/definitions/Duration" + }, + "Interval": { + "$ref": "#/definitions/Duration" + }, + "MaxEjectionPercent": { + "type": "integer" + }, + "MaxServerErrors": { + "type": "integer" + } + }, + "required": [ + "MaxEjectionPercent", + "BaseEjectionDuration", + "MaxServerErrors", + "Interval" + ], + "type": "object" + }, + "PortMapping": { + "additionalProperties": false, + "properties": { + "Port": { + "type": "integer" + }, + "Protocol": { + "type": "string" + } + }, + "required": [ + "Port", + "Protocol" + ], + "type": "object" + }, + "ServiceDiscovery": { + "additionalProperties": false, + "properties": { + "AWSCloudMap": { + "$ref": "#/definitions/AwsCloudMapServiceDiscovery" + }, + "DNS": { + "$ref": "#/definitions/DnsServiceDiscovery" + } + }, + "type": "object" + }, + "SubjectAlternativeNameMatchers": { + "additionalProperties": false, + "properties": { + "Exact": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "SubjectAlternativeNames": { + "additionalProperties": false, + "properties": { + "Match": { + "$ref": "#/definitions/SubjectAlternativeNameMatchers" + } + }, + "required": [ + "Match" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TcpTimeout": { + "additionalProperties": false, + "properties": { + "Idle": { + "$ref": "#/definitions/Duration" + } + }, + "type": "object" + }, + "TlsValidationContext": { + "additionalProperties": false, + "properties": { + "SubjectAlternativeNames": { + "$ref": "#/definitions/SubjectAlternativeNames" + }, + "Trust": { + "$ref": "#/definitions/TlsValidationContextTrust" + } + }, + "required": [ + "Trust" + ], + "type": "object" + }, + "TlsValidationContextAcmTrust": { + "additionalProperties": false, + "properties": { + "CertificateAuthorityArns": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "CertificateAuthorityArns" + ], + "type": "object" + }, + "TlsValidationContextFileTrust": { + "additionalProperties": false, + "properties": { + "CertificateChain": { + "type": "string" + } + }, + "required": [ + "CertificateChain" + ], + "type": "object" + }, + "TlsValidationContextSdsTrust": { + "additionalProperties": false, + "properties": { + "SecretName": { + "type": "string" + } + }, + "required": [ + "SecretName" + ], + "type": "object" + }, + "TlsValidationContextTrust": { + "additionalProperties": false, + "properties": { + "ACM": { + "$ref": "#/definitions/TlsValidationContextAcmTrust" + }, + "File": { + "$ref": "#/definitions/TlsValidationContextFileTrust" + }, + "SDS": { + "$ref": "#/definitions/TlsValidationContextSdsTrust" + } + }, + "type": "object" + }, + "VirtualNodeConnectionPool": { + "additionalProperties": false, + "properties": { + "GRPC": { + "$ref": "#/definitions/VirtualNodeGrpcConnectionPool" + }, + "HTTP": { + "$ref": "#/definitions/VirtualNodeHttpConnectionPool" + }, + "HTTP2": { + "$ref": "#/definitions/VirtualNodeHttp2ConnectionPool" + }, + "TCP": { + "$ref": "#/definitions/VirtualNodeTcpConnectionPool" + } + }, + "type": "object" + }, + "VirtualNodeGrpcConnectionPool": { + "additionalProperties": false, + "properties": { + "MaxRequests": { + "type": "integer" + } + }, + "required": [ + "MaxRequests" + ], + "type": "object" + }, + "VirtualNodeHttp2ConnectionPool": { + "additionalProperties": false, + "properties": { + "MaxRequests": { + "type": "integer" + } + }, + "required": [ + "MaxRequests" + ], + "type": "object" + }, + "VirtualNodeHttpConnectionPool": { + "additionalProperties": false, + "properties": { + "MaxConnections": { + "type": "integer" + }, + "MaxPendingRequests": { + "type": "integer" + } + }, + "required": [ + "MaxConnections" + ], + "type": "object" + }, + "VirtualNodeSpec": { + "additionalProperties": false, + "properties": { + "BackendDefaults": { + "$ref": "#/definitions/BackendDefaults" + }, + "Backends": { + "items": { + "$ref": "#/definitions/Backend" + }, + "type": "array", + "uniqueItems": false + }, + "Listeners": { + "items": { + "$ref": "#/definitions/Listener" + }, + "type": "array", + "uniqueItems": false + }, + "Logging": { + "$ref": "#/definitions/Logging" + }, + "ServiceDiscovery": { + "$ref": "#/definitions/ServiceDiscovery" + } + }, + "type": "object" + }, + "VirtualNodeTcpConnectionPool": { + "additionalProperties": false, + "properties": { + "MaxConnections": { + "type": "integer" + } + }, + "required": [ + "MaxConnections" + ], + "type": "object" + }, + "VirtualServiceBackend": { + "additionalProperties": false, + "properties": { + "ClientPolicy": { + "$ref": "#/definitions/ClientPolicy" + }, + "VirtualServiceName": { + "type": "string" + } + }, + "required": [ + "VirtualServiceName" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "MeshName": { + "type": "string" + }, + "MeshOwner": { + "type": "string" + }, + "ResourceOwner": { + "type": "string" + }, + "Spec": { + "$ref": "#/definitions/VirtualNodeSpec" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "string" + }, + "VirtualNodeName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/ResourceOwner", + "/properties/Arn", + "/properties/Uid" + ], + "required": [ + "MeshName", + "Spec" + ], + "typeName": "AWS::AppMesh::VirtualNode" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualrouter.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualrouter.json new file mode 100644 index 0000000000000000000000000000000000000000..8af5e43ba74b737aa849deba57e7b4c9763bee13 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualrouter.json @@ -0,0 +1,117 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/MeshName", + "/properties/VirtualRouterName", + "/properties/MeshOwner" + ], + "definitions": { + "PortMapping": { + "additionalProperties": false, + "properties": { + "Port": { + "type": "integer" + }, + "Protocol": { + "type": "string" + } + }, + "required": [ + "Port", + "Protocol" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VirtualRouterListener": { + "additionalProperties": false, + "properties": { + "PortMapping": { + "$ref": "#/definitions/PortMapping" + } + }, + "required": [ + "PortMapping" + ], + "type": "object" + }, + "VirtualRouterSpec": { + "additionalProperties": false, + "properties": { + "Listeners": { + "items": { + "$ref": "#/definitions/VirtualRouterListener" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "Listeners" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "MeshName": { + "type": "string" + }, + "MeshOwner": { + "type": "string" + }, + "ResourceOwner": { + "type": "string" + }, + "Spec": { + "$ref": "#/definitions/VirtualRouterSpec" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "string" + }, + "VirtualRouterName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/ResourceOwner", + "/properties/Arn", + "/properties/Uid" + ], + "required": [ + "MeshName", + "Spec" + ], + "typeName": "AWS::AppMesh::VirtualRouter" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualservice.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualservice.json new file mode 100644 index 0000000000000000000000000000000000000000..433a37ff6d411fa08d14dac3589017264b539fc9 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appmesh-virtualservice.json @@ -0,0 +1,119 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/MeshName", + "/properties/VirtualServiceName", + "/properties/MeshOwner" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "VirtualNodeServiceProvider": { + "additionalProperties": false, + "properties": { + "VirtualNodeName": { + "type": "string" + } + }, + "required": [ + "VirtualNodeName" + ], + "type": "object" + }, + "VirtualRouterServiceProvider": { + "additionalProperties": false, + "properties": { + "VirtualRouterName": { + "type": "string" + } + }, + "required": [ + "VirtualRouterName" + ], + "type": "object" + }, + "VirtualServiceProvider": { + "additionalProperties": false, + "properties": { + "VirtualNode": { + "$ref": "#/definitions/VirtualNodeServiceProvider" + }, + "VirtualRouter": { + "$ref": "#/definitions/VirtualRouterServiceProvider" + } + }, + "type": "object" + }, + "VirtualServiceSpec": { + "additionalProperties": false, + "properties": { + "Provider": { + "$ref": "#/definitions/VirtualServiceProvider" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "Arn": { + "type": "string" + }, + "Id": { + "type": "string" + }, + "MeshName": { + "type": "string" + }, + "MeshOwner": { + "type": "string" + }, + "ResourceOwner": { + "type": "string" + }, + "Spec": { + "$ref": "#/definitions/VirtualServiceSpec" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": false + }, + "Uid": { + "type": "string" + }, + "VirtualServiceName": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id", + "/properties/ResourceOwner", + "/properties/Arn", + "/properties/Uid" + ], + "required": [ + "MeshName", + "VirtualServiceName", + "Spec" + ], + "typeName": "AWS::AppMesh::VirtualService" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apprunner-autoscalingconfiguration.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apprunner-autoscalingconfiguration.json new file mode 100644 index 0000000000000000000000000000000000000000..60169a66f84d85d9d45f72e16f87bc5a7a4a1a61 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apprunner-autoscalingconfiguration.json @@ -0,0 +1,81 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AutoScalingConfigurationName", + "/properties/MaxConcurrency", + "/properties/MaxSize", + "/properties/MinSize", + "/properties/Tags" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^(?!aws:).+", + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/AutoScalingConfigurationArn" + ], + "properties": { + "AutoScalingConfigurationArn": { + "maxLength": 1011, + "minLength": 1, + "pattern": "arn:aws(-[\\w]+)*:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[0-9]{12}:(\\w|/|-){1,1011}", + "type": "string" + }, + "AutoScalingConfigurationName": { + "maxLength": 32, + "minLength": 4, + "pattern": "[A-Za-z0-9][A-Za-z0-9\\-_]{3,31}", + "type": "string" + }, + "AutoScalingConfigurationRevision": { + "type": "integer" + }, + "Latest": { + "type": "boolean" + }, + "MaxConcurrency": { + "type": "integer" + }, + "MaxSize": { + "type": "integer" + }, + "MinSize": { + "type": "integer" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/AutoScalingConfigurationArn", + "/properties/AutoScalingConfigurationRevision", + "/properties/Latest" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::AppRunner::AutoScalingConfiguration", + "writeOnlyProperties": [ + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apprunner-service.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apprunner-service.json new file mode 100644 index 0000000000000000000000000000000000000000..b194e0722e470fd4798d27eb5873c6edfc580643 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apprunner-service.json @@ -0,0 +1,458 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ServiceName", + "/properties/EncryptionConfiguration", + "/properties/Tags" + ], + "definitions": { + "AuthenticationConfiguration": { + "additionalProperties": false, + "properties": { + "AccessRoleArn": { + "$ref": "#/definitions/RoleArn" + }, + "ConnectionArn": { + "maxLength": 1011, + "minLength": 1, + "pattern": "arn:aws(-[\\w]+)*:[a-z0-9-\\\\.]{0,63}:[a-z0-9-\\\\.]{0,63}:[0-9]{12}:(\\w|\\/|-){1,1011}", + "type": "string" + } + }, + "type": "object" + }, + "CodeConfiguration": { + "additionalProperties": false, + "properties": { + "CodeConfigurationValues": { + "$ref": "#/definitions/CodeConfigurationValues" + }, + "ConfigurationSource": { + "enum": [ + "REPOSITORY", + "API" + ], + "type": "string" + } + }, + "required": [ + "ConfigurationSource" + ], + "type": "object" + }, + "CodeConfigurationValues": { + "additionalProperties": false, + "properties": { + "BuildCommand": { + "pattern": "[^\\x0a\\x0d]+", + "type": "string" + }, + "Port": { + "type": "string" + }, + "Runtime": { + "enum": [ + "PYTHON_3", + "NODEJS_12", + "NODEJS_14", + "CORRETTO_8", + "CORRETTO_11", + "NODEJS_16", + "GO_1", + "DOTNET_6", + "PHP_81", + "RUBY_31", + "PYTHON_311", + "NODEJS_18" + ], + "type": "string" + }, + "RuntimeEnvironmentSecrets": { + "items": { + "$ref": "#/definitions/KeyValuePair" + }, + "type": "array" + }, + "RuntimeEnvironmentVariables": { + "items": { + "$ref": "#/definitions/KeyValuePair" + }, + "type": "array" + }, + "StartCommand": { + "pattern": "[^\\x0a\\x0d]+", + "type": "string" + } + }, + "required": [ + "Runtime" + ], + "type": "object" + }, + "CodeRepository": { + "additionalProperties": false, + "properties": { + "CodeConfiguration": { + "$ref": "#/definitions/CodeConfiguration" + }, + "RepositoryUrl": { + "type": "string" + }, + "SourceCodeVersion": { + "$ref": "#/definitions/SourceCodeVersion" + }, + "SourceDirectory": { + "maxLength": 4096, + "minLength": 1, + "pattern": "[^\\x00]+", + "type": "string" + } + }, + "required": [ + "RepositoryUrl", + "SourceCodeVersion" + ], + "type": "object" + }, + "EgressConfiguration": { + "additionalProperties": false, + "properties": { + "EgressType": { + "enum": [ + "DEFAULT", + "VPC" + ], + "type": "string" + }, + "VpcConnectorArn": { + "maxLength": 1011, + "minLength": 44, + "pattern": "arn:aws(-[\\w]+)*:[a-z0-9-\\\\.]{0,63}:[a-z0-9-\\\\.]{0,63}:[0-9]{12}:(\\w|\\/|-){1,1011}", + "type": "string" + } + }, + "required": [ + "EgressType" + ], + "type": "object" + }, + "EncryptionConfiguration": { + "additionalProperties": false, + "properties": { + "KmsKey": { + "maxLength": 256, + "minLength": 0, + "pattern": "arn:aws(-[\\w]+)*:kms:[a-z\\-]+-[0-9]{1}:[0-9]{12}:key\\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "type": "string" + } + }, + "required": [ + "KmsKey" + ], + "type": "object" + }, + "HealthCheckConfiguration": { + "additionalProperties": false, + "properties": { + "HealthyThreshold": { + "maximum": 20, + "minimum": 1, + "type": "integer" + }, + "Interval": { + "type": "integer" + }, + "Path": { + "type": "string" + }, + "Protocol": { + "enum": [ + "TCP", + "HTTP" + ], + "type": "string" + }, + "Timeout": { + "maximum": 20, + "minimum": 1, + "type": "integer" + }, + "UnhealthyThreshold": { + "maximum": 20, + "minimum": 1, + "type": "integer" + } + }, + "type": "object" + }, + "ImageConfiguration": { + "additionalProperties": false, + "properties": { + "Port": { + "type": "string" + }, + "RuntimeEnvironmentSecrets": { + "items": { + "$ref": "#/definitions/KeyValuePair" + }, + "type": "array" + }, + "RuntimeEnvironmentVariables": { + "items": { + "$ref": "#/definitions/KeyValuePair" + }, + "type": "array" + }, + "StartCommand": { + "pattern": "[^\\x0a\\x0d]+", + "type": "string" + } + }, + "type": "object" + }, + "ImageRepository": { + "additionalProperties": false, + "properties": { + "ImageConfiguration": { + "$ref": "#/definitions/ImageConfiguration" + }, + "ImageIdentifier": { + "maxLength": 1024, + "minLength": 1, + "pattern": "([0-9]{12}.dkr.ecr.[a-z\\-]+-[0-9]{1}.amazonaws.com\\/.*)|(^public\\.ecr\\.aws\\/.+\\/.+)", + "type": "string" + }, + "ImageRepositoryType": { + "enum": [ + "ECR", + "ECR_PUBLIC" + ], + "type": "string" + } + }, + "required": [ + "ImageIdentifier", + "ImageRepositoryType" + ], + "type": "object" + }, + "IngressConfiguration": { + "additionalProperties": false, + "properties": { + "IsPubliclyAccessible": { + "type": "boolean" + } + }, + "required": [ + "IsPubliclyAccessible" + ], + "type": "object" + }, + "InstanceConfiguration": { + "additionalProperties": false, + "properties": { + "Cpu": { + "maxLength": 9, + "minLength": 3, + "pattern": "256|512|1024|2048|4096|(0.25|0.5|1|2|4) vCPU", + "type": "string" + }, + "InstanceRoleArn": { + "$ref": "#/definitions/RoleArn" + }, + "Memory": { + "maxLength": 6, + "minLength": 3, + "pattern": "512|1024|2048|3072|4096|6144|8192|10240|12288|(0.5|1|2|3|4|6|8|10|12) GB", + "type": "string" + } + }, + "type": "object" + }, + "KeyValuePair": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "NetworkConfiguration": { + "additionalProperties": false, + "properties": { + "EgressConfiguration": { + "$ref": "#/definitions/EgressConfiguration" + }, + "IngressConfiguration": { + "$ref": "#/definitions/IngressConfiguration" + }, + "IpAddressType": { + "enum": [ + "IPV4", + "DUAL_STACK" + ], + "type": "string" + } + }, + "type": "object" + }, + "RoleArn": { + "maxLength": 1024, + "minLength": 29, + "pattern": "arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):iam::[0-9]{12}:role/[\\w+=,.@-]{1,64}", + "type": "string" + }, + "ServiceObservabilityConfiguration": { + "additionalProperties": false, + "properties": { + "ObservabilityConfigurationArn": { + "maxLength": 1011, + "minLength": 1, + "pattern": "arn:aws(-[\\w]+)*:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[0-9]{12}:(\\w|/|-){1,1011}", + "type": "string" + }, + "ObservabilityEnabled": { + "type": "boolean" + } + }, + "required": [ + "ObservabilityEnabled" + ], + "type": "object" + }, + "SourceCodeVersion": { + "additionalProperties": false, + "properties": { + "Type": { + "enum": [ + "BRANCH" + ], + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Type", + "Value" + ], + "type": "object" + }, + "SourceConfiguration": { + "additionalProperties": false, + "properties": { + "AuthenticationConfiguration": { + "$ref": "#/definitions/AuthenticationConfiguration" + }, + "AutoDeploymentsEnabled": { + "type": "boolean" + }, + "CodeRepository": { + "$ref": "#/definitions/CodeRepository" + }, + "ImageRepository": { + "$ref": "#/definitions/ImageRepository" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^(?!aws:).+", + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ServiceArn" + ], + "properties": { + "AutoScalingConfigurationArn": { + "maxLength": 1011, + "minLength": 1, + "pattern": "arn:aws(-[\\w]+)*:[a-z0-9-\\\\.]{0,63}:[a-z0-9-\\\\.]{0,63}:[0-9]{12}:(\\w|\\/|-){1,1011}", + "type": "string" + }, + "EncryptionConfiguration": { + "$ref": "#/definitions/EncryptionConfiguration" + }, + "HealthCheckConfiguration": { + "$ref": "#/definitions/HealthCheckConfiguration" + }, + "InstanceConfiguration": { + "$ref": "#/definitions/InstanceConfiguration" + }, + "NetworkConfiguration": { + "$ref": "#/definitions/NetworkConfiguration" + }, + "ObservabilityConfiguration": { + "$ref": "#/definitions/ServiceObservabilityConfiguration" + }, + "ServiceArn": { + "maxLength": 1011, + "minLength": 1, + "pattern": "arn:aws(-[\\w]+)*:[a-z0-9-\\\\.]{0,63}:[a-z0-9-\\\\.]{0,63}:[0-9]{12}:(\\w|\\/|-){1,1011}", + "type": "string" + }, + "ServiceId": { + "maxLength": 32, + "minLength": 32, + "type": "string" + }, + "ServiceName": { + "maxLength": 40, + "minLength": 4, + "pattern": "[A-Za-z0-9][A-Za-z0-9-_]{3,39}", + "type": "string" + }, + "ServiceUrl": { + "type": "string" + }, + "SourceConfiguration": { + "$ref": "#/definitions/SourceConfiguration" + }, + "Status": { + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/ServiceArn", + "/properties/ServiceId", + "/properties/ServiceUrl", + "/properties/Status" + ], + "required": [ + "SourceConfiguration" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apprunner.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::AppRunner::Service", + "writeOnlyProperties": [ + "/properties/Tags", + "/properties/AutoScalingConfigurationArn" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apprunner-vpcconnector.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apprunner-vpcconnector.json new file mode 100644 index 0000000000000000000000000000000000000000..465cf85ac05de0340fcf605da800c484c21131c0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-apprunner-vpcconnector.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/VpcConnectorName", + "/properties/Subnets", + "/properties/SecurityGroups", + "/properties/Tags" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "pattern": "^(?!aws:).+", + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/VpcConnectorArn" + ], + "properties": { + "SecurityGroups": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Subnets": { + "format": "AWS::EC2::Subnet.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array" + }, + "VpcConnectorArn": { + "maxLength": 1011, + "minLength": 44, + "pattern": "arn:aws(-[\\w]+)*:[a-z0-9-\\\\.]{0,63}:[a-z0-9-\\\\.]{0,63}:[0-9]{12}:(\\w|\\/|-){1,1011}", + "type": "string" + }, + "VpcConnectorName": { + "maxLength": 40, + "minLength": 4, + "pattern": "^[A-Za-z0-9][A-Za-z0-9-\\\\_]{3,39}$", + "type": "string" + }, + "VpcConnectorRevision": { + "type": "integer" + } + }, + "readOnlyProperties": [ + "/properties/VpcConnectorArn", + "/properties/VpcConnectorRevision" + ], + "required": [ + "Subnets" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apprunner.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::AppRunner::VpcConnector", + "writeOnlyProperties": [ + "/properties/Tags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appstream-appblock.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appstream-appblock.json new file mode 100644 index 0000000000000000000000000000000000000000..1b8bbdc7c0726c3a1f40bcb88520c387c69fb280 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-appstream-appblock.json @@ -0,0 +1,164 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/DisplayName", + "/properties/Description", + "/properties/SourceS3Location", + "/properties/SetupScriptDetails", + "/properties/PackagingType", + "/properties/PostSetupScriptDetails" + ], + "definitions": { + "Arn": { + "type": "string" + }, + "PackagingType": { + "enum": [ + "APPSTREAM2", + "CUSTOM" + ], + "type": "string" + }, + "S3Location": { + "additionalProperties": false, + "properties": { + "S3Bucket": { + "pattern": "^[0-9a-z\\.\\-]*(?~^`\"]$", + "type": "string" + }, + "DataElementSeparator": { + "maxLength": 1, + "minLength": 1, + "pattern": "^[!&'()*+,\\-./:;?=%@\\[\\]_{}|<>~^`\"]$", + "type": "string" + }, + "SegmentTerminator": { + "maxLength": 1, + "minLength": 1, + "pattern": "^[!&'()*+,\\-./:;?=%@\\[\\]_{}|<>~^`\"]$", + "type": "string" + } + }, + "type": "object" + }, + "X12Envelope": { + "additionalProperties": false, + "properties": { + "Common": { + "$ref": "#/definitions/X12OutboundEdiHeaders" + } + }, + "type": "object" + }, + "X12FunctionalGroupHeaders": { + "additionalProperties": false, + "properties": { + "ApplicationReceiverCode": { + "maxLength": 15, + "minLength": 2, + "pattern": "^[a-zA-Z0-9]*$", + "type": "string" + }, + "ApplicationSenderCode": { + "maxLength": 15, + "minLength": 2, + "pattern": "^[a-zA-Z0-9]*$", + "type": "string" + }, + "ResponsibleAgencyCode": { + "maxLength": 2, + "minLength": 1, + "pattern": "^[a-zA-Z0-9]*$", + "type": "string" + } + }, + "type": "object" + }, + "X12InterchangeControlHeaders": { + "additionalProperties": false, + "properties": { + "AcknowledgmentRequestedCode": { + "maxLength": 1, + "minLength": 1, + "pattern": "^[a-zA-Z0-9]*$", + "type": "string" + }, + "ReceiverId": { + "maxLength": 15, + "minLength": 15, + "pattern": "^[a-zA-Z0-9]*$", + "type": "string" + }, + "ReceiverIdQualifier": { + "maxLength": 2, + "minLength": 2, + "pattern": "^[a-zA-Z0-9]*$", + "type": "string" + }, + "RepetitionSeparator": { + "maxLength": 1, + "minLength": 1, + "type": "string" + }, + "SenderId": { + "maxLength": 15, + "minLength": 15, + "pattern": "^[a-zA-Z0-9]*$", + "type": "string" + }, + "SenderIdQualifier": { + "maxLength": 2, + "minLength": 2, + "pattern": "^[a-zA-Z0-9]*$", + "type": "string" + }, + "UsageIndicatorCode": { + "maxLength": 1, + "minLength": 1, + "pattern": "^[a-zA-Z0-9]*$", + "type": "string" + } + }, + "type": "object" + }, + "X12OutboundEdiHeaders": { + "additionalProperties": false, + "properties": { + "Delimiters": { + "$ref": "#/definitions/X12Delimiters" + }, + "FunctionalGroupHeaders": { + "$ref": "#/definitions/X12FunctionalGroupHeaders" + }, + "InterchangeControlHeaders": { + "$ref": "#/definitions/X12InterchangeControlHeaders" + }, + "ValidateEdi": { + "type": "boolean" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/PartnershipId" + ], + "properties": { + "Capabilities": { + "items": { + "maxLength": 64, + "minLength": 1, + "pattern": "[a-zA-Z0-9_-]+", + "type": "string" + }, + "type": "array" + }, + "CapabilityOptions": { + "$ref": "#/definitions/CapabilityOptions" + }, + "CreatedAt": { + "format": "date-time", + "type": "string" + }, + "Email": { + "maxLength": 254, + "minLength": 5, + "pattern": "^[\\w\\.\\-]+@[\\w\\.\\-]+$", + "type": "string" + }, + "ModifiedAt": { + "format": "date-time", + "type": "string" + }, + "Name": { + "maxLength": 254, + "minLength": 1, + "type": "string" + }, + "PartnershipArn": { + "maxLength": 255, + "minLength": 1, + "type": "string" + }, + "PartnershipId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^[a-zA-Z0-9_-]+$", + "type": "string" + }, + "Phone": { + "maxLength": 22, + "minLength": 7, + "pattern": "^\\+?([0-9 \\t\\-()\\/]{7,})(?:\\s*(?:#|x\\.?|ext\\.?|extension) \\t*(\\d+))?$", + "type": "string" + }, + "ProfileId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^[a-zA-Z0-9_-]+$", + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 200, + "minItems": 0, + "type": "array" + }, + "TradingPartnerId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^[a-zA-Z0-9_-]+$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/CreatedAt", + "/properties/ModifiedAt", + "/properties/PartnershipArn", + "/properties/PartnershipId", + "/properties/TradingPartnerId" + ], + "required": [ + "Capabilities", + "Email", + "Name", + "ProfileId" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::B2BI::Partnership" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-b2bi-profile.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-b2bi-profile.json new file mode 100644 index 0000000000000000000000000000000000000000..2eef77b2338d1a5dba66b82fd802c6e1f8a3694f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-b2bi-profile.json @@ -0,0 +1,118 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Logging" + ], + "definitions": { + "Logging": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ProfileId" + ], + "properties": { + "BusinessName": { + "maxLength": 254, + "minLength": 1, + "type": "string" + }, + "CreatedAt": { + "format": "date-time", + "type": "string" + }, + "Email": { + "maxLength": 254, + "minLength": 5, + "pattern": "^[\\w\\.\\-]+@[\\w\\.\\-]+$", + "type": "string" + }, + "LogGroupName": { + "maxLength": 512, + "minLength": 1, + "type": "string" + }, + "Logging": { + "$ref": "#/definitions/Logging" + }, + "ModifiedAt": { + "format": "date-time", + "type": "string" + }, + "Name": { + "maxLength": 254, + "minLength": 1, + "type": "string" + }, + "Phone": { + "maxLength": 22, + "minLength": 7, + "pattern": "^\\+?([0-9 \\t\\-()\\/]{7,})(?:\\s*(?:#|x\\.?|ext\\.?|extension) \\t*(\\d+))?$", + "type": "string" + }, + "ProfileArn": { + "maxLength": 255, + "minLength": 1, + "type": "string" + }, + "ProfileId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^[a-zA-Z0-9_-]+$", + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 200, + "minItems": 0, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/CreatedAt", + "/properties/LogGroupName", + "/properties/ModifiedAt", + "/properties/ProfileArn", + "/properties/ProfileId" + ], + "required": [ + "BusinessName", + "Logging", + "Name", + "Phone" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::B2BI::Profile" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-b2bi-transformer.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-b2bi-transformer.json new file mode 100644 index 0000000000000000000000000000000000000000..56eadc839d8973e32c3a6a0d2ef75c820424e0d5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-b2bi-transformer.json @@ -0,0 +1,371 @@ +{ + "additionalProperties": false, + "definitions": { + "EdiType": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "X12Details": { + "$ref": "#/definitions/X12Details" + } + }, + "required": [ + "X12Details" + ], + "title": "X12Details", + "type": "object" + } + ] + }, + "FileFormat": { + "enum": [ + "XML", + "JSON", + "NOT_USED" + ], + "type": "string" + }, + "FormatOptions": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "X12": { + "$ref": "#/definitions/X12Details" + } + }, + "required": [ + "X12" + ], + "title": "X12", + "type": "object" + } + ] + }, + "FromFormat": { + "enum": [ + "X12" + ], + "type": "string" + }, + "InputConversion": { + "additionalProperties": false, + "properties": { + "FormatOptions": { + "$ref": "#/definitions/FormatOptions" + }, + "FromFormat": { + "$ref": "#/definitions/FromFormat" + } + }, + "required": [ + "FromFormat" + ], + "type": "object" + }, + "Mapping": { + "additionalProperties": false, + "properties": { + "Template": { + "maxLength": 350000, + "minLength": 0, + "type": "string" + }, + "TemplateLanguage": { + "$ref": "#/definitions/MappingTemplateLanguage" + } + }, + "required": [ + "TemplateLanguage" + ], + "type": "object" + }, + "MappingTemplateLanguage": { + "enum": [ + "XSLT", + "JSONATA" + ], + "type": "string" + }, + "OutputConversion": { + "additionalProperties": false, + "properties": { + "FormatOptions": { + "$ref": "#/definitions/FormatOptions" + }, + "ToFormat": { + "$ref": "#/definitions/ToFormat" + } + }, + "required": [ + "ToFormat" + ], + "type": "object" + }, + "SampleDocumentKeys": { + "additionalProperties": false, + "properties": { + "Input": { + "maxLength": 1024, + "minLength": 0, + "type": "string" + }, + "Output": { + "maxLength": 1024, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + }, + "SampleDocuments": { + "additionalProperties": false, + "properties": { + "BucketName": { + "maxLength": 63, + "minLength": 3, + "type": "string" + }, + "Keys": { + "items": { + "$ref": "#/definitions/SampleDocumentKeys" + }, + "type": "array" + } + }, + "required": [ + "BucketName", + "Keys" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "ToFormat": { + "enum": [ + "X12" + ], + "type": "string" + }, + "TransformerStatus": { + "enum": [ + "active", + "inactive" + ], + "type": "string" + }, + "X12Details": { + "additionalProperties": false, + "properties": { + "TransactionSet": { + "$ref": "#/definitions/X12TransactionSet" + }, + "Version": { + "$ref": "#/definitions/X12Version" + } + }, + "type": "object" + }, + "X12TransactionSet": { + "enum": [ + "X12_110", + "X12_180", + "X12_204", + "X12_210", + "X12_211", + "X12_214", + "X12_215", + "X12_259", + "X12_260", + "X12_266", + "X12_269", + "X12_270", + "X12_271", + "X12_274", + "X12_275", + "X12_276", + "X12_277", + "X12_278", + "X12_310", + "X12_315", + "X12_322", + "X12_404", + "X12_410", + "X12_417", + "X12_421", + "X12_426", + "X12_810", + "X12_820", + "X12_824", + "X12_830", + "X12_832", + "X12_834", + "X12_835", + "X12_837", + "X12_844", + "X12_846", + "X12_849", + "X12_850", + "X12_852", + "X12_855", + "X12_856", + "X12_860", + "X12_861", + "X12_864", + "X12_865", + "X12_869", + "X12_870", + "X12_940", + "X12_945", + "X12_990", + "X12_997", + "X12_999", + "X12_270_X279", + "X12_271_X279", + "X12_275_X210", + "X12_275_X211", + "X12_276_X212", + "X12_277_X212", + "X12_277_X214", + "X12_277_X364", + "X12_278_X217", + "X12_820_X218", + "X12_820_X306", + "X12_824_X186", + "X12_834_X220", + "X12_834_X307", + "X12_834_X318", + "X12_835_X221", + "X12_837_X222", + "X12_837_X223", + "X12_837_X224", + "X12_837_X291", + "X12_837_X292", + "X12_837_X298", + "X12_999_X231" + ], + "type": "string" + }, + "X12Version": { + "enum": [ + "VERSION_4010", + "VERSION_4030", + "VERSION_5010", + "VERSION_5010_HIPAA" + ], + "type": "string" + } + }, + "deprecatedProperties": [ + "/properties/EdiType", + "/properties/FileFormat", + "/properties/MappingTemplate", + "/properties/SampleDocument" + ], + "primaryIdentifier": [ + "/properties/TransformerId" + ], + "properties": { + "CreatedAt": { + "format": "date-time", + "type": "string" + }, + "EdiType": { + "$ref": "#/definitions/EdiType" + }, + "FileFormat": { + "$ref": "#/definitions/FileFormat" + }, + "InputConversion": { + "$ref": "#/definitions/InputConversion" + }, + "Mapping": { + "$ref": "#/definitions/Mapping" + }, + "MappingTemplate": { + "maxLength": 350000, + "minLength": 0, + "type": "string" + }, + "ModifiedAt": { + "format": "date-time", + "type": "string" + }, + "Name": { + "maxLength": 254, + "minLength": 1, + "pattern": "^[a-zA-Z0-9_-]{1,512}$", + "type": "string" + }, + "OutputConversion": { + "$ref": "#/definitions/OutputConversion" + }, + "SampleDocument": { + "maxLength": 1024, + "minLength": 0, + "type": "string" + }, + "SampleDocuments": { + "$ref": "#/definitions/SampleDocuments" + }, + "Status": { + "$ref": "#/definitions/TransformerStatus" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 200, + "minItems": 0, + "type": "array" + }, + "TransformerArn": { + "maxLength": 255, + "minLength": 1, + "type": "string" + }, + "TransformerId": { + "maxLength": 64, + "minLength": 1, + "pattern": "^[a-zA-Z0-9_-]+$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/CreatedAt", + "/properties/ModifiedAt", + "/properties/TransformerArn", + "/properties/TransformerId" + ], + "required": [ + "Name", + "Status" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::B2BI::Transformer" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-backupplan.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-backupplan.json new file mode 100644 index 0000000000000000000000000000000000000000..0cfb3466ba6209946a039585833b8aa277703509 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-backupplan.json @@ -0,0 +1,193 @@ +{ + "additionalProperties": false, + "definitions": { + "AdvancedBackupSettingResourceType": { + "additionalProperties": false, + "properties": { + "BackupOptions": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "ResourceType": { + "pattern": "^[a-zA-Z0-9\\-\\_\\.]{1,50}$", + "type": "string" + } + }, + "required": [ + "BackupOptions", + "ResourceType" + ], + "type": "object" + }, + "BackupPlanResourceType": { + "additionalProperties": false, + "properties": { + "AdvancedBackupSettings": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/AdvancedBackupSettingResourceType" + }, + "type": "array", + "uniqueItems": false + }, + "BackupPlanName": { + "type": "string" + }, + "BackupPlanRule": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/BackupRuleResourceType" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "BackupPlanName", + "BackupPlanRule" + ], + "type": "object" + }, + "BackupRuleResourceType": { + "additionalProperties": false, + "properties": { + "CompletionWindowMinutes": { + "type": "number" + }, + "CopyActions": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/CopyActionResourceType" + }, + "type": "array", + "uniqueItems": false + }, + "EnableContinuousBackup": { + "type": "boolean" + }, + "Lifecycle": { + "$ref": "#/definitions/LifecycleResourceType" + }, + "RecoveryPointTags": { + "additionalProperties": false, + "patternProperties": { + "^.{1,128}$": { + "type": "string" + } + }, + "type": "object" + }, + "RuleName": { + "type": "string" + }, + "ScheduleExpression": { + "type": "string" + }, + "ScheduleExpressionTimezone": { + "type": "string" + }, + "StartWindowMinutes": { + "type": "number" + }, + "TargetBackupVault": { + "type": "string" + } + }, + "required": [ + "TargetBackupVault", + "RuleName" + ], + "type": "object" + }, + "CopyActionResourceType": { + "additionalProperties": false, + "properties": { + "DestinationBackupVaultArn": { + "type": "string" + }, + "Lifecycle": { + "$ref": "#/definitions/LifecycleResourceType" + } + }, + "required": [ + "DestinationBackupVaultArn" + ], + "type": "object" + }, + "LifecycleResourceType": { + "additionalProperties": false, + "if": { + "properties": { + "DeleteAfterDays": { + "type": "number" + }, + "MoveToColdStorageAfterDays": { + "type": "number" + } + }, + "required": [ + "DeleteAfterDays", + "MoveToColdStorageAfterDays" + ] + }, + "properties": { + "DeleteAfterDays": { + "type": "number" + }, + "MoveToColdStorageAfterDays": { + "type": "number" + }, + "OptInToArchiveForSupportedResources": { + "type": "boolean" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/BackupPlanId" + ], + "properties": { + "BackupPlan": { + "$ref": "#/definitions/BackupPlanResourceType" + }, + "BackupPlanArn": { + "type": "string" + }, + "BackupPlanId": { + "type": "string" + }, + "BackupPlanTags": { + "additionalProperties": false, + "patternProperties": { + "^.{1,128}$": { + "type": "string" + } + }, + "type": "object" + }, + "VersionId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/BackupPlanId", + "/properties/VersionId", + "/properties/BackupPlanArn" + ], + "required": [ + "BackupPlan" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/BackupPlanTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Backup::BackupPlan" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-backupselection.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-backupselection.json new file mode 100644 index 0000000000000000000000000000000000000000..b7a76ee77a1311609622a00f1f9a673d72f7d84d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-backupselection.json @@ -0,0 +1,156 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/BackupSelection", + "/properties/BackupPlanId" + ], + "definitions": { + "BackupSelectionResourceType": { + "additionalProperties": false, + "properties": { + "Conditions": { + "additionalProperties": false, + "properties": { + "StringEquals": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ConditionParameter" + }, + "type": "array", + "uniqueItems": false + }, + "StringLike": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ConditionParameter" + }, + "type": "array", + "uniqueItems": false + }, + "StringNotEquals": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ConditionParameter" + }, + "type": "array", + "uniqueItems": false + }, + "StringNotLike": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ConditionParameter" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "IamRoleArn": { + "type": "string" + }, + "ListOfTags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ConditionResourceType" + }, + "type": "array", + "uniqueItems": false + }, + "NotResources": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Resources": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SelectionName": { + "pattern": "^[a-zA-Z0-9\\-\\_\\.]{1,50}$", + "type": "string" + } + }, + "required": [ + "SelectionName", + "IamRoleArn" + ], + "type": "object" + }, + "ConditionParameter": { + "additionalProperties": false, + "properties": { + "ConditionKey": { + "type": "string" + }, + "ConditionValue": { + "type": "string" + } + }, + "type": "object" + }, + "ConditionResourceType": { + "additionalProperties": false, + "properties": { + "ConditionKey": { + "type": "string" + }, + "ConditionType": { + "enum": [ + "STRINGEQUALS" + ], + "type": "string" + }, + "ConditionValue": { + "type": "string" + } + }, + "required": [ + "ConditionValue", + "ConditionKey", + "ConditionType" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "BackupPlanId": { + "type": "string" + }, + "BackupSelection": { + "$ref": "#/definitions/BackupSelectionResourceType" + }, + "Id": { + "type": "string" + }, + "SelectionId": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/SelectionId", + "/properties/Id" + ], + "required": [ + "BackupSelection", + "BackupPlanId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Backup::BackupSelection" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-backupvault.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-backupvault.json new file mode 100644 index 0000000000000000000000000000000000000000..68810ab94179ad8606a9a8885b926b3ce4116aeb --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-backupvault.json @@ -0,0 +1,105 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/BackupVaultName", + "/properties/EncryptionKeyArn" + ], + "definitions": { + "BackupVaultNamePattern": { + "pattern": "^[a-zA-Z0-9\\-\\_]{2,50}$", + "type": "string" + }, + "LockConfigurationType": { + "additionalProperties": false, + "properties": { + "ChangeableForDays": { + "type": "integer" + }, + "MaxRetentionDays": { + "type": "integer" + }, + "MinRetentionDays": { + "type": "integer" + } + }, + "required": [ + "MinRetentionDays" + ], + "type": "object" + }, + "NotificationObjectType": { + "additionalProperties": false, + "properties": { + "BackupVaultEvents": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SNSTopicArn": { + "type": "string" + } + }, + "required": [ + "SNSTopicArn", + "BackupVaultEvents" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/BackupVaultName" + ], + "properties": { + "AccessPolicy": { + "type": [ + "object", + "string" + ] + }, + "BackupVaultArn": { + "type": "string" + }, + "BackupVaultName": { + "$ref": "#/definitions/BackupVaultNamePattern" + }, + "BackupVaultTags": { + "additionalProperties": false, + "patternProperties": { + "^.{1,128}$": { + "type": "string" + } + }, + "type": "object" + }, + "EncryptionKeyArn": { + "type": "string" + }, + "LockConfiguration": { + "$ref": "#/definitions/LockConfigurationType" + }, + "Notifications": { + "$ref": "#/definitions/NotificationObjectType" + } + }, + "readOnlyProperties": [ + "/properties/BackupVaultArn" + ], + "required": [ + "BackupVaultName" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/BackupVaultTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Backup::BackupVault", + "writeOnlyProperties": [ + "/properties/LockConfiguration/ChangeableForDays" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-framework.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-framework.json new file mode 100644 index 0000000000000000000000000000000000000000..96b4fbc9b39cae86e0e1517c420fbc39067195ce --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-framework.json @@ -0,0 +1,149 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FrameworkName" + ], + "definitions": { + "ControlInputParameter": { + "additionalProperties": false, + "properties": { + "ParameterName": { + "type": "string" + }, + "ParameterValue": { + "type": "string" + } + }, + "required": [ + "ParameterName", + "ParameterValue" + ], + "type": "object" + }, + "FrameworkControl": { + "additionalProperties": false, + "properties": { + "ControlInputParameters": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ControlInputParameter" + }, + "type": "array", + "uniqueItems": true + }, + "ControlName": { + "type": "string" + }, + "ControlScope": { + "additionalProperties": false, + "properties": { + "ComplianceResourceIds": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array" + }, + "ComplianceResourceTypes": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "required": [ + "ControlName" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FrameworkArn" + ], + "properties": { + "CreationTime": { + "type": "string" + }, + "DeploymentStatus": { + "type": "string" + }, + "FrameworkArn": { + "type": "string" + }, + "FrameworkControls": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/FrameworkControl" + }, + "type": "array", + "uniqueItems": true + }, + "FrameworkDescription": { + "maxLength": 1024, + "minLength": 0, + "pattern": ".*\\S.*", + "type": "string" + }, + "FrameworkName": { + "maxLength": 256, + "minLength": 1, + "pattern": "[a-zA-Z][_a-zA-Z0-9]*", + "type": "string" + }, + "FrameworkStatus": { + "type": "string" + }, + "FrameworkTags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/FrameworkArn", + "/properties/CreationTime", + "/properties/FrameworkStatus", + "/properties/DeploymentStatus" + ], + "required": [ + "FrameworkControls" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/FrameworkTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Backup::Framework" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-logicallyairgappedbackupvault.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-logicallyairgappedbackupvault.json new file mode 100644 index 0000000000000000000000000000000000000000..d06664cba3b932c92d080602aaa947eb4ac4c0ad --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-logicallyairgappedbackupvault.json @@ -0,0 +1,97 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/BackupVaultName", + "/properties/MinRetentionDays", + "/properties/MaxRetentionDays" + ], + "definitions": { + "BackupVaultNamePattern": { + "pattern": "^[a-zA-Z0-9\\-\\_]{2,50}$", + "type": "string" + }, + "NotificationObjectType": { + "additionalProperties": false, + "properties": { + "BackupVaultEvents": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SNSTopicArn": { + "type": "string" + } + }, + "required": [ + "SNSTopicArn", + "BackupVaultEvents" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/BackupVaultName" + ], + "properties": { + "AccessPolicy": { + "type": [ + "object", + "string" + ] + }, + "BackupVaultArn": { + "type": "string" + }, + "BackupVaultName": { + "$ref": "#/definitions/BackupVaultNamePattern" + }, + "BackupVaultTags": { + "additionalProperties": false, + "patternProperties": { + "^.{1,128}$": { + "type": "string" + } + }, + "type": "object" + }, + "EncryptionKeyArn": { + "type": "string" + }, + "MaxRetentionDays": { + "type": "integer" + }, + "MinRetentionDays": { + "type": "integer" + }, + "Notifications": { + "$ref": "#/definitions/NotificationObjectType" + }, + "VaultState": { + "type": "string" + }, + "VaultType": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/BackupVaultArn", + "/properties/EncryptionKeyArn" + ], + "required": [ + "BackupVaultName", + "MinRetentionDays", + "MaxRetentionDays" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/BackupVaultTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Backup::LogicallyAirGappedBackupVault" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-reportplan.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-reportplan.json new file mode 100644 index 0000000000000000000000000000000000000000..2874761656bfb2d7c3cacebe5154e50dc4bb478e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-reportplan.json @@ -0,0 +1,134 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ReportPlanName" + ], + "definitions": { + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ReportPlanArn" + ], + "properties": { + "ReportDeliveryChannel": { + "additionalProperties": false, + "properties": { + "Formats": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "S3BucketName": { + "type": "string" + }, + "S3KeyPrefix": { + "type": "string" + } + }, + "required": [ + "S3BucketName" + ], + "type": "object" + }, + "ReportPlanArn": { + "type": "string" + }, + "ReportPlanDescription": { + "maxLength": 1024, + "minLength": 0, + "pattern": ".*\\S.*", + "type": "string" + }, + "ReportPlanName": { + "maxLength": 256, + "minLength": 1, + "pattern": "[a-zA-Z][_a-zA-Z0-9]*", + "type": "string" + }, + "ReportPlanTags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array" + }, + "ReportSetting": { + "additionalProperties": false, + "properties": { + "Accounts": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "FrameworkArns": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "OrganizationUnits": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "Regions": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "ReportTemplate": { + "type": "string" + } + }, + "required": [ + "ReportTemplate" + ], + "type": "object" + } + }, + "readOnlyProperties": [ + "/properties/ReportPlanArn" + ], + "required": [ + "ReportDeliveryChannel", + "ReportSetting" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/ReportPlanTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Backup::ReportPlan" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-restoretestingplan.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-restoretestingplan.json new file mode 100644 index 0000000000000000000000000000000000000000..e9f6376aad464c98b34356eb2d529124001f2bf2 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-restoretestingplan.json @@ -0,0 +1,137 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/RestoreTestingPlanName" + ], + "definitions": { + "RestoreTestingRecoveryPointSelection": { + "additionalProperties": false, + "properties": { + "Algorithm": { + "$ref": "#/definitions/RestoreTestingRecoveryPointSelectionAlgorithm" + }, + "ExcludeVaults": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array" + }, + "IncludeVaults": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array" + }, + "RecoveryPointTypes": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/RestoreTestingRecoveryPointType" + }, + "type": "array" + }, + "SelectionWindowDays": { + "type": "integer" + } + }, + "required": [ + "Algorithm", + "RecoveryPointTypes", + "IncludeVaults" + ], + "type": "object" + }, + "RestoreTestingRecoveryPointSelectionAlgorithm": { + "enum": [ + "LATEST_WITHIN_WINDOW", + "RANDOM_WITHIN_WINDOW" + ], + "type": "string" + }, + "RestoreTestingRecoveryPointType": { + "enum": [ + "SNAPSHOT", + "CONTINUOUS" + ], + "type": "string" + }, + "RestoreTestingScheduleStatus": { + "enum": [ + "ACTIVE", + "SUSPENDED" + ], + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/RestoreTestingPlanName" + ], + "properties": { + "RecoveryPointSelection": { + "$ref": "#/definitions/RestoreTestingRecoveryPointSelection" + }, + "RestoreTestingPlanArn": { + "type": "string" + }, + "RestoreTestingPlanName": { + "type": "string" + }, + "ScheduleExpression": { + "type": "string" + }, + "ScheduleExpressionTimezone": { + "type": "string" + }, + "ScheduleStatus": { + "$ref": "#/definitions/RestoreTestingScheduleStatus" + }, + "StartWindowHours": { + "type": "integer" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/RestoreTestingPlanArn" + ], + "required": [ + "RecoveryPointSelection", + "ScheduleExpression", + "RestoreTestingPlanName" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Backup::RestoreTestingPlan" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-restoretestingselection.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-restoretestingselection.json new file mode 100644 index 0000000000000000000000000000000000000000..ec874a6831910bdc08446838dc3b9b4a7ab5b4cf --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backup-restoretestingselection.json @@ -0,0 +1,104 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ProtectedResourceType", + "/properties/RestoreTestingPlanName", + "/properties/RestoreTestingSelectionName" + ], + "definitions": { + "KeyValue": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "ProtectedResourceConditions": { + "additionalProperties": false, + "properties": { + "StringEquals": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/KeyValue" + }, + "type": "array" + }, + "StringNotEquals": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/KeyValue" + }, + "type": "array" + } + }, + "type": "object" + }, + "SensitiveStringMap": { + "additionalProperties": false, + "patternProperties": { + ".+": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/RestoreTestingPlanName", + "/properties/RestoreTestingSelectionName" + ], + "properties": { + "IamRoleArn": { + "type": "string" + }, + "ProtectedResourceArns": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array" + }, + "ProtectedResourceConditions": { + "$ref": "#/definitions/ProtectedResourceConditions" + }, + "ProtectedResourceType": { + "type": "string" + }, + "RestoreMetadataOverrides": { + "$ref": "#/definitions/SensitiveStringMap" + }, + "RestoreTestingPlanName": { + "type": "string" + }, + "RestoreTestingSelectionName": { + "type": "string" + }, + "ValidationWindowHours": { + "type": "integer" + } + }, + "replacementStrategy": "delete_then_create", + "required": [ + "IamRoleArn", + "ProtectedResourceType", + "RestoreTestingPlanName", + "RestoreTestingSelectionName" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": false, + "tagUpdatable": false, + "taggable": false + }, + "typeName": "AWS::Backup::RestoreTestingSelection" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backupgateway-hypervisor.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backupgateway-hypervisor.json new file mode 100644 index 0000000000000000000000000000000000000000..a12acd03a111653f5bd7d86fb75901191101991d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-backupgateway-hypervisor.json @@ -0,0 +1,121 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/KmsKeyArn", + "/properties/Tags" + ], + "definitions": { + "HypervisorState": { + "enum": [ + "PENDING", + "ONLINE", + "OFFLINE", + "ERROR" + ], + "type": "string" + }, + "SyncMetadataStatus": { + "enum": [ + "PENDING", + "IN_PROGRESS", + "FAILED", + "SUCCEEDED" + ], + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[^\\x00]*$", + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/HypervisorArn" + ], + "properties": { + "Host": { + "maxLength": 128, + "minLength": 3, + "pattern": "^.+$", + "type": "string" + }, + "HypervisorArn": { + "maxLength": 500, + "minLength": 50, + "pattern": "^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\\/[a-zA-Z-0-9]+$", + "type": "string" + }, + "KmsKeyArn": { + "maxLength": 500, + "minLength": 50, + "pattern": "^(^arn:(aws|aws-cn|aws-us-gov):kms:([a-zA-Z0-9-]+):([0-9]+):(key|alias)/(\\S+)$)|(^alias/(\\S+)$)$", + "type": "string" + }, + "LogGroupArn": { + "maxLength": 2048, + "minLength": 0, + "pattern": "^$|^arn:(aws|aws-cn|aws-us-gov):logs:([a-zA-Z0-9-]+):([0-9]+):log-group:[a-zA-Z0-9_\\-\\/\\.]+:\\*$", + "type": "string" + }, + "Name": { + "maxLength": 100, + "minLength": 1, + "pattern": "^[a-zA-Z0-9-]*$", + "type": "string" + }, + "Password": { + "maxLength": 100, + "minLength": 1, + "pattern": "^[ -~]+$", + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array" + }, + "Username": { + "maxLength": 100, + "minLength": 1, + "pattern": "^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/HypervisorArn" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::BackupGateway::Hypervisor", + "writeOnlyProperties": [ + "/properties/KmsKeyArn", + "/properties/LogGroupArn", + "/properties/Name", + "/properties/Password", + "/properties/Tags", + "/properties/Username" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-computeenvironment.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-computeenvironment.json new file mode 100644 index 0000000000000000000000000000000000000000..4bd80dba56fc5c2b024b19fcc5cdac4cd8e4172e --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-computeenvironment.json @@ -0,0 +1,277 @@ +{ + "additionalIdentifiers": [ + [ + "/properties/ComputeEnvironmentName" + ] + ], + "additionalProperties": false, + "conditionalCreateOnlyProperties": [ + "/properties/ComputeResources/AllocationStrategy", + "/properties/ComputeResources/BidPercentage", + "/properties/ComputeResources/Ec2Configuration", + "/properties/ComputeResources/Ec2KeyPair", + "/properties/ComputeResources/ImageId", + "/properties/ComputeResources/InstanceRole", + "/properties/ComputeResources/InstanceTypes", + "/properties/ComputeResources/LaunchTemplate", + "/properties/ComputeResources/PlacementGroup", + "/properties/ComputeResources/SecurityGroupIds", + "/properties/ComputeResources/Subnets", + "/properties/ComputeResources/Tags", + "/properties/ComputeResources/Type" + ], + "createOnlyProperties": [ + "/properties/ComputeResources/SpotIamFleetRole", + "/properties/ComputeEnvironmentName", + "/properties/Tags", + "/properties/Type", + "/properties/EksConfiguration" + ], + "definitions": { + "ComputeResources": { + "additionalProperties": false, + "properties": { + "AllocationStrategy": { + "enumCaseInsensitive": [ + "best_fit", + "best_fit_progressive", + "spot_capacity_optimized", + "spot_price_capacity_optimized" + ], + "type": "string" + }, + "BidPercentage": { + "type": "integer" + }, + "DesiredvCpus": { + "type": "integer" + }, + "Ec2Configuration": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Ec2ConfigurationObject" + }, + "type": "array", + "uniqueItems": false + }, + "Ec2KeyPair": { + "type": "string" + }, + "ImageId": { + "format": "AWS::EC2::Image.Id", + "type": "string" + }, + "InstanceRole": { + "type": "string" + }, + "InstanceTypes": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "LaunchTemplate": { + "$ref": "#/definitions/LaunchTemplateSpecification" + }, + "MaxvCpus": { + "type": "integer" + }, + "MinvCpus": { + "type": "integer" + }, + "PlacementGroup": { + "type": "string" + }, + "SecurityGroupIds": { + "format": "AWS::EC2::SecurityGroup.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::SecurityGroup.GroupId", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "SpotIamFleetRole": { + "type": "string" + }, + "Subnets": { + "format": "AWS::EC2::Subnet.Ids", + "insertionOrder": false, + "items": { + "format": "AWS::EC2::Subnet.Id", + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".*": { + "type": "string" + } + }, + "type": "object" + }, + "Type": { + "enumCaseInsensitive": [ + "ec2", + "fargate", + "fargate_spot", + "spot" + ], + "type": "string" + }, + "UpdateToLatestImageVersion": { + "default": false, + "type": "boolean" + } + }, + "required": [ + "Subnets", + "Type", + "MaxvCpus" + ], + "type": "object" + }, + "Ec2ConfigurationObject": { + "additionalProperties": false, + "properties": { + "ImageIdOverride": { + "type": "string" + }, + "ImageKubernetesVersion": { + "type": "string" + }, + "ImageType": { + "type": "string" + } + }, + "required": [ + "ImageType" + ], + "type": "object" + }, + "EksConfiguration": { + "additionalProperties": false, + "properties": { + "EksClusterArn": { + "default": false, + "type": "string" + }, + "KubernetesNamespace": { + "default": false, + "type": "string" + } + }, + "required": [ + "EksClusterArn", + "KubernetesNamespace" + ], + "type": "object" + }, + "LaunchTemplateSpecification": { + "additionalProperties": false, + "properties": { + "LaunchTemplateId": { + "type": "string" + }, + "LaunchTemplateName": { + "type": "string" + }, + "Version": { + "type": "string" + } + }, + "type": "object" + }, + "UpdatePolicy": { + "additionalProperties": false, + "properties": { + "JobExecutionTimeoutMinutes": { + "default": 30, + "type": "integer" + }, + "TerminateJobsOnUpdate": { + "default": false, + "type": "boolean" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ComputeEnvironmentArn" + ], + "properties": { + "ComputeEnvironmentArn": { + "type": "string" + }, + "ComputeEnvironmentName": { + "type": "string" + }, + "ComputeResources": { + "$ref": "#/definitions/ComputeResources" + }, + "Context": { + "type": "string" + }, + "EksConfiguration": { + "$ref": "#/definitions/EksConfiguration" + }, + "ReplaceComputeEnvironment": { + "default": true, + "type": "boolean" + }, + "ServiceRole": { + "type": "string" + }, + "State": { + "type": "string" + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".*": { + "type": "string" + } + }, + "type": "object" + }, + "Type": { + "enumCaseInsensitive": [ + "managed", + "unmanaged" + ], + "type": "string" + }, + "UnmanagedvCpus": { + "type": "integer" + }, + "UpdatePolicy": { + "$ref": "#/definitions/UpdatePolicy" + } + }, + "readOnlyProperties": [ + "/properties/ComputeEnvironmentArn" + ], + "required": [ + "Type" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::Batch::ComputeEnvironment", + "writeOnlyProperties": [ + "/properties/ComputeResources/UpdateToLatestImageVersion", + "/properties/ReplaceComputeEnvironment", + "/properties/UpdatePolicy" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-jobdefinition.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-jobdefinition.json new file mode 100644 index 0000000000000000000000000000000000000000..fc2f756f51d41f2bd0bcac5c228fa28cf296b3e0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-jobdefinition.json @@ -0,0 +1,995 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Tags", + "/properties/JobDefinitionName" + ], + "definitions": { + "AuthorizationConfig": { + "additionalProperties": false, + "properties": { + "AccessPointId": { + "type": "string" + }, + "Iam": { + "type": "string" + } + }, + "type": "object" + }, + "ContainerProperties": { + "additionalProperties": false, + "properties": { + "Command": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Environment": { + "items": { + "$ref": "#/definitions/Environment" + }, + "type": "array", + "uniqueItems": false + }, + "EphemeralStorage": { + "$ref": "#/definitions/EphemeralStorage" + }, + "ExecutionRoleArn": { + "type": "string" + }, + "FargatePlatformConfiguration": { + "$ref": "#/definitions/FargatePlatformConfiguration" + }, + "Image": { + "type": "string" + }, + "InstanceType": { + "type": "string" + }, + "JobRoleArn": { + "type": "string" + }, + "LinuxParameters": { + "$ref": "#/definitions/LinuxParameters" + }, + "LogConfiguration": { + "$ref": "#/definitions/LogConfiguration" + }, + "Memory": { + "type": "integer" + }, + "MountPoints": { + "items": { + "$ref": "#/definitions/MountPoints" + }, + "type": "array", + "uniqueItems": false + }, + "NetworkConfiguration": { + "$ref": "#/definitions/NetworkConfiguration" + }, + "Privileged": { + "type": "boolean" + }, + "ReadonlyRootFilesystem": { + "type": "boolean" + }, + "RepositoryCredentials": { + "$ref": "#/definitions/RepositoryCredentials" + }, + "ResourceRequirements": { + "items": { + "$ref": "#/definitions/ResourceRequirement" + }, + "type": "array", + "uniqueItems": false + }, + "RuntimePlatform": { + "$ref": "#/definitions/RuntimePlatform" + }, + "Secrets": { + "items": { + "$ref": "#/definitions/Secret" + }, + "type": "array", + "uniqueItems": false + }, + "Ulimits": { + "items": { + "$ref": "#/definitions/Ulimit" + }, + "type": "array", + "uniqueItems": false + }, + "User": { + "type": "string" + }, + "Vcpus": { + "type": "integer" + }, + "Volumes": { + "items": { + "$ref": "#/definitions/Volumes" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "Image" + ], + "type": "object" + }, + "Device": { + "additionalProperties": false, + "properties": { + "ContainerPath": { + "type": "string" + }, + "HostPath": { + "type": "string" + }, + "Permissions": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "EcsProperties": { + "additionalProperties": false, + "properties": { + "TaskProperties": { + "items": { + "$ref": "#/definitions/EcsTaskProperties" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "TaskProperties" + ], + "type": "object" + }, + "EcsTaskProperties": { + "additionalProperties": false, + "properties": { + "Containers": { + "items": { + "$ref": "#/definitions/TaskContainerProperties" + }, + "type": "array", + "uniqueItems": false + }, + "EphemeralStorage": { + "$ref": "#/definitions/EphemeralStorage" + }, + "ExecutionRoleArn": { + "type": "string" + }, + "IpcMode": { + "type": "string" + }, + "NetworkConfiguration": { + "$ref": "#/definitions/NetworkConfiguration" + }, + "PidMode": { + "type": "string" + }, + "PlatformVersion": { + "type": "string" + }, + "RuntimePlatform": { + "$ref": "#/definitions/RuntimePlatform" + }, + "TaskRoleArn": { + "type": "string" + }, + "Volumes": { + "items": { + "$ref": "#/definitions/Volumes" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "EfsVolumeConfiguration": { + "additionalProperties": false, + "properties": { + "AuthorizationConfig": { + "$ref": "#/definitions/AuthorizationConfig" + }, + "FileSystemId": { + "type": "string" + }, + "RootDirectory": { + "type": "string" + }, + "TransitEncryption": { + "type": "string" + }, + "TransitEncryptionPort": { + "type": "integer" + } + }, + "required": [ + "FileSystemId" + ], + "type": "object" + }, + "EksContainer": { + "additionalProperties": false, + "properties": { + "Args": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Command": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Env": { + "items": { + "$ref": "#/definitions/EksContainerEnvironmentVariable" + }, + "type": "array", + "uniqueItems": false + }, + "Image": { + "type": "string" + }, + "ImagePullPolicy": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Resources": { + "$ref": "#/definitions/EksContainerResourceRequirements" + }, + "SecurityContext": { + "$ref": "#/definitions/EksContainerSecurityContext" + }, + "VolumeMounts": { + "items": { + "$ref": "#/definitions/EksContainerVolumeMount" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "Image" + ], + "type": "object" + }, + "EksContainerEnvironmentVariable": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "EksContainerResourceRequirements": { + "additionalProperties": false, + "properties": { + "Limits": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Requests": { + "format": "json", + "type": [ + "object", + "string" + ] + } + }, + "type": "object" + }, + "EksContainerSecurityContext": { + "additionalProperties": false, + "properties": { + "AllowPrivilegeEscalation": { + "type": "boolean" + }, + "Privileged": { + "type": "boolean" + }, + "ReadOnlyRootFilesystem": { + "type": "boolean" + }, + "RunAsGroup": { + "type": "integer" + }, + "RunAsNonRoot": { + "type": "boolean" + }, + "RunAsUser": { + "type": "integer" + } + }, + "type": "object" + }, + "EksContainerVolumeMount": { + "additionalProperties": false, + "properties": { + "MountPath": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ReadOnly": { + "type": "boolean" + } + }, + "type": "object" + }, + "EksEmptyDir": { + "additionalProperties": false, + "properties": { + "Medium": { + "type": "string" + }, + "SizeLimit": { + "type": "string" + } + }, + "type": "object" + }, + "EksHostPath": { + "additionalProperties": false, + "properties": { + "Path": { + "type": "string" + } + }, + "type": "object" + }, + "EksProperties": { + "additionalProperties": false, + "properties": { + "PodProperties": { + "$ref": "#/definitions/PodProperties" + } + }, + "type": "object" + }, + "EksSecret": { + "additionalProperties": false, + "properties": { + "Optional": { + "type": "boolean" + }, + "SecretName": { + "type": "string" + } + }, + "required": [ + "SecretName" + ], + "type": "object" + }, + "EksVolume": { + "additionalProperties": false, + "properties": { + "EmptyDir": { + "$ref": "#/definitions/EksEmptyDir" + }, + "HostPath": { + "$ref": "#/definitions/EksHostPath" + }, + "Name": { + "type": "string" + }, + "Secret": { + "$ref": "#/definitions/EksSecret" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "Environment": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "EphemeralStorage": { + "additionalProperties": false, + "properties": { + "SizeInGiB": { + "type": "integer" + } + }, + "required": [ + "SizeInGiB" + ], + "type": "object" + }, + "EvaluateOnExit": { + "additionalProperties": false, + "properties": { + "Action": { + "type": "string" + }, + "OnExitCode": { + "type": "string" + }, + "OnReason": { + "type": "string" + }, + "OnStatusReason": { + "type": "string" + } + }, + "required": [ + "Action" + ], + "type": "object" + }, + "FargatePlatformConfiguration": { + "additionalProperties": false, + "properties": { + "PlatformVersion": { + "type": "string" + } + }, + "type": "object" + }, + "ImagePullSecret": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "LinuxParameters": { + "additionalProperties": false, + "properties": { + "Devices": { + "items": { + "$ref": "#/definitions/Device" + }, + "type": "array", + "uniqueItems": false + }, + "InitProcessEnabled": { + "type": "boolean" + }, + "MaxSwap": { + "type": "integer" + }, + "SharedMemorySize": { + "type": "integer" + }, + "Swappiness": { + "type": "integer" + }, + "Tmpfs": { + "items": { + "$ref": "#/definitions/Tmpfs" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "LogConfiguration": { + "additionalProperties": false, + "properties": { + "LogDriver": { + "type": "string" + }, + "Options": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "SecretOptions": { + "items": { + "$ref": "#/definitions/Secret" + }, + "type": "array", + "uniqueItems": false + } + }, + "required": [ + "LogDriver" + ], + "type": "object" + }, + "Metadata": { + "additionalProperties": false, + "properties": { + "Labels": { + "format": "json", + "type": [ + "object", + "string" + ] + } + }, + "type": "object" + }, + "MountPoints": { + "additionalProperties": false, + "properties": { + "ContainerPath": { + "type": "string" + }, + "ReadOnly": { + "type": "boolean" + }, + "SourceVolume": { + "type": "string" + } + }, + "type": "object" + }, + "NetworkConfiguration": { + "additionalProperties": false, + "properties": { + "AssignPublicIp": { + "type": "string" + } + }, + "type": "object" + }, + "NodeProperties": { + "additionalProperties": false, + "properties": { + "MainNode": { + "type": "integer" + }, + "NodeRangeProperties": { + "items": { + "$ref": "#/definitions/NodeRangeProperty" + }, + "type": "array", + "uniqueItems": false + }, + "NumNodes": { + "type": "integer" + } + }, + "required": [ + "MainNode", + "NodeRangeProperties", + "NumNodes" + ], + "type": "object" + }, + "NodeRangeProperty": { + "additionalProperties": false, + "properties": { + "Container": { + "$ref": "#/definitions/ContainerProperties" + }, + "EcsProperties": { + "$ref": "#/definitions/EcsProperties" + }, + "EksProperties": { + "$ref": "#/definitions/EksProperties" + }, + "InstanceTypes": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "TargetNodes": { + "type": "string" + } + }, + "required": [ + "TargetNodes" + ], + "type": "object" + }, + "PodProperties": { + "additionalProperties": false, + "properties": { + "Containers": { + "items": { + "$ref": "#/definitions/EksContainer" + }, + "type": "array", + "uniqueItems": false + }, + "DnsPolicy": { + "type": "string" + }, + "HostNetwork": { + "type": "boolean" + }, + "ImagePullSecrets": { + "items": { + "$ref": "#/definitions/ImagePullSecret" + }, + "type": "array", + "uniqueItems": false + }, + "InitContainers": { + "items": { + "$ref": "#/definitions/EksContainer" + }, + "type": "array", + "uniqueItems": false + }, + "Metadata": { + "$ref": "#/definitions/Metadata" + }, + "ServiceAccountName": { + "type": "string" + }, + "ShareProcessNamespace": { + "type": "boolean" + }, + "Volumes": { + "items": { + "$ref": "#/definitions/EksVolume" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "RepositoryCredentials": { + "additionalProperties": false, + "properties": { + "CredentialsParameter": { + "type": "string" + } + }, + "required": [ + "CredentialsParameter" + ], + "type": "object" + }, + "ResourceRequirement": { + "additionalProperties": false, + "properties": { + "Type": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "type": "object" + }, + "RetryStrategy": { + "additionalProperties": false, + "properties": { + "Attempts": { + "type": "integer" + }, + "EvaluateOnExit": { + "items": { + "$ref": "#/definitions/EvaluateOnExit" + }, + "type": "array", + "uniqueItems": false + } + }, + "type": "object" + }, + "RuntimePlatform": { + "additionalProperties": false, + "properties": { + "CpuArchitecture": { + "type": "string" + }, + "OperatingSystemFamily": { + "type": "string" + } + }, + "type": "object" + }, + "Secret": { + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "ValueFrom": { + "type": "string" + } + }, + "required": [ + "ValueFrom", + "Name" + ], + "type": "object" + }, + "TaskContainerDependency": { + "additionalProperties": false, + "properties": { + "Condition": { + "type": "string" + }, + "ContainerName": { + "type": "string" + } + }, + "required": [ + "Condition", + "ContainerName" + ], + "type": "object" + }, + "TaskContainerProperties": { + "additionalProperties": false, + "properties": { + "Command": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "DependsOn": { + "items": { + "$ref": "#/definitions/TaskContainerDependency" + }, + "type": "array", + "uniqueItems": false + }, + "Environment": { + "items": { + "$ref": "#/definitions/Environment" + }, + "type": "array", + "uniqueItems": false + }, + "Essential": { + "type": "boolean" + }, + "Image": { + "type": "string" + }, + "LinuxParameters": { + "$ref": "#/definitions/LinuxParameters" + }, + "LogConfiguration": { + "$ref": "#/definitions/LogConfiguration" + }, + "MountPoints": { + "items": { + "$ref": "#/definitions/MountPoints" + }, + "type": "array", + "uniqueItems": false + }, + "Name": { + "type": "string" + }, + "Privileged": { + "type": "boolean" + }, + "ReadonlyRootFilesystem": { + "type": "boolean" + }, + "RepositoryCredentials": { + "$ref": "#/definitions/RepositoryCredentials" + }, + "ResourceRequirements": { + "items": { + "$ref": "#/definitions/ResourceRequirement" + }, + "type": "array", + "uniqueItems": false + }, + "Secrets": { + "items": { + "$ref": "#/definitions/Secret" + }, + "type": "array", + "uniqueItems": false + }, + "Ulimits": { + "items": { + "$ref": "#/definitions/Ulimit" + }, + "type": "array", + "uniqueItems": false + }, + "User": { + "type": "string" + } + }, + "required": [ + "Image" + ], + "type": "object" + }, + "Timeout": { + "additionalProperties": false, + "properties": { + "AttemptDurationSeconds": { + "type": "integer" + } + }, + "type": "object" + }, + "Tmpfs": { + "additionalProperties": false, + "properties": { + "ContainerPath": { + "type": "string" + }, + "MountOptions": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "Size": { + "type": "integer" + } + }, + "required": [ + "Size", + "ContainerPath" + ], + "type": "object" + }, + "Ulimit": { + "additionalProperties": false, + "properties": { + "HardLimit": { + "type": "integer" + }, + "Name": { + "type": "string" + }, + "SoftLimit": { + "type": "integer" + } + }, + "required": [ + "SoftLimit", + "HardLimit", + "Name" + ], + "type": "object" + }, + "Volumes": { + "additionalProperties": false, + "properties": { + "EfsVolumeConfiguration": { + "$ref": "#/definitions/EfsVolumeConfiguration" + }, + "Host": { + "$ref": "#/definitions/VolumesHost" + }, + "Name": { + "type": "string" + } + }, + "type": "object" + }, + "VolumesHost": { + "additionalProperties": false, + "properties": { + "SourcePath": { + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Id" + ], + "properties": { + "ContainerProperties": { + "$ref": "#/definitions/ContainerProperties" + }, + "EcsProperties": { + "$ref": "#/definitions/EcsProperties" + }, + "EksProperties": { + "$ref": "#/definitions/EksProperties" + }, + "Id": { + "type": "string" + }, + "JobDefinitionName": { + "type": "string" + }, + "NodeProperties": { + "$ref": "#/definitions/NodeProperties" + }, + "Parameters": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "PlatformCapabilities": { + "items": { + "type": "string" + }, + "type": "array", + "uniqueItems": false + }, + "PropagateTags": { + "type": "boolean" + }, + "RetryStrategy": { + "$ref": "#/definitions/RetryStrategy" + }, + "SchedulingPriority": { + "type": "integer" + }, + "Tags": { + "format": "json", + "type": [ + "object", + "string" + ] + }, + "Timeout": { + "$ref": "#/definitions/Timeout" + }, + "Type": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Id" + ], + "required": [ + "Type" + ], + "typeName": "AWS::Batch::JobDefinition" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-jobqueue.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-jobqueue.json new file mode 100644 index 0000000000000000000000000000000000000000..1b12abdd57fa3c58ade40a1b6f79f530ca481fcf --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-jobqueue.json @@ -0,0 +1,129 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Tags", + "/properties/JobQueueName" + ], + "definitions": { + "ComputeEnvironmentOrder": { + "additionalProperties": false, + "properties": { + "ComputeEnvironment": { + "type": "string" + }, + "Order": { + "type": "integer" + } + }, + "required": [ + "ComputeEnvironment", + "Order" + ], + "type": "object" + }, + "JobStateTimeLimitAction": { + "additionalProperties": false, + "properties": { + "Action": { + "enum": [ + "CANCEL" + ], + "type": "string" + }, + "MaxTimeSeconds": { + "maximum": 86400, + "minimum": 600, + "type": "integer" + }, + "Reason": { + "type": "string" + }, + "State": { + "enum": [ + "RUNNABLE" + ], + "type": "string" + } + }, + "required": [ + "Action", + "MaxTimeSeconds", + "Reason", + "State" + ], + "type": "object" + }, + "ResourceArn": { + "pattern": "arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}", + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/JobQueueArn" + ], + "properties": { + "ComputeEnvironmentOrder": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/ComputeEnvironmentOrder" + }, + "type": "array", + "uniqueItems": false + }, + "JobQueueArn": { + "$ref": "#/definitions/ResourceArn" + }, + "JobQueueName": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "JobStateTimeLimitActions": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/JobStateTimeLimitAction" + }, + "type": "array", + "uniqueItems": false + }, + "Priority": { + "maximum": 1000, + "minimum": 0, + "type": "integer" + }, + "SchedulingPolicyArn": { + "$ref": "#/definitions/ResourceArn" + }, + "State": { + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".*": { + "type": "string" + } + }, + "type": "object" + } + }, + "readOnlyProperties": [ + "/properties/JobQueueArn" + ], + "required": [ + "ComputeEnvironmentOrder", + "Priority" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::Batch::JobQueue" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-schedulingpolicy.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-schedulingpolicy.json new file mode 100644 index 0000000000000000000000000000000000000000..001cc0a168b68cb49695eba79e96374838262b01 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-batch-schedulingpolicy.json @@ -0,0 +1,87 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name", + "/properties/Tags" + ], + "definitions": { + "FairsharePolicy": { + "additionalProperties": false, + "properties": { + "ComputeReservation": { + "maximum": 99, + "minimum": 0, + "type": "number" + }, + "ShareDecaySeconds": { + "maximum": 604800, + "minimum": 0, + "type": "number" + }, + "ShareDistribution": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ShareAttributes" + }, + "type": "array" + } + }, + "required": [], + "type": "object" + }, + "ResourceArn": { + "type": "string" + }, + "ShareAttributes": { + "additionalProperties": false, + "properties": { + "ShareIdentifier": { + "type": "string" + }, + "WeightFactor": { + "maximum": 1000, + "minimum": 0, + "type": "number" + } + }, + "required": [], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "Arn": { + "$ref": "#/definitions/ResourceArn" + }, + "FairsharePolicy": { + "$ref": "#/definitions/FairsharePolicy" + }, + "Name": { + "pattern": "", + "type": "string" + }, + "Tags": { + "additionalProperties": false, + "patternProperties": { + ".*": { + "type": "string" + } + }, + "type": "object" + } + }, + "readOnlyProperties": [ + "/properties/Arn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-batch.git", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::Batch::SchedulingPolicy" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bcmdataexports-export.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bcmdataexports-export.json new file mode 100644 index 0000000000000000000000000000000000000000..d077fa0951d7a96a4f8a8830d95b109ffd27a7fc --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bcmdataexports-export.json @@ -0,0 +1,259 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Export/Name", + "/properties/Export/DataQuery/TableConfigurations", + "/properties/Export/RefreshCadence" + ], + "definitions": { + "CompressionOption": { + "enum": [ + "GZIP", + "PARQUET" + ], + "type": "string" + }, + "DataQuery": { + "additionalProperties": false, + "properties": { + "QueryStatement": { + "maxLength": 36000, + "minLength": 1, + "pattern": "^[\\S\\s]*$", + "type": "string" + }, + "TableConfigurations": { + "$ref": "#/definitions/TableConfigurations" + } + }, + "required": [ + "QueryStatement" + ], + "type": "object" + }, + "DestinationConfigurations": { + "additionalProperties": false, + "properties": { + "S3Destination": { + "$ref": "#/definitions/S3Destination" + } + }, + "required": [ + "S3Destination" + ], + "type": "object" + }, + "Export": { + "additionalProperties": false, + "properties": { + "DataQuery": { + "$ref": "#/definitions/DataQuery" + }, + "Description": { + "maxLength": 1024, + "minLength": 0, + "pattern": "^[\\S\\s]*$", + "type": "string" + }, + "DestinationConfigurations": { + "$ref": "#/definitions/DestinationConfigurations" + }, + "ExportArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:aws[-a-z0-9]*:[-a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$", + "type": "string" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "pattern": "^[0-9A-Za-z\\-_]+$", + "type": "string" + }, + "RefreshCadence": { + "$ref": "#/definitions/RefreshCadence" + } + }, + "required": [ + "DataQuery", + "DestinationConfigurations", + "Name", + "RefreshCadence" + ], + "type": "object" + }, + "FormatOption": { + "enum": [ + "TEXT_OR_CSV", + "PARQUET" + ], + "type": "string" + }, + "FrequencyOption": { + "enum": [ + "SYNCHRONOUS" + ], + "type": "string" + }, + "OverwriteOption": { + "enum": [ + "CREATE_NEW_REPORT", + "OVERWRITE_REPORT" + ], + "type": "string" + }, + "RefreshCadence": { + "additionalProperties": false, + "properties": { + "Frequency": { + "$ref": "#/definitions/FrequencyOption" + } + }, + "required": [ + "Frequency" + ], + "type": "object" + }, + "ResourceTag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "S3Destination": { + "additionalProperties": false, + "properties": { + "S3Bucket": { + "maxLength": 1024, + "minLength": 0, + "pattern": "^[\\S\\s]*$", + "type": "string" + }, + "S3OutputConfigurations": { + "$ref": "#/definitions/S3OutputConfigurations" + }, + "S3Prefix": { + "maxLength": 1024, + "minLength": 0, + "pattern": "^[\\S\\s]*$", + "type": "string" + }, + "S3Region": { + "maxLength": 1024, + "minLength": 0, + "pattern": "^[\\S\\s]*$", + "type": "string" + } + }, + "required": [ + "S3Bucket", + "S3OutputConfigurations", + "S3Prefix", + "S3Region" + ], + "type": "object" + }, + "S3OutputConfigurations": { + "additionalProperties": false, + "properties": { + "Compression": { + "$ref": "#/definitions/CompressionOption" + }, + "Format": { + "$ref": "#/definitions/FormatOption" + }, + "OutputType": { + "$ref": "#/definitions/S3OutputType" + }, + "Overwrite": { + "$ref": "#/definitions/OverwriteOption" + } + }, + "required": [ + "Compression", + "Format", + "OutputType", + "Overwrite" + ], + "type": "object" + }, + "S3OutputType": { + "enum": [ + "CUSTOM" + ], + "type": "string" + }, + "TableConfigurations": { + "additionalProperties": false, + "patternProperties": { + "^[\\S\\s]*$": { + "$ref": "#/definitions/TableProperties" + } + }, + "type": "object" + }, + "TableProperties": { + "additionalProperties": false, + "patternProperties": { + "^[\\S\\s]*$": { + "maxLength": 1024, + "minLength": 0, + "pattern": "^[\\S\\s]*$", + "type": "string" + } + }, + "type": "object" + } + }, + "documentationUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_DataExports_CreateExport.html#API_DataExports_CreateExport_RequestSyntax", + "primaryIdentifier": [ + "/properties/ExportArn" + ], + "properties": { + "Export": { + "$ref": "#/definitions/Export" + }, + "ExportArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^arn:aws[-a-z0-9]*:[-a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$", + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/ResourceTag" + }, + "maxItems": 200, + "minItems": 0, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/ExportArn" + ], + "required": [ + "Export" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::BCMDataExports::Export" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-agent.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-agent.json new file mode 100644 index 0000000000000000000000000000000000000000..cf36f7f277532a0a4c2ddffaff392fa830a31863 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-agent.json @@ -0,0 +1,542 @@ +{ + "additionalProperties": false, + "definitions": { + "APISchema": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "S3": { + "$ref": "#/definitions/S3Identifier" + } + }, + "required": [ + "S3" + ], + "title": "S3", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Payload": { + "type": "string" + } + }, + "required": [ + "Payload" + ], + "title": "Payload", + "type": "object" + } + ] + }, + "ActionGroupExecutor": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Lambda": { + "maxLength": 2048, + "pattern": "^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + } + }, + "required": [ + "Lambda" + ], + "title": "Lambda", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "CustomControl": { + "$ref": "#/definitions/CustomControlMethod" + } + }, + "required": [ + "CustomControl" + ], + "title": "CustomControl", + "type": "object" + } + ] + }, + "ActionGroupSignature": { + "enum": [ + "AMAZON.UserInput", + "AMAZON.CodeInterpreter" + ], + "type": "string" + }, + "ActionGroupState": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "AgentActionGroup": { + "additionalProperties": false, + "properties": { + "ActionGroupExecutor": { + "$ref": "#/definitions/ActionGroupExecutor" + }, + "ActionGroupName": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "ActionGroupState": { + "$ref": "#/definitions/ActionGroupState" + }, + "ApiSchema": { + "$ref": "#/definitions/APISchema" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "FunctionSchema": { + "$ref": "#/definitions/FunctionSchema" + }, + "ParentActionGroupSignature": { + "$ref": "#/definitions/ActionGroupSignature" + }, + "SkipResourceInUseCheckOnDelete": { + "default": false, + "type": "boolean" + } + }, + "required": [ + "ActionGroupName" + ], + "type": "object" + }, + "AgentKnowledgeBase": { + "additionalProperties": false, + "properties": { + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "KnowledgeBaseId": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "KnowledgeBaseState": { + "$ref": "#/definitions/KnowledgeBaseState" + } + }, + "required": [ + "KnowledgeBaseId", + "Description" + ], + "type": "object" + }, + "AgentStatus": { + "enum": [ + "CREATING", + "PREPARING", + "PREPARED", + "NOT_PREPARED", + "DELETING", + "FAILED", + "VERSIONING", + "UPDATING" + ], + "type": "string" + }, + "CreationMode": { + "enum": [ + "DEFAULT", + "OVERRIDDEN" + ], + "type": "string" + }, + "CustomControlMethod": { + "enum": [ + "RETURN_CONTROL" + ], + "type": "string" + }, + "Function": { + "additionalProperties": false, + "properties": { + "Description": { + "maxLength": 1200, + "minLength": 1, + "type": "string" + }, + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "Parameters": { + "$ref": "#/definitions/ParameterMap" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "FunctionSchema": { + "additionalProperties": false, + "properties": { + "Functions": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Function" + }, + "type": "array" + } + }, + "required": [ + "Functions" + ], + "title": "Functions", + "type": "object" + }, + "GuardrailConfiguration": { + "additionalProperties": false, + "properties": { + "GuardrailIdentifier": { + "maxLength": 2048, + "pattern": "^(([a-z0-9]+)|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+))$", + "type": "string" + }, + "GuardrailVersion": { + "pattern": "^(([0-9]{1,8})|(DRAFT))$", + "type": "string" + } + }, + "type": "object" + }, + "InferenceConfiguration": { + "additionalProperties": false, + "properties": { + "MaximumLength": { + "maximum": 4096, + "minimum": 0, + "type": "number" + }, + "StopSequences": { + "insertionOrder": false, + "items": { + "type": "string" + }, + "maxItems": 4, + "minItems": 0, + "type": "array" + }, + "Temperature": { + "maximum": 1, + "minimum": 0, + "type": "number" + }, + "TopK": { + "maximum": 500, + "minimum": 0, + "type": "number" + }, + "TopP": { + "maximum": 1, + "minimum": 0, + "type": "number" + } + }, + "type": "object" + }, + "KnowledgeBaseState": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "ParameterDetail": { + "additionalProperties": false, + "properties": { + "Description": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "Required": { + "type": "boolean" + }, + "Type": { + "$ref": "#/definitions/Type" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "ParameterMap": { + "additionalProperties": false, + "patternProperties": { + "^([0-9a-zA-Z][_-]?){1,100}$": { + "$ref": "#/definitions/ParameterDetail" + } + }, + "type": "object" + }, + "PromptConfiguration": { + "additionalProperties": false, + "properties": { + "BasePromptTemplate": { + "maxLength": 100000, + "minLength": 1, + "type": "string" + }, + "InferenceConfiguration": { + "$ref": "#/definitions/InferenceConfiguration" + }, + "ParserMode": { + "$ref": "#/definitions/CreationMode" + }, + "PromptCreationMode": { + "$ref": "#/definitions/CreationMode" + }, + "PromptState": { + "$ref": "#/definitions/PromptState" + }, + "PromptType": { + "$ref": "#/definitions/PromptType" + } + }, + "type": "object" + }, + "PromptOverrideConfiguration": { + "additionalProperties": false, + "properties": { + "OverrideLambda": { + "maxLength": 2048, + "pattern": "^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + }, + "PromptConfigurations": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/PromptConfiguration" + }, + "maxItems": 10, + "type": "array" + } + }, + "required": [ + "PromptConfigurations" + ], + "type": "object" + }, + "PromptState": { + "enum": [ + "ENABLED", + "DISABLED" + ], + "type": "string" + }, + "PromptType": { + "enum": [ + "PRE_PROCESSING", + "ORCHESTRATION", + "POST_PROCESSING", + "KNOWLEDGE_BASE_RESPONSE_GENERATION" + ], + "type": "string" + }, + "S3Identifier": { + "additionalProperties": false, + "properties": { + "S3BucketName": { + "maxLength": 63, + "minLength": 3, + "pattern": "^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$", + "type": "string" + }, + "S3ObjectKey": { + "maxLength": 1024, + "minLength": 1, + "pattern": "^[\\.\\-\\!\\*\\_\\'\\(\\)a-zA-Z0-9][\\.\\-\\!\\*\\_\\'\\(\\)\\/a-zA-Z0-9]*$", + "type": "string" + } + }, + "type": "object" + }, + "TagsMap": { + "additionalProperties": false, + "patternProperties": { + "^[a-zA-Z0-9\\s._:/=+@-]*$": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[a-zA-Z0-9\\s._:/=+@-]*$", + "type": "string" + } + }, + "type": "object" + }, + "Type": { + "enum": [ + "string", + "number", + "integer", + "boolean", + "array" + ], + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/AgentId" + ], + "properties": { + "ActionGroups": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AgentActionGroup" + }, + "type": "array" + }, + "AgentArn": { + "maxLength": 2048, + "pattern": "^arn:aws(|-cn|-us-gov):bedrock:[a-z0-9-]{1,20}:[0-9]{12}:agent/[0-9a-zA-Z]{10}$", + "type": "string" + }, + "AgentId": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "AgentName": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "AgentResourceRoleArn": { + "maxLength": 2048, + "type": "string" + }, + "AgentStatus": { + "$ref": "#/definitions/AgentStatus" + }, + "AgentVersion": { + "maxLength": 5, + "minLength": 5, + "pattern": "^DRAFT$", + "type": "string" + }, + "AutoPrepare": { + "default": false, + "type": "boolean" + }, + "CreatedAt": { + "format": "date-time", + "type": "string" + }, + "CustomerEncryptionKeyArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$", + "type": "string" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "FailureReasons": { + "insertionOrder": false, + "items": { + "maxLength": 2048, + "type": "string" + }, + "maxItems": 2048, + "type": "array" + }, + "FoundationModel": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}(([:][a-z0-9-]{1,63}){0,2})?/[a-z0-9]{12})|(:foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2}))|([0-9]{12}:(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+))|(([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2}))|(([0-9a-zA-Z][_-]?)+)$", + "type": "string" + }, + "GuardrailConfiguration": { + "$ref": "#/definitions/GuardrailConfiguration" + }, + "IdleSessionTTLInSeconds": { + "maximum": 3600, + "minimum": 60, + "type": "number" + }, + "Instruction": { + "minLength": 40, + "type": "string" + }, + "KnowledgeBases": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AgentKnowledgeBase" + }, + "type": "array" + }, + "PreparedAt": { + "format": "date-time", + "type": "string" + }, + "PromptOverrideConfiguration": { + "$ref": "#/definitions/PromptOverrideConfiguration" + }, + "RecommendedActions": { + "insertionOrder": false, + "items": { + "maxLength": 2048, + "type": "string" + }, + "maxItems": 2048, + "type": "array" + }, + "SkipResourceInUseCheckOnDelete": { + "default": false, + "type": "boolean" + }, + "Tags": { + "$ref": "#/definitions/TagsMap" + }, + "TestAliasTags": { + "$ref": "#/definitions/TagsMap" + }, + "UpdatedAt": { + "format": "date-time", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/AgentArn", + "/properties/AgentId", + "/properties/AgentStatus", + "/properties/AgentVersion", + "/properties/CreatedAt", + "/properties/FailureReasons", + "/properties/PreparedAt", + "/properties/RecommendedActions", + "/properties/UpdatedAt" + ], + "required": [ + "AgentName" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Bedrock::Agent", + "writeOnlyProperties": [ + "/properties/AutoPrepare", + "/properties/SkipResourceInUseCheckOnDelete", + "/properties/ActionGroups/*/SkipResourceInUseCheckOnDelete" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-agentalias.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-agentalias.json new file mode 100644 index 0000000000000000000000000000000000000000..5d531d5b4e73209d652571f2fbe10aa61b0c33a0 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-agentalias.json @@ -0,0 +1,149 @@ +{ + "additionalIdentifiers": [ + [ + "/properties/AgentAliasArn" + ] + ], + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/AgentId" + ], + "definitions": { + "AgentAliasHistoryEvent": { + "additionalProperties": false, + "properties": { + "EndDate": { + "type": "string" + }, + "RoutingConfiguration": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AgentAliasRoutingConfigurationListItem" + }, + "maxItems": 1, + "type": "array" + }, + "StartDate": { + "type": "string" + } + }, + "type": "object" + }, + "AgentAliasRoutingConfigurationListItem": { + "additionalProperties": false, + "properties": { + "AgentVersion": { + "maxLength": 5, + "minLength": 1, + "pattern": "^(DRAFT|[0-9]{0,4}[1-9][0-9]{0,4})$", + "type": "string" + } + }, + "required": [ + "AgentVersion" + ], + "type": "object" + }, + "AgentAliasStatus": { + "enum": [ + "CREATING", + "PREPARED", + "FAILED", + "UPDATING", + "DELETING" + ], + "type": "string" + }, + "TagsMap": { + "additionalProperties": false, + "patternProperties": { + "^[a-zA-Z0-9\\s._:/=+@-]*$": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[a-zA-Z0-9\\s._:/=+@-]*$", + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/AgentId", + "/properties/AgentAliasId" + ], + "properties": { + "AgentAliasArn": { + "maxLength": 2048, + "pattern": "^arn:aws(|-cn|-us-gov):bedrock:[a-z0-9-]{1,20}:[0-9]{12}:agent-alias/[0-9a-zA-Z]{10}/[0-9a-zA-Z]{10}$", + "type": "string" + }, + "AgentAliasHistoryEvents": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AgentAliasHistoryEvent" + }, + "maxItems": 10, + "type": "array" + }, + "AgentAliasId": { + "maxLength": 10, + "minLength": 10, + "pattern": "^(\\bTSTALIASID\\b|[0-9a-zA-Z]+)$", + "type": "string" + }, + "AgentAliasName": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "AgentAliasStatus": { + "$ref": "#/definitions/AgentAliasStatus" + }, + "AgentId": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "CreatedAt": { + "type": "string" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "RoutingConfiguration": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/AgentAliasRoutingConfigurationListItem" + }, + "maxItems": 1, + "type": "array" + }, + "Tags": { + "$ref": "#/definitions/TagsMap" + }, + "UpdatedAt": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/AgentAliasArn", + "/properties/AgentAliasHistoryEvents", + "/properties/AgentAliasId", + "/properties/AgentAliasStatus", + "/properties/CreatedAt", + "/properties/UpdatedAt" + ], + "required": [ + "AgentAliasName", + "AgentId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-bedrock-agents", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Bedrock::AgentAlias" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-datasource.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-datasource.json new file mode 100644 index 0000000000000000000000000000000000000000..e0242727db05a3a1aaa0690b17efcfd219e9467c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-datasource.json @@ -0,0 +1,826 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/KnowledgeBaseId", + "/properties/VectorIngestionConfiguration/ChunkingConfiguration", + "/properties/VectorIngestionConfiguration/ParsingConfiguration", + "/properties/DataSourceConfiguration/Type" + ], + "definitions": { + "BedrockFoundationModelConfiguration": { + "additionalProperties": false, + "properties": { + "ModelArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+)$", + "type": "string" + }, + "ParsingPrompt": { + "$ref": "#/definitions/ParsingPrompt" + } + }, + "required": [ + "ModelArn" + ], + "type": "object" + }, + "ChunkingConfiguration": { + "additionalProperties": false, + "properties": { + "ChunkingStrategy": { + "$ref": "#/definitions/ChunkingStrategy" + }, + "FixedSizeChunkingConfiguration": { + "$ref": "#/definitions/FixedSizeChunkingConfiguration" + }, + "HierarchicalChunkingConfiguration": { + "$ref": "#/definitions/HierarchicalChunkingConfiguration" + }, + "SemanticChunkingConfiguration": { + "$ref": "#/definitions/SemanticChunkingConfiguration" + } + }, + "required": [ + "ChunkingStrategy" + ], + "type": "object" + }, + "ChunkingStrategy": { + "enum": [ + "FIXED_SIZE", + "NONE", + "HIERARCHICAL", + "SEMANTIC" + ], + "type": "string" + }, + "ConfluenceCrawlerConfiguration": { + "additionalProperties": false, + "properties": { + "FilterConfiguration": { + "$ref": "#/definitions/CrawlFilterConfiguration" + } + }, + "type": "object" + }, + "ConfluenceDataSourceConfiguration": { + "additionalProperties": false, + "properties": { + "CrawlerConfiguration": { + "$ref": "#/definitions/ConfluenceCrawlerConfiguration" + }, + "SourceConfiguration": { + "$ref": "#/definitions/ConfluenceSourceConfiguration" + } + }, + "required": [ + "SourceConfiguration" + ], + "type": "object" + }, + "ConfluenceSourceConfiguration": { + "additionalProperties": false, + "properties": { + "AuthType": { + "enum": [ + "BASIC", + "OAUTH2_CLIENT_CREDENTIALS" + ], + "type": "string" + }, + "CredentialsSecretArn": { + "pattern": "^arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}$", + "type": "string" + }, + "HostType": { + "enum": [ + "SAAS" + ], + "type": "string" + }, + "HostUrl": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^https://[A-Za-z0-9][^\\s]*$", + "type": "string" + } + }, + "required": [ + "HostUrl", + "HostType", + "AuthType", + "CredentialsSecretArn" + ], + "type": "object" + }, + "CrawlFilterConfiguration": { + "additionalProperties": false, + "properties": { + "PatternObjectFilter": { + "$ref": "#/definitions/PatternObjectFilterConfiguration" + }, + "Type": { + "enum": [ + "PATTERN" + ], + "type": "string" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "CustomTransformationConfiguration": { + "additionalProperties": false, + "properties": { + "IntermediateStorage": { + "$ref": "#/definitions/IntermediateStorage" + }, + "Transformations": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Transformation" + }, + "maxItems": 1, + "minItems": 1, + "type": "array" + } + }, + "required": [ + "IntermediateStorage", + "Transformations" + ], + "type": "object" + }, + "DataDeletionPolicy": { + "enum": [ + "RETAIN", + "DELETE" + ], + "type": "string" + }, + "DataSourceConfiguration": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "S3Configuration" + ] + }, + { + "required": [ + "ConfluenceConfiguration" + ] + }, + { + "required": [ + "SalesforceConfiguration" + ] + }, + { + "required": [ + "SharePointConfiguration" + ] + }, + { + "required": [ + "WebConfiguration" + ] + } + ], + "properties": { + "ConfluenceConfiguration": { + "$ref": "#/definitions/ConfluenceDataSourceConfiguration" + }, + "S3Configuration": { + "$ref": "#/definitions/S3DataSourceConfiguration" + }, + "SalesforceConfiguration": { + "$ref": "#/definitions/SalesforceDataSourceConfiguration" + }, + "SharePointConfiguration": { + "$ref": "#/definitions/SharePointDataSourceConfiguration" + }, + "Type": { + "$ref": "#/definitions/DataSourceType" + }, + "WebConfiguration": { + "$ref": "#/definitions/WebDataSourceConfiguration" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "DataSourceStatus": { + "enum": [ + "AVAILABLE", + "DELETING", + "DELETE_UNSUCCESSFUL" + ], + "type": "string" + }, + "DataSourceType": { + "enum": [ + "S3", + "CONFLUENCE", + "SALESFORCE", + "SHAREPOINT", + "WEB" + ], + "type": "string" + }, + "FilterList": { + "insertionOrder": false, + "items": { + "maxLength": 1000, + "type": "string" + }, + "maxItems": 25, + "minItems": 1, + "type": "array" + }, + "FixedSizeChunkingConfiguration": { + "additionalProperties": false, + "properties": { + "MaxTokens": { + "minimum": 1, + "type": "integer" + }, + "OverlapPercentage": { + "maximum": 99, + "minimum": 1, + "type": "integer" + } + }, + "required": [ + "MaxTokens", + "OverlapPercentage" + ], + "type": "object" + }, + "HierarchicalChunkingConfiguration": { + "additionalProperties": false, + "properties": { + "LevelConfigurations": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/HierarchicalChunkingLevelConfiguration" + }, + "maxItems": 2, + "minItems": 2, + "type": "array" + }, + "OverlapTokens": { + "minimum": 1, + "type": "integer" + } + }, + "required": [ + "LevelConfigurations", + "OverlapTokens" + ], + "type": "object" + }, + "HierarchicalChunkingLevelConfiguration": { + "additionalProperties": false, + "properties": { + "MaxTokens": { + "maximum": 8192, + "minimum": 1, + "type": "integer" + } + }, + "required": [ + "MaxTokens" + ], + "type": "object" + }, + "IntermediateStorage": { + "additionalProperties": false, + "properties": { + "S3Location": { + "$ref": "#/definitions/S3Location" + } + }, + "required": [ + "S3Location" + ], + "type": "object" + }, + "ParsingConfiguration": { + "additionalProperties": false, + "properties": { + "BedrockFoundationModelConfiguration": { + "$ref": "#/definitions/BedrockFoundationModelConfiguration" + }, + "ParsingStrategy": { + "$ref": "#/definitions/ParsingStrategy" + } + }, + "required": [ + "ParsingStrategy" + ], + "type": "object" + }, + "ParsingPrompt": { + "additionalProperties": false, + "properties": { + "ParsingPromptText": { + "maxLength": 10000, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "ParsingPromptText" + ], + "type": "object" + }, + "ParsingStrategy": { + "enum": [ + "BEDROCK_FOUNDATION_MODEL" + ], + "type": "string" + }, + "PatternObjectFilter": { + "additionalProperties": false, + "properties": { + "ExclusionFilters": { + "$ref": "#/definitions/FilterList" + }, + "InclusionFilters": { + "$ref": "#/definitions/FilterList" + }, + "ObjectType": { + "maxLength": 50, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "ObjectType" + ], + "type": "object" + }, + "PatternObjectFilterConfiguration": { + "additionalProperties": false, + "properties": { + "Filters": { + "$ref": "#/definitions/PatternObjectFilterList" + } + }, + "required": [ + "Filters" + ], + "type": "object" + }, + "PatternObjectFilterList": { + "items": { + "$ref": "#/definitions/PatternObjectFilter" + }, + "maxItems": 25, + "minItems": 1, + "type": "array" + }, + "S3DataSourceConfiguration": { + "additionalProperties": false, + "properties": { + "BucketArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(|-cn|-us-gov):s3:::[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]$", + "type": "string" + }, + "BucketOwnerAccountId": { + "maxLength": 12, + "minLength": 12, + "pattern": "^[0-9]{12}$", + "type": "string" + }, + "InclusionPrefixes": { + "insertionOrder": false, + "items": { + "maxLength": 300, + "minLength": 1, + "type": "string" + }, + "maxItems": 1, + "minItems": 1, + "type": "array" + } + }, + "required": [ + "BucketArn" + ], + "type": "object" + }, + "S3Location": { + "additionalProperties": false, + "properties": { + "URI": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^s3://.{1,128}$", + "type": "string" + } + }, + "required": [ + "URI" + ], + "type": "object" + }, + "SalesforceCrawlerConfiguration": { + "additionalProperties": false, + "properties": { + "FilterConfiguration": { + "$ref": "#/definitions/CrawlFilterConfiguration" + } + }, + "type": "object" + }, + "SalesforceDataSourceConfiguration": { + "additionalProperties": false, + "properties": { + "CrawlerConfiguration": { + "$ref": "#/definitions/SalesforceCrawlerConfiguration" + }, + "SourceConfiguration": { + "$ref": "#/definitions/SalesforceSourceConfiguration" + } + }, + "required": [ + "SourceConfiguration" + ], + "type": "object" + }, + "SalesforceSourceConfiguration": { + "additionalProperties": false, + "properties": { + "AuthType": { + "enum": [ + "OAUTH2_CLIENT_CREDENTIALS" + ], + "type": "string" + }, + "CredentialsSecretArn": { + "pattern": "^arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}$", + "type": "string" + }, + "HostUrl": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^https://[A-Za-z0-9][^\\s]*$", + "type": "string" + } + }, + "required": [ + "HostUrl", + "AuthType", + "CredentialsSecretArn" + ], + "type": "object" + }, + "SeedUrl": { + "additionalProperties": false, + "properties": { + "Url": { + "pattern": "^https?://[A-Za-z0-9][^\\s]*$", + "type": "string" + } + }, + "required": [ + "Url" + ], + "type": "object" + }, + "SeedUrls": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/SeedUrl" + }, + "maxItems": 100, + "minItems": 1, + "type": "array" + }, + "SemanticChunkingConfiguration": { + "additionalProperties": false, + "properties": { + "BreakpointPercentileThreshold": { + "maximum": 99, + "minimum": 50, + "type": "integer" + }, + "BufferSize": { + "maximum": 1, + "minimum": 0, + "type": "integer" + }, + "MaxTokens": { + "minimum": 1, + "type": "integer" + } + }, + "required": [ + "BreakpointPercentileThreshold", + "BufferSize", + "MaxTokens" + ], + "type": "object" + }, + "ServerSideEncryptionConfiguration": { + "additionalProperties": false, + "properties": { + "KmsKeyArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$", + "type": "string" + } + }, + "type": "object" + }, + "SharePointCrawlerConfiguration": { + "additionalProperties": false, + "properties": { + "FilterConfiguration": { + "$ref": "#/definitions/CrawlFilterConfiguration" + } + }, + "type": "object" + }, + "SharePointDataSourceConfiguration": { + "additionalProperties": false, + "properties": { + "CrawlerConfiguration": { + "$ref": "#/definitions/SharePointCrawlerConfiguration" + }, + "SourceConfiguration": { + "$ref": "#/definitions/SharePointSourceConfiguration" + } + }, + "required": [ + "SourceConfiguration" + ], + "type": "object" + }, + "SharePointSourceConfiguration": { + "additionalProperties": false, + "properties": { + "AuthType": { + "enum": [ + "OAUTH2_CLIENT_CREDENTIALS" + ], + "type": "string" + }, + "CredentialsSecretArn": { + "pattern": "^arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}$", + "type": "string" + }, + "Domain": { + "maxLength": 50, + "minLength": 1, + "type": "string" + }, + "HostType": { + "enum": [ + "ONLINE" + ], + "type": "string" + }, + "SiteUrls": { + "insertionOrder": false, + "items": { + "pattern": "^https://[A-Za-z0-9][^\\s]*$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array" + }, + "TenantId": { + "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$", + "type": "string" + } + }, + "required": [ + "Domain", + "SiteUrls", + "HostType", + "AuthType", + "CredentialsSecretArn" + ], + "type": "object" + }, + "Transformation": { + "additionalProperties": false, + "properties": { + "StepToApply": { + "enum": [ + "POST_CHUNKING" + ], + "type": "string" + }, + "TransformationFunction": { + "$ref": "#/definitions/TransformationFunction" + } + }, + "required": [ + "StepToApply", + "TransformationFunction" + ], + "type": "object" + }, + "TransformationFunction": { + "additionalProperties": false, + "properties": { + "TransformationLambdaConfiguration": { + "$ref": "#/definitions/TransformationLambdaConfiguration" + } + }, + "required": [ + "TransformationLambdaConfiguration" + ], + "type": "object" + }, + "TransformationLambdaConfiguration": { + "additionalProperties": false, + "properties": { + "LambdaArn": { + "maxLength": 2048, + "minLength": 0, + "pattern": "^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + } + }, + "required": [ + "LambdaArn" + ], + "type": "object" + }, + "UrlConfiguration": { + "additionalProperties": false, + "properties": { + "SeedUrls": { + "$ref": "#/definitions/SeedUrls" + } + }, + "required": [ + "SeedUrls" + ], + "type": "object" + }, + "VectorIngestionConfiguration": { + "additionalProperties": false, + "properties": { + "ChunkingConfiguration": { + "$ref": "#/definitions/ChunkingConfiguration" + }, + "CustomTransformationConfiguration": { + "$ref": "#/definitions/CustomTransformationConfiguration" + }, + "ParsingConfiguration": { + "$ref": "#/definitions/ParsingConfiguration" + } + }, + "type": "object" + }, + "WebCrawlerConfiguration": { + "additionalProperties": false, + "properties": { + "CrawlerLimits": { + "$ref": "#/definitions/WebCrawlerLimits" + }, + "ExclusionFilters": { + "$ref": "#/definitions/FilterList" + }, + "InclusionFilters": { + "$ref": "#/definitions/FilterList" + }, + "Scope": { + "$ref": "#/definitions/WebScopeType" + } + }, + "type": "object" + }, + "WebCrawlerLimits": { + "additionalProperties": false, + "properties": { + "RateLimit": { + "maximum": 300, + "minimum": 1, + "type": "integer" + } + }, + "type": "object" + }, + "WebDataSourceConfiguration": { + "additionalProperties": false, + "properties": { + "CrawlerConfiguration": { + "$ref": "#/definitions/WebCrawlerConfiguration" + }, + "SourceConfiguration": { + "$ref": "#/definitions/WebSourceConfiguration" + } + }, + "required": [ + "SourceConfiguration" + ], + "type": "object" + }, + "WebScopeType": { + "enum": [ + "HOST_ONLY", + "SUBDOMAINS" + ], + "type": "string" + }, + "WebSourceConfiguration": { + "additionalProperties": false, + "properties": { + "UrlConfiguration": { + "$ref": "#/definitions/UrlConfiguration" + } + }, + "required": [ + "UrlConfiguration" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/KnowledgeBaseId", + "/properties/DataSourceId" + ], + "properties": { + "CreatedAt": { + "type": "string" + }, + "DataDeletionPolicy": { + "$ref": "#/definitions/DataDeletionPolicy" + }, + "DataSourceConfiguration": { + "$ref": "#/definitions/DataSourceConfiguration" + }, + "DataSourceId": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "DataSourceStatus": { + "$ref": "#/definitions/DataSourceStatus" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "FailureReasons": { + "insertionOrder": false, + "items": { + "maxLength": 2048, + "type": "string" + }, + "maxItems": 2048, + "type": "array" + }, + "KnowledgeBaseId": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "ServerSideEncryptionConfiguration": { + "$ref": "#/definitions/ServerSideEncryptionConfiguration" + }, + "UpdatedAt": { + "type": "string" + }, + "VectorIngestionConfiguration": { + "$ref": "#/definitions/VectorIngestionConfiguration" + } + }, + "readOnlyProperties": [ + "/properties/DataSourceId", + "/properties/DataSourceStatus", + "/properties/CreatedAt", + "/properties/UpdatedAt", + "/properties/FailureReasons" + ], + "required": [ + "DataSourceConfiguration", + "Name", + "KnowledgeBaseId" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-aps", + "tagging": { + "cloudFormationSystemTags": false, + "taggable": false + }, + "typeName": "AWS::Bedrock::DataSource" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-flow.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-flow.json new file mode 100644 index 0000000000000000000000000000000000000000..3154ba0a39a800993bcca76c868318f4d4c8ab15 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-flow.json @@ -0,0 +1,984 @@ +{ + "additionalIdentifiers": [ + [ + "/properties/Id" + ] + ], + "additionalProperties": false, + "definitions": { + "AgentFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "AgentAliasArn": { + "maxLength": 2048, + "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:agent-alias/[0-9a-zA-Z]{10}/[0-9a-zA-Z]{10}$", + "type": "string" + } + }, + "required": [ + "AgentAliasArn" + ], + "type": "object" + }, + "CollectorFlowNodeConfiguration": { + "additionalProperties": false, + "type": "object" + }, + "ConditionFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "Conditions": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/FlowCondition" + }, + "maxItems": 5, + "minItems": 1, + "type": "array" + } + }, + "required": [ + "Conditions" + ], + "type": "object" + }, + "DefinitionSubstitutions": { + "additionalProperties": false, + "maxProperties": 500, + "minProperties": 1, + "patternProperties": { + "^[a-zA-Z0-9]+$": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "integer" + }, + { + "type": "boolean" + } + ] + } + }, + "type": "object" + }, + "FlowCondition": { + "additionalProperties": false, + "properties": { + "Expression": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "Name": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "FlowConditionalConnectionConfiguration": { + "additionalProperties": false, + "properties": { + "Condition": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + } + }, + "required": [ + "Condition" + ], + "type": "object" + }, + "FlowConnection": { + "additionalProperties": false, + "properties": { + "Configuration": { + "$ref": "#/definitions/FlowConnectionConfiguration" + }, + "Name": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,100}$", + "type": "string" + }, + "Source": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "Target": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/FlowConnectionType" + } + }, + "required": [ + "Name", + "Source", + "Target", + "Type" + ], + "type": "object" + }, + "FlowConnectionConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Data": { + "$ref": "#/definitions/FlowDataConnectionConfiguration" + } + }, + "required": [ + "Data" + ], + "title": "Data", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Conditional": { + "$ref": "#/definitions/FlowConditionalConnectionConfiguration" + } + }, + "required": [ + "Conditional" + ], + "title": "Conditional", + "type": "object" + } + ] + }, + "FlowConnectionType": { + "enum": [ + "Data", + "Conditional" + ], + "type": "string" + }, + "FlowDataConnectionConfiguration": { + "additionalProperties": false, + "properties": { + "SourceOutput": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "TargetInput": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + } + }, + "required": [ + "SourceOutput", + "TargetInput" + ], + "type": "object" + }, + "FlowDefinition": { + "additionalProperties": false, + "properties": { + "Connections": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/FlowConnection" + }, + "maxItems": 20, + "type": "array" + }, + "Nodes": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/FlowNode" + }, + "maxItems": 20, + "type": "array" + } + }, + "type": "object" + }, + "FlowNode": { + "additionalProperties": false, + "properties": { + "Configuration": { + "$ref": "#/definitions/FlowNodeConfiguration" + }, + "Inputs": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/FlowNodeInput" + }, + "maxItems": 5, + "type": "array" + }, + "Name": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "Outputs": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/FlowNodeOutput" + }, + "maxItems": 5, + "type": "array" + }, + "Type": { + "$ref": "#/definitions/FlowNodeType" + } + }, + "required": [ + "Name", + "Type" + ], + "type": "object" + }, + "FlowNodeConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Input": { + "$ref": "#/definitions/InputFlowNodeConfiguration" + } + }, + "required": [ + "Input" + ], + "title": "Input", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Output": { + "$ref": "#/definitions/OutputFlowNodeConfiguration" + } + }, + "required": [ + "Output" + ], + "title": "Output", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "KnowledgeBase": { + "$ref": "#/definitions/KnowledgeBaseFlowNodeConfiguration" + } + }, + "required": [ + "KnowledgeBase" + ], + "title": "KnowledgeBase", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Condition": { + "$ref": "#/definitions/ConditionFlowNodeConfiguration" + } + }, + "required": [ + "Condition" + ], + "title": "Condition", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Lex": { + "$ref": "#/definitions/LexFlowNodeConfiguration" + } + }, + "required": [ + "Lex" + ], + "title": "Lex", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Prompt": { + "$ref": "#/definitions/PromptFlowNodeConfiguration" + } + }, + "required": [ + "Prompt" + ], + "title": "Prompt", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "LambdaFunction": { + "$ref": "#/definitions/LambdaFunctionFlowNodeConfiguration" + } + }, + "required": [ + "LambdaFunction" + ], + "title": "LambdaFunction", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Agent": { + "$ref": "#/definitions/AgentFlowNodeConfiguration" + } + }, + "required": [ + "Agent" + ], + "title": "Agent", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Storage": { + "$ref": "#/definitions/StorageFlowNodeConfiguration" + } + }, + "required": [ + "Storage" + ], + "title": "Storage", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Iterator": { + "$ref": "#/definitions/IteratorFlowNodeConfiguration" + } + }, + "required": [ + "Iterator" + ], + "title": "Iterator", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Collector": { + "$ref": "#/definitions/CollectorFlowNodeConfiguration" + } + }, + "required": [ + "Collector" + ], + "title": "Collector", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Retrieval": { + "$ref": "#/definitions/RetrievalFlowNodeConfiguration" + } + }, + "required": [ + "Retrieval" + ], + "title": "Retrieval", + "type": "object" + } + ] + }, + "FlowNodeIODataType": { + "enum": [ + "String", + "Number", + "Boolean", + "Object", + "Array" + ], + "type": "string" + }, + "FlowNodeInput": { + "additionalProperties": false, + "properties": { + "Expression": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "Name": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/FlowNodeIODataType" + } + }, + "required": [ + "Expression", + "Name", + "Type" + ], + "type": "object" + }, + "FlowNodeOutput": { + "additionalProperties": false, + "properties": { + "Name": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/FlowNodeIODataType" + } + }, + "required": [ + "Name", + "Type" + ], + "type": "object" + }, + "FlowNodeType": { + "enum": [ + "Input", + "Output", + "KnowledgeBase", + "Condition", + "Lex", + "Prompt", + "LambdaFunction", + "Agent", + "Storage", + "Retrieval", + "Iterator", + "Collector" + ], + "type": "string" + }, + "FlowStatus": { + "enum": [ + "Failed", + "Prepared", + "Preparing", + "NotPrepared" + ], + "type": "string" + }, + "FlowValidation": { + "additionalProperties": false, + "properties": { + "Message": { + "type": "string" + } + }, + "required": [ + "Message" + ], + "type": "object" + }, + "FlowValidations": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/FlowValidation" + }, + "type": "array" + }, + "GuardrailConfiguration": { + "additionalProperties": false, + "properties": { + "GuardrailIdentifier": { + "maxLength": 2048, + "pattern": "^(([a-z0-9]+)|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+))$", + "type": "string" + }, + "GuardrailVersion": { + "pattern": "^(([0-9]{1,8})|(DRAFT))$", + "type": "string" + } + }, + "type": "object" + }, + "InputFlowNodeConfiguration": { + "additionalProperties": false, + "type": "object" + }, + "IteratorFlowNodeConfiguration": { + "additionalProperties": false, + "type": "object" + }, + "KnowledgeBaseFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "GuardrailConfiguration": { + "$ref": "#/definitions/GuardrailConfiguration" + }, + "KnowledgeBaseId": { + "maxLength": 10, + "pattern": "^[0-9a-zA-Z]+$", + "type": "string" + }, + "ModelId": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^(arn:aws(-[^:]{1,12})?:(bedrock|sagemaker):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$", + "type": "string" + } + }, + "required": [ + "KnowledgeBaseId" + ], + "type": "object" + }, + "LambdaFunctionFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "LambdaArn": { + "maxLength": 2048, + "pattern": "^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + } + }, + "required": [ + "LambdaArn" + ], + "type": "object" + }, + "LexFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "BotAliasArn": { + "maxLength": 78, + "pattern": "^arn:aws(|-us-gov):lex:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:bot-alias/[0-9a-zA-Z]+/[0-9a-zA-Z]+$", + "type": "string" + }, + "LocaleId": { + "maxLength": 10, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "BotAliasArn", + "LocaleId" + ], + "type": "object" + }, + "OutputFlowNodeConfiguration": { + "additionalProperties": false, + "type": "object" + }, + "PromptFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "GuardrailConfiguration": { + "$ref": "#/definitions/GuardrailConfiguration" + }, + "SourceConfiguration": { + "$ref": "#/definitions/PromptFlowNodeSourceConfiguration" + } + }, + "required": [ + "SourceConfiguration" + ], + "type": "object" + }, + "PromptFlowNodeInlineConfiguration": { + "additionalProperties": false, + "properties": { + "InferenceConfiguration": { + "$ref": "#/definitions/PromptInferenceConfiguration" + }, + "ModelId": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^(arn:aws(-[^:]{1,12})?:(bedrock|sagemaker):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$", + "type": "string" + }, + "TemplateConfiguration": { + "$ref": "#/definitions/PromptTemplateConfiguration" + }, + "TemplateType": { + "$ref": "#/definitions/PromptTemplateType" + } + }, + "required": [ + "ModelId", + "TemplateConfiguration", + "TemplateType" + ], + "type": "object" + }, + "PromptFlowNodeResourceConfiguration": { + "additionalProperties": false, + "properties": { + "PromptArn": { + "pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:prompt/[0-9a-zA-Z]{10}(?::[0-9]{1,5})?)$", + "type": "string" + } + }, + "required": [ + "PromptArn" + ], + "type": "object" + }, + "PromptFlowNodeSourceConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Resource": { + "$ref": "#/definitions/PromptFlowNodeResourceConfiguration" + } + }, + "required": [ + "Resource" + ], + "title": "Resource", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Inline": { + "$ref": "#/definitions/PromptFlowNodeInlineConfiguration" + } + }, + "required": [ + "Inline" + ], + "title": "Inline", + "type": "object" + } + ] + }, + "PromptInferenceConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Text": { + "$ref": "#/definitions/PromptModelInferenceConfiguration" + } + }, + "required": [ + "Text" + ], + "title": "Text", + "type": "object" + } + ] + }, + "PromptInputVariable": { + "additionalProperties": false, + "properties": { + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + } + }, + "type": "object" + }, + "PromptModelInferenceConfiguration": { + "additionalProperties": false, + "properties": { + "MaxTokens": { + "maximum": 4096, + "minimum": 0, + "type": "number" + }, + "StopSequences": { + "insertionOrder": true, + "items": { + "type": "string" + }, + "maxItems": 4, + "minItems": 0, + "type": "array" + }, + "Temperature": { + "maximum": 1, + "minimum": 0, + "type": "number" + }, + "TopP": { + "maximum": 1, + "minimum": 0, + "type": "number" + } + }, + "type": "object" + }, + "PromptTemplateConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Text": { + "$ref": "#/definitions/TextPromptTemplateConfiguration" + } + }, + "required": [ + "Text" + ], + "title": "Text", + "type": "object" + } + ] + }, + "PromptTemplateType": { + "enum": [ + "TEXT" + ], + "type": "string" + }, + "RetrievalFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "ServiceConfiguration": { + "$ref": "#/definitions/RetrievalFlowNodeServiceConfiguration" + } + }, + "required": [ + "ServiceConfiguration" + ], + "type": "object" + }, + "RetrievalFlowNodeS3Configuration": { + "additionalProperties": false, + "properties": { + "BucketName": { + "pattern": "^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$", + "type": "string" + } + }, + "required": [ + "BucketName" + ], + "type": "object" + }, + "RetrievalFlowNodeServiceConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "S3": { + "$ref": "#/definitions/RetrievalFlowNodeS3Configuration" + } + }, + "title": "S3", + "type": "object" + } + ] + }, + "S3Location": { + "additionalProperties": false, + "properties": { + "Bucket": { + "maxLength": 63, + "minLength": 3, + "pattern": "^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$", + "type": "string" + }, + "Key": { + "maxLength": 1024, + "minLength": 1, + "type": "string" + }, + "Version": { + "maxLength": 1024, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Bucket", + "Key" + ], + "type": "object" + }, + "StorageFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "ServiceConfiguration": { + "$ref": "#/definitions/StorageFlowNodeServiceConfiguration" + } + }, + "required": [ + "ServiceConfiguration" + ], + "type": "object" + }, + "StorageFlowNodeS3Configuration": { + "additionalProperties": false, + "properties": { + "BucketName": { + "pattern": "^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$", + "type": "string" + } + }, + "required": [ + "BucketName" + ], + "type": "object" + }, + "StorageFlowNodeServiceConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "S3": { + "$ref": "#/definitions/StorageFlowNodeS3Configuration" + } + }, + "title": "S3", + "type": "object" + } + ] + }, + "TagsMap": { + "additionalProperties": false, + "patternProperties": { + "^[a-zA-Z0-9\\s._:/=+@-]*$": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[a-zA-Z0-9\\s._:/=+@-]*$", + "type": "string" + } + }, + "type": "object" + }, + "TextPromptTemplateConfiguration": { + "additionalProperties": false, + "properties": { + "InputVariables": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/PromptInputVariable" + }, + "maxItems": 5, + "minItems": 0, + "type": "array" + }, + "Text": { + "maxLength": 200000, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Text" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "Arn": { + "maxLength": 1011, + "minLength": 20, + "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}$", + "type": "string" + }, + "CreatedAt": { + "format": "date-time", + "type": "string" + }, + "CustomerEncryptionKeyArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$", + "type": "string" + }, + "Definition": { + "$ref": "#/definitions/FlowDefinition" + }, + "DefinitionS3Location": { + "$ref": "#/definitions/S3Location" + }, + "DefinitionString": { + "maxLength": 512000, + "type": "string" + }, + "DefinitionSubstitutions": { + "$ref": "#/definitions/DefinitionSubstitutions" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "ExecutionRoleArn": { + "maxLength": 2048, + "pattern": "^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/(service-role/)?.+$", + "type": "string" + }, + "Id": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "Status": { + "$ref": "#/definitions/FlowStatus" + }, + "Tags": { + "$ref": "#/definitions/TagsMap" + }, + "TestAliasTags": { + "$ref": "#/definitions/TagsMap" + }, + "UpdatedAt": { + "format": "date-time", + "type": "string" + }, + "Validations": { + "$ref": "#/definitions/FlowValidations" + }, + "Version": { + "maxLength": 5, + "minLength": 5, + "pattern": "^DRAFT$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreatedAt", + "/properties/Id", + "/properties/Status", + "/properties/UpdatedAt", + "/properties/Version", + "/properties/Validations" + ], + "required": [ + "ExecutionRoleArn", + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-bedrock-flows", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Bedrock::Flow", + "writeOnlyProperties": [ + "/properties/DefinitionString", + "/properties/DefinitionS3Location", + "/properties/DefinitionSubstitutions" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-flowalias.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-flowalias.json new file mode 100644 index 0000000000000000000000000000000000000000..babd36dac91dd0cffaf4952c6f48799a144ed15f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-flowalias.json @@ -0,0 +1,108 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/FlowArn" + ], + "definitions": { + "FlowAliasRoutingConfigurationListItem": { + "additionalProperties": false, + "properties": { + "FlowVersion": { + "maxLength": 5, + "minLength": 1, + "pattern": "^(DRAFT|[0-9]{0,4}[1-9][0-9]{0,4})$", + "type": "string" + } + }, + "type": "object" + }, + "TagsMap": { + "additionalProperties": false, + "patternProperties": { + "^[a-zA-Z0-9\\s._:/=+@-]*$": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[a-zA-Z0-9\\s._:/=+@-]*$", + "type": "string" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Arn", + "/properties/FlowArn" + ], + "properties": { + "Arn": { + "maxLength": 2048, + "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10}$", + "type": "string" + }, + "CreatedAt": { + "format": "date-time", + "type": "string" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "FlowArn": { + "maxLength": 2048, + "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}$", + "type": "string" + }, + "FlowId": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "Id": { + "maxLength": 10, + "minLength": 10, + "pattern": "^(\\bTSTALIASID\\b|[0-9a-zA-Z]+)$", + "type": "string" + }, + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "RoutingConfiguration": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/FlowAliasRoutingConfigurationListItem" + }, + "maxItems": 1, + "minItems": 1, + "type": "array" + }, + "Tags": { + "$ref": "#/definitions/TagsMap" + }, + "UpdatedAt": { + "format": "date-time", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreatedAt", + "/properties/FlowId", + "/properties/Id", + "/properties/UpdatedAt" + ], + "required": [ + "Name", + "FlowArn", + "RoutingConfiguration" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-bedrock-flows", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Bedrock::FlowAlias" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-flowversion.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-flowversion.json new file mode 100644 index 0000000000000000000000000000000000000000..bac2d23666f87c784809d607b85767479e2eff33 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-flowversion.json @@ -0,0 +1,870 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Description", + "/properties/FlowArn" + ], + "definitions": { + "AgentFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "AgentAliasArn": { + "maxLength": 2048, + "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:agent-alias/[0-9a-zA-Z]{10}/[0-9a-zA-Z]{10}$", + "type": "string" + } + }, + "required": [ + "AgentAliasArn" + ], + "type": "object" + }, + "CollectorFlowNodeConfiguration": { + "additionalProperties": false, + "type": "object" + }, + "ConditionFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "Conditions": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/FlowCondition" + }, + "maxItems": 5, + "minItems": 1, + "type": "array" + } + }, + "required": [ + "Conditions" + ], + "type": "object" + }, + "FlowCondition": { + "additionalProperties": false, + "properties": { + "Expression": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "Name": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + } + }, + "required": [ + "Name" + ], + "type": "object" + }, + "FlowConditionalConnectionConfiguration": { + "additionalProperties": false, + "properties": { + "Condition": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + } + }, + "required": [ + "Condition" + ], + "type": "object" + }, + "FlowConnection": { + "additionalProperties": false, + "properties": { + "Configuration": { + "$ref": "#/definitions/FlowConnectionConfiguration" + }, + "Name": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,100}$", + "type": "string" + }, + "Source": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "Target": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/FlowConnectionType" + } + }, + "required": [ + "Name", + "Source", + "Target", + "Type" + ], + "type": "object" + }, + "FlowConnectionConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Data": { + "$ref": "#/definitions/FlowDataConnectionConfiguration" + } + }, + "required": [ + "Data" + ], + "title": "Data", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Conditional": { + "$ref": "#/definitions/FlowConditionalConnectionConfiguration" + } + }, + "required": [ + "Conditional" + ], + "title": "Conditional", + "type": "object" + } + ] + }, + "FlowConnectionType": { + "enum": [ + "Data", + "Conditional" + ], + "type": "string" + }, + "FlowDataConnectionConfiguration": { + "additionalProperties": false, + "properties": { + "SourceOutput": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "TargetInput": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + } + }, + "required": [ + "SourceOutput", + "TargetInput" + ], + "type": "object" + }, + "FlowDefinition": { + "additionalProperties": false, + "properties": { + "Connections": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/FlowConnection" + }, + "maxItems": 20, + "type": "array" + }, + "Nodes": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/FlowNode" + }, + "maxItems": 20, + "type": "array" + } + }, + "type": "object" + }, + "FlowNode": { + "additionalProperties": false, + "properties": { + "Configuration": { + "$ref": "#/definitions/FlowNodeConfiguration" + }, + "Inputs": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/FlowNodeInput" + }, + "maxItems": 5, + "type": "array" + }, + "Name": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "Outputs": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/FlowNodeOutput" + }, + "maxItems": 5, + "type": "array" + }, + "Type": { + "$ref": "#/definitions/FlowNodeType" + } + }, + "required": [ + "Name", + "Type" + ], + "type": "object" + }, + "FlowNodeConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Input": { + "$ref": "#/definitions/InputFlowNodeConfiguration" + } + }, + "required": [ + "Input" + ], + "title": "Input", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Output": { + "$ref": "#/definitions/OutputFlowNodeConfiguration" + } + }, + "required": [ + "Output" + ], + "title": "Output", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "KnowledgeBase": { + "$ref": "#/definitions/KnowledgeBaseFlowNodeConfiguration" + } + }, + "required": [ + "KnowledgeBase" + ], + "title": "KnowledgeBase", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Condition": { + "$ref": "#/definitions/ConditionFlowNodeConfiguration" + } + }, + "required": [ + "Condition" + ], + "title": "Condition", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Lex": { + "$ref": "#/definitions/LexFlowNodeConfiguration" + } + }, + "required": [ + "Lex" + ], + "title": "Lex", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Prompt": { + "$ref": "#/definitions/PromptFlowNodeConfiguration" + } + }, + "required": [ + "Prompt" + ], + "title": "Prompt", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "LambdaFunction": { + "$ref": "#/definitions/LambdaFunctionFlowNodeConfiguration" + } + }, + "required": [ + "LambdaFunction" + ], + "title": "LambdaFunction", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Agent": { + "$ref": "#/definitions/AgentFlowNodeConfiguration" + } + }, + "required": [ + "Agent" + ], + "title": "Agent", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Storage": { + "$ref": "#/definitions/StorageFlowNodeConfiguration" + } + }, + "required": [ + "Storage" + ], + "title": "Storage", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Retrieval": { + "$ref": "#/definitions/RetrievalFlowNodeConfiguration" + } + }, + "required": [ + "Retrieval" + ], + "title": "Retrieval", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Iterator": { + "$ref": "#/definitions/IteratorFlowNodeConfiguration" + } + }, + "required": [ + "Iterator" + ], + "title": "Iterator", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Collector": { + "$ref": "#/definitions/CollectorFlowNodeConfiguration" + } + }, + "required": [ + "Collector" + ], + "title": "Collector", + "type": "object" + } + ] + }, + "FlowNodeIODataType": { + "enum": [ + "String", + "Number", + "Boolean", + "Object", + "Array" + ], + "type": "string" + }, + "FlowNodeInput": { + "additionalProperties": false, + "properties": { + "Expression": { + "maxLength": 64, + "minLength": 1, + "type": "string" + }, + "Name": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/FlowNodeIODataType" + } + }, + "required": [ + "Expression", + "Name", + "Type" + ], + "type": "object" + }, + "FlowNodeOutput": { + "additionalProperties": false, + "properties": { + "Name": { + "pattern": "^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/FlowNodeIODataType" + } + }, + "required": [ + "Name", + "Type" + ], + "type": "object" + }, + "FlowNodeType": { + "enum": [ + "Input", + "Output", + "KnowledgeBase", + "Condition", + "Lex", + "Prompt", + "LambdaFunction", + "Agent", + "Iterator", + "Collector", + "Storage", + "Retrieval" + ], + "type": "string" + }, + "FlowStatus": { + "enum": [ + "Failed", + "Prepared", + "Preparing", + "NotPrepared" + ], + "type": "string" + }, + "GuardrailConfiguration": { + "additionalProperties": false, + "properties": { + "GuardrailIdentifier": { + "maxLength": 2048, + "pattern": "^(([a-z0-9]+)|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+))$", + "type": "string" + }, + "GuardrailVersion": { + "pattern": "^(([0-9]{1,8})|(DRAFT))$", + "type": "string" + } + }, + "type": "object" + }, + "InputFlowNodeConfiguration": { + "additionalProperties": false, + "type": "object" + }, + "IteratorFlowNodeConfiguration": { + "additionalProperties": false, + "type": "object" + }, + "KnowledgeBaseFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "GuardrailConfiguration": { + "$ref": "#/definitions/GuardrailConfiguration" + }, + "KnowledgeBaseId": { + "maxLength": 10, + "pattern": "^[0-9a-zA-Z]+$", + "type": "string" + }, + "ModelId": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^(arn:aws(-[^:]{1,12})?:(bedrock|sagemaker):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$", + "type": "string" + } + }, + "required": [ + "KnowledgeBaseId" + ], + "type": "object" + }, + "LambdaFunctionFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "LambdaArn": { + "maxLength": 2048, + "pattern": "^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$", + "type": "string" + } + }, + "required": [ + "LambdaArn" + ], + "type": "object" + }, + "LexFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "BotAliasArn": { + "maxLength": 78, + "pattern": "^arn:aws(|-us-gov):lex:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:bot-alias/[0-9a-zA-Z]+/[0-9a-zA-Z]+$", + "type": "string" + }, + "LocaleId": { + "maxLength": 10, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "BotAliasArn", + "LocaleId" + ], + "type": "object" + }, + "OutputFlowNodeConfiguration": { + "additionalProperties": false, + "type": "object" + }, + "PromptFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "GuardrailConfiguration": { + "$ref": "#/definitions/GuardrailConfiguration" + }, + "SourceConfiguration": { + "$ref": "#/definitions/PromptFlowNodeSourceConfiguration" + } + }, + "required": [ + "SourceConfiguration" + ], + "type": "object" + }, + "PromptFlowNodeInlineConfiguration": { + "additionalProperties": false, + "properties": { + "InferenceConfiguration": { + "$ref": "#/definitions/PromptInferenceConfiguration" + }, + "ModelId": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^(arn:aws(-[^:]{1,12})?:(bedrock|sagemaker):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$", + "type": "string" + }, + "TemplateConfiguration": { + "$ref": "#/definitions/PromptTemplateConfiguration" + }, + "TemplateType": { + "$ref": "#/definitions/PromptTemplateType" + } + }, + "required": [ + "ModelId", + "TemplateConfiguration", + "TemplateType" + ], + "type": "object" + }, + "PromptFlowNodeResourceConfiguration": { + "additionalProperties": false, + "properties": { + "PromptArn": { + "pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:prompt/[0-9a-zA-Z]{10}(?::[0-9]{1,5})?)$", + "type": "string" + } + }, + "required": [ + "PromptArn" + ], + "type": "object" + }, + "PromptFlowNodeSourceConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Resource": { + "$ref": "#/definitions/PromptFlowNodeResourceConfiguration" + } + }, + "required": [ + "Resource" + ], + "title": "Resource", + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "Inline": { + "$ref": "#/definitions/PromptFlowNodeInlineConfiguration" + } + }, + "required": [ + "Inline" + ], + "title": "Inline", + "type": "object" + } + ] + }, + "PromptInferenceConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Text": { + "$ref": "#/definitions/PromptModelInferenceConfiguration" + } + }, + "required": [ + "Text" + ], + "title": "Text", + "type": "object" + } + ] + }, + "PromptInputVariable": { + "additionalProperties": false, + "properties": { + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + } + }, + "type": "object" + }, + "PromptModelInferenceConfiguration": { + "additionalProperties": false, + "properties": { + "MaxTokens": { + "maximum": 4096, + "minimum": 0, + "type": "number" + }, + "StopSequences": { + "insertionOrder": true, + "items": { + "type": "string" + }, + "maxItems": 4, + "minItems": 0, + "type": "array" + }, + "Temperature": { + "maximum": 1, + "minimum": 0, + "type": "number" + }, + "TopP": { + "maximum": 1, + "minimum": 0, + "type": "number" + } + }, + "type": "object" + }, + "PromptTemplateConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Text": { + "$ref": "#/definitions/TextPromptTemplateConfiguration" + } + }, + "required": [ + "Text" + ], + "title": "Text", + "type": "object" + } + ] + }, + "PromptTemplateType": { + "enum": [ + "TEXT" + ], + "type": "string" + }, + "RetrievalFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "ServiceConfiguration": { + "$ref": "#/definitions/RetrievalFlowNodeServiceConfiguration" + } + }, + "required": [ + "ServiceConfiguration" + ], + "type": "object" + }, + "RetrievalFlowNodeS3Configuration": { + "additionalProperties": false, + "properties": { + "BucketName": { + "pattern": "^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$", + "type": "string" + } + }, + "required": [ + "BucketName" + ], + "type": "object" + }, + "RetrievalFlowNodeServiceConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "S3": { + "$ref": "#/definitions/RetrievalFlowNodeS3Configuration" + } + }, + "title": "S3", + "type": "object" + } + ] + }, + "StorageFlowNodeConfiguration": { + "additionalProperties": false, + "properties": { + "ServiceConfiguration": { + "$ref": "#/definitions/StorageFlowNodeServiceConfiguration" + } + }, + "required": [ + "ServiceConfiguration" + ], + "type": "object" + }, + "StorageFlowNodeS3Configuration": { + "additionalProperties": false, + "properties": { + "BucketName": { + "pattern": "^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$", + "type": "string" + } + }, + "required": [ + "BucketName" + ], + "type": "object" + }, + "StorageFlowNodeServiceConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "S3": { + "$ref": "#/definitions/StorageFlowNodeS3Configuration" + } + }, + "title": "S3", + "type": "object" + } + ] + }, + "TextPromptTemplateConfiguration": { + "additionalProperties": false, + "properties": { + "InputVariables": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/PromptInputVariable" + }, + "maxItems": 5, + "minItems": 0, + "type": "array" + }, + "Text": { + "maxLength": 200000, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Text" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/FlowArn", + "/properties/Version" + ], + "properties": { + "CreatedAt": { + "format": "date-time", + "type": "string" + }, + "CustomerEncryptionKeyArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$", + "type": "string" + }, + "Definition": { + "$ref": "#/definitions/FlowDefinition" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "ExecutionRoleArn": { + "maxLength": 2048, + "pattern": "^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/(service-role/)?.+$", + "type": "string" + }, + "FlowArn": { + "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}$", + "type": "string" + }, + "FlowId": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "Status": { + "$ref": "#/definitions/FlowStatus" + }, + "Version": { + "pattern": "^[0-9]{1,5}$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/CreatedAt", + "/properties/Definition", + "/properties/ExecutionRoleArn", + "/properties/FlowId", + "/properties/Name", + "/properties/Status", + "/properties/Version", + "/properties/CustomerEncryptionKeyArn" + ], + "required": [ + "FlowArn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-bedrock-flows", + "tagging": { + "taggable": false + }, + "typeName": "AWS::Bedrock::FlowVersion" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-guardrail.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-guardrail.json new file mode 100644 index 0000000000000000000000000000000000000000..63e2d593acea0435babefe777ee6edcf88fa73f7 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-guardrail.json @@ -0,0 +1,552 @@ +{ + "additionalProperties": false, + "definitions": { + "ContentFilter": { + "additionalProperties": false, + "properties": { + "InputStrength": { + "$ref": "#/definitions/FilterStrength" + }, + "OutputStrength": { + "$ref": "#/definitions/FilterStrength" + }, + "Type": { + "$ref": "#/definitions/ContentFilterType" + } + }, + "required": [ + "InputStrength", + "OutputStrength", + "Type" + ], + "type": "object" + }, + "ContentFilterConfig": { + "additionalProperties": false, + "properties": { + "InputStrength": { + "$ref": "#/definitions/FilterStrength" + }, + "OutputStrength": { + "$ref": "#/definitions/FilterStrength" + }, + "Type": { + "$ref": "#/definitions/ContentFilterType" + } + }, + "required": [ + "InputStrength", + "OutputStrength", + "Type" + ], + "type": "object" + }, + "ContentFilterType": { + "enum": [ + "SEXUAL", + "VIOLENCE", + "HATE", + "INSULTS", + "MISCONDUCT", + "PROMPT_ATTACK" + ], + "type": "string" + }, + "ContentPolicyConfig": { + "additionalProperties": false, + "properties": { + "FiltersConfig": { + "items": { + "$ref": "#/definitions/ContentFilterConfig" + }, + "maxItems": 6, + "minItems": 1, + "type": "array" + } + }, + "required": [ + "FiltersConfig" + ], + "type": "object" + }, + "ContextualGroundingFilterConfig": { + "additionalProperties": false, + "properties": { + "Threshold": { + "minimum": 0, + "type": "number" + }, + "Type": { + "$ref": "#/definitions/ContextualGroundingFilterType" + } + }, + "required": [ + "Threshold", + "Type" + ], + "type": "object" + }, + "ContextualGroundingFilterType": { + "enum": [ + "GROUNDING", + "RELEVANCE" + ], + "type": "string" + }, + "ContextualGroundingPolicyConfig": { + "additionalProperties": false, + "properties": { + "FiltersConfig": { + "items": { + "$ref": "#/definitions/ContextualGroundingFilterConfig" + }, + "minItems": 1, + "type": "array" + } + }, + "required": [ + "FiltersConfig" + ], + "type": "object" + }, + "FilterStrength": { + "enum": [ + "NONE", + "LOW", + "MEDIUM", + "HIGH" + ], + "type": "string" + }, + "GuardrailStatus": { + "enum": [ + "CREATING", + "UPDATING", + "VERSIONING", + "READY", + "FAILED", + "DELETING" + ], + "type": "string" + }, + "ManagedWords": { + "additionalProperties": false, + "properties": { + "Type": { + "$ref": "#/definitions/ManagedWordsType" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "ManagedWordsConfig": { + "additionalProperties": false, + "properties": { + "Type": { + "$ref": "#/definitions/ManagedWordsType" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "ManagedWordsType": { + "enum": [ + "PROFANITY" + ], + "type": "string" + }, + "PiiEntity": { + "additionalProperties": false, + "properties": { + "Action": { + "$ref": "#/definitions/SensitiveInformationAction" + }, + "Type": { + "$ref": "#/definitions/PiiEntityType" + } + }, + "required": [ + "Action", + "Type" + ], + "type": "object" + }, + "PiiEntityConfig": { + "additionalProperties": false, + "properties": { + "Action": { + "$ref": "#/definitions/SensitiveInformationAction" + }, + "Type": { + "$ref": "#/definitions/PiiEntityType" + } + }, + "required": [ + "Action", + "Type" + ], + "type": "object" + }, + "PiiEntityType": { + "enum": [ + "ADDRESS", + "AGE", + "AWS_ACCESS_KEY", + "AWS_SECRET_KEY", + "CA_HEALTH_NUMBER", + "CA_SOCIAL_INSURANCE_NUMBER", + "CREDIT_DEBIT_CARD_CVV", + "CREDIT_DEBIT_CARD_EXPIRY", + "CREDIT_DEBIT_CARD_NUMBER", + "DRIVER_ID", + "EMAIL", + "INTERNATIONAL_BANK_ACCOUNT_NUMBER", + "IP_ADDRESS", + "LICENSE_PLATE", + "MAC_ADDRESS", + "NAME", + "PASSWORD", + "PHONE", + "PIN", + "SWIFT_CODE", + "UK_NATIONAL_HEALTH_SERVICE_NUMBER", + "UK_NATIONAL_INSURANCE_NUMBER", + "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER", + "URL", + "USERNAME", + "US_BANK_ACCOUNT_NUMBER", + "US_BANK_ROUTING_NUMBER", + "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER", + "US_PASSPORT_NUMBER", + "US_SOCIAL_SECURITY_NUMBER", + "VEHICLE_IDENTIFICATION_NUMBER" + ], + "type": "string" + }, + "RegexConfig": { + "additionalProperties": false, + "properties": { + "Action": { + "$ref": "#/definitions/SensitiveInformationAction" + }, + "Description": { + "maxLength": 1000, + "minLength": 1, + "type": "string" + }, + "Name": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "Pattern": { + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Action", + "Name", + "Pattern" + ], + "type": "object" + }, + "SensitiveInformationAction": { + "enum": [ + "BLOCK", + "ANONYMIZE" + ], + "type": "string" + }, + "SensitiveInformationPolicyConfig": { + "additionalProperties": false, + "properties": { + "PiiEntitiesConfig": { + "items": { + "$ref": "#/definitions/PiiEntityConfig" + }, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "RegexesConfig": { + "items": { + "$ref": "#/definitions/RegexConfig" + }, + "minItems": 1, + "type": "array" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^[a-zA-Z0-9\\s._:/=+@-]*$", + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[a-zA-Z0-9\\s._:/=+@-]*$", + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "Topic": { + "additionalProperties": false, + "properties": { + "Definition": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "Examples": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "minItems": 0, + "type": "array" + }, + "Name": { + "maxLength": 100, + "minLength": 1, + "pattern": "^[0-9a-zA-Z-_ !?.]+$", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/TopicType" + } + }, + "required": [ + "Definition", + "Name", + "Type" + ], + "type": "object" + }, + "TopicConfig": { + "additionalProperties": false, + "properties": { + "Definition": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "Examples": { + "items": { + "maxLength": 100, + "minLength": 1, + "type": "string" + }, + "minItems": 0, + "type": "array" + }, + "Name": { + "maxLength": 100, + "minLength": 1, + "pattern": "^[0-9a-zA-Z-_ !?.]+$", + "type": "string" + }, + "Type": { + "$ref": "#/definitions/TopicType" + } + }, + "required": [ + "Definition", + "Name", + "Type" + ], + "type": "object" + }, + "TopicPolicyConfig": { + "additionalProperties": false, + "properties": { + "TopicsConfig": { + "items": { + "$ref": "#/definitions/TopicConfig" + }, + "minItems": 1, + "type": "array" + } + }, + "required": [ + "TopicsConfig" + ], + "type": "object" + }, + "TopicType": { + "enum": [ + "DENY" + ], + "type": "string" + }, + "WordConfig": { + "additionalProperties": false, + "properties": { + "Text": { + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Text" + ], + "type": "object" + }, + "WordPolicyConfig": { + "additionalProperties": false, + "properties": { + "ManagedWordListsConfig": { + "items": { + "$ref": "#/definitions/ManagedWordsConfig" + }, + "type": "array" + }, + "WordsConfig": { + "items": { + "$ref": "#/definitions/WordConfig" + }, + "minItems": 1, + "type": "array" + } + }, + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/GuardrailArn" + ], + "properties": { + "BlockedInputMessaging": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "BlockedOutputsMessaging": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "ContentPolicyConfig": { + "$ref": "#/definitions/ContentPolicyConfig" + }, + "ContextualGroundingPolicyConfig": { + "$ref": "#/definitions/ContextualGroundingPolicyConfig" + }, + "CreatedAt": { + "format": "date-time", + "type": "string" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "FailureRecommendations": { + "items": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + }, + "GuardrailArn": { + "maxLength": 2048, + "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+$", + "type": "string" + }, + "GuardrailId": { + "maxLength": 64, + "pattern": "^[a-z0-9]+$", + "type": "string" + }, + "KmsKeyArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$", + "type": "string" + }, + "Name": { + "maxLength": 50, + "minLength": 1, + "pattern": "^[0-9a-zA-Z-_]+$", + "type": "string" + }, + "SensitiveInformationPolicyConfig": { + "$ref": "#/definitions/SensitiveInformationPolicyConfig" + }, + "Status": { + "$ref": "#/definitions/GuardrailStatus" + }, + "StatusReasons": { + "items": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 200, + "minItems": 0, + "type": "array" + }, + "TopicPolicyConfig": { + "$ref": "#/definitions/TopicPolicyConfig" + }, + "UpdatedAt": { + "format": "date-time", + "type": "string" + }, + "Version": { + "pattern": "^(([1-9][0-9]{0,7})|(DRAFT))$", + "type": "string" + }, + "WordPolicyConfig": { + "$ref": "#/definitions/WordPolicyConfig" + } + }, + "readOnlyProperties": [ + "/properties/CreatedAt", + "/properties/FailureRecommendations", + "/properties/GuardrailArn", + "/properties/GuardrailId", + "/properties/Status", + "/properties/StatusReasons", + "/properties/UpdatedAt", + "/properties/Version" + ], + "required": [ + "Name", + "BlockedInputMessaging", + "BlockedOutputsMessaging" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Bedrock::Guardrail" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-guardrailversion.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-guardrailversion.json new file mode 100644 index 0000000000000000000000000000000000000000..0df84ad38003e6da881ab4fa1884d289583f91fd --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-guardrailversion.json @@ -0,0 +1,53 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Description", + "/properties/GuardrailIdentifier" + ], + "definitions": {}, + "primaryIdentifier": [ + "/properties/GuardrailId", + "/properties/Version" + ], + "properties": { + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "GuardrailArn": { + "maxLength": 2048, + "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+$", + "type": "string" + }, + "GuardrailId": { + "maxLength": 64, + "pattern": "^[a-z0-9]+$", + "type": "string" + }, + "GuardrailIdentifier": { + "maxLength": 2048, + "pattern": "^(([a-z0-9]+)|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+))$", + "type": "string" + }, + "Version": { + "pattern": "^[1-9][0-9]{0,7}$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/GuardrailArn", + "/properties/GuardrailId", + "/properties/Version" + ], + "required": [ + "GuardrailIdentifier" + ], + "tagging": { + "taggable": false + }, + "typeName": "AWS::Bedrock::GuardrailVersion", + "writeOnlyProperties": [ + "/properties/GuardrailIdentifier" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-knowledgebase.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-knowledgebase.json new file mode 100644 index 0000000000000000000000000000000000000000..5ad3e8b78769f19b15ff8c8882f14420619b996b --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-knowledgebase.json @@ -0,0 +1,516 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/StorageConfiguration", + "/properties/KnowledgeBaseConfiguration" + ], + "definitions": { + "BedrockEmbeddingModelConfiguration": { + "additionalProperties": false, + "properties": { + "Dimensions": { + "maximum": 4096, + "minimum": 0, + "type": "integer" + } + }, + "type": "object" + }, + "EmbeddingModelConfiguration": { + "additionalProperties": false, + "properties": { + "BedrockEmbeddingModelConfiguration": { + "$ref": "#/definitions/BedrockEmbeddingModelConfiguration" + } + }, + "type": "object" + }, + "KnowledgeBaseConfiguration": { + "additionalProperties": false, + "properties": { + "Type": { + "$ref": "#/definitions/KnowledgeBaseType" + }, + "VectorKnowledgeBaseConfiguration": { + "$ref": "#/definitions/VectorKnowledgeBaseConfiguration" + } + }, + "required": [ + "Type", + "VectorKnowledgeBaseConfiguration" + ], + "type": "object" + }, + "KnowledgeBaseStatus": { + "enum": [ + "CREATING", + "ACTIVE", + "DELETING", + "UPDATING", + "FAILED", + "DELETE_UNSUCCESSFUL" + ], + "type": "string" + }, + "KnowledgeBaseStorageType": { + "enum": [ + "OPENSEARCH_SERVERLESS", + "PINECONE", + "RDS", + "MONGO_DB_ATLAS" + ], + "type": "string" + }, + "KnowledgeBaseType": { + "enum": [ + "VECTOR" + ], + "type": "string" + }, + "MongoDbAtlasConfiguration": { + "additionalProperties": false, + "properties": { + "CollectionName": { + "maxLength": 63, + "pattern": "^.*$", + "type": "string" + }, + "CredentialsSecretArn": { + "pattern": "^arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}$", + "type": "string" + }, + "DatabaseName": { + "maxLength": 63, + "pattern": "^.*$", + "type": "string" + }, + "Endpoint": { + "maxLength": 2048, + "pattern": "^[a-zA-Z0-9_-]+\\.[a-zA-Z0-9_-]+\\.mongodb\\.net$", + "type": "string" + }, + "EndpointServiceName": { + "maxLength": 255, + "pattern": "^(?:arn:aws(?:-us-gov|-cn|-iso|-iso-[a-z])*:.+:.*:\\d+:.+/.+$|[a-zA-Z0-9*]+[a-zA-Z0-9._-]*)$", + "type": "string" + }, + "FieldMapping": { + "$ref": "#/definitions/MongoDbAtlasFieldMapping" + }, + "VectorIndexName": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + } + }, + "required": [ + "Endpoint", + "CredentialsSecretArn", + "DatabaseName", + "CollectionName", + "VectorIndexName", + "FieldMapping" + ], + "type": "object" + }, + "MongoDbAtlasFieldMapping": { + "additionalProperties": false, + "properties": { + "MetadataField": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + }, + "TextField": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + }, + "VectorField": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + } + }, + "required": [ + "VectorField", + "MetadataField", + "TextField" + ], + "type": "object" + }, + "OpenSearchServerlessConfiguration": { + "additionalProperties": false, + "properties": { + "CollectionArn": { + "maxLength": 2048, + "pattern": "^arn:aws:aoss:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:collection/[a-z0-9-]{3,32}$", + "type": "string" + }, + "FieldMapping": { + "$ref": "#/definitions/OpenSearchServerlessFieldMapping" + }, + "VectorIndexName": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + } + }, + "required": [ + "CollectionArn", + "FieldMapping", + "VectorIndexName" + ], + "type": "object" + }, + "OpenSearchServerlessFieldMapping": { + "additionalProperties": false, + "properties": { + "MetadataField": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + }, + "TextField": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + }, + "VectorField": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + } + }, + "required": [ + "MetadataField", + "TextField", + "VectorField" + ], + "type": "object" + }, + "PineconeConfiguration": { + "additionalProperties": false, + "properties": { + "ConnectionString": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + }, + "CredentialsSecretArn": { + "pattern": "^arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}$", + "type": "string" + }, + "FieldMapping": { + "$ref": "#/definitions/PineconeFieldMapping" + }, + "Namespace": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + } + }, + "required": [ + "ConnectionString", + "CredentialsSecretArn", + "FieldMapping" + ], + "type": "object" + }, + "PineconeFieldMapping": { + "additionalProperties": false, + "properties": { + "MetadataField": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + }, + "TextField": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + } + }, + "required": [ + "MetadataField", + "TextField" + ], + "type": "object" + }, + "RdsConfiguration": { + "additionalProperties": false, + "properties": { + "CredentialsSecretArn": { + "pattern": "^arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}$", + "type": "string" + }, + "DatabaseName": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9_\\-]+$", + "type": "string" + }, + "FieldMapping": { + "$ref": "#/definitions/RdsFieldMapping" + }, + "ResourceArn": { + "pattern": "^arn:aws(|-cn|-us-gov):rds:[a-zA-Z0-9-]*:[0-9]{12}:cluster:[a-zA-Z0-9-]{1,63}$", + "type": "string" + }, + "TableName": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9_\\.\\-]+$", + "type": "string" + } + }, + "required": [ + "CredentialsSecretArn", + "DatabaseName", + "FieldMapping", + "ResourceArn", + "TableName" + ], + "type": "object" + }, + "RdsFieldMapping": { + "additionalProperties": false, + "properties": { + "MetadataField": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9_\\-]+$", + "type": "string" + }, + "PrimaryKeyField": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9_\\-]+$", + "type": "string" + }, + "TextField": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9_\\-]+$", + "type": "string" + }, + "VectorField": { + "maxLength": 63, + "pattern": "^[a-zA-Z0-9_\\-]+$", + "type": "string" + } + }, + "required": [ + "MetadataField", + "PrimaryKeyField", + "TextField", + "VectorField" + ], + "type": "object" + }, + "RedisEnterpriseCloudConfiguration": { + "additionalProperties": false, + "properties": { + "CredentialsSecretArn": { + "pattern": "^arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}$", + "type": "string" + }, + "Endpoint": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + }, + "FieldMapping": { + "$ref": "#/definitions/RedisEnterpriseCloudFieldMapping" + }, + "VectorIndexName": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + } + }, + "required": [ + "CredentialsSecretArn", + "Endpoint", + "FieldMapping", + "VectorIndexName" + ], + "type": "object" + }, + "RedisEnterpriseCloudFieldMapping": { + "additionalProperties": false, + "properties": { + "MetadataField": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + }, + "TextField": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + }, + "VectorField": { + "maxLength": 2048, + "pattern": "^.*$", + "type": "string" + } + }, + "required": [ + "MetadataField", + "TextField", + "VectorField" + ], + "type": "object" + }, + "StorageConfiguration": { + "additionalProperties": false, + "oneOf": [ + { + "required": [ + "OpensearchServerlessConfiguration" + ] + }, + { + "required": [ + "PineconeConfiguration" + ] + }, + { + "required": [ + "RdsConfiguration" + ] + }, + { + "required": [ + "MongoDbAtlasConfiguration" + ] + } + ], + "properties": { + "MongoDbAtlasConfiguration": { + "$ref": "#/definitions/MongoDbAtlasConfiguration" + }, + "OpensearchServerlessConfiguration": { + "$ref": "#/definitions/OpenSearchServerlessConfiguration" + }, + "PineconeConfiguration": { + "$ref": "#/definitions/PineconeConfiguration" + }, + "RdsConfiguration": { + "$ref": "#/definitions/RdsConfiguration" + }, + "Type": { + "$ref": "#/definitions/KnowledgeBaseStorageType" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "TagsMap": { + "additionalProperties": false, + "patternProperties": { + "^[a-zA-Z0-9\\s._:/=+@-]*$": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[a-zA-Z0-9\\s._:/=+@-]*$", + "type": "string" + } + }, + "type": "object" + }, + "VectorKnowledgeBaseConfiguration": { + "additionalProperties": false, + "properties": { + "EmbeddingModelArn": { + "maxLength": 2048, + "minLength": 20, + "pattern": "^(arn:aws(-[^:]+)?:[a-z0-9-]+:[a-z0-9-]{1,20}:[0-9]{0,12}:[a-zA-Z0-9-:/._+]+)$", + "type": "string" + }, + "EmbeddingModelConfiguration": { + "$ref": "#/definitions/EmbeddingModelConfiguration" + } + }, + "required": [ + "EmbeddingModelArn" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/KnowledgeBaseId" + ], + "properties": { + "CreatedAt": { + "type": "string" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "FailureReasons": { + "insertionOrder": false, + "items": { + "maxLength": 2048, + "type": "string" + }, + "maxItems": 2048, + "type": "array" + }, + "KnowledgeBaseArn": { + "maxLength": 128, + "minLength": 0, + "pattern": "^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:[0-9]{12}:knowledge-base/[0-9a-zA-Z]+$", + "type": "string" + }, + "KnowledgeBaseConfiguration": { + "$ref": "#/definitions/KnowledgeBaseConfiguration" + }, + "KnowledgeBaseId": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "RoleArn": { + "maxLength": 2048, + "pattern": "^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$", + "type": "string" + }, + "Status": { + "$ref": "#/definitions/KnowledgeBaseStatus" + }, + "StorageConfiguration": { + "$ref": "#/definitions/StorageConfiguration" + }, + "Tags": { + "$ref": "#/definitions/TagsMap" + }, + "UpdatedAt": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/KnowledgeBaseId", + "/properties/KnowledgeBaseArn", + "/properties/CreatedAt", + "/properties/UpdatedAt", + "/properties/FailureReasons", + "/properties/Status" + ], + "required": [ + "KnowledgeBaseConfiguration", + "Name", + "RoleArn", + "StorageConfiguration" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Bedrock::KnowledgeBase" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-prompt.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-prompt.json new file mode 100644 index 0000000000000000000000000000000000000000..5e10365bb58c9fb1975fe6265ad80ebd32577235 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-prompt.json @@ -0,0 +1,258 @@ +{ + "additionalProperties": false, + "definitions": { + "PromptInferenceConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Text": { + "$ref": "#/definitions/PromptModelInferenceConfiguration" + } + }, + "required": [ + "Text" + ], + "title": "Text", + "type": "object" + } + ] + }, + "PromptInputVariable": { + "additionalProperties": false, + "properties": { + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + } + }, + "type": "object" + }, + "PromptModelInferenceConfiguration": { + "additionalProperties": false, + "properties": { + "MaxTokens": { + "maximum": 4096, + "minimum": 0, + "type": "number" + }, + "StopSequences": { + "insertionOrder": true, + "items": { + "type": "string" + }, + "maxItems": 4, + "minItems": 0, + "type": "array" + }, + "Temperature": { + "maximum": 1, + "minimum": 0, + "type": "number" + }, + "TopP": { + "maximum": 1, + "minimum": 0, + "type": "number" + } + }, + "type": "object" + }, + "PromptTemplateConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Text": { + "$ref": "#/definitions/TextPromptTemplateConfiguration" + } + }, + "required": [ + "Text" + ], + "title": "Text", + "type": "object" + } + ] + }, + "PromptTemplateType": { + "enum": [ + "TEXT" + ], + "type": "string" + }, + "PromptVariant": { + "additionalProperties": false, + "properties": { + "InferenceConfiguration": { + "$ref": "#/definitions/PromptInferenceConfiguration" + }, + "ModelId": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^(arn:aws(-[^:]{1,12})?:(bedrock|sagemaker):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$", + "type": "string" + }, + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "TemplateConfiguration": { + "$ref": "#/definitions/PromptTemplateConfiguration" + }, + "TemplateType": { + "$ref": "#/definitions/PromptTemplateType" + } + }, + "required": [ + "Name", + "TemplateType", + "TemplateConfiguration" + ], + "type": "object" + }, + "TagsMap": { + "additionalProperties": false, + "patternProperties": { + "^[a-zA-Z0-9\\s._:/=+@-]*$": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[a-zA-Z0-9\\s._:/=+@-]*$", + "type": "string" + } + }, + "type": "object" + }, + "TextPromptTemplateConfiguration": { + "additionalProperties": false, + "properties": { + "InputVariables": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/PromptInputVariable" + }, + "maxItems": 5, + "minItems": 0, + "type": "array" + }, + "Text": { + "maxLength": 200000, + "minLength": 1, + "type": "string" + }, + "TextS3Location": { + "$ref": "#/definitions/TextS3Location" + } + }, + "required": [], + "type": "object" + }, + "TextS3Location": { + "additionalProperties": false, + "properties": { + "Bucket": { + "maxLength": 63, + "minLength": 3, + "pattern": "^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$", + "type": "string" + }, + "Key": { + "maxLength": 1024, + "minLength": 1, + "type": "string" + }, + "Version": { + "maxLength": 1024, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Bucket", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "Arn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:prompt/[0-9a-zA-Z]{10})$", + "type": "string" + }, + "CreatedAt": { + "format": "date-time", + "type": "string" + }, + "CustomerEncryptionKeyArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$", + "type": "string" + }, + "DefaultVariant": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "Id": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/TagsMap" + }, + "UpdatedAt": { + "format": "date-time", + "type": "string" + }, + "Variants": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/PromptVariant" + }, + "maxItems": 1, + "minItems": 0, + "type": "array" + }, + "Version": { + "maxLength": 5, + "minLength": 5, + "pattern": "^DRAFT$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreatedAt", + "/properties/Id", + "/properties/UpdatedAt", + "/properties/Version" + ], + "required": [ + "Name" + ], + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Bedrock::Prompt", + "writeOnlyProperties": [ + "/properties/Variants/*/TemplateConfiguration/Text/TextS3Location" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-promptversion.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-promptversion.json new file mode 100644 index 0000000000000000000000000000000000000000..b79f1da1a78163135e656793ccdc66ff0dc942c5 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-bedrock-promptversion.json @@ -0,0 +1,244 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PromptArn", + "/properties/Description", + "/properties/Tags" + ], + "definitions": { + "PromptInferenceConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Text": { + "$ref": "#/definitions/PromptModelInferenceConfiguration" + } + }, + "required": [ + "Text" + ], + "title": "Text", + "type": "object" + } + ] + }, + "PromptInputVariable": { + "additionalProperties": false, + "properties": { + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + } + }, + "type": "object" + }, + "PromptModelInferenceConfiguration": { + "additionalProperties": false, + "properties": { + "MaxTokens": { + "maximum": 4096, + "minimum": 0, + "type": "number" + }, + "StopSequences": { + "insertionOrder": true, + "items": { + "type": "string" + }, + "maxItems": 4, + "minItems": 0, + "type": "array" + }, + "Temperature": { + "maximum": 1, + "minimum": 0, + "type": "number" + }, + "TopP": { + "maximum": 1, + "minimum": 0, + "type": "number" + } + }, + "type": "object" + }, + "PromptTemplateConfiguration": { + "oneOf": [ + { + "additionalProperties": false, + "properties": { + "Text": { + "$ref": "#/definitions/TextPromptTemplateConfiguration" + } + }, + "required": [ + "Text" + ], + "title": "Text", + "type": "object" + } + ] + }, + "PromptTemplateType": { + "enum": [ + "TEXT" + ], + "type": "string" + }, + "PromptVariant": { + "additionalProperties": false, + "properties": { + "InferenceConfiguration": { + "$ref": "#/definitions/PromptInferenceConfiguration" + }, + "ModelId": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^(arn:aws(-[^:]{1,12})?:(bedrock|sagemaker):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$", + "type": "string" + }, + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "TemplateConfiguration": { + "$ref": "#/definitions/PromptTemplateConfiguration" + }, + "TemplateType": { + "$ref": "#/definitions/PromptTemplateType" + } + }, + "required": [ + "Name", + "TemplateType", + "TemplateConfiguration" + ], + "type": "object" + }, + "TagsMap": { + "additionalProperties": false, + "patternProperties": { + "^[a-zA-Z0-9\\s._:/=+@-]*$": { + "maxLength": 256, + "minLength": 0, + "pattern": "^[a-zA-Z0-9\\s._:/=+@-]*$", + "type": "string" + } + }, + "type": "object" + }, + "TextPromptTemplateConfiguration": { + "additionalProperties": false, + "properties": { + "InputVariables": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/PromptInputVariable" + }, + "maxItems": 5, + "minItems": 0, + "type": "array" + }, + "Text": { + "maxLength": 200000, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Text" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "Arn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:prompt/[0-9a-zA-Z]{10}:[0-9]{1,20})$", + "type": "string" + }, + "CreatedAt": { + "format": "date-time", + "type": "string" + }, + "CustomerEncryptionKeyArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$", + "type": "string" + }, + "DefaultVariant": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "Description": { + "maxLength": 200, + "minLength": 1, + "type": "string" + }, + "Name": { + "pattern": "^([0-9a-zA-Z][_-]?){1,100}$", + "type": "string" + }, + "PromptArn": { + "maxLength": 2048, + "minLength": 1, + "pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:prompt/[0-9a-zA-Z]{10})$", + "type": "string" + }, + "PromptId": { + "pattern": "^[0-9a-zA-Z]{10}$", + "type": "string" + }, + "Tags": { + "$ref": "#/definitions/TagsMap" + }, + "UpdatedAt": { + "format": "date-time", + "type": "string" + }, + "Variants": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/PromptVariant" + }, + "maxItems": 1, + "minItems": 1, + "type": "array" + }, + "Version": { + "maxLength": 5, + "minLength": 1, + "pattern": "^(DRAFT|[0-9]{0,4}[1-9][0-9]{0,4})$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreatedAt", + "/properties/PromptId", + "/properties/UpdatedAt", + "/properties/Version", + "/properties/Name", + "/properties/DefaultVariant", + "/properties/Variants", + "/properties/CustomerEncryptionKeyArn" + ], + "required": [ + "PromptArn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-bedrock-prompts", + "tagging": { + "cloudFormationSystemTags": false, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": false, + "taggable": true + }, + "typeName": "AWS::Bedrock::PromptVersion" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-billinggroup.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-billinggroup.json new file mode 100644 index 0000000000000000000000000000000000000000..f6fd41a9769f78ca5ecc36df498e1784f30d047f --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-billinggroup.json @@ -0,0 +1,145 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/PrimaryAccountId" + ], + "definitions": { + "AccountGrouping": { + "additionalProperties": false, + "properties": { + "AutoAssociate": { + "type": "boolean" + }, + "LinkedAccountIds": { + "insertionOrder": false, + "items": { + "pattern": "[0-9]{12}", + "type": "string" + }, + "minItems": 1, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "LinkedAccountIds" + ], + "type": "object" + }, + "BillingGroupStatus": { + "enum": [ + "ACTIVE", + "PRIMARY_ACCOUNT_MISSING" + ], + "type": "string" + }, + "ComputationPreference": { + "additionalProperties": false, + "properties": { + "PricingPlanArn": { + "pattern": "arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingplan/[a-zA-Z0-9]{10}", + "type": "string" + } + }, + "required": [ + "PricingPlanArn" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "AccountGrouping": { + "$ref": "#/definitions/AccountGrouping" + }, + "Arn": { + "pattern": "arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/?[0-9]{12}", + "type": "string" + }, + "ComputationPreference": { + "$ref": "#/definitions/ComputationPreference" + }, + "CreationTime": { + "type": "integer" + }, + "Description": { + "maxLength": 1024, + "type": "string" + }, + "LastModifiedTime": { + "type": "integer" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "pattern": "[a-zA-Z0-9_\\+=\\.\\-@]+", + "type": "string" + }, + "PrimaryAccountId": { + "pattern": "[0-9]{12}", + "type": "string" + }, + "Size": { + "type": "integer" + }, + "Status": { + "$ref": "#/definitions/BillingGroupStatus" + }, + "StatusReason": { + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/Size", + "/properties/Status", + "/properties/StatusReason", + "/properties/CreationTime", + "/properties/LastModifiedTime" + ], + "required": [ + "Name", + "AccountGrouping", + "PrimaryAccountId", + "ComputationPreference" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-billing-conductor.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::BillingConductor::BillingGroup" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-customlineitem.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-customlineitem.json new file mode 100644 index 0000000000000000000000000000000000000000..87d81f7d0303867ef885940016cbed4ec7685565 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-customlineitem.json @@ -0,0 +1,245 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/BillingGroupArn", + "/properties/AccountId", + "/properties/BillingPeriodRange/InclusiveStartBillingPeriod", + "/properties/BillingPeriodRange/ExclusiveEndBillingPeriod", + "/properties/CustomLineItemChargeDetails/Type" + ], + "definitions": { + "BillingPeriodRange": { + "additionalProperties": false, + "properties": { + "ExclusiveEndBillingPeriod": { + "$ref": "#/definitions/ExclusiveEndBillingPeriod" + }, + "InclusiveStartBillingPeriod": { + "$ref": "#/definitions/InclusiveStartBillingPeriod" + } + }, + "type": "object" + }, + "CustomLineItemChargeDetails": { + "additionalProperties": false, + "properties": { + "Flat": { + "$ref": "#/definitions/CustomLineItemFlatChargeDetails" + }, + "LineItemFilters": { + "$ref": "#/definitions/LineItemFilters" + }, + "Percentage": { + "$ref": "#/definitions/CustomLineItemPercentageChargeDetails" + }, + "Type": { + "$ref": "#/definitions/Type" + } + }, + "required": [ + "Type" + ], + "type": "object" + }, + "CustomLineItemFlatChargeDetails": { + "additionalProperties": false, + "properties": { + "ChargeValue": { + "maximum": 1000000, + "minimum": 0, + "type": "number" + } + }, + "required": [ + "ChargeValue" + ], + "type": "object" + }, + "CustomLineItemPercentageChargeDetails": { + "additionalProperties": false, + "properties": { + "ChildAssociatedResources": { + "insertionOrder": false, + "items": { + "pattern": "(arn:aws(-cn)?:billingconductor::[0-9]{12}:(customlineitem|billinggroup)/)?[a-zA-Z0-9]{10,12}", + "type": "string" + }, + "type": "array", + "uniqueItems": true + }, + "PercentageValue": { + "maximum": 10000, + "minimum": 0, + "type": "number" + } + }, + "required": [ + "PercentageValue" + ], + "type": "object" + }, + "ExclusiveEndBillingPeriod": { + "pattern": "\\d{4}-(0?[1-9]|1[012])", + "type": "string" + }, + "InclusiveStartBillingPeriod": { + "pattern": "\\d{4}-(0?[1-9]|1[012])", + "type": "string" + }, + "LineItemFilter": { + "additionalProperties": false, + "properties": { + "Attribute": { + "enum": [ + "LINE_ITEM_TYPE" + ], + "type": "string" + }, + "MatchOption": { + "enum": [ + "NOT_EQUAL" + ], + "type": "string" + }, + "Values": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/LineItemFilterValue" + }, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "Attribute", + "MatchOption", + "Values" + ], + "type": "object" + }, + "LineItemFilterValue": { + "enum": [ + "SAVINGS_PLAN_NEGATION" + ], + "type": "string" + }, + "LineItemFilters": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/LineItemFilter" + }, + "type": "array", + "uniqueItems": true + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "Type": { + "enum": [ + "FEE", + "CREDIT" + ], + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "AccountId": { + "pattern": "[0-9]{12}", + "type": "string" + }, + "Arn": { + "pattern": "(arn:aws(-cn)?:billingconductor::[0-9]{12}:customlineitem/)?[a-zA-Z0-9]{10}", + "type": "string" + }, + "AssociationSize": { + "type": "integer" + }, + "BillingGroupArn": { + "pattern": "arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/?[0-9]{12}", + "type": "string" + }, + "BillingPeriodRange": { + "$ref": "#/definitions/BillingPeriodRange" + }, + "CreationTime": { + "type": "integer" + }, + "CurrencyCode": { + "enum": [ + "USD", + "CNY" + ], + "type": "string" + }, + "CustomLineItemChargeDetails": { + "$ref": "#/definitions/CustomLineItemChargeDetails" + }, + "Description": { + "maxLength": 255, + "type": "string" + }, + "LastModifiedTime": { + "type": "integer" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "pattern": "[a-zA-Z0-9_\\+=\\.\\-@]+", + "type": "string" + }, + "ProductCode": { + "maxLength": 29, + "minLength": 1, + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/CreationTime", + "/properties/LastModifiedTime", + "/properties/AssociationSize", + "/properties/CurrencyCode", + "/properties/ProductCode" + ], + "required": [ + "Name", + "BillingGroupArn" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-billing-conductor.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::BillingConductor::CustomLineItem" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-pricingplan.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-pricingplan.json new file mode 100644 index 0000000000000000000000000000000000000000..4de74d950ace7f2d86cf9a4e08dd105bccaa67a6 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-pricingplan.json @@ -0,0 +1,90 @@ +{ + "additionalProperties": false, + "definitions": { + "PricingRuleArn": { + "pattern": "(arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingrule/)?[a-zA-Z0-9]{10}", + "type": "string" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "Arn": { + "pattern": "arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingplan/[a-zA-Z0-9]{10}", + "type": "string" + }, + "CreationTime": { + "type": "integer" + }, + "Description": { + "maxLength": 1024, + "type": "string" + }, + "LastModifiedTime": { + "type": "integer" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "pattern": "[a-zA-Z0-9_\\+=\\.\\-@]+", + "type": "string" + }, + "PricingRuleArns": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/PricingRuleArn" + }, + "type": "array" + }, + "Size": { + "type": "integer" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/Size", + "/properties/CreationTime", + "/properties/LastModifiedTime" + ], + "required": [ + "Name" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-billing-conductor.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::BillingConductor::PricingPlan" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-pricingrule.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-pricingrule.json new file mode 100644 index 0000000000000000000000000000000000000000..c227b5d9c68d63a7976bf4963c580b8ed5037b87 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-billingconductor-pricingrule.json @@ -0,0 +1,157 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Scope", + "/properties/Service", + "/properties/BillingEntity", + "/properties/UsageType", + "/properties/Operation" + ], + "definitions": { + "FreeTier": { + "additionalProperties": false, + "properties": { + "Activated": { + "type": "boolean" + } + }, + "required": [ + "Activated" + ], + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "Arn": { + "pattern": "arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingrule/[a-zA-Z0-9]{10}", + "type": "string" + }, + "AssociatedPricingPlanCount": { + "minimum": 0, + "type": "integer" + }, + "BillingEntity": { + "enum": [ + "AWS", + "AWS Marketplace", + "AISPL" + ], + "type": "string" + }, + "CreationTime": { + "type": "integer" + }, + "Description": { + "maxLength": 1024, + "type": "string" + }, + "LastModifiedTime": { + "type": "integer" + }, + "ModifierPercentage": { + "minimum": 0, + "type": "number" + }, + "Name": { + "maxLength": 128, + "minLength": 1, + "pattern": "[a-zA-Z0-9_\\+=\\.\\-@]+", + "type": "string" + }, + "Operation": { + "maxLength": 256, + "minLength": 1, + "pattern": "^\\S+$", + "type": "string" + }, + "Scope": { + "enum": [ + "GLOBAL", + "SERVICE", + "BILLING_ENTITY", + "SKU" + ], + "type": "string" + }, + "Service": { + "maxLength": 128, + "minLength": 1, + "pattern": "[a-zA-Z0-9\\.\\-]+", + "type": "string" + }, + "Tags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Tag" + }, + "type": "array", + "uniqueItems": true + }, + "Tiering": { + "additionalProperties": false, + "properties": { + "FreeTier": { + "$ref": "#/definitions/FreeTier" + } + }, + "type": "object" + }, + "Type": { + "enum": [ + "MARKUP", + "DISCOUNT", + "TIERING" + ], + "type": "string" + }, + "UsageType": { + "maxLength": 256, + "minLength": 1, + "pattern": "^\\S+$", + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/Arn", + "/properties/AssociatedPricingPlanCount", + "/properties/CreationTime", + "/properties/LastModifiedTime" + ], + "required": [ + "Name", + "Scope", + "Type" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-billing-conductor.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::BillingConductor::PricingRule" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-budgets-budgetsaction.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-budgets-budgetsaction.json new file mode 100644 index 0000000000000000000000000000000000000000..1e6a1dcd0f44f024d129f6ea486a1bd439963a69 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-budgets-budgetsaction.json @@ -0,0 +1,255 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ActionType", + "/properties/BudgetName" + ], + "definitions": { + "ActionThreshold": { + "additionalProperties": false, + "properties": { + "Type": { + "enum": [ + "PERCENTAGE", + "ABSOLUTE_VALUE" + ], + "type": "string" + }, + "Value": { + "type": "number" + } + }, + "required": [ + "Value", + "Type" + ], + "type": "object" + }, + "Definition": { + "additionalProperties": false, + "properties": { + "IamActionDefinition": { + "$ref": "#/definitions/IamActionDefinition" + }, + "ScpActionDefinition": { + "$ref": "#/definitions/ScpActionDefinition" + }, + "SsmActionDefinition": { + "$ref": "#/definitions/SsmActionDefinition" + } + }, + "type": "object" + }, + "IamActionDefinition": { + "additionalProperties": false, + "properties": { + "Groups": { + "items": { + "pattern": "^([\\u0021-\\u007F]+\\u002F)?[\\w+=,.@-]+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array" + }, + "PolicyArn": { + "pattern": "^arn:aws(-cn|-us-gov|-iso|-iso-[a-z]{1})?:iam::(\\d{12}|aws):policy(\\u002F[\\u0021-\\u007F]+\\u002F|\\u002F)[\\w+=,.@-]+$", + "type": "string" + }, + "Roles": { + "items": { + "pattern": "^([\\u0021-\\u007F]+\\u002F)?[\\w+=,.@-]+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array" + }, + "Users": { + "items": { + "pattern": "^([\\u0021-\\u007F]+\\u002F)?[\\w+=,.@-]+$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array" + } + }, + "required": [ + "PolicyArn" + ], + "type": "object" + }, + "ResourceTag": { + "additionalProperties": false, + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "ScpActionDefinition": { + "additionalProperties": false, + "properties": { + "PolicyId": { + "pattern": "^p-[0-9a-zA-Z_]{8,128}$", + "type": "string" + }, + "TargetIds": { + "items": { + "pattern": "^(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$)|(\\d{12})", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array" + } + }, + "required": [ + "PolicyId", + "TargetIds" + ], + "type": "object" + }, + "SsmActionDefinition": { + "additionalProperties": false, + "properties": { + "InstanceIds": { + "items": { + "pattern": "^i-(\\w{8}|\\w{17})$|^[a-zA-Z]([\\w-]{0,61}\\w)?$", + "type": "string" + }, + "maxItems": 100, + "minItems": 1, + "type": "array" + }, + "Region": { + "pattern": "^\\w{2}-\\w+(-\\w+)?-\\d$", + "type": "string" + }, + "Subtype": { + "enum": [ + "STOP_EC2_INSTANCES", + "STOP_RDS_INSTANCES" + ], + "type": "string" + } + }, + "required": [ + "Subtype", + "Region", + "InstanceIds" + ], + "type": "object" + }, + "Subscriber": { + "additionalProperties": false, + "properties": { + "Address": { + "pattern": "(.*[\\n\\r\\t\\f\\ ]?)*", + "type": "string" + }, + "Type": { + "enum": [ + "SNS", + "EMAIL" + ], + "type": "string" + } + }, + "required": [ + "Type", + "Address" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/ActionId", + "/properties/BudgetName" + ], + "properties": { + "ActionId": { + "type": "string" + }, + "ActionThreshold": { + "$ref": "#/definitions/ActionThreshold" + }, + "ActionType": { + "enum": [ + "APPLY_IAM_POLICY", + "APPLY_SCP_POLICY", + "RUN_SSM_DOCUMENTS" + ], + "type": "string" + }, + "ApprovalModel": { + "enum": [ + "AUTOMATIC", + "MANUAL" + ], + "type": "string" + }, + "BudgetName": { + "pattern": "^(?![^:\\\\]*/action/|(?i).*.*)[^:\\\\]+$", + "type": "string" + }, + "Definition": { + "$ref": "#/definitions/Definition" + }, + "ExecutionRoleArn": { + "pattern": "^arn:aws(-cn|-us-gov|-iso|-iso-[a-z]{1})?:iam::\\d{12}:role(\\u002F[\\u0021-\\u007F]+\\u002F|\\u002F)[\\w+=,.@-]+$", + "type": "string" + }, + "NotificationType": { + "enum": [ + "ACTUAL", + "FORECASTED" + ], + "type": "string" + }, + "ResourceTags": { + "items": { + "$ref": "#/definitions/ResourceTag" + }, + "type": "array" + }, + "Subscribers": { + "items": { + "$ref": "#/definitions/Subscriber" + }, + "maxItems": 11, + "minItems": 1, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/ActionId" + ], + "required": [ + "BudgetName", + "NotificationType", + "ActionType", + "ActionThreshold", + "ExecutionRoleArn", + "Definition", + "Subscribers" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/ResourceTags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Budgets::BudgetsAction" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-cassandra-keyspace.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-cassandra-keyspace.json new file mode 100644 index 0000000000000000000000000000000000000000..f197b941f15b87414668dc487b1732368d652755 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-cassandra-keyspace.json @@ -0,0 +1,116 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ReplicationSpecification", + "/properties/KeyspaceName" + ], + "definitions": { + "RegionList": { + "insertionOrder": false, + "items": { + "enum": [ + "ap-northeast-1", + "ap-northeast-2", + "ap-south-1", + "ap-southeast-1", + "ap-southeast-2", + "ca-central-1", + "eu-central-1", + "eu-north-1", + "eu-west-1", + "eu-west-2", + "eu-west-3", + "sa-east-1", + "us-east-1", + "us-east-2", + "us-west-1", + "us-west-2" + ], + "type": "string" + }, + "maxItems": 6, + "minItems": 2, + "type": "array", + "uniqueItems": true + }, + "ReplicationSpecification": { + "additionalProperties": false, + "default": { + "properties": { + "ReplicationStrategy": { + "const": "SINGLE_REGION", + "type": "string" + } + } + }, + "dependencies": { + "RegionList": [ + "ReplicationStrategy" + ] + }, + "properties": { + "RegionList": { + "$ref": "#/definitions/RegionList" + }, + "ReplicationStrategy": { + "enum": [ + "SINGLE_REGION", + "MULTI_REGION" + ], + "type": "string" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/KeyspaceName" + ], + "properties": { + "KeyspaceName": { + "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$", + "type": "string" + }, + "ReplicationSpecification": { + "$ref": "#/definitions/ReplicationSpecification" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 50, + "minItems": 0, + "type": "array", + "uniqueItems": true + } + }, + "required": [], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Cassandra::Keyspace" +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-cassandra-table.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-cassandra-table.json new file mode 100644 index 0000000000000000000000000000000000000000..9c5e55bdb481e4a28eddf1aadaa66c0f741cb60c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-cassandra-table.json @@ -0,0 +1,314 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/KeyspaceName", + "/properties/TableName", + "/properties/PartitionKeyColumns", + "/properties/ClusteringKeyColumns", + "/properties/ClientSideTimestampsEnabled" + ], + "definitions": { + "AutoScalingSetting": { + "additionalProperties": false, + "properties": { + "AutoScalingDisabled": { + "default": false, + "type": "boolean" + }, + "MaximumUnits": { + "minimum": 1, + "type": "integer" + }, + "MinimumUnits": { + "minimum": 1, + "type": "integer" + }, + "ScalingPolicy": { + "$ref": "#/definitions/ScalingPolicy" + } + }, + "type": "object" + }, + "AutoScalingSpecification": { + "additionalProperties": false, + "properties": { + "ReadCapacityAutoScaling": { + "$ref": "#/definitions/AutoScalingSetting" + }, + "WriteCapacityAutoScaling": { + "$ref": "#/definitions/AutoScalingSetting" + } + }, + "type": "object" + }, + "BillingMode": { + "additionalProperties": false, + "properties": { + "Mode": { + "$ref": "#/definitions/Mode" + }, + "ProvisionedThroughput": { + "$ref": "#/definitions/ProvisionedThroughput" + } + }, + "required": [ + "Mode" + ], + "type": "object" + }, + "ClusteringKeyColumn": { + "additionalProperties": false, + "properties": { + "Column": { + "$ref": "#/definitions/Column" + }, + "OrderBy": { + "default": "ASC", + "enum": [ + "ASC", + "DESC" + ], + "type": "string" + } + }, + "required": [ + "Column" + ], + "type": "object" + }, + "Column": { + "additionalProperties": false, + "properties": { + "ColumnName": { + "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$", + "type": "string" + }, + "ColumnType": { + "type": "string" + } + }, + "required": [ + "ColumnName", + "ColumnType" + ], + "type": "object" + }, + "EncryptionSpecification": { + "additionalProperties": false, + "properties": { + "EncryptionType": { + "$ref": "#/definitions/EncryptionType" + }, + "KmsKeyIdentifier": { + "$ref": "#/definitions/KmsKeyIdentifier" + } + }, + "required": [ + "EncryptionType" + ], + "type": "object" + }, + "EncryptionType": { + "default": "AWS_OWNED_KMS_KEY", + "enum": [ + "AWS_OWNED_KMS_KEY", + "CUSTOMER_MANAGED_KMS_KEY" + ], + "type": "string" + }, + "KmsKeyIdentifier": { + "type": "string" + }, + "Mode": { + "default": "ON_DEMAND", + "enum": [ + "PROVISIONED", + "ON_DEMAND" + ], + "type": "string" + }, + "ProvisionedThroughput": { + "additionalProperties": false, + "properties": { + "ReadCapacityUnits": { + "minimum": 1, + "type": "integer" + }, + "WriteCapacityUnits": { + "minimum": 1, + "type": "integer" + } + }, + "required": [ + "ReadCapacityUnits", + "WriteCapacityUnits" + ], + "type": "object" + }, + "ReplicaSpecification": { + "additionalProperties": false, + "properties": { + "ReadCapacityAutoScaling": { + "$ref": "#/definitions/AutoScalingSetting" + }, + "ReadCapacityUnits": { + "type": "integer" + }, + "Region": { + "maxLength": 25, + "minLength": 2, + "type": "string" + } + }, + "required": [ + "Region" + ], + "type": "object" + }, + "ScalingPolicy": { + "additionalProperties": false, + "properties": { + "TargetTrackingScalingPolicyConfiguration": { + "$ref": "#/definitions/TargetTrackingScalingPolicyConfiguration" + } + }, + "type": "object" + }, + "Tag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "Value", + "Key" + ], + "type": "object" + }, + "TargetTrackingScalingPolicyConfiguration": { + "additionalProperties": false, + "properties": { + "DisableScaleIn": { + "default": "false", + "type": "boolean" + }, + "ScaleInCooldown": { + "default": 0, + "type": "integer" + }, + "ScaleOutCooldown": { + "default": 0, + "type": "integer" + }, + "TargetValue": { + "type": "integer" + } + }, + "required": [ + "TargetValue" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/KeyspaceName", + "/properties/TableName" + ], + "properties": { + "AutoScalingSpecifications": { + "$ref": "#/definitions/AutoScalingSpecification" + }, + "BillingMode": { + "$ref": "#/definitions/BillingMode" + }, + "ClientSideTimestampsEnabled": { + "type": "boolean" + }, + "ClusteringKeyColumns": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/ClusteringKeyColumn" + }, + "type": "array", + "uniqueItems": true + }, + "DefaultTimeToLive": { + "minimum": 0, + "type": "integer" + }, + "EncryptionSpecification": { + "$ref": "#/definitions/EncryptionSpecification" + }, + "KeyspaceName": { + "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$", + "type": "string" + }, + "PartitionKeyColumns": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/Column" + }, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "PointInTimeRecoveryEnabled": { + "type": "boolean" + }, + "RegularColumns": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Column" + }, + "type": "array", + "uniqueItems": true + }, + "ReplicaSpecifications": { + "insertionOrder": true, + "items": { + "$ref": "#/definitions/ReplicaSpecification" + }, + "minItems": 1, + "type": "array", + "uniqueItems": true + }, + "TableName": { + "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$", + "type": "string" + }, + "Tags": { + "items": { + "$ref": "#/definitions/Tag" + }, + "maxItems": 50, + "minItems": 0, + "type": "array", + "uniqueItems": true + } + }, + "required": [ + "KeyspaceName", + "PartitionKeyColumns" + ], + "tagging": { + "cloudFormationSystemTags": true, + "tagOnCreate": true, + "tagProperty": "/properties/Tags", + "tagUpdatable": true, + "taggable": true + }, + "typeName": "AWS::Cassandra::Table", + "writeOnlyProperties": [ + "/properties/AutoScalingSpecifications", + "/properties/ReplicaSpecifications" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-ce-anomalymonitor.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-ce-anomalymonitor.json new file mode 100644 index 0000000000000000000000000000000000000000..3e2afb66c2d1c752feafe94799e593625275c98c --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-ce-anomalymonitor.json @@ -0,0 +1,114 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/MonitorType", + "/properties/MonitorDimension", + "/properties/MonitorSpecification", + "/properties/ResourceTags" + ], + "definitions": { + "Arn": { + "pattern": "^arn:aws[-a-z0-9]*:[a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$", + "type": "string" + }, + "ResourceTag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^(?!aws:).*$", + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/MonitorArn" + ], + "properties": { + "CreationDate": { + "maxLength": 40, + "minLength": 0, + "pattern": "(\\d{4}-\\d{2}-\\d{2})(T\\d{2}:\\d{2}:\\d{2}Z)?", + "type": "string" + }, + "DimensionalValueCount": { + "minimum": 0, + "type": "integer" + }, + "LastEvaluatedDate": { + "maxLength": 40, + "minLength": 0, + "pattern": "(\\d{4}-\\d{2}-\\d{2})(T\\d{2}:\\d{2}:\\d{2}Z)?|(NOT_EVALUATED_YET)", + "type": "string" + }, + "LastUpdatedDate": { + "maxLength": 40, + "minLength": 0, + "pattern": "(\\d{4}-\\d{2}-\\d{2})(T\\d{2}:\\d{2}:\\d{2}Z)?", + "type": "string" + }, + "MonitorArn": { + "$ref": "#/definitions/Arn" + }, + "MonitorDimension": { + "enum": [ + "SERVICE" + ], + "type": "string" + }, + "MonitorName": { + "maxLength": 1024, + "minLength": 0, + "pattern": "[\\S\\s]*", + "type": "string" + }, + "MonitorSpecification": { + "type": "string" + }, + "MonitorType": { + "enum": [ + "DIMENSIONAL", + "CUSTOM" + ], + "type": "string" + }, + "ResourceTags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ResourceTag" + }, + "maxItems": 200, + "minItems": 0, + "type": "array" + } + }, + "readOnlyProperties": [ + "/properties/MonitorArn", + "/properties/CreationDate", + "/properties/LastEvaluatedDate", + "/properties/LastUpdatedDate", + "/properties/DimensionalValueCount" + ], + "required": [ + "MonitorName", + "MonitorType" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "typeName": "AWS::CE::AnomalyMonitor", + "writeOnlyProperties": [ + "/properties/ResourceTags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-ce-anomalysubscription.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-ce-anomalysubscription.json new file mode 100644 index 0000000000000000000000000000000000000000..50b10fad34e0f4665f27d05e4b666bdee04a9f70 --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-ce-anomalysubscription.json @@ -0,0 +1,135 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/ResourceTags" + ], + "definitions": { + "Arn": { + "pattern": "^arn:aws[-a-z0-9]*:[a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$", + "type": "string" + }, + "ResourceTag": { + "additionalProperties": false, + "properties": { + "Key": { + "maxLength": 128, + "minLength": 1, + "pattern": "^(?!aws:).*$", + "type": "string" + }, + "Value": { + "maxLength": 256, + "minLength": 0, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", + "type": "string" + } + }, + "required": [ + "Key", + "Value" + ], + "type": "object" + }, + "Subscriber": { + "additionalProperties": false, + "properties": { + "Address": { + "pattern": "(^[a-zA-Z0-9.!#$%&'*+=?^_\u2018{|}~-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$)|(^arn:(aws[a-zA-Z-]*):sns:[a-zA-Z0-9-]+:[0-9]{12}:[a-zA-Z0-9_-]+(\\.fifo)?$)", + "type": "string" + }, + "Status": { + "enum": [ + "CONFIRMED", + "DECLINED" + ], + "type": "string" + }, + "Type": { + "enum": [ + "EMAIL", + "SNS" + ], + "type": "string" + } + }, + "required": [ + "Address", + "Type" + ], + "type": "object" + } + }, + "primaryIdentifier": [ + "/properties/SubscriptionArn" + ], + "properties": { + "AccountId": { + "maxLength": 1024, + "minLength": 0, + "type": "string" + }, + "Frequency": { + "enum": [ + "DAILY", + "IMMEDIATE", + "WEEKLY" + ], + "type": "string" + }, + "MonitorArnList": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Arn" + }, + "type": "array" + }, + "ResourceTags": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/ResourceTag" + }, + "maxItems": 200, + "minItems": 0, + "type": "array" + }, + "Subscribers": { + "insertionOrder": false, + "items": { + "$ref": "#/definitions/Subscriber" + }, + "type": "array" + }, + "SubscriptionArn": { + "$ref": "#/definitions/Arn" + }, + "SubscriptionName": { + "maxLength": 1024, + "minLength": 0, + "pattern": "[\\S\\s]*", + "type": "string" + }, + "Threshold": { + "minimum": 0, + "type": "number" + }, + "ThresholdExpression": { + "type": "string" + } + }, + "readOnlyProperties": [ + "/properties/SubscriptionArn", + "/properties/AccountId", + "/properties/Subscribers/*/Status" + ], + "required": [ + "MonitorArnList", + "Subscribers", + "Frequency", + "SubscriptionName" + ], + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", + "typeName": "AWS::CE::AnomalySubscription", + "writeOnlyProperties": [ + "/properties/ResourceTags" + ] +} diff --git a/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-ce-costcategory.json b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-ce-costcategory.json new file mode 100644 index 0000000000000000000000000000000000000000..3835cb3cc201b014c6221471242eda7032387d0d --- /dev/null +++ b/testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/us_east_1/aws-ce-costcategory.json @@ -0,0 +1,61 @@ +{ + "additionalProperties": false, + "createOnlyProperties": [ + "/properties/Name" + ], + "definitions": { + "ZonedDateTime": { + "maxLength": 25, + "minLength": 20, + "pattern": "^\\d{4}-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(([+-]\\d\\d:\\d\\d)|Z)$", + "type": "string" + } + }, + "primaryIdentifier": [ + "/properties/Arn" + ], + "properties": { + "Arn": { + "pattern": "^arn:aws[-a-z0-9]*:[a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$", + "type": "string" + }, + "DefaultValue": { + "maxLength": 50, + "minLength": 1, + "pattern": "^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(?