Skip to content

Conversation

@aws-cdk-automation
Copy link
Contributor

⚠️ This Pull Request updates daily and will overwrite all manual changes pushed to the branch

Updates the cfn-schema source from upstream. See details in workflow run.


Automatically created by projen via the "update-source-cfn-schema" workflow

> ⚠️ This Pull Request updates daily and will overwrite **all** manual changes pushed to the branch

Updates the cfn-schema source from upstream. See details in [workflow run].

[Workflow Run]: https://github.com/cdklabs/awscdk-service-spec/actions/runs/19524631380

------

*Automatically created by projen via the "update-source-cfn-schema" workflow*

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

To work on this Pull Request, please create a new branch and PR. This prevents your work from being deleted by the automation.

Run the following commands inside the repo:

gh co 2227
git switch -c fix-pr-2227 && git push -u origin HEAD
gh pr create -t "fix: PR #2227" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/2227"

@github-actions
Copy link
Contributor

@aws-cdk/aws-service-spec: Model database diff detected
📁 Download full diff

├[~] service aws-billingconductor
│ └ resources
│    └[~]  resource AWS::BillingConductor::BillingGroup
│       ├ properties
│       │  └ PrimaryAccountId: - string (required, immutable)
│       │                      + string (immutable)
│       └ types
│          └[~] type AccountGrouping
│            └ properties
│               ├ LinkedAccountIds: - Array<string> (required)
│               │                   + Array<string>
│               └[+] ResponsibilityTransferArn: string
├[~] service aws-dsql
│ └ resources
│    └[~]  resource AWS::DSQL::Cluster
│       └ attributes
│          └[+] Endpoint: string
├[~] service aws-ecs
│ └ resources
│    └[~]  resource AWS::ECS::CapacityProvider
│       └ types
│          ├[+]  type InfrastructureOptimization
│          │  ├      documentation: Defines how Amazon ECS Managed Instances optimizes the infrastructure in your capacity provider. Configure it to turn on or off the infrastructure optimization in your capacity provider, and to control the idle EC2 instances optimization delay.
│          │  │      name: InfrastructureOptimization
│          │  └ properties
│          │     └ ScaleInAfter: integer
│          └[~] type ManagedInstancesProvider
│            └ properties
│               └[+] InfrastructureOptimization: InfrastructureOptimization
├[~] service aws-elasticloadbalancingv2
│ └ resources
│    └[~]  resource AWS::ElasticLoadBalancingV2::TargetGroup
│       └ properties
│          └[+] TargetControlPort: integer
├[~] service aws-lambda
│ └ resources
│    └[~]  resource AWS::Lambda::Function
│       ├ properties
│       │  └[+] TenancyConfig: TenancyConfig (immutable)
│       └ types
│          └[+]  type TenancyConfig
│             ├      name: TenancyConfig
│             └ properties
│                └ TenantIsolationMode: string (required)
├[~] service aws-msk
│ └ resources
│    └[~]  resource AWS::MSK::Cluster
│       ├ properties
│       │  └[+] Rebalancing: Rebalancing
│       ├ attributes
│       │  └[+] CurrentVersion: string
│       └ types
│          └[+]  type Rebalancing
│             ├      name: Rebalancing
│             └ properties
│                └ Status: string (required)
└[~] service aws-opensearchservice
  └ resources
     └[~]  resource AWS::OpenSearchService::Domain
        ├ properties
        │  └[+] AIMLOptions: AIMLOptions
        └ types
           ├[+]  type AIMLOptions
           │  ├      name: AIMLOptions
           │  └ properties
           │     └ S3VectorsEngine: S3VectorsEngine
           └[+]  type S3VectorsEngine
              ├      name: S3VectorsEngine
              └ properties
                 └ Enabled: boolean (required)

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Nov 20, 2025
Merged via the queue into main with commit c8a8d0c Nov 20, 2025
13 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch November 20, 2025 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant