diff --git a/providers/src/awscc/v00.00.00000/services/acmpca.yaml b/providers/src/awscc/v00.00.00000/services/acmpca.yaml index 8398e71f..9d1716bb 100644 --- a/providers/src/awscc/v00.00.00000/services/acmpca.yaml +++ b/providers/src/awscc/v00.00.00000/services/acmpca.yaml @@ -603,34 +603,6 @@ components: delete: - acm-pca:DeletePermission x-stackQL-resources: - certificates: - name: certificates - id: awscc.acmpca.certificates - x-cfn-schema-name: Certificate - x-type: list - x-identifiers: - - Arn - - CertificateAuthorityArn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn, - JSON_EXTRACT(Properties, '$.CertificateAuthorityArn') as certificate_authority_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ACMPCA::Certificate' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn, - json_extract_path_text(Properties, 'CertificateAuthorityArn') as certificate_authority_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ACMPCA::Certificate' - AND region = 'us-east-1' certificate: name: certificate id: awscc.acmpca.certificate @@ -657,7 +629,7 @@ components: JSON_EXTRACT(Properties, '$.Certificate') as certificate, JSON_EXTRACT(Properties, '$.Arn') as arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::Certificate' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -675,7 +647,7 @@ components: json_extract_path_text(Properties, 'Certificate') as certificate, json_extract_path_text(Properties, 'Arn') as arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::Certificate' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' certificate_authorities: name: certificate_authorities @@ -751,31 +723,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::CertificateAuthority' AND data__Identifier = '' AND region = 'us-east-1' - certificate_authority_activations: - name: certificate_authority_activations - id: awscc.acmpca.certificate_authority_activations - x-cfn-schema-name: CertificateAuthorityActivation - x-type: list - x-identifiers: - - CertificateAuthorityArn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.CertificateAuthorityArn') as certificate_authority_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ACMPCA::CertificateAuthorityActivation' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'CertificateAuthorityArn') as certificate_authority_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ACMPCA::CertificateAuthorityActivation' - AND region = 'us-east-1' certificate_authority_activation: name: certificate_authority_activation id: awscc.acmpca.certificate_authority_activation @@ -813,34 +760,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::CertificateAuthorityActivation' AND data__Identifier = '' AND region = 'us-east-1' - permissions: - name: permissions - id: awscc.acmpca.permissions - x-cfn-schema-name: Permission - x-type: list - x-identifiers: - - CertificateAuthorityArn - - Principal - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.CertificateAuthorityArn') as certificate_authority_arn, - JSON_EXTRACT(Properties, '$.Principal') as principal - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ACMPCA::Permission' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'CertificateAuthorityArn') as certificate_authority_arn, - json_extract_path_text(Properties, 'Principal') as principal - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ACMPCA::Permission' - AND region = 'us-east-1' permission: name: permission id: awscc.acmpca.permission @@ -862,7 +781,7 @@ components: JSON_EXTRACT(Properties, '$.Principal') as principal, JSON_EXTRACT(Properties, '$.SourceAccount') as source_account FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::Permission' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -875,5 +794,5 @@ components: json_extract_path_text(Properties, 'Principal') as principal, json_extract_path_text(Properties, 'SourceAccount') as source_account FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::Permission' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/amplifyuibuilder.yaml b/providers/src/awscc/v00.00.00000/services/amplifyuibuilder.yaml index 30ea4816..202d3365 100644 --- a/providers/src/awscc/v00.00.00000/services/amplifyuibuilder.yaml +++ b/providers/src/awscc/v00.00.00000/services/amplifyuibuilder.yaml @@ -901,7 +901,7 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Variants') as variants FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Component' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -927,7 +927,7 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Variants') as variants FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Component' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' forms: name: forms @@ -991,7 +991,7 @@ components: JSON_EXTRACT(Properties, '$.Style') as style, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Form' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1013,7 +1013,7 @@ components: json_extract_path_text(Properties, 'Style') as style, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Form' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' themes: name: themes @@ -1073,7 +1073,7 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Values') as _values FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Theme' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1091,5 +1091,5 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Values') as _values FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Theme' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/apigateway.yaml b/providers/src/awscc/v00.00.00000/services/apigateway.yaml index 2dcdf76d..263acf7c 100644 --- a/providers/src/awscc/v00.00.00000/services/apigateway.yaml +++ b/providers/src/awscc/v00.00.00000/services/apigateway.yaml @@ -1527,31 +1527,6 @@ components: - ec2:DescribeVpcEndpointServiceConfigurations - ec2:ModifyVpcEndpointServicePermissions x-stackQL-resources: - accounts: - name: accounts - id: awscc.apigateway.accounts - x-cfn-schema-name: Account - x-type: list - x-identifiers: - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Account' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Account' - AND region = 'us-east-1' account: name: account id: awscc.apigateway.account @@ -1709,7 +1684,7 @@ components: JSON_EXTRACT(Properties, '$.ProviderARNs') as provider_arns, JSON_EXTRACT(Properties, '$.Type') as type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Authorizer' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1729,7 +1704,7 @@ components: json_extract_path_text(Properties, 'ProviderARNs') as provider_arns, json_extract_path_text(Properties, 'Type') as type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Authorizer' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' base_path_mappings: name: base_path_mappings @@ -1780,7 +1755,7 @@ components: JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.Stage') as stage FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::BasePathMapping' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1793,7 +1768,7 @@ components: json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'Stage') as stage FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::BasePathMapping' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' client_certificates: name: client_certificates @@ -1904,7 +1879,7 @@ components: JSON_EXTRACT(Properties, '$.StageDescription') as stage_description, JSON_EXTRACT(Properties, '$.StageName') as stage_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Deployment' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1919,7 +1894,7 @@ components: json_extract_path_text(Properties, 'StageDescription') as stage_description, json_extract_path_text(Properties, 'StageName') as stage_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Deployment' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' documentation_parts: name: documentation_parts @@ -1970,7 +1945,7 @@ components: JSON_EXTRACT(Properties, '$.Properties') as properties, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DocumentationPart' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1983,7 +1958,7 @@ components: json_extract_path_text(Properties, 'Properties') as properties, json_extract_path_text(Properties, 'RestApiId') as rest_api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DocumentationPart' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' documentation_versions: name: documentation_versions @@ -2033,7 +2008,7 @@ components: JSON_EXTRACT(Properties, '$.DocumentationVersion') as documentation_version, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DocumentationVersion' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2045,7 +2020,7 @@ components: json_extract_path_text(Properties, 'DocumentationVersion') as documentation_version, json_extract_path_text(Properties, 'RestApiId') as rest_api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DocumentationVersion' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' domain_names: name: domain_names @@ -2148,76 +2123,6 @@ components: json_extract_path_text(Properties, 'Id') as id FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::GatewayResponse' AND region = 'us-east-1' - gateway_response: - name: gateway_response - id: awscc.apigateway.gateway_response - x-cfn-schema-name: GatewayResponse - x-type: get - x-identifiers: - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - data__Identifier, - JSON_EXTRACT(Properties, '$.Id') as id, - JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, - JSON_EXTRACT(Properties, '$.ResponseType') as response_type, - JSON_EXTRACT(Properties, '$.StatusCode') as status_code, - JSON_EXTRACT(Properties, '$.ResponseParameters') as response_parameters, - JSON_EXTRACT(Properties, '$.ResponseTemplates') as response_templates - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::GatewayResponse' - AND data__Identifier = '' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - data__Identifier, - json_extract_path_text(Properties, 'Id') as id, - json_extract_path_text(Properties, 'RestApiId') as rest_api_id, - json_extract_path_text(Properties, 'ResponseType') as response_type, - json_extract_path_text(Properties, 'StatusCode') as status_code, - json_extract_path_text(Properties, 'ResponseParameters') as response_parameters, - json_extract_path_text(Properties, 'ResponseTemplates') as response_templates - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::GatewayResponse' - AND data__Identifier = '' - AND region = 'us-east-1' - methods: - name: methods - id: awscc.apigateway.methods - x-cfn-schema-name: Method - x-type: list - x-identifiers: - - RestApiId - - ResourceId - - HttpMethod - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, - JSON_EXTRACT(Properties, '$.ResourceId') as resource_id, - JSON_EXTRACT(Properties, '$.HttpMethod') as http_method - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Method' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'RestApiId') as rest_api_id, - json_extract_path_text(Properties, 'ResourceId') as resource_id, - json_extract_path_text(Properties, 'HttpMethod') as http_method - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Method' - AND region = 'us-east-1' method: name: method id: awscc.apigateway.method @@ -2249,7 +2154,7 @@ components: JSON_EXTRACT(Properties, '$.ResourceId') as resource_id, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Method' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2271,7 +2176,7 @@ components: json_extract_path_text(Properties, 'ResourceId') as resource_id, json_extract_path_text(Properties, 'RestApiId') as rest_api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Method' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' models: name: models @@ -2323,7 +2228,7 @@ components: JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.Schema') as _schema FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Model' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2337,7 +2242,7 @@ components: json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'Schema') as _schema FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Model' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' request_validators: name: request_validators @@ -2389,7 +2294,7 @@ components: JSON_EXTRACT(Properties, '$.ValidateRequestBody') as validate_request_body, JSON_EXTRACT(Properties, '$.ValidateRequestParameters') as validate_request_parameters FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::RequestValidator' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2403,7 +2308,7 @@ components: json_extract_path_text(Properties, 'ValidateRequestBody') as validate_request_body, json_extract_path_text(Properties, 'ValidateRequestParameters') as validate_request_parameters FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::RequestValidator' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' resources: name: resources @@ -2454,7 +2359,7 @@ components: JSON_EXTRACT(Properties, '$.ParentId') as parent_id, JSON_EXTRACT(Properties, '$.PathPart') as path_part FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Resource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2467,7 +2372,7 @@ components: json_extract_path_text(Properties, 'ParentId') as parent_id, json_extract_path_text(Properties, 'PathPart') as path_part FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Resource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' rest_apis: name: rest_apis @@ -2614,7 +2519,7 @@ components: JSON_EXTRACT(Properties, '$.TracingEnabled') as tracing_enabled, JSON_EXTRACT(Properties, '$.Variables') as variables FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Stage' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2637,7 +2542,7 @@ components: json_extract_path_text(Properties, 'TracingEnabled') as tracing_enabled, json_extract_path_text(Properties, 'Variables') as variables FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Stage' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' usage_plans: name: usage_plans diff --git a/providers/src/awscc/v00.00.00000/services/apigatewayv2.yaml b/providers/src/awscc/v00.00.00000/services/apigatewayv2.yaml index 2395de82..0c179f45 100644 --- a/providers/src/awscc/v00.00.00000/services/apigatewayv2.yaml +++ b/providers/src/awscc/v00.00.00000/services/apigatewayv2.yaml @@ -869,7 +869,7 @@ components: JSON_EXTRACT(Properties, '$.ApiMappingKey') as api_mapping_key, JSON_EXTRACT(Properties, '$.ApiId') as api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::ApiMapping' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -883,7 +883,7 @@ components: json_extract_path_text(Properties, 'ApiMappingKey') as api_mapping_key, json_extract_path_text(Properties, 'ApiId') as api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::ApiMapping' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' authorizers: name: authorizers @@ -942,7 +942,7 @@ components: JSON_EXTRACT(Properties, '$.AuthorizerId') as authorizer_id, JSON_EXTRACT(Properties, '$.Name') as name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Authorizer' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -963,7 +963,7 @@ components: json_extract_path_text(Properties, 'AuthorizerId') as authorizer_id, json_extract_path_text(Properties, 'Name') as name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Authorizer' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' deployments: name: deployments @@ -1014,7 +1014,7 @@ components: JSON_EXTRACT(Properties, '$.StageName') as stage_name, JSON_EXTRACT(Properties, '$.ApiId') as api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Deployment' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1027,7 +1027,7 @@ components: json_extract_path_text(Properties, 'StageName') as stage_name, json_extract_path_text(Properties, 'ApiId') as api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Deployment' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' domain_names: name: domain_names @@ -1150,7 +1150,7 @@ components: JSON_EXTRACT(Properties, '$.IntegrationResponseKey') as integration_response_key, JSON_EXTRACT(Properties, '$.ApiId') as api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::IntegrationResponse' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1167,7 +1167,7 @@ components: json_extract_path_text(Properties, 'IntegrationResponseKey') as integration_response_key, json_extract_path_text(Properties, 'ApiId') as api_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::IntegrationResponse' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' models: name: models @@ -1220,7 +1220,7 @@ components: JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.Name') as name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Model' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1235,7 +1235,7 @@ components: json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'Name') as name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Model' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' routes: name: routes @@ -1295,7 +1295,7 @@ components: JSON_EXTRACT(Properties, '$.Target') as target, JSON_EXTRACT(Properties, '$.AuthorizerId') as authorizer_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Route' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1317,7 +1317,7 @@ components: json_extract_path_text(Properties, 'Target') as target, json_extract_path_text(Properties, 'AuthorizerId') as authorizer_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Route' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' route_responses: name: route_responses @@ -1375,7 +1375,7 @@ components: JSON_EXTRACT(Properties, '$.ResponseModels') as response_models, JSON_EXTRACT(Properties, '$.RouteResponseId') as route_response_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::RouteResponse' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1391,7 +1391,7 @@ components: json_extract_path_text(Properties, 'ResponseModels') as response_models, json_extract_path_text(Properties, 'RouteResponseId') as route_response_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::RouteResponse' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' vpc_links: name: vpc_links diff --git a/providers/src/awscc/v00.00.00000/services/appconfig.yaml b/providers/src/awscc/v00.00.00000/services/appconfig.yaml index b8e1752c..3fa86100 100644 --- a/providers/src/awscc/v00.00.00000/services/appconfig.yaml +++ b/providers/src/awscc/v00.00.00000/services/appconfig.yaml @@ -633,7 +633,7 @@ components: JSON_EXTRACT(Properties, '$.KmsKeyIdentifier') as kms_key_identifier, JSON_EXTRACT(Properties, '$.KmsKeyArn') as kms_key_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::ConfigurationProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -653,7 +653,7 @@ components: json_extract_path_text(Properties, 'KmsKeyIdentifier') as kms_key_identifier, json_extract_path_text(Properties, 'KmsKeyArn') as kms_key_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::ConfigurationProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' environments: name: environments @@ -706,7 +706,7 @@ components: JSON_EXTRACT(Properties, '$.Monitors') as monitors, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::Environment' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -721,7 +721,7 @@ components: json_extract_path_text(Properties, 'Monitors') as monitors, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::Environment' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' extensions: name: extensions @@ -920,7 +920,7 @@ components: JSON_EXTRACT(Properties, '$.LatestVersionNumber') as latest_version_number, JSON_EXTRACT(Properties, '$.VersionLabel') as version_label FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::HostedConfigurationVersion' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -937,5 +937,5 @@ components: json_extract_path_text(Properties, 'LatestVersionNumber') as latest_version_number, json_extract_path_text(Properties, 'VersionLabel') as version_label FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::HostedConfigurationVersion' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/applicationautoscaling.yaml b/providers/src/awscc/v00.00.00000/services/applicationautoscaling.yaml index 196a5db6..5ac35c9c 100644 --- a/providers/src/awscc/v00.00.00000/services/applicationautoscaling.yaml +++ b/providers/src/awscc/v00.00.00000/services/applicationautoscaling.yaml @@ -443,7 +443,7 @@ components: JSON_EXTRACT(Properties, '$.ServiceNamespace') as service_namespace, JSON_EXTRACT(Properties, '$.SuspendedState') as suspended_state FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalableTarget' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -461,7 +461,7 @@ components: json_extract_path_text(Properties, 'ServiceNamespace') as service_namespace, json_extract_path_text(Properties, 'SuspendedState') as suspended_state FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalableTarget' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' scaling_policies: name: scaling_policies @@ -517,7 +517,7 @@ components: JSON_EXTRACT(Properties, '$.TargetTrackingScalingPolicyConfiguration') as target_tracking_scaling_policy_configuration, JSON_EXTRACT(Properties, '$.Arn') as arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalingPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -535,5 +535,5 @@ components: json_extract_path_text(Properties, 'TargetTrackingScalingPolicyConfiguration') as target_tracking_scaling_policy_configuration, json_extract_path_text(Properties, 'Arn') as arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalingPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/appstream.yaml b/providers/src/awscc/v00.00.00000/services/appstream.yaml index e8f18b68..6ddd3d86 100644 --- a/providers/src/awscc/v00.00.00000/services/appstream.yaml +++ b/providers/src/awscc/v00.00.00000/services/appstream.yaml @@ -586,31 +586,6 @@ components: - iam:DeleteServiceLinkedRole - iam:GetServiceLinkedRoleDeletionStatus x-stackQL-resources: - app_blocks: - name: app_blocks - id: awscc.appstream.app_blocks - x-cfn-schema-name: AppBlock - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::AppBlock' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::AppBlock' - AND region = 'us-east-1' app_block: name: app_block id: awscc.appstream.app_block @@ -736,31 +711,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::AppBlockBuilder' AND data__Identifier = '' AND region = 'us-east-1' - applications: - name: applications - id: awscc.appstream.applications - x-cfn-schema-name: Application - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::Application' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::Application' - AND region = 'us-east-1' application: name: application id: awscc.appstream.application @@ -816,37 +766,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::Application' AND data__Identifier = '' AND region = 'us-east-1' - application_entitlement_associations: - name: application_entitlement_associations - id: awscc.appstream.application_entitlement_associations - x-cfn-schema-name: ApplicationEntitlementAssociation - x-type: list - x-identifiers: - - StackName - - EntitlementName - - ApplicationIdentifier - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.StackName') as stack_name, - JSON_EXTRACT(Properties, '$.EntitlementName') as entitlement_name, - JSON_EXTRACT(Properties, '$.ApplicationIdentifier') as application_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::ApplicationEntitlementAssociation' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'StackName') as stack_name, - json_extract_path_text(Properties, 'EntitlementName') as entitlement_name, - json_extract_path_text(Properties, 'ApplicationIdentifier') as application_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::ApplicationEntitlementAssociation' - AND region = 'us-east-1' application_entitlement_association: name: application_entitlement_association id: awscc.appstream.application_entitlement_association @@ -868,7 +787,7 @@ components: JSON_EXTRACT(Properties, '$.EntitlementName') as entitlement_name, JSON_EXTRACT(Properties, '$.ApplicationIdentifier') as application_identifier FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::ApplicationEntitlementAssociation' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -880,35 +799,7 @@ components: json_extract_path_text(Properties, 'EntitlementName') as entitlement_name, json_extract_path_text(Properties, 'ApplicationIdentifier') as application_identifier FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::ApplicationEntitlementAssociation' - AND data__Identifier = '' - AND region = 'us-east-1' - application_fleet_associations: - name: application_fleet_associations - id: awscc.appstream.application_fleet_associations - x-cfn-schema-name: ApplicationFleetAssociation - x-type: list - x-identifiers: - - FleetName - - ApplicationArn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.FleetName') as fleet_name, - JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::ApplicationFleetAssociation' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'FleetName') as fleet_name, - json_extract_path_text(Properties, 'ApplicationArn') as application_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::ApplicationFleetAssociation' + AND data__Identifier = '||' AND region = 'us-east-1' application_fleet_association: name: application_fleet_association @@ -929,7 +820,7 @@ components: JSON_EXTRACT(Properties, '$.FleetName') as fleet_name, JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::ApplicationFleetAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -940,7 +831,7 @@ components: json_extract_path_text(Properties, 'FleetName') as fleet_name, json_extract_path_text(Properties, 'ApplicationArn') as application_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::ApplicationFleetAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' directory_configs: name: directory_configs @@ -1002,34 +893,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::DirectoryConfig' AND data__Identifier = '' AND region = 'us-east-1' - entitlements: - name: entitlements - id: awscc.appstream.entitlements - x-cfn-schema-name: Entitlement - x-type: list - x-identifiers: - - StackName - - Name - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.StackName') as stack_name, - JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::Entitlement' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'StackName') as stack_name, - json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::Entitlement' - AND region = 'us-east-1' entitlement: name: entitlement id: awscc.appstream.entitlement @@ -1054,7 +917,7 @@ components: JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::Entitlement' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1070,7 +933,7 @@ components: json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::Entitlement' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' image_builders: name: image_builders diff --git a/providers/src/awscc/v00.00.00000/services/appsync.yaml b/providers/src/awscc/v00.00.00000/services/appsync.yaml index 3c7d751b..31e38768 100644 --- a/providers/src/awscc/v00.00.00000/services/appsync.yaml +++ b/providers/src/awscc/v00.00.00000/services/appsync.yaml @@ -498,31 +498,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::DomainName' AND data__Identifier = '' AND region = 'us-east-1' - domain_name_api_associations: - name: domain_name_api_associations - id: awscc.appsync.domain_name_api_associations - x-cfn-schema-name: DomainNameApiAssociation - x-type: list - x-identifiers: - - ApiAssociationIdentifier - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.ApiAssociationIdentifier') as api_association_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::DomainNameApiAssociation' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'ApiAssociationIdentifier') as api_association_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::DomainNameApiAssociation' - AND region = 'us-east-1' domain_name_api_association: name: domain_name_api_association id: awscc.appsync.domain_name_api_association diff --git a/providers/src/awscc/v00.00.00000/services/athena.yaml b/providers/src/awscc/v00.00.00000/services/athena.yaml index 51a2d74c..2edd4dd7 100644 --- a/providers/src/awscc/v00.00.00000/services/athena.yaml +++ b/providers/src/awscc/v00.00.00000/services/athena.yaml @@ -808,7 +808,7 @@ components: JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.QueryStatement') as query_statement FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::PreparedStatement' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -821,7 +821,7 @@ components: json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'QueryStatement') as query_statement FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::PreparedStatement' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' work_groups: name: work_groups diff --git a/providers/src/awscc/v00.00.00000/services/autoscaling.yaml b/providers/src/awscc/v00.00.00000/services/autoscaling.yaml index 374a30f6..36e77666 100644 --- a/providers/src/awscc/v00.00.00000/services/autoscaling.yaml +++ b/providers/src/awscc/v00.00.00000/services/autoscaling.yaml @@ -1323,7 +1323,7 @@ components: JSON_EXTRACT(Properties, '$.NotificationTargetARN') as notification_target_arn, JSON_EXTRACT(Properties, '$.RoleARN') as role_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::LifecycleHook' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1340,7 +1340,7 @@ components: json_extract_path_text(Properties, 'NotificationTargetARN') as notification_target_arn, json_extract_path_text(Properties, 'RoleARN') as role_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::LifecycleHook' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' scaling_policies: name: scaling_policies @@ -1474,7 +1474,7 @@ components: JSON_EXTRACT(Properties, '$.DesiredCapacity') as desired_capacity, JSON_EXTRACT(Properties, '$.MaxSize') as max_size FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::ScheduledAction' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1492,32 +1492,7 @@ components: json_extract_path_text(Properties, 'DesiredCapacity') as desired_capacity, json_extract_path_text(Properties, 'MaxSize') as max_size FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::ScheduledAction' - AND data__Identifier = '' - AND region = 'us-east-1' - warm_pools: - name: warm_pools - id: awscc.autoscaling.warm_pools - x-cfn-schema-name: WarmPool - x-type: list - x-identifiers: - - AutoScalingGroupName - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.AutoScalingGroupName') as auto_scaling_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::WarmPool' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'AutoScalingGroupName') as auto_scaling_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::WarmPool' + AND data__Identifier = '|' AND region = 'us-east-1' warm_pool: name: warm_pool diff --git a/providers/src/awscc/v00.00.00000/services/backup.yaml b/providers/src/awscc/v00.00.00000/services/backup.yaml index f39fd437..af4214c3 100644 --- a/providers/src/awscc/v00.00.00000/services/backup.yaml +++ b/providers/src/awscc/v00.00.00000/services/backup.yaml @@ -1218,7 +1218,7 @@ components: JSON_EXTRACT(Properties, '$.RestoreTestingSelectionName') as restore_testing_selection_name, JSON_EXTRACT(Properties, '$.ValidationWindowHours') as validation_window_hours FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::RestoreTestingSelection' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1235,5 +1235,5 @@ components: json_extract_path_text(Properties, 'RestoreTestingSelectionName') as restore_testing_selection_name, json_extract_path_text(Properties, 'ValidationWindowHours') as validation_window_hours FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::RestoreTestingSelection' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/budgets.yaml b/providers/src/awscc/v00.00.00000/services/budgets.yaml index 88909bd1..f9d0afb2 100644 --- a/providers/src/awscc/v00.00.00000/services/budgets.yaml +++ b/providers/src/awscc/v00.00.00000/services/budgets.yaml @@ -226,7 +226,7 @@ components: JSON_EXTRACT(Properties, '$.Subscribers') as subscribers, JSON_EXTRACT(Properties, '$.Definition') as definition FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Budgets::BudgetsAction' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -244,5 +244,5 @@ components: json_extract_path_text(Properties, 'Subscribers') as subscribers, json_extract_path_text(Properties, 'Definition') as definition FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Budgets::BudgetsAction' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/cassandra.yaml b/providers/src/awscc/v00.00.00000/services/cassandra.yaml index b9dd1ba9..fdc5be6d 100644 --- a/providers/src/awscc/v00.00.00000/services/cassandra.yaml +++ b/providers/src/awscc/v00.00.00000/services/cassandra.yaml @@ -535,7 +535,7 @@ components: JSON_EXTRACT(Properties, '$.AutoScalingSpecifications') as auto_scaling_specifications, JSON_EXTRACT(Properties, '$.ReplicaSpecifications') as replica_specifications FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cassandra::Table' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -557,5 +557,5 @@ components: json_extract_path_text(Properties, 'AutoScalingSpecifications') as auto_scaling_specifications, json_extract_path_text(Properties, 'ReplicaSpecifications') as replica_specifications FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cassandra::Table' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/certificatemanager.yaml b/providers/src/awscc/v00.00.00000/services/certificatemanager.yaml index 3ce4b595..f9537287 100644 --- a/providers/src/awscc/v00.00.00000/services/certificatemanager.yaml +++ b/providers/src/awscc/v00.00.00000/services/certificatemanager.yaml @@ -42,31 +42,6 @@ components: - acm:GetAccountConfiguration - acm:PutAccountConfiguration x-stackQL-resources: - accounts: - name: accounts - id: awscc.certificatemanager.accounts - x-cfn-schema-name: Account - x-type: list - x-identifiers: - - AccountId - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CertificateManager::Account' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CertificateManager::Account' - AND region = 'us-east-1' account: name: account id: awscc.certificatemanager.account diff --git a/providers/src/awscc/v00.00.00000/services/cleanrooms.yaml b/providers/src/awscc/v00.00.00000/services/cleanrooms.yaml index 457fd87c..f18abb78 100644 --- a/providers/src/awscc/v00.00.00000/services/cleanrooms.yaml +++ b/providers/src/awscc/v00.00.00000/services/cleanrooms.yaml @@ -1046,7 +1046,7 @@ components: JSON_EXTRACT(Properties, '$.Source') as source, JSON_EXTRACT(Properties, '$.Format') as _format FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::AnalysisTemplate' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1068,7 +1068,7 @@ components: json_extract_path_text(Properties, 'Source') as source, json_extract_path_text(Properties, 'Format') as _format FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::AnalysisTemplate' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' collaborations: name: collaborations @@ -1267,7 +1267,7 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::ConfiguredTableAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1284,7 +1284,7 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RoleArn') as role_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::ConfiguredTableAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' memberships: name: memberships diff --git a/providers/src/awscc/v00.00.00000/services/cloudformation.yaml b/providers/src/awscc/v00.00.00000/services/cloudformation.yaml index 0bf6eb0d..aab63b71 100644 --- a/providers/src/awscc/v00.00.00000/services/cloudformation.yaml +++ b/providers/src/awscc/v00.00.00000/services/cloudformation.yaml @@ -1335,31 +1335,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::ModuleDefaultVersion' AND data__Identifier = '' AND region = 'us-east-1' - module_versions: - name: module_versions - id: awscc.cloudformation.module_versions - x-cfn-schema-name: ModuleVersion - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::ModuleVersion' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::ModuleVersion' - AND region = 'us-east-1' module_version: name: module_version id: awscc.cloudformation.module_version diff --git a/providers/src/awscc/v00.00.00000/services/cloudfront.yaml b/providers/src/awscc/v00.00.00000/services/cloudfront.yaml index e5fc077f..29cdfba9 100644 --- a/providers/src/awscc/v00.00.00000/services/cloudfront.yaml +++ b/providers/src/awscc/v00.00.00000/services/cloudfront.yaml @@ -2427,31 +2427,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::KeyValueStore' AND data__Identifier = '' AND region = 'us-east-1' - monitoring_subscriptions: - name: monitoring_subscriptions - id: awscc.cloudfront.monitoring_subscriptions - x-cfn-schema-name: MonitoringSubscription - x-type: list - x-identifiers: - - DistributionId - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.DistributionId') as distribution_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::MonitoringSubscription' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'DistributionId') as distribution_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::MonitoringSubscription' - AND region = 'us-east-1' monitoring_subscription: name: monitoring_subscription id: awscc.cloudfront.monitoring_subscription diff --git a/providers/src/awscc/v00.00.00000/services/cloudtrail.yaml b/providers/src/awscc/v00.00.00000/services/cloudtrail.yaml index 9f30d6e0..cabb8b94 100644 --- a/providers/src/awscc/v00.00.00000/services/cloudtrail.yaml +++ b/providers/src/awscc/v00.00.00000/services/cloudtrail.yaml @@ -710,31 +710,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudTrail::EventDataStore' AND data__Identifier = '' AND region = 'us-east-1' - resource_policies: - name: resource_policies - id: awscc.cloudtrail.resource_policies - x-cfn-schema-name: ResourcePolicy - x-type: list - x-identifiers: - - ResourceArn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudTrail::ResourcePolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'ResourceArn') as resource_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudTrail::ResourcePolicy' - AND region = 'us-east-1' resource_policy: name: resource_policy id: awscc.cloudtrail.resource_policy diff --git a/providers/src/awscc/v00.00.00000/services/codepipeline.yaml b/providers/src/awscc/v00.00.00000/services/codepipeline.yaml index 8837665b..8175dcfb 100644 --- a/providers/src/awscc/v00.00.00000/services/codepipeline.yaml +++ b/providers/src/awscc/v00.00.00000/services/codepipeline.yaml @@ -214,7 +214,7 @@ components: JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.Id') as id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodePipeline::CustomActionType' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -232,5 +232,5 @@ components: json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'Id') as id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodePipeline::CustomActionType' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/codestarconnections.yaml b/providers/src/awscc/v00.00.00000/services/codestarconnections.yaml index 7fc6ef65..f901a2d7 100644 --- a/providers/src/awscc/v00.00.00000/services/codestarconnections.yaml +++ b/providers/src/awscc/v00.00.00000/services/codestarconnections.yaml @@ -427,7 +427,7 @@ components: JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.RepositoryLinkId') as repository_link_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeStarConnections::SyncConfiguration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -445,5 +445,5 @@ components: json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'RepositoryLinkId') as repository_link_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeStarConnections::SyncConfiguration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/cognito.yaml b/providers/src/awscc/v00.00.00000/services/cognito.yaml index 697a059c..481f61ba 100644 --- a/providers/src/awscc/v00.00.00000/services/cognito.yaml +++ b/providers/src/awscc/v00.00.00000/services/cognito.yaml @@ -1164,7 +1164,7 @@ components: JSON_EXTRACT(Properties, '$.UseDefaults') as use_defaults, JSON_EXTRACT(Properties, '$.PrincipalTags') as principal_tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::IdentityPoolPrincipalTag' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1177,7 +1177,7 @@ components: json_extract_path_text(Properties, 'UseDefaults') as use_defaults, json_extract_path_text(Properties, 'PrincipalTags') as principal_tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::IdentityPoolPrincipalTag' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' identity_pool_role_attachments: name: identity_pool_role_attachments @@ -1239,31 +1239,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::IdentityPoolRoleAttachment' AND data__Identifier = '' AND region = 'us-east-1' - log_delivery_configurations: - name: log_delivery_configurations - id: awscc.cognito.log_delivery_configurations - x-cfn-schema-name: LogDeliveryConfiguration - x-type: list - x-identifiers: - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::LogDeliveryConfiguration' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::LogDeliveryConfiguration' - AND region = 'us-east-1' log_delivery_configuration: name: log_delivery_configuration id: awscc.cognito.log_delivery_configuration @@ -1475,7 +1450,7 @@ components: JSON_EXTRACT(Properties, '$.ClientSecret') as client_secret, JSON_EXTRACT(Properties, '$.ClientId') as client_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolClient' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1509,7 +1484,7 @@ components: json_extract_path_text(Properties, 'ClientSecret') as client_secret, json_extract_path_text(Properties, 'ClientId') as client_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolClient' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' user_pool_groups: name: user_pool_groups @@ -1561,7 +1536,7 @@ components: JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolGroup' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1575,35 +1550,7 @@ components: json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolGroup' - AND data__Identifier = '' - AND region = 'us-east-1' - user_pool_risk_configuration_attachments: - name: user_pool_risk_configuration_attachments - id: awscc.cognito.user_pool_risk_configuration_attachments - x-cfn-schema-name: UserPoolRiskConfigurationAttachment - x-type: list - x-identifiers: - - UserPoolId - - ClientId - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, - JSON_EXTRACT(Properties, '$.ClientId') as client_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolRiskConfigurationAttachment' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, - json_extract_path_text(Properties, 'ClientId') as client_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolRiskConfigurationAttachment' + AND data__Identifier = '|' AND region = 'us-east-1' user_pool_risk_configuration_attachment: name: user_pool_risk_configuration_attachment @@ -1627,7 +1574,7 @@ components: JSON_EXTRACT(Properties, '$.CompromisedCredentialsRiskConfiguration') as compromised_credentials_risk_configuration, JSON_EXTRACT(Properties, '$.AccountTakeoverRiskConfiguration') as account_takeover_risk_configuration FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolRiskConfigurationAttachment' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1641,7 +1588,7 @@ components: json_extract_path_text(Properties, 'CompromisedCredentialsRiskConfiguration') as compromised_credentials_risk_configuration, json_extract_path_text(Properties, 'AccountTakeoverRiskConfiguration') as account_takeover_risk_configuration FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolRiskConfigurationAttachment' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' user_pool_users: name: user_pool_users @@ -1696,7 +1643,7 @@ components: JSON_EXTRACT(Properties, '$.ValidationData') as validation_data, JSON_EXTRACT(Properties, '$.ClientMetadata') as client_metadata FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolUser' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1713,38 +1660,7 @@ components: json_extract_path_text(Properties, 'ValidationData') as validation_data, json_extract_path_text(Properties, 'ClientMetadata') as client_metadata FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolUser' - AND data__Identifier = '' - AND region = 'us-east-1' - user_pool_user_to_group_attachments: - name: user_pool_user_to_group_attachments - id: awscc.cognito.user_pool_user_to_group_attachments - x-cfn-schema-name: UserPoolUserToGroupAttachment - x-type: list - x-identifiers: - - UserPoolId - - GroupName - - Username - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, - JSON_EXTRACT(Properties, '$.GroupName') as group_name, - JSON_EXTRACT(Properties, '$.Username') as username - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolUserToGroupAttachment' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, - json_extract_path_text(Properties, 'GroupName') as group_name, - json_extract_path_text(Properties, 'Username') as username - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolUserToGroupAttachment' + AND data__Identifier = '|' AND region = 'us-east-1' user_pool_user_to_group_attachment: name: user_pool_user_to_group_attachment @@ -1767,7 +1683,7 @@ components: JSON_EXTRACT(Properties, '$.Username') as username, JSON_EXTRACT(Properties, '$.GroupName') as group_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolUserToGroupAttachment' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1779,5 +1695,5 @@ components: json_extract_path_text(Properties, 'Username') as username, json_extract_path_text(Properties, 'GroupName') as group_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolUserToGroupAttachment' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/config.yaml b/providers/src/awscc/v00.00.00000/services/config.yaml index f6604d84..e04111ee 100644 --- a/providers/src/awscc/v00.00.00000/services/config.yaml +++ b/providers/src/awscc/v00.00.00000/services/config.yaml @@ -639,7 +639,7 @@ components: JSON_EXTRACT(Properties, '$.AggregationAuthorizationArn') as aggregation_authorization_arn, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::AggregationAuthorization' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -652,7 +652,7 @@ components: json_extract_path_text(Properties, 'AggregationAuthorizationArn') as aggregation_authorization_arn, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::AggregationAuthorization' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' config_rules: name: config_rules diff --git a/providers/src/awscc/v00.00.00000/services/connect.yaml b/providers/src/awscc/v00.00.00000/services/connect.yaml index e4ad9c05..f1cc475c 100644 --- a/providers/src/awscc/v00.00.00000/services/connect.yaml +++ b/providers/src/awscc/v00.00.00000/services/connect.yaml @@ -2858,7 +2858,7 @@ components: JSON_EXTRACT(Properties, '$.Origin') as origin, JSON_EXTRACT(Properties, '$.InstanceId') as instance_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ApprovedOrigin' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2869,7 +2869,7 @@ components: json_extract_path_text(Properties, 'Origin') as origin, json_extract_path_text(Properties, 'InstanceId') as instance_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ApprovedOrigin' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' contact_flows: name: contact_flows @@ -3270,7 +3270,7 @@ components: JSON_EXTRACT(Properties, '$.KinesisStreamConfig') as kinesis_stream_config, JSON_EXTRACT(Properties, '$.KinesisFirehoseConfig') as kinesis_firehose_config FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::InstanceStorageConfig' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3287,7 +3287,7 @@ components: json_extract_path_text(Properties, 'KinesisStreamConfig') as kinesis_stream_config, json_extract_path_text(Properties, 'KinesisFirehoseConfig') as kinesis_firehose_config FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::InstanceStorageConfig' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' integration_associations: name: integration_associations @@ -3342,7 +3342,7 @@ components: JSON_EXTRACT(Properties, '$.IntegrationArn') as integration_arn, JSON_EXTRACT(Properties, '$.IntegrationType') as integration_type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::IntegrationAssociation' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3355,7 +3355,7 @@ components: json_extract_path_text(Properties, 'IntegrationArn') as integration_arn, json_extract_path_text(Properties, 'IntegrationType') as integration_type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::IntegrationAssociation' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' predefined_attributes: name: predefined_attributes @@ -3405,7 +3405,7 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Values') as _values FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::PredefinedAttribute' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3417,7 +3417,7 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Values') as _values FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::PredefinedAttribute' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' prompts: name: prompts @@ -3693,31 +3693,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::RoutingProfile' AND data__Identifier = '' AND region = 'us-east-1' - rules: - name: rules - id: awscc.connect.rules - x-cfn-schema-name: Rule - x-type: list - x-identifiers: - - RuleArn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::Rule' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::Rule' - AND region = 'us-east-1' rule: name: rule id: awscc.connect.rule @@ -3809,7 +3784,7 @@ components: JSON_EXTRACT(Properties, '$.InstanceId') as instance_id, JSON_EXTRACT(Properties, '$.AssociationId') as association_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::SecurityKey' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3821,7 +3796,7 @@ components: json_extract_path_text(Properties, 'InstanceId') as instance_id, json_extract_path_text(Properties, 'AssociationId') as association_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::SecurityKey' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' security_profiles: name: security_profiles diff --git a/providers/src/awscc/v00.00.00000/services/controltower.yaml b/providers/src/awscc/v00.00.00000/services/controltower.yaml index 7fd13ad3..ec0e2cdc 100644 --- a/providers/src/awscc/v00.00.00000/services/controltower.yaml +++ b/providers/src/awscc/v00.00.00000/services/controltower.yaml @@ -541,7 +541,7 @@ components: JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ControlTower::EnabledControl' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -554,7 +554,7 @@ components: json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ControlTower::EnabledControl' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' landing_zones: name: landing_zones diff --git a/providers/src/awscc/v00.00.00000/services/customerprofiles.yaml b/providers/src/awscc/v00.00.00000/services/customerprofiles.yaml index 3da660ec..6454c340 100644 --- a/providers/src/awscc/v00.00.00000/services/customerprofiles.yaml +++ b/providers/src/awscc/v00.00.00000/services/customerprofiles.yaml @@ -1375,7 +1375,7 @@ components: JSON_EXTRACT(Properties, '$.LastUpdatedAt') as last_updated_at, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::CalculatedAttributeDefinition' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1394,7 +1394,7 @@ components: json_extract_path_text(Properties, 'LastUpdatedAt') as last_updated_at, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::CalculatedAttributeDefinition' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' domains: name: domains @@ -1521,7 +1521,7 @@ components: JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.DestinationDetails') as destination_details FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::EventStream' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1538,7 +1538,7 @@ components: json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'DestinationDetails') as destination_details FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::EventStream' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' integrations: name: integrations @@ -1593,7 +1593,7 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ObjectTypeNames') as object_type_names FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::Integration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1610,7 +1610,7 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ObjectTypeNames') as object_type_names FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::Integration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' object_types: name: object_types @@ -1670,7 +1670,7 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TemplateId') as template_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::ObjectType' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1692,5 +1692,5 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TemplateId') as template_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::ObjectType' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/datazone.yaml b/providers/src/awscc/v00.00.00000/services/datazone.yaml index d82a8d0f..56f6c021 100644 --- a/providers/src/awscc/v00.00.00000/services/datazone.yaml +++ b/providers/src/awscc/v00.00.00000/services/datazone.yaml @@ -1155,7 +1155,7 @@ components: JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::DataSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1186,7 +1186,7 @@ components: json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'UpdatedAt') as updated_at FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::DataSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' domains: name: domains @@ -1330,7 +1330,7 @@ components: JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.UserParameters') as user_parameters FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Environment' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1358,7 +1358,7 @@ components: json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'UserParameters') as user_parameters FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Environment' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' environment_blueprint_configurations: name: environment_blueprint_configurations @@ -1415,7 +1415,7 @@ components: JSON_EXTRACT(Properties, '$.DomainIdentifier') as domain_identifier, JSON_EXTRACT(Properties, '$.ManageAccessRoleArn') as manage_access_role_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::EnvironmentBlueprintConfiguration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1434,7 +1434,7 @@ components: json_extract_path_text(Properties, 'DomainIdentifier') as domain_identifier, json_extract_path_text(Properties, 'ManageAccessRoleArn') as manage_access_role_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::EnvironmentBlueprintConfiguration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' environment_profiles: name: environment_profiles @@ -1496,7 +1496,7 @@ components: JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.UserParameters') as user_parameters FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::EnvironmentProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1520,7 +1520,7 @@ components: json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'UserParameters') as user_parameters FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::EnvironmentProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' projects: name: projects @@ -1576,7 +1576,7 @@ components: JSON_EXTRACT(Properties, '$.LastUpdatedAt') as last_updated_at, JSON_EXTRACT(Properties, '$.Name') as name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Project' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1594,7 +1594,7 @@ components: json_extract_path_text(Properties, 'LastUpdatedAt') as last_updated_at, json_extract_path_text(Properties, 'Name') as name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Project' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' subscription_targets: name: subscription_targets @@ -1662,7 +1662,7 @@ components: JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.UpdatedBy') as updated_by FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::SubscriptionTarget' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1688,5 +1688,5 @@ components: json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'UpdatedBy') as updated_by FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::SubscriptionTarget' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/detective.yaml b/providers/src/awscc/v00.00.00000/services/detective.yaml index 008071fd..2fb8f645 100644 --- a/providers/src/awscc/v00.00.00000/services/detective.yaml +++ b/providers/src/awscc/v00.00.00000/services/detective.yaml @@ -257,7 +257,7 @@ components: JSON_EXTRACT(Properties, '$.DisableEmailNotification') as disable_email_notification, JSON_EXTRACT(Properties, '$.Message') as message FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Detective::MemberInvitation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -271,7 +271,7 @@ components: json_extract_path_text(Properties, 'DisableEmailNotification') as disable_email_notification, json_extract_path_text(Properties, 'Message') as message FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Detective::MemberInvitation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' organization_admins: name: organization_admins diff --git a/providers/src/awscc/v00.00.00000/services/ecs.yaml b/providers/src/awscc/v00.00.00000/services/ecs.yaml index 4d3c4612..fae1bf52 100644 --- a/providers/src/awscc/v00.00.00000/services/ecs.yaml +++ b/providers/src/awscc/v00.00.00000/services/ecs.yaml @@ -1826,34 +1826,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::ClusterCapacityProviderAssociations' AND data__Identifier = '' AND region = 'us-east-1' - primary_task_sets: - name: primary_task_sets - id: awscc.ecs.primary_task_sets - x-cfn-schema-name: PrimaryTaskSet - x-type: list - x-identifiers: - - Cluster - - Service - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Cluster') as cluster, - JSON_EXTRACT(Properties, '$.Service') as service - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECS::PrimaryTaskSet' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Cluster') as cluster, - json_extract_path_text(Properties, 'Service') as service - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECS::PrimaryTaskSet' - AND region = 'us-east-1' primary_task_set: name: primary_task_set id: awscc.ecs.primary_task_set @@ -1874,7 +1846,7 @@ components: JSON_EXTRACT(Properties, '$.TaskSetId') as task_set_id, JSON_EXTRACT(Properties, '$.Service') as service FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::PrimaryTaskSet' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1886,7 +1858,7 @@ components: json_extract_path_text(Properties, 'TaskSetId') as task_set_id, json_extract_path_text(Properties, 'Service') as service FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::PrimaryTaskSet' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' services: name: services @@ -1958,7 +1930,7 @@ components: JSON_EXTRACT(Properties, '$.TaskDefinition') as task_definition, JSON_EXTRACT(Properties, '$.VolumeConfigurations') as volume_configurations FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::Service' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1992,7 +1964,7 @@ components: json_extract_path_text(Properties, 'TaskDefinition') as task_definition, json_extract_path_text(Properties, 'VolumeConfigurations') as volume_configurations FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::Service' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' task_definitions: name: task_definitions @@ -2082,37 +2054,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::TaskDefinition' AND data__Identifier = '' AND region = 'us-east-1' - task_sets: - name: task_sets - id: awscc.ecs.task_sets - x-cfn-schema-name: TaskSet - x-type: list - x-identifiers: - - Cluster - - Service - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Cluster') as cluster, - JSON_EXTRACT(Properties, '$.Service') as service, - JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECS::TaskSet' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Cluster') as cluster, - json_extract_path_text(Properties, 'Service') as service, - json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECS::TaskSet' - AND region = 'us-east-1' task_set: name: task_set id: awscc.ecs.task_set @@ -2143,7 +2084,7 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TaskDefinition') as task_definition FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::TaskSet' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2164,5 +2105,5 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TaskDefinition') as task_definition FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::TaskSet' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/eks.yaml b/providers/src/awscc/v00.00.00000/services/eks.yaml index a0831720..14c3aea9 100644 --- a/providers/src/awscc/v00.00.00000/services/eks.yaml +++ b/providers/src/awscc/v00.00.00000/services/eks.yaml @@ -1017,7 +1017,7 @@ components: JSON_EXTRACT(Properties, '$.AccessPolicies') as access_policies, JSON_EXTRACT(Properties, '$.Type') as type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::AccessEntry' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1034,7 +1034,7 @@ components: json_extract_path_text(Properties, 'AccessPolicies') as access_policies, json_extract_path_text(Properties, 'Type') as type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::AccessEntry' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' addons: name: addons @@ -1090,7 +1090,7 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::Addon' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1108,7 +1108,7 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::Addon' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' clusters: name: clusters @@ -1248,7 +1248,7 @@ components: JSON_EXTRACT(Properties, '$.Selectors') as selectors, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::FargateProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1264,7 +1264,7 @@ components: json_extract_path_text(Properties, 'Selectors') as selectors, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::FargateProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' identity_provider_configs: name: identity_provider_configs @@ -1321,7 +1321,7 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.IdentityProviderConfigArn') as identity_provider_config_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::IdentityProviderConfig' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1336,7 +1336,7 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'IdentityProviderConfigArn') as identity_provider_config_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::IdentityProviderConfig' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' nodegroups: name: nodegroups diff --git a/providers/src/awscc/v00.00.00000/services/elasticbeanstalk.yaml b/providers/src/awscc/v00.00.00000/services/elasticbeanstalk.yaml index c13b8ed9..b001edea 100644 --- a/providers/src/awscc/v00.00.00000/services/elasticbeanstalk.yaml +++ b/providers/src/awscc/v00.00.00000/services/elasticbeanstalk.yaml @@ -473,7 +473,7 @@ components: JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.SourceBundle') as source_bundle FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::ApplicationVersion' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -486,7 +486,7 @@ components: json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'SourceBundle') as source_bundle FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::ApplicationVersion' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' configuration_templates: name: configuration_templates @@ -541,7 +541,7 @@ components: JSON_EXTRACT(Properties, '$.SourceConfiguration') as source_configuration, JSON_EXTRACT(Properties, '$.TemplateName') as template_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::ConfigurationTemplate' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -558,7 +558,7 @@ components: json_extract_path_text(Properties, 'SourceConfiguration') as source_configuration, json_extract_path_text(Properties, 'TemplateName') as template_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::ConfigurationTemplate' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' environments: name: environments diff --git a/providers/src/awscc/v00.00.00000/services/elasticloadbalancingv2.yaml b/providers/src/awscc/v00.00.00000/services/elasticloadbalancingv2.yaml index 55fab60f..5cfa3af4 100644 --- a/providers/src/awscc/v00.00.00000/services/elasticloadbalancingv2.yaml +++ b/providers/src/awscc/v00.00.00000/services/elasticloadbalancingv2.yaml @@ -1282,7 +1282,7 @@ components: JSON_EXTRACT(Properties, '$.RevocationId') as revocation_id, JSON_EXTRACT(Properties, '$.TrustStoreRevocations') as trust_store_revocations FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TrustStoreRevocation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1295,5 +1295,5 @@ components: json_extract_path_text(Properties, 'RevocationId') as revocation_id, json_extract_path_text(Properties, 'TrustStoreRevocations') as trust_store_revocations FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TrustStoreRevocation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/emr.yaml b/providers/src/awscc/v00.00.00000/services/emr.yaml index 2160a5e8..e160ddc3 100644 --- a/providers/src/awscc/v00.00.00000/services/emr.yaml +++ b/providers/src/awscc/v00.00.00000/services/emr.yaml @@ -447,68 +447,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::SecurityConfiguration' AND data__Identifier = '' AND region = 'us-east-1' - steps: - name: steps - id: awscc.emr.steps - x-cfn-schema-name: Step - x-type: list - x-identifiers: - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMR::Step' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMR::Step' - AND region = 'us-east-1' - step: - name: step - id: awscc.emr.step - x-cfn-schema-name: Step - x-type: get - x-identifiers: - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - data__Identifier, - JSON_EXTRACT(Properties, '$.Id') as id, - JSON_EXTRACT(Properties, '$.ActionOnFailure') as action_on_failure, - JSON_EXTRACT(Properties, '$.HadoopJarStep') as hadoop_jar_step, - JSON_EXTRACT(Properties, '$.JobFlowId') as job_flow_id, - JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::Step' - AND data__Identifier = '' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - data__Identifier, - json_extract_path_text(Properties, 'Id') as id, - json_extract_path_text(Properties, 'ActionOnFailure') as action_on_failure, - json_extract_path_text(Properties, 'HadoopJarStep') as hadoop_jar_step, - json_extract_path_text(Properties, 'JobFlowId') as job_flow_id, - json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::Step' - AND data__Identifier = '' - AND region = 'us-east-1' studios: name: studios id: awscc.emr.studios @@ -654,7 +592,7 @@ components: JSON_EXTRACT(Properties, '$.SessionPolicyArn') as session_policy_arn, JSON_EXTRACT(Properties, '$.StudioId') as studio_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::StudioSessionMapping' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -667,7 +605,7 @@ components: json_extract_path_text(Properties, 'SessionPolicyArn') as session_policy_arn, json_extract_path_text(Properties, 'StudioId') as studio_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::StudioSessionMapping' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' wal_workspaces: name: wal_workspaces diff --git a/providers/src/awscc/v00.00.00000/services/eventschemas.yaml b/providers/src/awscc/v00.00.00000/services/eventschemas.yaml index b206ce91..b9d2d9d5 100644 --- a/providers/src/awscc/v00.00.00000/services/eventschemas.yaml +++ b/providers/src/awscc/v00.00.00000/services/eventschemas.yaml @@ -356,31 +356,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EventSchemas::Registry' AND data__Identifier = '' AND region = 'us-east-1' - registry_policies: - name: registry_policies - id: awscc.eventschemas.registry_policies - x-cfn-schema-name: RegistryPolicy - x-type: list - x-identifiers: - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EventSchemas::RegistryPolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EventSchemas::RegistryPolicy' - AND region = 'us-east-1' registry_policy: name: registry_policy id: awscc.eventschemas.registry_policy diff --git a/providers/src/awscc/v00.00.00000/services/evidently.yaml b/providers/src/awscc/v00.00.00000/services/evidently.yaml index 39122032..7c051a6d 100644 --- a/providers/src/awscc/v00.00.00000/services/evidently.yaml +++ b/providers/src/awscc/v00.00.00000/services/evidently.yaml @@ -771,31 +771,6 @@ components: - evidently:ListSegment - evidently:ListTagsForResource x-stackQL-resources: - experiments: - name: experiments - id: awscc.evidently.experiments - x-cfn-schema-name: Experiment - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Evidently::Experiment' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Evidently::Experiment' - AND region = 'us-east-1' experiment: name: experiment id: awscc.evidently.experiment @@ -849,31 +824,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Experiment' AND data__Identifier = '' AND region = 'us-east-1' - features: - name: features - id: awscc.evidently.features - x-cfn-schema-name: Feature - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Evidently::Feature' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Evidently::Feature' - AND region = 'us-east-1' feature: name: feature id: awscc.evidently.feature @@ -919,31 +869,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Feature' AND data__Identifier = '' AND region = 'us-east-1' - launches: - name: launches - id: awscc.evidently.launches - x-cfn-schema-name: Launch - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Evidently::Launch' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Evidently::Launch' - AND region = 'us-east-1' launch: name: launch id: awscc.evidently.launch @@ -991,31 +916,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Launch' AND data__Identifier = '' AND region = 'us-east-1' - projects: - name: projects - id: awscc.evidently.projects - x-cfn-schema-name: Project - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Evidently::Project' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Evidently::Project' - AND region = 'us-east-1' project: name: project id: awscc.evidently.project diff --git a/providers/src/awscc/v00.00.00000/services/fis.yaml b/providers/src/awscc/v00.00.00000/services/fis.yaml index f164fe91..ba245c50 100644 --- a/providers/src/awscc/v00.00.00000/services/fis.yaml +++ b/providers/src/awscc/v00.00.00000/services/fis.yaml @@ -450,7 +450,7 @@ components: JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Description') as description FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FIS::TargetAccountConfiguration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -463,5 +463,5 @@ components: json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Description') as description FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FIS::TargetAccountConfiguration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/glue.yaml b/providers/src/awscc/v00.00.00000/services/glue.yaml index 9eb9db15..a2822479 100644 --- a/providers/src/awscc/v00.00.00000/services/glue.yaml +++ b/providers/src/awscc/v00.00.00000/services/glue.yaml @@ -211,7 +211,7 @@ components: JSON_EXTRACT(Properties, '$.Key') as key, JSON_EXTRACT(Properties, '$.Value') as value FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::SchemaVersionMetadata' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -223,5 +223,5 @@ components: json_extract_path_text(Properties, 'Key') as key, json_extract_path_text(Properties, 'Value') as value FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::SchemaVersionMetadata' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/groundstation.yaml b/providers/src/awscc/v00.00.00000/services/groundstation.yaml index d67537e2..cea8dfdd 100644 --- a/providers/src/awscc/v00.00.00000/services/groundstation.yaml +++ b/providers/src/awscc/v00.00.00000/services/groundstation.yaml @@ -687,7 +687,7 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Region') as region FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GroundStation::MissionProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -708,5 +708,5 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Region') as region FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GroundStation::MissionProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/guardduty.yaml b/providers/src/awscc/v00.00.00000/services/guardduty.yaml index 0fb62d59..d3df1b8a 100644 --- a/providers/src/awscc/v00.00.00000/services/guardduty.yaml +++ b/providers/src/awscc/v00.00.00000/services/guardduty.yaml @@ -561,7 +561,7 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Filter' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -577,7 +577,7 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Filter' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' ip_sets: name: ip_sets @@ -631,7 +631,7 @@ components: JSON_EXTRACT(Properties, '$.Location') as location, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::IPSet' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -647,7 +647,7 @@ components: json_extract_path_text(Properties, 'Location') as location, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::IPSet' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' masters: name: masters @@ -697,7 +697,7 @@ components: JSON_EXTRACT(Properties, '$.InvitationId') as invitation_id, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Master' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -709,7 +709,7 @@ components: json_extract_path_text(Properties, 'InvitationId') as invitation_id, json_extract_path_text(Properties, 'DetectorId') as detector_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Master' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' members: name: members @@ -762,7 +762,7 @@ components: JSON_EXTRACT(Properties, '$.DisableEmailNotification') as disable_email_notification, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Member' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -777,7 +777,7 @@ components: json_extract_path_text(Properties, 'DisableEmailNotification') as disable_email_notification, json_extract_path_text(Properties, 'DetectorId') as detector_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Member' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' threat_intel_sets: name: threat_intel_sets @@ -831,7 +831,7 @@ components: JSON_EXTRACT(Properties, '$.Location') as location, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::ThreatIntelSet' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -847,5 +847,5 @@ components: json_extract_path_text(Properties, 'Location') as location, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::ThreatIntelSet' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/iam.yaml b/providers/src/awscc/v00.00.00000/services/iam.yaml index 34789a33..7edbb6b0 100644 --- a/providers/src/awscc/v00.00.00000/services/iam.yaml +++ b/providers/src/awscc/v00.00.00000/services/iam.yaml @@ -975,34 +975,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::Group' AND data__Identifier = '' AND region = 'us-east-1' - group_policies: - name: group_policies - id: awscc.iam.group_policies - x-cfn-schema-name: GroupPolicy - x-type: list - x-identifiers: - - PolicyName - - GroupName - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, - JSON_EXTRACT(Properties, '$.GroupName') as group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::GroupPolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'PolicyName') as policy_name, - json_extract_path_text(Properties, 'GroupName') as group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::GroupPolicy' - AND region = 'us-east-1' group_policy: name: group_policy id: awscc.iam.group_policy @@ -1023,7 +995,7 @@ components: JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.GroupName') as group_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::GroupPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1035,7 +1007,7 @@ components: json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'GroupName') as group_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::GroupPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' instance_profiles: name: instance_profiles @@ -1315,34 +1287,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::Role' AND data__Identifier = '' AND region = 'us-east-1' - role_policies: - name: role_policies - id: awscc.iam.role_policies - x-cfn-schema-name: RolePolicy - x-type: list - x-identifiers: - - PolicyName - - RoleName - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, - JSON_EXTRACT(Properties, '$.RoleName') as role_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::RolePolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'PolicyName') as policy_name, - json_extract_path_text(Properties, 'RoleName') as role_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::RolePolicy' - AND region = 'us-east-1' role_policy: name: role_policy id: awscc.iam.role_policy @@ -1363,7 +1307,7 @@ components: JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.RoleName') as role_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::RolePolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1375,7 +1319,7 @@ components: json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'RoleName') as role_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::RolePolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' saml_providers: name: saml_providers @@ -1503,31 +1447,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::ServerCertificate' AND data__Identifier = '' AND region = 'us-east-1' - service_linked_roles: - name: service_linked_roles - id: awscc.iam.service_linked_roles - x-cfn-schema-name: ServiceLinkedRole - x-type: list - x-identifiers: - - RoleName - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.RoleName') as role_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::ServiceLinkedRole' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'RoleName') as role_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::ServiceLinkedRole' - AND region = 'us-east-1' service_linked_role: name: service_linked_role id: awscc.iam.service_linked_role @@ -1633,34 +1552,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::User' AND data__Identifier = '' AND region = 'us-east-1' - user_policies: - name: user_policies - id: awscc.iam.user_policies - x-cfn-schema-name: UserPolicy - x-type: list - x-identifiers: - - PolicyName - - UserName - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, - JSON_EXTRACT(Properties, '$.UserName') as user_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::UserPolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'PolicyName') as policy_name, - json_extract_path_text(Properties, 'UserName') as user_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::UserPolicy' - AND region = 'us-east-1' user_policy: name: user_policy id: awscc.iam.user_policy @@ -1681,7 +1572,7 @@ components: JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.UserName') as user_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::UserPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1693,7 +1584,7 @@ components: json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'UserName') as user_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::UserPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' virtualmfa_devices: name: virtualmfa_devices diff --git a/providers/src/awscc/v00.00.00000/services/identitystore.yaml b/providers/src/awscc/v00.00.00000/services/identitystore.yaml index f62ec82f..0fadb0ec 100644 --- a/providers/src/awscc/v00.00.00000/services/identitystore.yaml +++ b/providers/src/awscc/v00.00.00000/services/identitystore.yaml @@ -170,7 +170,7 @@ components: JSON_EXTRACT(Properties, '$.GroupId') as group_id, JSON_EXTRACT(Properties, '$.IdentityStoreId') as identity_store_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IdentityStore::Group' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -183,7 +183,7 @@ components: json_extract_path_text(Properties, 'GroupId') as group_id, json_extract_path_text(Properties, 'IdentityStoreId') as identity_store_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IdentityStore::Group' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' group_memberships: name: group_memberships @@ -234,7 +234,7 @@ components: JSON_EXTRACT(Properties, '$.MemberId') as member_id, JSON_EXTRACT(Properties, '$.MembershipId') as membership_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IdentityStore::GroupMembership' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -247,5 +247,5 @@ components: json_extract_path_text(Properties, 'MemberId') as member_id, json_extract_path_text(Properties, 'MembershipId') as membership_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IdentityStore::GroupMembership' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/inspector.yaml b/providers/src/awscc/v00.00.00000/services/inspector.yaml index 90154db9..df415e0d 100644 --- a/providers/src/awscc/v00.00.00000/services/inspector.yaml +++ b/providers/src/awscc/v00.00.00000/services/inspector.yaml @@ -242,31 +242,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Inspector::AssessmentTemplate' AND data__Identifier = '' AND region = 'us-east-1' - resource_groups: - name: resource_groups - id: awscc.inspector.resource_groups - x-cfn-schema-name: ResourceGroup - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Inspector::ResourceGroup' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Inspector::ResourceGroup' - AND region = 'us-east-1' resource_group: name: resource_group id: awscc.inspector.resource_group diff --git a/providers/src/awscc/v00.00.00000/services/iot.yaml b/providers/src/awscc/v00.00.00000/services/iot.yaml index f879d716..dd4c72e0 100644 --- a/providers/src/awscc/v00.00.00000/services/iot.yaml +++ b/providers/src/awscc/v00.00.00000/services/iot.yaml @@ -4400,7 +4400,7 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.VersionName') as version_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::SoftwarePackageVersion' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4417,7 +4417,7 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'VersionName') as version_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::SoftwarePackageVersion' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' things: name: things diff --git a/providers/src/awscc/v00.00.00000/services/iottwinmaker.yaml b/providers/src/awscc/v00.00.00000/services/iottwinmaker.yaml index deff94b3..ac8896fb 100644 --- a/providers/src/awscc/v00.00.00000/services/iottwinmaker.yaml +++ b/providers/src/awscc/v00.00.00000/services/iottwinmaker.yaml @@ -1026,7 +1026,7 @@ components: JSON_EXTRACT(Properties, '$.IsSchemaInitialized') as is_schema_initialized, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::ComponentType' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1051,7 +1051,7 @@ components: json_extract_path_text(Properties, 'IsSchemaInitialized') as is_schema_initialized, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::ComponentType' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' entities: name: entities @@ -1111,7 +1111,7 @@ components: JSON_EXTRACT(Properties, '$.Components') as components, JSON_EXTRACT(Properties, '$.CompositeComponents') as composite_components FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::Entity' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1133,7 +1133,7 @@ components: json_extract_path_text(Properties, 'Components') as components, json_extract_path_text(Properties, 'CompositeComponents') as composite_components FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::Entity' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' scenes: name: scenes @@ -1191,7 +1191,7 @@ components: JSON_EXTRACT(Properties, '$.SceneMetadata') as scene_metadata, JSON_EXTRACT(Properties, '$.GeneratedSceneMetadata') as generated_scene_metadata FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::Scene' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1211,7 +1211,7 @@ components: json_extract_path_text(Properties, 'SceneMetadata') as scene_metadata, json_extract_path_text(Properties, 'GeneratedSceneMetadata') as generated_scene_metadata FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::Scene' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' sync_jobs: name: sync_jobs @@ -1266,7 +1266,7 @@ components: JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::SyncJob' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1283,7 +1283,7 @@ components: json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::SyncJob' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' workspaces: name: workspaces diff --git a/providers/src/awscc/v00.00.00000/services/kendra.yaml b/providers/src/awscc/v00.00.00000/services/kendra.yaml index c906a69d..c17a2622 100644 --- a/providers/src/awscc/v00.00.00000/services/kendra.yaml +++ b/providers/src/awscc/v00.00.00000/services/kendra.yaml @@ -1659,7 +1659,7 @@ components: JSON_EXTRACT(Properties, '$.CustomDocumentEnrichmentConfiguration') as custom_document_enrichment_configuration, JSON_EXTRACT(Properties, '$.LanguageCode') as language_code FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kendra::DataSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1680,7 +1680,7 @@ components: json_extract_path_text(Properties, 'CustomDocumentEnrichmentConfiguration') as custom_document_enrichment_configuration, json_extract_path_text(Properties, 'LanguageCode') as language_code FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kendra::DataSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' faqs: name: faqs @@ -1736,7 +1736,7 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kendra::Faq' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1754,7 +1754,7 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kendra::Faq' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' indices: name: indices diff --git a/providers/src/awscc/v00.00.00000/services/kinesisvideo.yaml b/providers/src/awscc/v00.00.00000/services/kinesisvideo.yaml index 75545b0d..abab38c5 100644 --- a/providers/src/awscc/v00.00.00000/services/kinesisvideo.yaml +++ b/providers/src/awscc/v00.00.00000/services/kinesisvideo.yaml @@ -140,31 +140,6 @@ components: - kinesisvideo:DescribeStream - kinesisvideo:DeleteStream x-stackQL-resources: - signaling_channels: - name: signaling_channels - id: awscc.kinesisvideo.signaling_channels - x-cfn-schema-name: SignalingChannel - x-type: list - x-identifiers: - - Name - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisVideo::SignalingChannel' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisVideo::SignalingChannel' - AND region = 'us-east-1' signaling_channel: name: signaling_channel id: awscc.kinesisvideo.signaling_channel @@ -202,31 +177,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KinesisVideo::SignalingChannel' AND data__Identifier = '' AND region = 'us-east-1' - streams: - name: streams - id: awscc.kinesisvideo.streams - x-cfn-schema-name: Stream - x-type: list - x-identifiers: - - Name - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisVideo::Stream' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisVideo::Stream' - AND region = 'us-east-1' kinesisvideo_stream: name: kinesisvideo_stream id: awscc.kinesisvideo.kinesisvideo_stream diff --git a/providers/src/awscc/v00.00.00000/services/lakeformation.yaml b/providers/src/awscc/v00.00.00000/services/lakeformation.yaml index 63c86d98..ab98d6f9 100644 --- a/providers/src/awscc/v00.00.00000/services/lakeformation.yaml +++ b/providers/src/awscc/v00.00.00000/services/lakeformation.yaml @@ -504,7 +504,7 @@ components: JSON_EXTRACT(Properties, '$.ColumnNames') as column_names, JSON_EXTRACT(Properties, '$.ColumnWildcard') as column_wildcard FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::DataCellsFilter' - AND data__Identifier = '' + AND data__Identifier = '|||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -520,7 +520,7 @@ components: json_extract_path_text(Properties, 'ColumnNames') as column_names, json_extract_path_text(Properties, 'ColumnWildcard') as column_wildcard FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::DataCellsFilter' - AND data__Identifier = '' + AND data__Identifier = '|||' AND region = 'us-east-1' principal_permissions: name: principal_permissions @@ -546,7 +546,7 @@ components: JSON_EXTRACT(Properties, '$.PrincipalIdentifier') as principal_identifier, JSON_EXTRACT(Properties, '$.ResourceIdentifier') as resource_identifier FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::PrincipalPermissions' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -562,7 +562,7 @@ components: json_extract_path_text(Properties, 'PrincipalIdentifier') as principal_identifier, json_extract_path_text(Properties, 'ResourceIdentifier') as resource_identifier FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::PrincipalPermissions' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' tags: name: tags @@ -622,34 +622,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::Tag' AND data__Identifier = '' AND region = 'us-east-1' - tag_associations: - name: tag_associations - id: awscc.lakeformation.tag_associations - x-cfn-schema-name: TagAssociation - x-type: list - x-identifiers: - - ResourceIdentifier - - TagsIdentifier - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.ResourceIdentifier') as resource_identifier, - JSON_EXTRACT(Properties, '$.TagsIdentifier') as tags_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LakeFormation::TagAssociation' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'ResourceIdentifier') as resource_identifier, - json_extract_path_text(Properties, 'TagsIdentifier') as tags_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LakeFormation::TagAssociation' - AND region = 'us-east-1' tag_association: name: tag_association id: awscc.lakeformation.tag_association @@ -671,7 +643,7 @@ components: JSON_EXTRACT(Properties, '$.ResourceIdentifier') as resource_identifier, JSON_EXTRACT(Properties, '$.TagsIdentifier') as tags_identifier FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::TagAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -684,5 +656,5 @@ components: json_extract_path_text(Properties, 'ResourceIdentifier') as resource_identifier, json_extract_path_text(Properties, 'TagsIdentifier') as tags_identifier FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::TagAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/lambda.yaml b/providers/src/awscc/v00.00.00000/services/lambda.yaml index 73917ee2..ad8d17c4 100644 --- a/providers/src/awscc/v00.00.00000/services/lambda.yaml +++ b/providers/src/awscc/v00.00.00000/services/lambda.yaml @@ -1414,7 +1414,7 @@ components: JSON_EXTRACT(Properties, '$.MaximumRetryAttempts') as maximum_retry_attempts, JSON_EXTRACT(Properties, '$.Qualifier') as qualifier FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::EventInvokeConfig' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1428,7 +1428,7 @@ components: json_extract_path_text(Properties, 'MaximumRetryAttempts') as maximum_retry_attempts, json_extract_path_text(Properties, 'Qualifier') as qualifier FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::EventInvokeConfig' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' event_source_mappings: name: event_source_mappings @@ -1818,7 +1818,7 @@ components: JSON_EXTRACT(Properties, '$.SourceAccount') as source_account, JSON_EXTRACT(Properties, '$.SourceArn') as source_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Permission' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1836,7 +1836,7 @@ components: json_extract_path_text(Properties, 'SourceAccount') as source_account, json_extract_path_text(Properties, 'SourceArn') as source_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Permission' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' urls: name: urls diff --git a/providers/src/awscc/v00.00.00000/services/lex.yaml b/providers/src/awscc/v00.00.00000/services/lex.yaml index 1cc0f9e0..55eb7ef5 100644 --- a/providers/src/awscc/v00.00.00000/services/lex.yaml +++ b/providers/src/awscc/v00.00.00000/services/lex.yaml @@ -2062,7 +2062,7 @@ components: JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.BotVersionLocaleSpecification') as bot_version_locale_specification FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::BotVersion' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2075,7 +2075,7 @@ components: json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'BotVersionLocaleSpecification') as bot_version_locale_specification FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::BotVersion' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' bot_aliases: name: bot_aliases @@ -2133,7 +2133,7 @@ components: JSON_EXTRACT(Properties, '$.SentimentAnalysisSettings') as sentiment_analysis_settings, JSON_EXTRACT(Properties, '$.BotAliasTags') as bot_alias_tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::BotAlias' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2153,7 +2153,7 @@ components: json_extract_path_text(Properties, 'SentimentAnalysisSettings') as sentiment_analysis_settings, json_extract_path_text(Properties, 'BotAliasTags') as bot_alias_tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::BotAlias' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' resource_policies: name: resource_policies diff --git a/providers/src/awscc/v00.00.00000/services/lightsail.yaml b/providers/src/awscc/v00.00.00000/services/lightsail.yaml index 7d3ef469..b3a93f8a 100644 --- a/providers/src/awscc/v00.00.00000/services/lightsail.yaml +++ b/providers/src/awscc/v00.00.00000/services/lightsail.yaml @@ -1977,7 +1977,7 @@ components: JSON_EXTRACT(Properties, '$.HttpsRedirectionEnabled') as https_redirection_enabled, JSON_EXTRACT(Properties, '$.Status') as status FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::LoadBalancerTlsCertificate' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1994,7 +1994,7 @@ components: json_extract_path_text(Properties, 'HttpsRedirectionEnabled') as https_redirection_enabled, json_extract_path_text(Properties, 'Status') as status FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::LoadBalancerTlsCertificate' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' static_ips: name: static_ips diff --git a/providers/src/awscc/v00.00.00000/services/location.yaml b/providers/src/awscc/v00.00.00000/services/location.yaml index 18abcc87..a7ed566a 100644 --- a/providers/src/awscc/v00.00.00000/services/location.yaml +++ b/providers/src/awscc/v00.00.00000/services/location.yaml @@ -1107,7 +1107,7 @@ components: JSON_EXTRACT(Properties, '$.ConsumerArn') as consumer_arn, JSON_EXTRACT(Properties, '$.TrackerName') as tracker_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::TrackerConsumer' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1118,5 +1118,5 @@ components: json_extract_path_text(Properties, 'ConsumerArn') as consumer_arn, json_extract_path_text(Properties, 'TrackerName') as tracker_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::TrackerConsumer' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/logs.yaml b/providers/src/awscc/v00.00.00000/services/logs.yaml index baccf3da..089672e1 100644 --- a/providers/src/awscc/v00.00.00000/services/logs.yaml +++ b/providers/src/awscc/v00.00.00000/services/logs.yaml @@ -834,7 +834,7 @@ components: JSON_EXTRACT(Properties, '$.Scope') as scope, JSON_EXTRACT(Properties, '$.SelectionCriteria') as selection_criteria FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::AccountPolicy' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -849,7 +849,7 @@ components: json_extract_path_text(Properties, 'Scope') as scope, json_extract_path_text(Properties, 'SelectionCriteria') as selection_criteria FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::AccountPolicy' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' deliveries: name: deliveries @@ -1228,7 +1228,7 @@ components: JSON_EXTRACT(Properties, '$.LogGroupName') as log_group_name, JSON_EXTRACT(Properties, '$.LogStreamName') as log_stream_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::LogStream' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1239,7 +1239,7 @@ components: json_extract_path_text(Properties, 'LogGroupName') as log_group_name, json_extract_path_text(Properties, 'LogStreamName') as log_stream_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::LogStream' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' metric_filters: name: metric_filters @@ -1290,7 +1290,7 @@ components: JSON_EXTRACT(Properties, '$.LogGroupName') as log_group_name, JSON_EXTRACT(Properties, '$.MetricTransformations') as metric_transformations FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::MetricFilter' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1303,7 +1303,7 @@ components: json_extract_path_text(Properties, 'LogGroupName') as log_group_name, json_extract_path_text(Properties, 'MetricTransformations') as metric_transformations FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::MetricFilter' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' query_definitions: name: query_definitions @@ -1472,7 +1472,7 @@ components: JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Distribution') as distribution FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::SubscriptionFilter' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1487,5 +1487,5 @@ components: json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Distribution') as distribution FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::SubscriptionFilter' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/mediaconnect.yaml b/providers/src/awscc/v00.00.00000/services/mediaconnect.yaml index a2c9c614..2212d882 100644 --- a/providers/src/awscc/v00.00.00000/services/mediaconnect.yaml +++ b/providers/src/awscc/v00.00.00000/services/mediaconnect.yaml @@ -858,34 +858,6 @@ components: list: - mediaconnect:ListGateways x-stackQL-resources: - bridge_outputs: - name: bridge_outputs - id: awscc.mediaconnect.bridge_outputs - x-cfn-schema-name: BridgeOutput - x-type: list - x-identifiers: - - BridgeArn - - Name - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.BridgeArn') as bridge_arn, - JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::BridgeOutput' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'BridgeArn') as bridge_arn, - json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::BridgeOutput' - AND region = 'us-east-1' bridge_output: name: bridge_output id: awscc.mediaconnect.bridge_output @@ -906,7 +878,7 @@ components: JSON_EXTRACT(Properties, '$.NetworkOutput') as network_output, JSON_EXTRACT(Properties, '$.Name') as name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::BridgeOutput' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -918,35 +890,7 @@ components: json_extract_path_text(Properties, 'NetworkOutput') as network_output, json_extract_path_text(Properties, 'Name') as name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::BridgeOutput' - AND data__Identifier = '' - AND region = 'us-east-1' - bridge_sources: - name: bridge_sources - id: awscc.mediaconnect.bridge_sources - x-cfn-schema-name: BridgeSource - x-type: list - x-identifiers: - - BridgeArn - - Name - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.BridgeArn') as bridge_arn, - JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::BridgeSource' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'BridgeArn') as bridge_arn, - json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::BridgeSource' + AND data__Identifier = '|' AND region = 'us-east-1' bridge_source: name: bridge_source @@ -969,7 +913,7 @@ components: JSON_EXTRACT(Properties, '$.FlowSource') as flow_source, JSON_EXTRACT(Properties, '$.NetworkSource') as network_source FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::BridgeSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -982,7 +926,7 @@ components: json_extract_path_text(Properties, 'FlowSource') as flow_source, json_extract_path_text(Properties, 'NetworkSource') as network_source FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::BridgeSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' bridges: name: bridges @@ -1413,7 +1357,7 @@ components: JSON_EXTRACT(Properties, '$.SubnetId') as subnet_id, JSON_EXTRACT(Properties, '$.NetworkInterfaceIds') as network_interface_ids FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::FlowVpcInterface' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1428,7 +1372,7 @@ components: json_extract_path_text(Properties, 'SubnetId') as subnet_id, json_extract_path_text(Properties, 'NetworkInterfaceIds') as network_interface_ids FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::FlowVpcInterface' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' gateways: name: gateways diff --git a/providers/src/awscc/v00.00.00000/services/medialive.yaml b/providers/src/awscc/v00.00.00000/services/medialive.yaml index a0b29885..4264fce4 100644 --- a/providers/src/awscc/v00.00.00000/services/medialive.yaml +++ b/providers/src/awscc/v00.00.00000/services/medialive.yaml @@ -462,7 +462,7 @@ components: JSON_EXTRACT(Properties, '$.PipelineDetails') as pipeline_details, JSON_EXTRACT(Properties, '$.ProgramName') as program_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::Multiplexprogram' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -478,5 +478,5 @@ components: json_extract_path_text(Properties, 'PipelineDetails') as pipeline_details, json_extract_path_text(Properties, 'ProgramName') as program_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::Multiplexprogram' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/mediapackagev2.yaml b/providers/src/awscc/v00.00.00000/services/mediapackagev2.yaml index 9724449c..ac5dc5ae 100644 --- a/providers/src/awscc/v00.00.00000/services/mediapackagev2.yaml +++ b/providers/src/awscc/v00.00.00000/services/mediapackagev2.yaml @@ -761,34 +761,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::ChannelGroup' AND data__Identifier = '' AND region = 'us-east-1' - channel_policies: - name: channel_policies - id: awscc.mediapackagev2.channel_policies - x-cfn-schema-name: ChannelPolicy - x-type: list - x-identifiers: - - ChannelGroupName - - ChannelName - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.ChannelGroupName') as channel_group_name, - JSON_EXTRACT(Properties, '$.ChannelName') as channel_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackageV2::ChannelPolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'ChannelGroupName') as channel_group_name, - json_extract_path_text(Properties, 'ChannelName') as channel_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackageV2::ChannelPolicy' - AND region = 'us-east-1' channel_policy: name: channel_policy id: awscc.mediapackagev2.channel_policy @@ -809,7 +781,7 @@ components: JSON_EXTRACT(Properties, '$.ChannelName') as channel_name, JSON_EXTRACT(Properties, '$.Policy') as policy FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::ChannelPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -821,7 +793,7 @@ components: json_extract_path_text(Properties, 'ChannelName') as channel_name, json_extract_path_text(Properties, 'Policy') as policy FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::ChannelPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' origin_endpoints: name: origin_endpoints @@ -901,37 +873,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::OriginEndpoint' AND data__Identifier = '' AND region = 'us-east-1' - origin_endpoint_policies: - name: origin_endpoint_policies - id: awscc.mediapackagev2.origin_endpoint_policies - x-cfn-schema-name: OriginEndpointPolicy - x-type: list - x-identifiers: - - ChannelGroupName - - ChannelName - - OriginEndpointName - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.ChannelGroupName') as channel_group_name, - JSON_EXTRACT(Properties, '$.ChannelName') as channel_name, - JSON_EXTRACT(Properties, '$.OriginEndpointName') as origin_endpoint_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackageV2::OriginEndpointPolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'ChannelGroupName') as channel_group_name, - json_extract_path_text(Properties, 'ChannelName') as channel_name, - json_extract_path_text(Properties, 'OriginEndpointName') as origin_endpoint_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackageV2::OriginEndpointPolicy' - AND region = 'us-east-1' origin_endpoint_policy: name: origin_endpoint_policy id: awscc.mediapackagev2.origin_endpoint_policy @@ -954,7 +895,7 @@ components: JSON_EXTRACT(Properties, '$.OriginEndpointName') as origin_endpoint_name, JSON_EXTRACT(Properties, '$.Policy') as policy FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::OriginEndpointPolicy' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -967,5 +908,5 @@ components: json_extract_path_text(Properties, 'OriginEndpointName') as origin_endpoint_name, json_extract_path_text(Properties, 'Policy') as policy FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::OriginEndpointPolicy' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/mediatailor.yaml b/providers/src/awscc/v00.00.00000/services/mediatailor.yaml index 6b56f84f..3b2e1df5 100644 --- a/providers/src/awscc/v00.00.00000/services/mediatailor.yaml +++ b/providers/src/awscc/v00.00.00000/services/mediatailor.yaml @@ -719,31 +719,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::Channel' AND data__Identifier = '' AND region = 'us-east-1' - channel_policies: - name: channel_policies - id: awscc.mediatailor.channel_policies - x-cfn-schema-name: ChannelPolicy - x-type: list - x-identifiers: - - ChannelName - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.ChannelName') as channel_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::ChannelPolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'ChannelName') as channel_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::ChannelPolicy' - AND region = 'us-east-1' channel_policy: name: channel_policy id: awscc.mediatailor.channel_policy @@ -825,7 +800,7 @@ components: JSON_EXTRACT(Properties, '$.SourceLocationName') as source_location_name, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::LiveSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -839,7 +814,7 @@ components: json_extract_path_text(Properties, 'SourceLocationName') as source_location_name, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::LiveSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' playback_configurations: name: playback_configurations @@ -1045,7 +1020,7 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.VodSourceName') as vod_source_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::VodSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1059,5 +1034,5 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'VodSourceName') as vod_source_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::VodSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/networkmanager.yaml b/providers/src/awscc/v00.00.00000/services/networkmanager.yaml index 654f4698..a87f2ec8 100644 --- a/providers/src/awscc/v00.00.00000/services/networkmanager.yaml +++ b/providers/src/awscc/v00.00.00000/services/networkmanager.yaml @@ -1494,7 +1494,7 @@ components: JSON_EXTRACT(Properties, '$.DeviceId') as device_id, JSON_EXTRACT(Properties, '$.LinkId') as link_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::CustomerGatewayAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1507,7 +1507,7 @@ components: json_extract_path_text(Properties, 'DeviceId') as device_id, json_extract_path_text(Properties, 'LinkId') as link_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::CustomerGatewayAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' devices: name: devices @@ -1568,7 +1568,7 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.State') as state FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Device' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1591,7 +1591,7 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'State') as state FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Device' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' global_networks: name: global_networks @@ -1713,7 +1713,7 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.State') as state FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Link' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1733,7 +1733,7 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'State') as state FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Link' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' link_associations: name: link_associations @@ -1787,7 +1787,7 @@ components: JSON_EXTRACT(Properties, '$.DeviceId') as device_id, JSON_EXTRACT(Properties, '$.LinkId') as link_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::LinkAssociation' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1799,7 +1799,7 @@ components: json_extract_path_text(Properties, 'DeviceId') as device_id, json_extract_path_text(Properties, 'LinkId') as link_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::LinkAssociation' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' sites: name: sites @@ -1854,7 +1854,7 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.State') as state FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Site' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1871,7 +1871,7 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'State') as state FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Site' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' site_to_site_vpn_attachments: name: site_to_site_vpn_attachments @@ -2078,7 +2078,7 @@ components: JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, JSON_EXTRACT(Properties, '$.TransitGatewayArn') as transit_gateway_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayRegistration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2089,7 +2089,7 @@ components: json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, json_extract_path_text(Properties, 'TransitGatewayArn') as transit_gateway_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayRegistration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' transit_gateway_route_table_attachments: name: transit_gateway_route_table_attachments diff --git a/providers/src/awscc/v00.00.00000/services/nimblestudio.yaml b/providers/src/awscc/v00.00.00000/services/nimblestudio.yaml index e6b65039..1799e913 100644 --- a/providers/src/awscc/v00.00.00000/services/nimblestudio.yaml +++ b/providers/src/awscc/v00.00.00000/services/nimblestudio.yaml @@ -877,7 +877,7 @@ components: JSON_EXTRACT(Properties, '$.StudioId') as studio_id, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NimbleStudio::LaunchProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -895,7 +895,7 @@ components: json_extract_path_text(Properties, 'StudioId') as studio_id, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NimbleStudio::LaunchProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' streaming_images: name: streaming_images @@ -952,7 +952,7 @@ components: JSON_EXTRACT(Properties, '$.StudioId') as studio_id, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NimbleStudio::StreamingImage' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -971,7 +971,7 @@ components: json_extract_path_text(Properties, 'StudioId') as studio_id, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NimbleStudio::StreamingImage' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' studios: name: studios @@ -1103,7 +1103,7 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NimbleStudio::StudioComponent' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1125,5 +1125,5 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NimbleStudio::StudioComponent' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/opensearchserverless.yaml b/providers/src/awscc/v00.00.00000/services/opensearchserverless.yaml index 1f7f7250..53e067c2 100644 --- a/providers/src/awscc/v00.00.00000/services/opensearchserverless.yaml +++ b/providers/src/awscc/v00.00.00000/services/opensearchserverless.yaml @@ -515,7 +515,7 @@ components: JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Policy') as policy FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::AccessPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -528,7 +528,7 @@ components: json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Policy') as policy FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::AccessPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' collections: name: collections @@ -649,7 +649,7 @@ components: JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Policy') as policy FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::LifecyclePolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -662,7 +662,7 @@ components: json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Policy') as policy FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::LifecyclePolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' security_configs: name: security_configs @@ -775,7 +775,7 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::SecurityPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -788,7 +788,7 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::SecurityPolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' vpc_endpoints: name: vpc_endpoints diff --git a/providers/src/awscc/v00.00.00000/services/opensearchservice.yaml b/providers/src/awscc/v00.00.00000/services/opensearchservice.yaml index 2584ff5a..226e4dda 100644 --- a/providers/src/awscc/v00.00.00000/services/opensearchservice.yaml +++ b/providers/src/awscc/v00.00.00000/services/opensearchservice.yaml @@ -360,31 +360,6 @@ components: - es:DeleteDomain - es:DescribeDomain x-stackQL-resources: - domains: - name: domains - id: awscc.opensearchservice.domains - x-cfn-schema-name: Domain - x-type: list - x-identifiers: - - DomainName - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchService::Domain' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchService::Domain' - AND region = 'us-east-1' domain: name: domain id: awscc.opensearchservice.domain diff --git a/providers/src/awscc/v00.00.00000/services/panorama.yaml b/providers/src/awscc/v00.00.00000/services/panorama.yaml index 20c894ee..e2fb9ba2 100644 --- a/providers/src/awscc/v00.00.00000/services/panorama.yaml +++ b/providers/src/awscc/v00.00.00000/services/panorama.yaml @@ -578,37 +578,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Panorama::Package' AND data__Identifier = '' AND region = 'us-east-1' - package_versions: - name: package_versions - id: awscc.panorama.package_versions - x-cfn-schema-name: PackageVersion - x-type: list - x-identifiers: - - PackageId - - PackageVersion - - PatchVersion - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.PackageId') as package_id, - JSON_EXTRACT(Properties, '$.PackageVersion') as package_version, - JSON_EXTRACT(Properties, '$.PatchVersion') as patch_version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Panorama::PackageVersion' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'PackageId') as package_id, - json_extract_path_text(Properties, 'PackageVersion') as package_version, - json_extract_path_text(Properties, 'PatchVersion') as patch_version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Panorama::PackageVersion' - AND region = 'us-east-1' package_version: name: package_version id: awscc.panorama.package_version @@ -639,7 +608,7 @@ components: JSON_EXTRACT(Properties, '$.RegisteredTime') as registered_time, JSON_EXTRACT(Properties, '$.UpdatedLatestPatchVersion') as updated_latest_patch_version FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Panorama::PackageVersion' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -660,5 +629,5 @@ components: json_extract_path_text(Properties, 'RegisteredTime') as registered_time, json_extract_path_text(Properties, 'UpdatedLatestPatchVersion') as updated_latest_patch_version FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Panorama::PackageVersion' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/pcaconnectorad.yaml b/providers/src/awscc/v00.00.00000/services/pcaconnectorad.yaml index a375d34b..1bf12a5d 100644 --- a/providers/src/awscc/v00.00.00000/services/pcaconnectorad.yaml +++ b/providers/src/awscc/v00.00.00000/services/pcaconnectorad.yaml @@ -1096,7 +1096,7 @@ components: JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn, JSON_EXTRACT(Properties, '$.DirectoryRegistrationArn') as directory_registration_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::ServicePrincipalName' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1107,7 +1107,7 @@ components: json_extract_path_text(Properties, 'ConnectorArn') as connector_arn, json_extract_path_text(Properties, 'DirectoryRegistrationArn') as directory_registration_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::ServicePrincipalName' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' templates: name: templates @@ -1222,7 +1222,7 @@ components: JSON_EXTRACT(Properties, '$.GroupSecurityIdentifier') as group_security_identifier, JSON_EXTRACT(Properties, '$.TemplateArn') as template_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::TemplateGroupAccessControlEntry' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1235,5 +1235,5 @@ components: json_extract_path_text(Properties, 'GroupSecurityIdentifier') as group_security_identifier, json_extract_path_text(Properties, 'TemplateArn') as template_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::TemplateGroupAccessControlEntry' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/qldb.yaml b/providers/src/awscc/v00.00.00000/services/qldb.yaml index 740b4a15..a58504d3 100644 --- a/providers/src/awscc/v00.00.00000/services/qldb.yaml +++ b/providers/src/awscc/v00.00.00000/services/qldb.yaml @@ -154,7 +154,7 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QLDB::Stream' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -172,5 +172,5 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QLDB::Stream' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/quicksight.yaml b/providers/src/awscc/v00.00.00000/services/quicksight.yaml index afa2610e..487151cb 100644 --- a/providers/src/awscc/v00.00.00000/services/quicksight.yaml +++ b/providers/src/awscc/v00.00.00000/services/quicksight.yaml @@ -11671,7 +11671,7 @@ components: JSON_EXTRACT(Properties, '$.ThemeArn') as theme_arn, JSON_EXTRACT(Properties, '$.ValidationStrategy') as validation_strategy FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Analysis' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -11697,7 +11697,7 @@ components: json_extract_path_text(Properties, 'ThemeArn') as theme_arn, json_extract_path_text(Properties, 'ValidationStrategy') as validation_strategy FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Analysis' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' dashboards: name: dashboards @@ -11763,7 +11763,7 @@ components: JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.VersionDescription') as version_description FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Dashboard' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -11791,7 +11791,7 @@ components: json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'VersionDescription') as version_description FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Dashboard' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' data_sets: name: data_sets @@ -11860,7 +11860,7 @@ components: JSON_EXTRACT(Properties, '$.DataSetUsageConfiguration') as data_set_usage_configuration, JSON_EXTRACT(Properties, '$.DataSetRefreshProperties') as data_set_refresh_properties FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::DataSet' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -11891,7 +11891,7 @@ components: json_extract_path_text(Properties, 'DataSetUsageConfiguration') as data_set_usage_configuration, json_extract_path_text(Properties, 'DataSetRefreshProperties') as data_set_refresh_properties FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::DataSet' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' data_sources: name: data_sources @@ -11954,7 +11954,7 @@ components: JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.VpcConnectionProperties') as vpc_connection_properties FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::DataSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -11979,7 +11979,7 @@ components: json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'VpcConnectionProperties') as vpc_connection_properties FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::DataSource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' refresh_schedules: name: refresh_schedules @@ -12034,7 +12034,7 @@ components: JSON_EXTRACT(Properties, '$.DataSetId') as data_set_id, JSON_EXTRACT(Properties, '$.Schedule') as schedule FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::RefreshSchedule' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12047,7 +12047,7 @@ components: json_extract_path_text(Properties, 'DataSetId') as data_set_id, json_extract_path_text(Properties, 'Schedule') as schedule FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::RefreshSchedule' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' templates: name: templates @@ -12107,7 +12107,7 @@ components: JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.VersionDescription') as version_description FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Template' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12129,7 +12129,7 @@ components: json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'VersionDescription') as version_description FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Template' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' themes: name: themes @@ -12189,7 +12189,7 @@ components: JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.VersionDescription') as version_description FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Theme' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12211,7 +12211,7 @@ components: json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'VersionDescription') as version_description FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Theme' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' topics: name: topics @@ -12265,7 +12265,7 @@ components: JSON_EXTRACT(Properties, '$.TopicId') as topic_id, JSON_EXTRACT(Properties, '$.UserExperienceVersion') as user_experience_version FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Topic' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12281,7 +12281,7 @@ components: json_extract_path_text(Properties, 'TopicId') as topic_id, json_extract_path_text(Properties, 'UserExperienceVersion') as user_experience_version FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Topic' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' vpc_connections: name: vpc_connections @@ -12343,7 +12343,7 @@ components: JSON_EXTRACT(Properties, '$.LastUpdatedTime') as last_updated_time, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::VPCConnection' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12367,5 +12367,5 @@ components: json_extract_path_text(Properties, 'LastUpdatedTime') as last_updated_time, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::VPCConnection' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/rds.yaml b/providers/src/awscc/v00.00.00000/services/rds.yaml index 8a0fb3bb..d973a4e6 100644 --- a/providers/src/awscc/v00.00.00000/services/rds.yaml +++ b/providers/src/awscc/v00.00.00000/services/rds.yaml @@ -2219,7 +2219,7 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::CustomDBEngineVersion' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2238,7 +2238,7 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::CustomDBEngineVersion' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' db_clusters: name: db_clusters diff --git a/providers/src/awscc/v00.00.00000/services/redshift.yaml b/providers/src/awscc/v00.00.00000/services/redshift.yaml index bf34f368..4a853a72 100644 --- a/providers/src/awscc/v00.00.00000/services/redshift.yaml +++ b/providers/src/awscc/v00.00.00000/services/redshift.yaml @@ -1459,7 +1459,7 @@ components: JSON_EXTRACT(Properties, '$.VpcIds') as vpc_ids, JSON_EXTRACT(Properties, '$.Force') as _force FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::EndpointAuthorization' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1480,7 +1480,7 @@ components: json_extract_path_text(Properties, 'VpcIds') as vpc_ids, json_extract_path_text(Properties, 'Force') as _force FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::EndpointAuthorization' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' event_subscriptions: name: event_subscriptions diff --git a/providers/src/awscc/v00.00.00000/services/refactorspaces.yaml b/providers/src/awscc/v00.00.00000/services/refactorspaces.yaml index d59c7b4e..cfa4210b 100644 --- a/providers/src/awscc/v00.00.00000/services/refactorspaces.yaml +++ b/providers/src/awscc/v00.00.00000/services/refactorspaces.yaml @@ -682,7 +682,7 @@ components: JSON_EXTRACT(Properties, '$.ProxyUrl') as proxy_url, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Application' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -705,7 +705,7 @@ components: json_extract_path_text(Properties, 'ProxyUrl') as proxy_url, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Application' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' environments: name: environments @@ -832,7 +832,7 @@ components: JSON_EXTRACT(Properties, '$.UriPathRoute') as uri_path_route, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Route' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -851,7 +851,7 @@ components: json_extract_path_text(Properties, 'UriPathRoute') as uri_path_route, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Route' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' services: name: services @@ -913,7 +913,7 @@ components: JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Service' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -933,5 +933,5 @@ components: json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Service' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/resourceexplorer2.yaml b/providers/src/awscc/v00.00.00000/services/resourceexplorer2.yaml index e92f39b0..3ac3efda 100644 --- a/providers/src/awscc/v00.00.00000/services/resourceexplorer2.yaml +++ b/providers/src/awscc/v00.00.00000/services/resourceexplorer2.yaml @@ -159,31 +159,6 @@ components: list: - resource-explorer-2:ListViews x-stackQL-resources: - default_view_associations: - name: default_view_associations - id: awscc.resourceexplorer2.default_view_associations - x-cfn-schema-name: DefaultViewAssociation - x-type: list - x-identifiers: - - AssociatedAwsPrincipal - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.AssociatedAwsPrincipal') as associated_aws_principal - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResourceExplorer2::DefaultViewAssociation' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'AssociatedAwsPrincipal') as associated_aws_principal - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResourceExplorer2::DefaultViewAssociation' - AND region = 'us-east-1' default_view_association: name: default_view_association id: awscc.resourceexplorer2.default_view_association diff --git a/providers/src/awscc/v00.00.00000/services/robomaker.yaml b/providers/src/awscc/v00.00.00000/services/robomaker.yaml index d92366ff..c2627848 100644 --- a/providers/src/awscc/v00.00.00000/services/robomaker.yaml +++ b/providers/src/awscc/v00.00.00000/services/robomaker.yaml @@ -597,31 +597,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::RobotApplication' AND data__Identifier = '' AND region = 'us-east-1' - robot_application_versions: - name: robot_application_versions - id: awscc.robomaker.robot_application_versions - x-cfn-schema-name: RobotApplicationVersion - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::RobotApplicationVersion' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::RobotApplicationVersion' - AND region = 'us-east-1' robot_application_version: name: robot_application_version id: awscc.robomaker.robot_application_version @@ -727,31 +702,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::SimulationApplication' AND data__Identifier = '' AND region = 'us-east-1' - simulation_application_versions: - name: simulation_application_versions - id: awscc.robomaker.simulation_application_versions - x-cfn-schema-name: SimulationApplicationVersion - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::SimulationApplicationVersion' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::SimulationApplicationVersion' - AND region = 'us-east-1' simulation_application_version: name: simulation_application_version id: awscc.robomaker.simulation_application_version diff --git a/providers/src/awscc/v00.00.00000/services/route53.yaml b/providers/src/awscc/v00.00.00000/services/route53.yaml index 902752a7..0b8024fc 100644 --- a/providers/src/awscc/v00.00.00000/services/route53.yaml +++ b/providers/src/awscc/v00.00.00000/services/route53.yaml @@ -738,7 +738,7 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.KeyManagementServiceArn') as key_management_service_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::KeySigningKey' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -751,5 +751,5 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'KeyManagementServiceArn') as key_management_service_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::KeySigningKey' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/s3objectlambda.yaml b/providers/src/awscc/v00.00.00000/services/s3objectlambda.yaml index 12a5d989..ec783d20 100644 --- a/providers/src/awscc/v00.00.00000/services/s3objectlambda.yaml +++ b/providers/src/awscc/v00.00.00000/services/s3objectlambda.yaml @@ -273,31 +273,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3ObjectLambda::AccessPoint' AND data__Identifier = '' AND region = 'us-east-1' - access_point_policies: - name: access_point_policies - id: awscc.s3objectlambda.access_point_policies - x-cfn-schema-name: AccessPointPolicy - x-type: list - x-identifiers: - - ObjectLambdaAccessPoint - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.ObjectLambdaAccessPoint') as object_lambda_access_point - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3ObjectLambda::AccessPointPolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'ObjectLambdaAccessPoint') as object_lambda_access_point - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3ObjectLambda::AccessPointPolicy' - AND region = 'us-east-1' access_point_policy: name: access_point_policy id: awscc.s3objectlambda.access_point_policy diff --git a/providers/src/awscc/v00.00.00000/services/s3outposts.yaml b/providers/src/awscc/v00.00.00000/services/s3outposts.yaml index c5af368f..e2b56af3 100644 --- a/providers/src/awscc/v00.00.00000/services/s3outposts.yaml +++ b/providers/src/awscc/v00.00.00000/services/s3outposts.yaml @@ -544,31 +544,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Outposts::Bucket' AND data__Identifier = '' AND region = 'us-east-1' - bucket_policies: - name: bucket_policies - id: awscc.s3outposts.bucket_policies - x-cfn-schema-name: BucketPolicy - x-type: list - x-identifiers: - - Bucket - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Bucket') as bucket - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Outposts::BucketPolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Bucket') as bucket - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Outposts::BucketPolicy' - AND region = 'us-east-1' bucket_policy: name: bucket_policy id: awscc.s3outposts.bucket_policy diff --git a/providers/src/awscc/v00.00.00000/services/sagemaker.yaml b/providers/src/awscc/v00.00.00000/services/sagemaker.yaml index 561329a6..cdc9721f 100644 --- a/providers/src/awscc/v00.00.00000/services/sagemaker.yaml +++ b/providers/src/awscc/v00.00.00000/services/sagemaker.yaml @@ -5105,7 +5105,7 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UserProfileName') as user_profile_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::App' - AND data__Identifier = '' + AND data__Identifier = '|||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5121,7 +5121,7 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UserProfileName') as user_profile_name FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::App' - AND data__Identifier = '' + AND data__Identifier = '|||' AND region = 'us-east-1' app_image_configs: name: app_image_configs @@ -5263,31 +5263,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::DataQualityJobDefinition' AND data__Identifier = '' AND region = 'us-east-1' - devices: - name: devices - id: awscc.sagemaker.devices - x-cfn-schema-name: Device - x-type: list - x-identifiers: - - Device/DeviceName - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Device.DeviceName') as device__device_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Device' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Device', 'DeviceName') as device__device_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Device' - AND region = 'us-east-1' device: name: device id: awscc.sagemaker.device @@ -5321,31 +5296,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Device' AND data__Identifier = '' AND region = 'us-east-1' - device_fleets: - name: device_fleets - id: awscc.sagemaker.device_fleets - x-cfn-schema-name: DeviceFleet - x-type: list - x-identifiers: - - DeviceFleetName - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.DeviceFleetName') as device_fleet_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::DeviceFleet' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'DeviceFleetName') as device_fleet_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::DeviceFleet' - AND region = 'us-east-1' device_fleet: name: device_fleet id: awscc.sagemaker.device_fleet @@ -6513,7 +6463,7 @@ components: JSON_EXTRACT(Properties, '$.SpaceDisplayName') as space_display_name, JSON_EXTRACT(Properties, '$.Url') as url FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Space' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6531,7 +6481,7 @@ components: json_extract_path_text(Properties, 'SpaceDisplayName') as space_display_name, json_extract_path_text(Properties, 'Url') as url FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Space' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' user_profiles: name: user_profiles @@ -6585,7 +6535,7 @@ components: JSON_EXTRACT(Properties, '$.UserSettings') as user_settings, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::UserProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6601,5 +6551,5 @@ components: json_extract_path_text(Properties, 'UserSettings') as user_settings, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::UserProfile' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/servicecatalog.yaml b/providers/src/awscc/v00.00.00000/services/servicecatalog.yaml index a5fa4cc9..f5292970 100644 --- a/providers/src/awscc/v00.00.00000/services/servicecatalog.yaml +++ b/providers/src/awscc/v00.00.00000/services/servicecatalog.yaml @@ -274,31 +274,6 @@ components: list: - servicecatalog:ListServiceActionsForProvisioningArtifact x-stackQL-resources: - cloud_formation_provisioned_products: - name: cloud_formation_provisioned_products - id: awscc.servicecatalog.cloud_formation_provisioned_products - x-cfn-schema-name: CloudFormationProvisionedProduct - x-type: list - x-identifiers: - - ProvisionedProductId - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.ProvisionedProductId') as provisioned_product_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalog::CloudFormationProvisionedProduct' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'ProvisionedProductId') as provisioned_product_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalog::CloudFormationProvisionedProduct' - AND region = 'us-east-1' cloud_formation_provisioned_product: name: cloud_formation_provisioned_product id: awscc.servicecatalog.cloud_formation_provisioned_product @@ -474,7 +449,7 @@ components: JSON_EXTRACT(Properties, '$.ProvisioningArtifactId') as provisioning_artifact_id, JSON_EXTRACT(Properties, '$.ServiceActionId') as service_action_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalog::ServiceActionAssociation' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -486,5 +461,5 @@ components: json_extract_path_text(Properties, 'ProvisioningArtifactId') as provisioning_artifact_id, json_extract_path_text(Properties, 'ServiceActionId') as service_action_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalog::ServiceActionAssociation' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/servicecatalogappregistry.yaml b/providers/src/awscc/v00.00.00000/services/servicecatalogappregistry.yaml index a6af2c56..656bf043 100644 --- a/providers/src/awscc/v00.00.00000/services/servicecatalogappregistry.yaml +++ b/providers/src/awscc/v00.00.00000/services/servicecatalogappregistry.yaml @@ -402,7 +402,7 @@ components: JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn, JSON_EXTRACT(Properties, '$.AttributeGroupArn') as attribute_group_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -415,7 +415,7 @@ components: json_extract_path_text(Properties, 'ApplicationArn') as application_arn, json_extract_path_text(Properties, 'AttributeGroupArn') as attribute_group_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' resource_associations: name: resource_associations @@ -471,7 +471,7 @@ components: JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::ResourceAssociation' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -485,5 +485,5 @@ components: json_extract_path_text(Properties, 'ApplicationArn') as application_arn, json_extract_path_text(Properties, 'ResourceArn') as resource_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::ResourceAssociation' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/ses.yaml b/providers/src/awscc/v00.00.00000/services/ses.yaml index 721a5688..b5697fc2 100644 --- a/providers/src/awscc/v00.00.00000/services/ses.yaml +++ b/providers/src/awscc/v00.00.00000/services/ses.yaml @@ -627,31 +627,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::ConfigurationSet' AND data__Identifier = '' AND region = 'us-east-1' - configuration_set_event_destinations: - name: configuration_set_event_destinations - id: awscc.ses.configuration_set_event_destinations - x-cfn-schema-name: ConfigurationSetEventDestination - x-type: list - x-identifiers: - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::ConfigurationSetEventDestination' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::ConfigurationSetEventDestination' - AND region = 'us-east-1' configuration_set_event_destination: name: configuration_set_event_destination id: awscc.ses.configuration_set_event_destination diff --git a/providers/src/awscc/v00.00.00000/services/signer.yaml b/providers/src/awscc/v00.00.00000/services/signer.yaml index 2ed1a5e8..dc9a6c23 100644 --- a/providers/src/awscc/v00.00.00000/services/signer.yaml +++ b/providers/src/awscc/v00.00.00000/services/signer.yaml @@ -187,7 +187,7 @@ components: JSON_EXTRACT(Properties, '$.Principal') as principal, JSON_EXTRACT(Properties, '$.StatementId') as statement_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Signer::ProfilePermission' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -201,7 +201,7 @@ components: json_extract_path_text(Properties, 'Principal') as principal, json_extract_path_text(Properties, 'StatementId') as statement_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Signer::ProfilePermission' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' signing_profiles: name: signing_profiles diff --git a/providers/src/awscc/v00.00.00000/services/sns.yaml b/providers/src/awscc/v00.00.00000/services/sns.yaml index 41b7f3fe..13ff1bb2 100644 --- a/providers/src/awscc/v00.00.00000/services/sns.yaml +++ b/providers/src/awscc/v00.00.00000/services/sns.yaml @@ -303,31 +303,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SNS::Topic' AND data__Identifier = '' AND region = 'us-east-1' - topic_inline_policies: - name: topic_inline_policies - id: awscc.sns.topic_inline_policies - x-cfn-schema-name: TopicInlinePolicy - x-type: list - x-identifiers: - - TopicArn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.TopicArn') as topic_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SNS::TopicInlinePolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'TopicArn') as topic_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SNS::TopicInlinePolicy' - AND region = 'us-east-1' topic_inline_policy: name: topic_inline_policy id: awscc.sns.topic_inline_policy @@ -359,61 +334,3 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SNS::TopicInlinePolicy' AND data__Identifier = '' AND region = 'us-east-1' - topic_policies: - name: topic_policies - id: awscc.sns.topic_policies - x-cfn-schema-name: TopicPolicy - x-type: list - x-identifiers: - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SNS::TopicPolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SNS::TopicPolicy' - AND region = 'us-east-1' - topic_policy: - name: topic_policy - id: awscc.sns.topic_policy - x-cfn-schema-name: TopicPolicy - x-type: get - x-identifiers: - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - data__Identifier, - JSON_EXTRACT(Properties, '$.Id') as id, - JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document, - JSON_EXTRACT(Properties, '$.Topics') as topics - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SNS::TopicPolicy' - AND data__Identifier = '' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - data__Identifier, - json_extract_path_text(Properties, 'Id') as id, - json_extract_path_text(Properties, 'PolicyDocument') as policy_document, - json_extract_path_text(Properties, 'Topics') as topics - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SNS::TopicPolicy' - AND data__Identifier = '' - AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/sqs.yaml b/providers/src/awscc/v00.00.00000/services/sqs.yaml index f2696fe9..79811cf3 100644 --- a/providers/src/awscc/v00.00.00000/services/sqs.yaml +++ b/providers/src/awscc/v00.00.00000/services/sqs.yaml @@ -261,31 +261,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SQS::Queue' AND data__Identifier = '' AND region = 'us-east-1' - queue_inline_policies: - name: queue_inline_policies - id: awscc.sqs.queue_inline_policies - x-cfn-schema-name: QueueInlinePolicy - x-type: list - x-identifiers: - - Queue - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Queue') as queue - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SQS::QueueInlinePolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Queue') as queue - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SQS::QueueInlinePolicy' - AND region = 'us-east-1' queue_inline_policy: name: queue_inline_policy id: awscc.sqs.queue_inline_policy @@ -317,61 +292,3 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SQS::QueueInlinePolicy' AND data__Identifier = '' AND region = 'us-east-1' - queue_policies: - name: queue_policies - id: awscc.sqs.queue_policies - x-cfn-schema-name: QueuePolicy - x-type: list - x-identifiers: - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SQS::QueuePolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SQS::QueuePolicy' - AND region = 'us-east-1' - queue_policy: - name: queue_policy - id: awscc.sqs.queue_policy - x-cfn-schema-name: QueuePolicy - x-type: get - x-identifiers: - - Id - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - data__Identifier, - JSON_EXTRACT(Properties, '$.Id') as id, - JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document, - JSON_EXTRACT(Properties, '$.Queues') as queues - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SQS::QueuePolicy' - AND data__Identifier = '' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - data__Identifier, - json_extract_path_text(Properties, 'Id') as id, - json_extract_path_text(Properties, 'PolicyDocument') as policy_document, - json_extract_path_text(Properties, 'Queues') as queues - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SQS::QueuePolicy' - AND data__Identifier = '' - AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/ssm.yaml b/providers/src/awscc/v00.00.00000/services/ssm.yaml index 1ffead4d..2a2c67b1 100644 --- a/providers/src/awscc/v00.00.00000/services/ssm.yaml +++ b/providers/src/awscc/v00.00.00000/services/ssm.yaml @@ -1291,7 +1291,7 @@ components: JSON_EXTRACT(Properties, '$.PolicyId') as policy_id, JSON_EXTRACT(Properties, '$.PolicyHash') as policy_hash FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::ResourcePolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1304,5 +1304,5 @@ components: json_extract_path_text(Properties, 'PolicyId') as policy_id, json_extract_path_text(Properties, 'PolicyHash') as policy_hash FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::ResourcePolicy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/ssmcontacts.yaml b/providers/src/awscc/v00.00.00000/services/ssmcontacts.yaml index 84c51f0b..4bb29207 100644 --- a/providers/src/awscc/v00.00.00000/services/ssmcontacts.yaml +++ b/providers/src/awscc/v00.00.00000/services/ssmcontacts.yaml @@ -565,31 +565,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMContacts::ContactChannel' AND data__Identifier = '' AND region = 'us-east-1' - plans: - name: plans - id: awscc.ssmcontacts.plans - x-cfn-schema-name: Plan - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMContacts::Plan' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMContacts::Plan' - AND region = 'us-east-1' plan: name: plan id: awscc.ssmcontacts.plan diff --git a/providers/src/awscc/v00.00.00000/services/sso.yaml b/providers/src/awscc/v00.00.00000/services/sso.yaml index 21ed241f..fb2bd85e 100644 --- a/providers/src/awscc/v00.00.00000/services/sso.yaml +++ b/providers/src/awscc/v00.00.00000/services/sso.yaml @@ -404,7 +404,7 @@ components: JSON_EXTRACT(Properties, '$.PrincipalType') as principal_type, JSON_EXTRACT(Properties, '$.PrincipalId') as principal_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::Assignment' - AND data__Identifier = '' + AND data__Identifier = '|||||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -419,7 +419,7 @@ components: json_extract_path_text(Properties, 'PrincipalType') as principal_type, json_extract_path_text(Properties, 'PrincipalId') as principal_id FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::Assignment' - AND data__Identifier = '' + AND data__Identifier = '|||||' AND region = 'us-east-1' instance_access_control_attribute_configurations: name: instance_access_control_attribute_configurations @@ -535,7 +535,7 @@ components: JSON_EXTRACT(Properties, '$.CustomerManagedPolicyReferences') as customer_managed_policy_references, JSON_EXTRACT(Properties, '$.PermissionsBoundary') as permissions_boundary FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::PermissionSet' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -555,5 +555,5 @@ components: json_extract_path_text(Properties, 'CustomerManagedPolicyReferences') as customer_managed_policy_references, json_extract_path_text(Properties, 'PermissionsBoundary') as permissions_boundary FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::PermissionSet' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/stepfunctions.yaml b/providers/src/awscc/v00.00.00000/services/stepfunctions.yaml index 35241b99..8922af0a 100644 --- a/providers/src/awscc/v00.00.00000/services/stepfunctions.yaml +++ b/providers/src/awscc/v00.00.00000/services/stepfunctions.yaml @@ -356,31 +356,6 @@ components: list: - states:ListStateMachineVersions x-stackQL-resources: - activities: - name: activities - id: awscc.stepfunctions.activities - x-cfn-schema-name: Activity - x-type: list - x-identifiers: - - Arn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::StepFunctions::Activity' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::StepFunctions::Activity' - AND region = 'us-east-1' activity: name: activity id: awscc.stepfunctions.activity diff --git a/providers/src/awscc/v00.00.00000/services/supportapp.yaml b/providers/src/awscc/v00.00.00000/services/supportapp.yaml index 42c8efa4..6624e4b6 100644 --- a/providers/src/awscc/v00.00.00000/services/supportapp.yaml +++ b/providers/src/awscc/v00.00.00000/services/supportapp.yaml @@ -256,7 +256,7 @@ components: JSON_EXTRACT(Properties, '$.NotifyOnCaseSeverity') as notify_on_case_severity, JSON_EXTRACT(Properties, '$.ChannelRoleArn') as channel_role_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SupportApp::SlackChannelConfiguration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -273,7 +273,7 @@ components: json_extract_path_text(Properties, 'NotifyOnCaseSeverity') as notify_on_case_severity, json_extract_path_text(Properties, 'ChannelRoleArn') as channel_role_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SupportApp::SlackChannelConfiguration' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' slack_workspace_configurations: name: slack_workspace_configurations diff --git a/providers/src/awscc/v00.00.00000/services/timestream.yaml b/providers/src/awscc/v00.00.00000/services/timestream.yaml index a6d0e279..a2db5a61 100644 --- a/providers/src/awscc/v00.00.00000/services/timestream.yaml +++ b/providers/src/awscc/v00.00.00000/services/timestream.yaml @@ -821,7 +821,7 @@ components: JSON_EXTRACT(Properties, '$.MagneticStoreWriteProperties') as magnetic_store_write_properties, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Timestream::Table' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -838,5 +838,5 @@ components: json_extract_path_text(Properties, 'MagneticStoreWriteProperties') as magnetic_store_write_properties, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Timestream::Table' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/transfer.yaml b/providers/src/awscc/v00.00.00000/services/transfer.yaml index 315ea2fe..d8938a52 100644 --- a/providers/src/awscc/v00.00.00000/services/transfer.yaml +++ b/providers/src/awscc/v00.00.00000/services/transfer.yaml @@ -791,7 +791,7 @@ components: JSON_EXTRACT(Properties, '$.AgreementId') as agreement_id, JSON_EXTRACT(Properties, '$.Arn') as arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Agreement' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -810,7 +810,7 @@ components: json_extract_path_text(Properties, 'AgreementId') as agreement_id, json_extract_path_text(Properties, 'Arn') as arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Agreement' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' certificates: name: certificates diff --git a/providers/src/awscc/v00.00.00000/services/verifiedpermissions.yaml b/providers/src/awscc/v00.00.00000/services/verifiedpermissions.yaml index 2683c322..792b9ca9 100644 --- a/providers/src/awscc/v00.00.00000/services/verifiedpermissions.yaml +++ b/providers/src/awscc/v00.00.00000/services/verifiedpermissions.yaml @@ -456,7 +456,7 @@ components: JSON_EXTRACT(Properties, '$.PolicyStoreId') as policy_store_id, JSON_EXTRACT(Properties, '$.PrincipalEntityType') as principal_entity_type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::IdentitySource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -470,7 +470,7 @@ components: json_extract_path_text(Properties, 'PolicyStoreId') as policy_store_id, json_extract_path_text(Properties, 'PrincipalEntityType') as principal_entity_type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::IdentitySource' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' policies: name: policies @@ -521,7 +521,7 @@ components: JSON_EXTRACT(Properties, '$.PolicyStoreId') as policy_store_id, JSON_EXTRACT(Properties, '$.PolicyType') as policy_type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::Policy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -534,7 +534,7 @@ components: json_extract_path_text(Properties, 'PolicyStoreId') as policy_store_id, json_extract_path_text(Properties, 'PolicyType') as policy_type FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::Policy' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' policy_stores: name: policy_stores @@ -647,7 +647,7 @@ components: JSON_EXTRACT(Properties, '$.PolicyTemplateId') as policy_template_id, JSON_EXTRACT(Properties, '$.Statement') as statement FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::PolicyTemplate' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -660,5 +660,5 @@ components: json_extract_path_text(Properties, 'PolicyTemplateId') as policy_template_id, json_extract_path_text(Properties, 'Statement') as statement FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::PolicyTemplate' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/vpclattice.yaml b/providers/src/awscc/v00.00.00000/services/vpclattice.yaml index 14f70ec3..e874b628 100644 --- a/providers/src/awscc/v00.00.00000/services/vpclattice.yaml +++ b/providers/src/awscc/v00.00.00000/services/vpclattice.yaml @@ -1190,31 +1190,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::AccessLogSubscription' AND data__Identifier = '' AND region = 'us-east-1' - auth_policies: - name: auth_policies - id: awscc.vpclattice.auth_policies - x-cfn-schema-name: AuthPolicy - x-type: list - x-identifiers: - - ResourceIdentifier - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.ResourceIdentifier') as resource_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::AuthPolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'ResourceIdentifier') as resource_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::AuthPolicy' - AND region = 'us-east-1' auth_policy: name: auth_policy id: awscc.vpclattice.auth_policy @@ -1320,31 +1295,6 @@ components: FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::Listener' AND data__Identifier = '' AND region = 'us-east-1' - resource_policies: - name: resource_policies - id: awscc.vpclattice.resource_policies - x-cfn-schema-name: ResourcePolicy - x-type: list - x-identifiers: - - ResourceArn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ResourcePolicy' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'ResourceArn') as resource_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ResourcePolicy' - AND region = 'us-east-1' resource_policy: name: resource_policy id: awscc.vpclattice.resource_policy diff --git a/providers/src/awscc/v00.00.00000/services/wafv2.yaml b/providers/src/awscc/v00.00.00000/services/wafv2.yaml index e2f1d6cc..8c11f63e 100644 --- a/providers/src/awscc/v00.00.00000/services/wafv2.yaml +++ b/providers/src/awscc/v00.00.00000/services/wafv2.yaml @@ -1916,7 +1916,7 @@ components: JSON_EXTRACT(Properties, '$.Addresses') as addresses, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::IPSet' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1933,7 +1933,7 @@ components: json_extract_path_text(Properties, 'Addresses') as addresses, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::IPSet' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' logging_configurations: name: logging_configurations @@ -2053,7 +2053,7 @@ components: JSON_EXTRACT(Properties, '$.Scope') as scope, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::RegexPatternSet' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2069,7 +2069,7 @@ components: json_extract_path_text(Properties, 'Scope') as scope, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::RegexPatternSet' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' rule_groups: name: rule_groups @@ -2133,7 +2133,7 @@ components: JSON_EXTRACT(Properties, '$.AvailableLabels') as available_labels, JSON_EXTRACT(Properties, '$.ConsumedLabels') as consumed_labels FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::RuleGroup' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2155,7 +2155,7 @@ components: json_extract_path_text(Properties, 'AvailableLabels') as available_labels, json_extract_path_text(Properties, 'ConsumedLabels') as consumed_labels FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::RuleGroup' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' web_acls: name: web_acls @@ -2222,7 +2222,7 @@ components: JSON_EXTRACT(Properties, '$.TokenDomains') as token_domains, JSON_EXTRACT(Properties, '$.AssociationConfig') as association_config FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::WebACL' - AND data__Identifier = '' + AND data__Identifier = '||' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2247,35 +2247,7 @@ components: json_extract_path_text(Properties, 'TokenDomains') as token_domains, json_extract_path_text(Properties, 'AssociationConfig') as association_config FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::WebACL' - AND data__Identifier = '' - AND region = 'us-east-1' - webacl_associations: - name: webacl_associations - id: awscc.wafv2.webacl_associations - x-cfn-schema-name: WebACLAssociation - x-type: list - x-identifiers: - - ResourceArn - - WebACLArn - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, - JSON_EXTRACT(Properties, '$.WebACLArn') as web_acl_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::WebACLAssociation' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'ResourceArn') as resource_arn, - json_extract_path_text(Properties, 'WebACLArn') as web_acl_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::WebACLAssociation' + AND data__Identifier = '||' AND region = 'us-east-1' webacl_association: name: webacl_association @@ -2296,7 +2268,7 @@ components: JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, JSON_EXTRACT(Properties, '$.WebACLArn') as web_acl_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::WebACLAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2307,5 +2279,5 @@ components: json_extract_path_text(Properties, 'ResourceArn') as resource_arn, json_extract_path_text(Properties, 'WebACLArn') as web_acl_arn FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::WebACLAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' diff --git a/providers/src/awscc/v00.00.00000/services/wisdom.yaml b/providers/src/awscc/v00.00.00000/services/wisdom.yaml index 756535ad..7039d3c7 100644 --- a/providers/src/awscc/v00.00.00000/services/wisdom.yaml +++ b/providers/src/awscc/v00.00.00000/services/wisdom.yaml @@ -389,7 +389,7 @@ components: JSON_EXTRACT(Properties, '$.AssociationType') as association_type, JSON_EXTRACT(Properties, '$.Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AssistantAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -405,7 +405,7 @@ components: json_extract_path_text(Properties, 'AssociationType') as association_type, json_extract_path_text(Properties, 'Tags') as tags FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AssistantAssociation' - AND data__Identifier = '' + AND data__Identifier = '|' AND region = 'us-east-1' knowledge_bases: name: knowledge_bases diff --git a/providers/src/awscc/v00.00.00000/services/workspaces.yaml b/providers/src/awscc/v00.00.00000/services/workspaces.yaml index f919efc4..41751676 100644 --- a/providers/src/awscc/v00.00.00000/services/workspaces.yaml +++ b/providers/src/awscc/v00.00.00000/services/workspaces.yaml @@ -90,31 +90,6 @@ components: delete: - workspaces:DeleteConnectionAlias x-stackQL-resources: - connection_aliases: - name: connection_aliases - id: awscc.workspaces.connection_aliases - x-cfn-schema-name: ConnectionAlias - x-type: list - x-identifiers: - - AliasId - config: - views: - select: - predicate: sqlDialect == "sqlite3" - ddl: |- - SELECT - region, - JSON_EXTRACT(Properties, '$.AliasId') as alias_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpaces::ConnectionAlias' - AND region = 'us-east-1' - fallback: - predicate: sqlDialect == "postgres" - ddl: |- - SELECT - region, - json_extract_path_text(Properties, 'AliasId') as alias_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpaces::ConnectionAlias' - AND region = 'us-east-1' connection_alias: name: connection_alias id: awscc.workspaces.connection_alias