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/19319627239

------

*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 2207
git switch -c fix-pr-2207 && git push -u origin HEAD
gh pr create -t "fix: PR #2207" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/2207"

@github-actions
Copy link
Contributor

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

├[~] service aws-aps
│ └ resources
│    └[~]  resource AWS::APS::Scraper
│       └ types
│          ├[~] type Source
│          │ └ properties
│          │    ├ EksConfiguration: - EksConfiguration (required)
│          │    │                   + EksConfiguration
│          │    └[+] VpcConfiguration: VpcConfiguration
│          └[+]  type VpcConfiguration
│             ├      documentation: Configuration for VPC metrics source
│             │      name: VpcConfiguration
│             └ properties
│                ├ SecurityGroupIds: Array<string> (required)
│                └ SubnetIds: Array<string> (required)
├[~] service aws-dsql
│ └ resources
│    └[~]  resource AWS::DSQL::Cluster
│       ├ properties
│       │  └[+] PolicyDocument: string
│       └ attributes
│          └[+] PolicyVersion: string
├[~] service aws-dynamodb
│ └ resources
│    └[~]  resource AWS::DynamoDB::GlobalTable
│       └ types
│          └[~] type ReplicaStreamSpecification
│            └ properties
│               └ ResourcePolicy: - ResourcePolicy
│                                 + ResourcePolicy (required)
├[~] service aws-elasticloadbalancingv2
│ └ resources
│    ├[~]  resource AWS::ElasticLoadBalancingV2::Listener
│    │  └ types
│    │     ├[~] type Action
│    │     │ └ properties
│    │     │    └[+] JwtValidationConfig: JwtValidationConfig
│    │     ├[+]  type JwtValidationActionAdditionalClaim
│    │     │  ├      name: JwtValidationActionAdditionalClaim
│    │     │  └ properties
│    │     │     ├ Format: string (required)
│    │     │     ├ Values: Array<string> (required)
│    │     │     └ Name: string (required)
│    │     └[+]  type JwtValidationConfig
│    │        ├      name: JwtValidationConfig
│    │        └ properties
│    │           ├ JwksEndpoint: string (required)
│    │           ├ Issuer: string (required)
│    │           └ AdditionalClaims: Array<JwtValidationActionAdditionalClaim>
│    └[~]  resource AWS::ElasticLoadBalancingV2::ListenerRule
│       └ types
│          ├[~] type Action
│          │ └ properties
│          │    └[+] JwtValidationConfig: JwtValidationConfig
│          ├[+]  type JwtValidationActionAdditionalClaim
│          │  ├      name: JwtValidationActionAdditionalClaim
│          │  └ properties
│          │     ├ Format: string (required)
│          │     ├ Name: string (required)
│          │     └ Values: Array<string> (required)
│          └[+]  type JwtValidationConfig
│             ├      name: JwtValidationConfig
│             └ properties
│                ├ JwksEndpoint: string (required)
│                ├ Issuer: string (required)
│                └ AdditionalClaims: Array<JwtValidationActionAdditionalClaim>
└[~] service aws-glue
  └ resources
     └[+]  resource AWS::Glue::IdentityCenterConfiguration
        ├      name: IdentityCenterConfiguration
        │      cloudFormationType: AWS::Glue::IdentityCenterConfiguration
        │      documentation: Resource Type definition for AWS::Glue::IdentityCenterConfiguration
        ├ properties
        │  ├ InstanceArn: string (required, immutable)
        │  ├ Scopes: Array<string>
        │  └ UserBackgroundSessionsEnabled: boolean
        └ attributes
           ├ ApplicationArn: string
           └ AccountId: string

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Nov 13, 2025
Merged via the queue into main with commit 3a40686 Nov 13, 2025
13 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch November 13, 2025 03:56
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