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

------

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

Signed-off-by: github-actions <[email protected]>
@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 1440
git switch -c fix-pr-1440 && git push -u origin HEAD
gh pr create -t "fix: PR #1440" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/1440"

@github-actions
Copy link
Contributor

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

├[~] service aws-accessanalyzer
│ └ resources
│    └[~] resource AWS::AccessAnalyzer::Analyzer
│      ├ properties
│      │  └ AnalyzerConfiguration: - AnalyzerConfiguration (immutable)
│      │                           + AnalyzerConfiguration
│      └ types
│         ├[+] type AnalysisRule
│         │ ├  documentation: Contains information about rules for the analyzer.
│         │ │  name: AnalysisRule
│         │ └ properties
│         │    └Exclusions: Array<AnalysisRuleCriteria>
│         ├[+] type AnalysisRuleCriteria
│         │ ├  documentation: The criteria for an analysis rule for an analyzer.
│         │ │  name: AnalysisRuleCriteria
│         │ └ properties
│         │    ├AccountIds: Array<string>
│         │    └ResourceTags: Array<Array<tag>>
│         └[~] type UnusedAccessConfiguration
│           └ properties
│              └[+] AnalysisRule: AnalysisRule
├[~] service aws-cloudformation
│ └ resources
│    └[~] resource AWS::CloudFormation::TypeActivation
│      └ properties
│         ├ ExecutionRoleArn: - string
│         │                   + string (immutable)
│         ├ PublicTypeArn: - string
│         │                + string (immutable)
│         ├ PublisherId: - string
│         │              + string (immutable)
│         ├ Type: - string
│         │       + string (immutable)
│         ├ TypeName: - string
│         │           + string (immutable)
│         └ TypeNameAlias: - string
│                          + string (immutable)
├[~] service aws-eks
│ └ resources
│    └[~] resource AWS::EKS::Nodegroup
│      ├ properties
│      │  └[+] NodeRepairConfig: NodeRepairConfig
│      └ types
│         └[+] type NodeRepairConfig
│           ├  documentation: The node auto repair configuration for node group.
│           │  name: NodeRepairConfig
│           └ properties
│              └Enabled: boolean
├[~] service aws-redshiftserverless
│ └ resources
│    └[~] resource AWS::RedshiftServerless::Namespace
│      └  - tagInformation: undefined
│         + tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
├[~] service aws-sagemaker
│ └ resources
│    └[~] resource AWS::SageMaker::Cluster
│      └ types
│         └[~] type ClusterInstanceGroup
│           └ properties
│              └[+] OverrideVpcConfig: VpcConfig (immutable)
└[~] service aws-vpclattice
  └ resources
     └[~] resource AWS::VpcLattice::ServiceNetwork
       ├ properties
       │  └[+] SharingConfig: SharingConfig
       └ types
          └[+] type SharingConfig
            ├  name: SharingConfig
            └ properties
               └enabled: boolean (required)

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Nov 18, 2024
Merged via the queue into main with commit 26e7b6b Nov 18, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch November 18, 2024 03:42
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