Skip to content

Conversation

@aws-cdk-automation
Copy link
Contributor

@aws-cdk-automation aws-cdk-automation commented Nov 28, 2025

⚠️ 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

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

@github-actions
Copy link
Contributor

@aws-cdk/aws-service-spec: No model change detected

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Nov 28, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 28, 2025
> ⚠️ 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/19810598715

------

*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

github-actions bot commented Dec 1, 2025

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

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2025

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

├[~] service aws-connect
│ └ resources
│    └[~]  resource AWS::Connect::EvaluationForm
│       ├ properties
│       │  ├[+] LanguageConfiguration: EvaluationFormLanguageConfiguration
│       │  └[+] TargetConfiguration: EvaluationFormTargetConfiguration
│       └ types
│          ├[+]  type EvaluationFormLanguageConfiguration
│          │  ├      name: EvaluationFormLanguageConfiguration
│          │  └ properties
│          │     └ FormLanguage: string
│          ├[+]  type EvaluationFormMultiSelectQuestionAutomation
│          │  ├      name: EvaluationFormMultiSelectQuestionAutomation
│          │  └ properties
│          │     ├ Options: Array<EvaluationFormMultiSelectQuestionAutomationOption> (required)
│          │     ├ DefaultOptionRefIds: Array<string>
│          │     └ AnswerSource: EvaluationFormQuestionAutomationAnswerSource
│          ├[+]  type EvaluationFormMultiSelectQuestionAutomationOption
│          │  ├      name: EvaluationFormMultiSelectQuestionAutomationOption
│          │  └ properties
│          │     └ RuleCategory: MultiSelectQuestionRuleCategoryAutomation (required)
│          ├[+]  type EvaluationFormMultiSelectQuestionOption
│          │  ├      name: EvaluationFormMultiSelectQuestionOption
│          │  └ properties
│          │     ├ RefId: string (required)
│          │     └ Text: string (required)
│          ├[+]  type EvaluationFormMultiSelectQuestionProperties
│          │  ├      name: EvaluationFormMultiSelectQuestionProperties
│          │  └ properties
│          │     ├ Options: Array<EvaluationFormMultiSelectQuestionOption> (required)
│          │     ├ DisplayAs: string
│          │     └ Automation: EvaluationFormMultiSelectQuestionAutomation
│          ├[~] type EvaluationFormQuestionTypeProperties
│          │ └ properties
│          │    └[+] MultiSelect: EvaluationFormMultiSelectQuestionProperties
│          ├[+]  type EvaluationFormTargetConfiguration
│          │  ├      name: EvaluationFormTargetConfiguration
│          │  └ properties
│          │     └ ContactInteractionType: string (required)
│          └[+]  type MultiSelectQuestionRuleCategoryAutomation
│             ├      name: MultiSelectQuestionRuleCategoryAutomation
│             └ properties
│                ├ Category: string (required)
│                ├ Condition: string (required)
│                └ OptionRefIds: Array<string> (required)
└[~] service aws-lambda
  └ resources
     ├[+]  resource AWS::Lambda::CapacityProvider
     │  ├      name: CapacityProvider
     │  │      cloudFormationType: AWS::Lambda::CapacityProvider
     │  │      documentation: Resource Type definition for AWS::Lambda::CapacityProvider
     │  │      tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
     │  ├ properties
     │  │  ├ CapacityProviderName: string (immutable)
     │  │  ├ CapacityProviderScalingConfig: CapacityProviderScalingConfig
     │  │  ├ InstanceRequirements: InstanceRequirements (immutable)
     │  │  ├ KmsKeyArn: string (immutable)
     │  │  ├ PermissionsConfig: CapacityProviderPermissionsConfig (required, immutable)
     │  │  ├ Tags: Array<tag>
     │  │  └ VpcConfig: CapacityProviderVpcConfig (required, immutable)
     │  ├ attributes
     │  │  ├ State: string
     │  │  └ Arn: string
     │  └ types
     │     ├ type CapacityProviderPermissionsConfig
     │     │ ├      documentation: IAM permissions configuration for the capacity provider.
     │     │ │      name: CapacityProviderPermissionsConfig
     │     │ └ properties
     │     │    └ CapacityProviderOperatorRoleArn: string (required)
     │     ├ type CapacityProviderScalingConfig
     │     │ ├      documentation: The scaling configuration for the capacity provider.
     │     │ │      name: CapacityProviderScalingConfig
     │     │ └ properties
     │     │    ├ MaxVCpuCount: integer
     │     │    ├ ScalingMode: string
     │     │    └ ScalingPolicies: Array<TargetTrackingScalingPolicy>
     │     ├ type CapacityProviderVpcConfig
     │     │ ├      documentation: VPC configuration for the capacity provider.
     │     │ │      name: CapacityProviderVpcConfig
     │     │ └ properties
     │     │    ├ SubnetIds: Array<string> (required)
     │     │    └ SecurityGroupIds: Array<string> (required)
     │     ├ type InstanceRequirements
     │     │ ├      documentation: Specifications for the types of EC2 instances that the capacity provider can use.
     │     │ │      name: InstanceRequirements
     │     │ └ properties
     │     │    ├ Architectures: Array<string>
     │     │    ├ AllowedInstanceTypes: Array<string>
     │     │    └ ExcludedInstanceTypes: Array<string>
     │     └ type TargetTrackingScalingPolicy
     │       ├      documentation: A target tracking scaling policy for the capacity provider.
     │       │      name: TargetTrackingScalingPolicy
     │       └ properties
     │          ├ PredefinedMetricType: string (required)
     │          └ TargetValue: number (required)
     ├[~]  resource AWS::Lambda::Function
     │  ├ properties
     │  │  ├[+] CapacityProviderConfig: CapacityProviderConfig
     │  │  ├[+] FunctionScalingConfig: FunctionScalingConfig
     │  │  └[+] PublishToLatestPublished: boolean
     │  └ types
     │     ├[+]  type CapacityProviderConfig
     │     │  ├      name: CapacityProviderConfig
     │     │  └ properties
     │     │     └ LambdaManagedInstancesCapacityProviderConfig: LambdaManagedInstancesCapacityProviderConfig (required)
     │     ├[+]  type FunctionScalingConfig
     │     │  ├      name: FunctionScalingConfig
     │     │  └ properties
     │     │     ├ MinExecutionEnvironments: integer
     │     │     └ MaxExecutionEnvironments: integer
     │     └[+]  type LambdaManagedInstancesCapacityProviderConfig
     │        ├      name: LambdaManagedInstancesCapacityProviderConfig
     │        └ properties
     │           ├ ExecutionEnvironmentMemoryGiBPerVCpu: number
     │           ├ CapacityProviderArn: string (required)
     │           └ PerExecutionEnvironmentMaxConcurrency: integer
     └[~]  resource AWS::Lambda::Version
        ├ properties
        │  └[+] FunctionScalingConfig: FunctionScalingConfig
        └ types
           └[+]  type FunctionScalingConfig
              ├      documentation: Configuration that defines the scaling behavior for a Lambda Managed Instances function, including the minimum and maximum number of execution environments that can be provisioned.
              │      name: FunctionScalingConfig
              └ properties
                 ├ MinExecutionEnvironments: integer
                 └ MaxExecutionEnvironments: integer

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2025

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

@vishaalmehrishi vishaalmehrishi added this pull request to the merge queue Dec 1, 2025
Merged via the queue into main with commit ba55067 Dec 1, 2025
12 checks passed
@vishaalmehrishi vishaalmehrishi deleted the update-source/cfn-schema branch December 1, 2025 09:43
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.

2 participants