Skip to content

Conversation

aws-cdk-automation
Copy link
Collaborator

Updates the L1 CloudFormation resource definitions with the latest changes from @aws-cdk/aws-service-spec

L1 CloudFormation resource definition changes:

├[~] service aws-apigateway
│ └ resources
│    ├[~]  resource AWS::ApiGateway::Account
│    │  └      - documentation: The `AWS::ApiGateway::Account` resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one `AWS::ApiGateway::Account` resource per region per account.
│    │         + documentation: The `AWS::ApiGateway::Account` resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one `AWS::ApiGateway::Account` resource per region per account.
│    │         When you delete a stack containing this resource, API Gateway can still assume the provided IAM role to write API logs to CloudWatch Logs. To deny API Gateway access to write API logs to CloudWatch logs, update the permissions policies or change the IAM role to deny access.
│    └[~]  resource AWS::ApiGateway::GatewayResponse
│       └      - documentation: The `AWS::ApiGateway::GatewayResponse` resource creates a gateway response for your API. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide* .
│              + documentation: The `AWS::ApiGateway::GatewayResponse` resource creates a gateway response for your API. When you delete a stack containing this resource, your custom gateway responses are reset. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide* .
├[~] service aws-appsync
│ └ resources
│    └[~]  resource AWS::AppSync::ChannelNamespace
│       ├ properties
│       │  └[+] HandlerConfigs: HandlerConfigs
│       └ types
│          ├[+]  type HandlerConfig
│          │  ├      name: HandlerConfig
│          │  └ properties
│          │     ├ Behavior: string (required)
│          │     └ Integration: Integration (required)
│          ├[+]  type HandlerConfigs
│          │  ├      name: HandlerConfigs
│          │  └ properties
│          │     ├ OnPublish: HandlerConfig
│          │     └ OnSubscribe: HandlerConfig
│          ├[+]  type Integration
│          │  ├      name: Integration
│          │  └ properties
│          │     ├ DataSourceName: string (required)
│          │     └ LambdaConfig: LambdaConfig
│          └[+]  type LambdaConfig
│             ├      name: LambdaConfig
│             └ properties
│                └ InvokeType: string (required)
├[~] service aws-aps
│ └ resources
│    └[~]  resource AWS::APS::Workspace
│       ├ properties
│       │  └ WorkspaceConfiguration: (documentation changed)
│       └ types
│          ├[~] type Label
│          │ ├      - documentation: Series label
│          │ │      + documentation: A label is a name:value pair used to add context to ingested metrics. This structure defines the name and value for one label that is used in a label set. You can set ingestion limits on time series that match defined label sets, to help prevent a workspace from being overwhelmed with unexpected spikes in time series ingestion.
│          │ └ properties
│          │    ├ Name: (documentation changed)
│          │    └ Value: (documentation changed)
│          ├[~] type LimitsPerLabelSet
│          │ ├      - documentation: Label set and its associated limits
│          │ │      + documentation: This defines a label set for the workspace, and defines the ingestion limit for active time series that match that label set. Each label name in a label set must be unique.
│          │ └ properties
│          │    ├ LabelSet: (documentation changed)
│          │    └ Limits: (documentation changed)
│          ├[~] type LimitsPerLabelSetEntry
│          │ ├      - documentation: Limits that can be applied to a label set
│          │ │      + documentation: This structure contains the limits that apply to time series that match one label set.
│          │ └ properties
│          │    └ MaxSeries: (documentation changed)
│          └[~] type WorkspaceConfiguration
│            ├      - documentation: Workspace configuration
│            │      + documentation: Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
│            └ properties
│               ├ LimitsPerLabelSets: (documentation changed)
│               └ RetentionPeriodInDays: (documentation changed)
├[~] service aws-autoscaling
│ └ resources
│    └[~]  resource AWS::AutoScaling::AutoScalingGroup
│       └ attributes
│          └[+] AutoScalingGroupARN: string
├[~] service aws-batch
│ └ resources
│    └[~]  resource AWS::Batch::ComputeEnvironment
│       └ types
│          └[~] type UpdatePolicy
│            └ properties
│               └ TerminateJobsOnUpdate: (documentation changed)
├[~] service aws-bedrock
│ └ resources
│    └[~]  resource AWS::Bedrock::KnowledgeBase
│       └ types
│          ├[~] type MongoDbAtlasConfiguration
│          │ └ properties
│          │    └ TextIndexName: (documentation changed)
│          └[~] type RdsFieldMapping
│            └ properties
│               └ CustomMetadataField: (documentation changed)
├[~] service aws-ce
│ └ resources
│    ├[~]  resource AWS::CE::AnomalyMonitor
│    │  └      - tagInformation: undefined
│    │         + tagInformation: {"tagPropertyName":"ResourceTags","variant":"standard"}
│    └[~]  resource AWS::CE::AnomalySubscription
│       └      - tagInformation: undefined
│              + tagInformation: {"tagPropertyName":"ResourceTags","variant":"standard"}
├[~] service aws-cloudfront
│ └ resources
│    ├[+]  resource AWS::CloudFront::ConnectionGroup
│    │  ├      name: ConnectionGroup
│    │  │      cloudFormationType: AWS::CloudFront::ConnectionGroup
│    │  │      documentation: Resource Type definition for AWS::CloudFront::ConnectionGroup
│    │  │      tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│    │  ├ properties
│    │  │  ├ Name: string (required, immutable)
│    │  │  ├ Tags: Array<tag>
│    │  │  ├ Ipv6Enabled: boolean
│    │  │  ├ AnycastIpListId: string
│    │  │  └ Enabled: boolean
│    │  └ attributes
│    │     ├ Id: string
│    │     ├ Arn: string
│    │     ├ CreatedTime: string
│    │     ├ LastModifiedTime: string
│    │     ├ RoutingEndpoint: string
│    │     ├ Status: string
│    │     ├ IsDefault: boolean
│    │     └ ETag: string
│    ├[~]  resource AWS::CloudFront::Distribution
│    │  ├      - tagInformation: undefined
│    │  │      + tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│    │  └ types
│    │     ├[+]  type Definition
│    │     │  ├      name: Definition
│    │     │  └ properties
│    │     │     └ StringSchema: StringSchema
│    │     ├[~] type DistributionConfig
│    │     │ └ properties
│    │     │    ├[+] ConnectionMode: string
│    │     │    └[+] TenantConfig: TenantConfig
│    │     ├[+]  type ParameterDefinition
│    │     │  ├      name: ParameterDefinition
│    │     │  └ properties
│    │     │     ├ Name: string (required)
│    │     │     └ Definition: Definition (required)
│    │     ├[+]  type StringSchema
│    │     │  ├      name: StringSchema
│    │     │  └ properties
│    │     │     ├ Comment: string
│    │     │     ├ DefaultValue: string
│    │     │     └ Required: boolean (required)
│    │     └[+]  type TenantConfig
│    │        ├      name: TenantConfig
│    │        └ properties
│    │           └ ParameterDefinitions: Array<ParameterDefinition>
│    └[+]  resource AWS::CloudFront::DistributionTenant
│       ├      name: DistributionTenant
│       │      cloudFormationType: AWS::CloudFront::DistributionTenant
│       │      documentation: Resource Type definition for AWS::CloudFront::DistributionTenant
│       │      tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│       ├ properties
│       │  ├ DistributionId: string (required)
│       │  ├ Name: string (required, immutable)
│       │  ├ Tags: Array<tag>
│       │  ├ Customizations: Customizations
│       │  ├ Parameters: Array<Parameter>
│       │  ├ ConnectionGroupId: string
│       │  ├ Enabled: boolean
│       │  ├ Domains: Array<string> (required)
│       │  └ ManagedCertificateRequest: ManagedCertificateRequest (immutable)
│       ├ attributes
│       │  ├ Id: string
│       │  ├ Arn: string
│       │  ├ DomainResults: Array<DomainResult>
│       │  ├ ETag: string
│       │  ├ Status: string
│       │  ├ CreatedTime: string
│       │  └ LastModifiedTime: string
│       └ types
│          ├ type Certificate
│          │ ├      name: Certificate
│          │ └ properties
│          │    └ Arn: string
│          ├ type Customizations
│          │ ├      name: Customizations
│          │ └ properties
│          │    ├ WebAcl: WebAclCustomization
│          │    ├ Certificate: Certificate
│          │    └ GeoRestrictions: GeoRestrictionCustomization
│          ├ type DomainResult
│          │ ├      name: DomainResult
│          │ └ properties
│          │    ├ Domain: string
│          │    ├ Status: string
│          │    └ Reason: string
│          ├ type GeoRestrictionCustomization
│          │ ├      name: GeoRestrictionCustomization
│          │ └ properties
│          │    ├ RestrictionType: string
│          │    └ Locations: Array<string>
│          ├ type ManagedCertificateRequest
│          │ ├      name: ManagedCertificateRequest
│          │ └ properties
│          │    ├ ValidationTokenHost: string
│          │    ├ PrimaryDomainName: string
│          │    └ CertificateTransparencyLoggingPreference: string
│          ├ type Parameter
│          │ ├      name: Parameter
│          │ └ properties
│          │    ├ Name: string
│          │    └ Value: string
│          └ type WebAclCustomization
│            ├      name: WebAclCustomization
│            └ properties
│               ├ Action: string
│               └ Arn: string
├[~] service aws-codebuild
│ └ resources
│    ├[~]  resource AWS::CodeBuild::Fleet
│    │  ├ properties
│    │  │  └ ComputeConfiguration: (documentation changed)
│    │  └ types
│    │     └[~] type ComputeConfiguration
│    │       └      - documentation: Contains compute attributes. These attributes only need be specified when your project's or fleet's `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` .
│    │              + documentation: Contains compute attributes. These attributes only need be specified when your project's or fleet's `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` or `CUSTOM_INSTANCE_TYPE` .
│    └[~]  resource AWS::CodeBuild::Project
│       └ types
│          ├[~] type ProjectCache
│          │ └ properties
│          │    └ CacheNamespace: (documentation changed)
│          └[~] type ScopeConfiguration
│            └ properties
│               ├ Domain: (documentation changed)
│               └ Scope: (documentation changed)
├[~] service aws-dlm
│ └ resources
│    └[~]  resource AWS::DLM::LifecyclePolicy
│       └ types
│          └[~] type CreateRule
│            └ properties
│               └ CronExpression: (documentation changed)
├[~] service aws-ec2
│ └ resources
│    ├[~]  resource AWS::EC2::EC2Fleet
│    │  └ types
│    │     └[~] type InstanceRequirementsRequest
│    │       └ properties
│    │          └ AcceleratorTypes: (documentation changed)
│    ├[~]  resource AWS::EC2::LaunchTemplate
│    │  └ types
│    │     └[~] type InstanceRequirements
│    │       └ properties
│    │          └ AcceleratorTypes: (documentation changed)
│    └[~]  resource AWS::EC2::SpotFleet
│       └ types
│          └[~] type InstanceRequirementsRequest
│            └ properties
│               └ AcceleratorTypes: (documentation changed)
├[~] service aws-ecr
│ └ resources
│    └[+]  resource AWS::ECR::RegistryScanningConfiguration
│       ├      name: RegistryScanningConfiguration
│       │      cloudFormationType: AWS::ECR::RegistryScanningConfiguration
│       │      documentation: The AWS::ECR::RegistryScanningConfiguration controls the scanning configuration for an Amazon Elastic Container Registry (Amazon Private ECR). For more information, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html
│       ├ properties
│       │  ├ Rules: Array<ScanningRule> (required)
│       │  └ ScanType: string (required)
│       ├ attributes
│       │  └ RegistryId: string
│       └ types
│          ├ type RepositoryFilter
│          │ ├      documentation: The details of a scanning repository filter.
│          │ │      name: RepositoryFilter
│          │ └ properties
│          │    ├ Filter: string (required)
│          │    └ FilterType: string (required)
│          └ type ScanningRule
│            ├      documentation: A rule representing the details of a scanning configuration.
│            │      name: ScanningRule
│            └ properties
│               ├ RepositoryFilters: Array<RepositoryFilter> (required)
│               └ ScanFrequency: string (required)
├[~] service aws-ecs
│ └ resources
│    ├[~]  resource AWS::ECS::Service
│    │  └ types
│    │     └[~] type LogConfiguration
│    │       └ properties
│    │          └ Options: (documentation changed)
│    └[~]  resource AWS::ECS::TaskDefinition
│       └ types
│          └[~] type LogConfiguration
│            └ properties
│               └ Options: (documentation changed)
├[~] service aws-entityresolution
│ └ resources
│    └[~]  resource AWS::EntityResolution::SchemaMapping
│       └ types
│          └[~] type SchemaInputAttribute
│            ├      - documentation: A configuration object for defining input data fields in AWS Entity Resolution . The SchemaInputAttribute specifies how individual fields in your input data should be processed and matched.
│            │      + documentation: A configuration object for defining input data fields in AWS Entity Resolution . The `SchemaInputAttribute` specifies how individual fields in your input data should be processed and matched.
│            └ properties
│               └ Type: (documentation changed)
├[~] service aws-events
│ └ resources
│    ├[~]  resource AWS::Events::ApiDestination
│    │  └ attributes
│    │     └ ArnForPolicy: (documentation changed)
│    ├[~]  resource AWS::Events::Archive
│    │  └ properties
│    │     └ KmsKeyIdentifier: (documentation changed)
│    └[~]  resource AWS::Events::Connection
│       ├ properties
│       │  └ KmsKeyIdentifier: (documentation changed)
│       └ attributes
│          └ ArnForPolicy: (documentation changed)
├[~] service aws-lambda
│ └ resources
│    └[~]  resource AWS::Lambda::Function
│       └ types
│          └[~] type DeadLetterConfig
│            └      - documentation: The [dead-letter queue](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq) for failed asynchronous invocations.
│                   + documentation: The [dead-letter queue](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html#invocation-dlq) for failed asynchronous invocations.
├[~] service aws-mediapackagev2
│ └ resources
│    └[~]  resource AWS::MediaPackageV2::OriginEndpoint
│       └ types
│          ├[~] type HlsManifestConfiguration
│          │ └ properties
│          │    └[+] UrlEncodeChildManifest: boolean
│          └[~] type LowLatencyHlsManifestConfiguration
│            └ properties
│               └[+] UrlEncodeChildManifest: boolean
├[~] service aws-memorydb
│ └ resources
│    ├[~]  resource AWS::MemoryDB::Cluster
│    │  └ properties
│    │     ├ IpDiscovery: (documentation changed)
│    │     └ NetworkType: (documentation changed)
│    ├[~]  resource AWS::MemoryDB::MultiRegionCluster
│    │  └ properties
│    │     └ NumShards: (documentation changed)
│    └[~]  resource AWS::MemoryDB::SubnetGroup
│       └ attributes
│          └ SupportedNetworkTypes: (documentation changed)
├[~] service aws-omics
│ └ resources
│    └[~]  resource AWS::Omics::Workflow
│       ├      - documentation: Creates a private workflow.Private workflows depend on a variety of resources that you create and configure before creating the workflow:
│       │      - *Input data* : Input data for the workflow, stored in an S3 bucket or a AWS HealthOmics sequence store.
│       │      - *Workflow definition files* : Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements.
│       │      - *Parameter template files* : Define run parameters using a parameter template file (written in JSON).
│       │      - *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository.
│       │      - (Optional) *Sentieon licenses* : Request a Sentieon license if you plan to use Sentieon software in a private workflow.
│       │      For more information, see [Creating private workflows in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/workflows-setup.html) in the AWS HealthOmics User Guide.
│       │      + documentation: Creates a private workflow.Private workflows depend on a variety of resources that you create and configure before creating the workflow:
│       │      - *Input data* : Input data for the workflow, stored in an S3 bucket or a AWS HealthOmics sequence store.
│       │      - *Workflow definition files* : Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements.
│       │      - *Parameter template files* : Define run parameters using a parameter template file (written in JSON).
│       │      - *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository.
│       │      - (Optional) *Sentieon licenses* : Request a Sentieon license if you plan to use Sentieon software in a private workflow.
│       │      For more information, see [Creating or updating a private workflow in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/creating-private-workflows.html) in the AWS HealthOmics User Guide.
│       └ properties
│          └ StorageCapacity: (documentation changed)
├[~] service aws-qbusiness
│ └ resources
│    └[~]  resource AWS::QBusiness::DataSource
│       └ types
│          └[~] type HookConfiguration
│            └ properties
│               └ LambdaArn: (documentation changed)
├[~] service aws-quicksight
│ └ resources
│    └[~]  resource AWS::QuickSight::Dashboard
│       └ types
│          └[~] type ExportToCSVOption
│            └      - documentation: Export to .csv option.
│                   + documentation: Enable/disable visual-level downloads option.
├[~] service aws-rds
│ └ resources
│    └[~]  resource AWS::RDS::DBInstance
│       ├ properties
│       │  └[+] DatabaseInsightsMode: string
│       └ attributes
│          └ DatabaseInsightsMode: (documentation changed)
├[~] service aws-redshift
│ └ resources
│    ├[~]  resource AWS::Redshift::ClusterSubnetGroup
│    │  └      - tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│    │         + tagInformation: undefined
│    └[~]  resource AWS::Redshift::EventSubscription
│       └      - tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│              + tagInformation: undefined
├[~] service aws-redshiftserverless
│ └ resources
│    └[~]  resource AWS::RedshiftServerless::Workgroup
│       └ attributes
│          ├[+] Workgroup.BaseCapacity: integer
│          └[+] Workgroup.MaxCapacity: integer
├[~] service aws-route53resolver
│ └ resources
│    └[~]  resource AWS::Route53Resolver::ResolverRule
│       └ properties
│          └[+] DelegationRecord: string
├[~] service aws-s3
│ └ resources
│    └[~]  resource AWS::S3::Bucket
│       └ properties
│          └ MetadataTableConfiguration: (documentation changed)
├[~] service aws-sagemaker
│ └ resources
│    └[~]  resource AWS::SageMaker::Cluster
│       └ types
│          └[~] type ClusterInstanceGroup
│            └ properties
│               └ OverrideVpcConfig: (documentation changed)
├[~] service aws-vpclattice
│ └ resources
│    ├[~]  resource AWS::VpcLattice::Listener
│    │  └ types
│    │     └[~] type FixedResponse
│    │       └ properties
│    │          └ StatusCode: (documentation changed)
│    └[~]  resource AWS::VpcLattice::Rule
│       └ types
│          └[~] type FixedResponse
│            └ properties
│               └ StatusCode: (documentation changed)
└[~] service aws-wisdom
  └ resources
     └[~]  resource AWS::Wisdom::AIPrompt
        └ properties
           └ ModelId: (documentation changed)

Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
@aws-cdk-automation aws-cdk-automation added contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes pr-linter/exempt-integ-test The PR linter will not require integ test changes labels Apr 28, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team April 28, 2025 13:53
@github-actions github-actions bot added the p2 label Apr 28, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team April 28, 2025 13:53
Copy link

codecov bot commented Apr 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.00%. Comparing base (ffcbf88) to head (a480faa).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #34278   +/-   ##
=======================================
  Coverage   84.00%   84.00%           
=======================================
  Files         121      121           
  Lines        6985     6985           
  Branches     1179     1179           
=======================================
  Hits         5868     5868           
  Misses       1005     1005           
  Partials      112      112           
Flag Coverage Δ
suite.unit 84.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
packages/aws-cdk ∅ <ø> (∅)
packages/aws-cdk-lib/core 84.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Apr 28, 2025
Copy link
Contributor

mergify bot commented May 1, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: a480faa
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Copy link
Contributor

mergify bot commented May 1, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit e37faed into main May 1, 2025
21 checks passed
@mergify mergify bot deleted the automation/spec-update branch May 1, 2025 02:25
Copy link
Contributor

github-actions bot commented May 1, 2025

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. p2 pr/needs-maintainer-review This PR needs a review from a Core Team Member pr-linter/exempt-integ-test The PR linter will not require integ test changes pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants