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

------

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

@github-actions
Copy link
Contributor

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

├[~] service aws-bedrockagentcore
│ └ resources
│    ├[~]  resource AWS::BedrockAgentCore::BrowserCustom
│    │  ├ properties
│    │  │  └[+] BrowserSigning: BrowserSigning (immutable)
│    │  └ types
│    │     └[+]  type BrowserSigning
│    │        ├      documentation: Browser signing configuration
│    │        │      name: BrowserSigning
│    │        └ properties
│    │           └ Enabled: boolean (default=false)
│    └[~]  resource AWS::BedrockAgentCore::Runtime
│       ├ properties
│       │  ├[+] LifecycleConfiguration: LifecycleConfiguration
│       │  └[+] RequestHeaderConfiguration: RequestHeaderConfiguration
│       └ types
│          ├[~] type AgentRuntimeArtifact
│          │ └ properties
│          │    └[+] CodeConfiguration: CodeConfiguration
│          ├[+]  type Code
│          │  ├      documentation: Object represents source code from zip file
│          │  │      name: Code
│          │  └ properties
│          │     └ S3: S3Location
│          ├[+]  type CodeConfiguration
│          │  ├      documentation: Representation of a code configuration
│          │  │      name: CodeConfiguration
│          │  └ properties
│          │     ├ Code: Code (required)
│          │     ├ Runtime: string (required)
│          │     └ EntryPoint: Array<string> (required)
│          ├[+]  type LifecycleConfiguration
│          │  ├      documentation: Configuration for managing the lifecycle of runtime sessions and resources
│          │  │      name: LifecycleConfiguration
│          │  └ properties
│          │     ├ IdleRuntimeSessionTimeout: integer
│          │     └ MaxLifetime: integer
│          ├[+]  type RequestHeaderConfiguration
│          │  ├      documentation: Configuration for HTTP request headers
│          │  │      name: RequestHeaderConfiguration
│          │  └ properties
│          │     └ RequestHeaderAllowlist: Array<string>
│          └[+]  type S3Location
│             ├      documentation: S3 Location Configuration
│             │      name: S3Location
│             └ properties
│                ├ Bucket: string (required)
│                ├ Prefix: string (required)
│                └ VersionId: string
├[~] service aws-imagebuilder
│ └ resources
│    ├[~]  resource AWS::ImageBuilder::ContainerRecipe
│    │  └ properties
│    │     └ Components: - Array<ComponentConfiguration> (required, immutable)
│    │                   + Array<ComponentConfiguration> (immutable)
│    └[~]  resource AWS::ImageBuilder::ImageRecipe
│       └ properties
│          └ Components: - Array<ComponentConfiguration> (required, immutable)
│                        + Array<ComponentConfiguration> (immutable)
├[~] service aws-s3tables
│ └ resources
│    ├[~]  resource AWS::S3Tables::Table
│    │  ├      - tagInformation: undefined
│    │  │      + tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│    │  └ properties
│    │     └[+] Tags: Array<tag>
│    └[~]  resource AWS::S3Tables::TableBucket
│       ├      - tagInformation: undefined
│       │      + tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│       └ properties
│          └[+] Tags: Array<tag>
└[~] service aws-vpclattice
  └ resources
     └[~]  resource AWS::VpcLattice::ServiceNetworkVpcAssociation
        ├ properties
        │  ├[+] DnsOptions: DnsOptions (immutable)
        │  └[+] PrivateDnsEnabled: boolean (immutable)
        └ types
           └[+]  type DnsOptions
              ├      name: DnsOptions
              └ properties
                 ├ PrivateDnsPreference: string (immutable)
                 └ PrivateDnsSpecifiedDomains: Array<string> (immutable)

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