Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sources): update cfn-schema #1459

Merged
merged 1 commit into from
Nov 27, 2024
Merged

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

------

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

Signed-off-by: github-actions <[email protected]>
Copy link

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

Copy link

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

└[~] service aws-eks
  └ resources
     └[~] resource AWS::EKS::Cluster
       ├ properties
       │  ├[+] ComputeConfig: ComputeConfig
       │  ├[+] RemoteNetworkConfig: RemoteNetworkConfig (immutable)
       │  └[+] StorageConfig: StorageConfig
       └ types
          ├[+] type BlockStorage
          │ ├  documentation: Todo: add description
          │ │  name: BlockStorage
          │ └ properties
          │    └Enabled: boolean
          ├[+] type ComputeConfig
          │ ├  documentation: Todo: add description
          │ │  name: ComputeConfig
          │ └ properties
          │    ├Enabled: boolean
          │    ├NodeRoleArn: string
          │    └NodePools: Array<string>
          ├[+] type ElasticLoadBalancing
          │ ├  documentation: Todo: add description
          │ │  name: ElasticLoadBalancing
          │ └ properties
          │    └Enabled: boolean
          ├[~] type KubernetesNetworkConfig
          │ └ properties
          │    └[+] ElasticLoadBalancing: ElasticLoadBalancing
          ├[+] type RemoteNetworkConfig
          │ ├  documentation: Configuration fields for specifying on-premises node and pod CIDRs that are external to the VPC passed during cluster creation.
          │ │  name: RemoteNetworkConfig
          │ └ properties
          │    ├RemoteNodeNetworks: Array<RemoteNodeNetwork> (required)
          │    └RemotePodNetworks: Array<RemotePodNetwork>
          ├[+] type RemoteNodeNetwork
          │ ├  documentation: Network configuration of nodes run on-premises with EKS Hybrid Nodes.
          │ │  name: RemoteNodeNetwork
          │ └ properties
          │    └Cidrs: Array<string> (required)
          ├[+] type RemotePodNetwork
          │ ├  documentation: Network configuration of pods run on-premises with EKS Hybrid Nodes.
          │ │  name: RemotePodNetwork
          │ └ properties
          │    └Cidrs: Array<string> (required)
          └[+] type StorageConfig
            ├  documentation: Todo: add description
            │  name: StorageConfig
            └ properties
               └BlockStorage: BlockStorage

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