-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: update L1 CloudFormation resource definitions #30921
Conversation
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Comments on closed issues and PRs are hard for our team to see. |
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec` **L1 CloudFormation resource definition changes:** ``` ├[~] service aws-cloudformation │ └ resources │ └[~] resource AWS::CloudFormation::StackSet │ └ types │ └[~] type DeploymentTargets │ └ properties │ └ AccountFilterType: (documentation changed) ├[~] service aws-codepipeline │ └ resources │ └[~] resource AWS::CodePipeline::Webhook │ ├ properties │ │ └ Authentication: (documentation changed) │ └ types │ └[~] type WebhookAuthConfiguration │ └ properties │ └ SecretToken: (documentation changed) ├[~] service aws-ec2 │ └ resources │ ├[~] resource AWS::EC2::EC2Fleet │ │ └ types │ │ └[~] type FleetLaunchTemplateOverridesRequest │ │ └ properties │ │ └ WeightedCapacity: (documentation changed) │ └[~] resource AWS::EC2::SpotFleet │ └ types │ ├[~] type LaunchTemplateOverrides │ │ └ properties │ │ └ WeightedCapacity: (documentation changed) │ └[~] type SpotFleetLaunchSpecification │ └ properties │ └ WeightedCapacity: (documentation changed) ├[~] service aws-elasticloadbalancingv2 │ └ resources │ └[~] resource AWS::ElasticLoadBalancingV2::TargetGroup │ └ types │ └[~] type TargetGroupAttribute │ └ properties │ └ Key: (documentation changed) ├[~] service aws-emr │ └ resources │ ├[~] resource AWS::EMR::Cluster │ │ └ properties │ │ └ AutoTerminationPolicy: (documentation changed) │ ├[~] resource AWS::EMR::SecurityConfiguration │ │ └ properties │ │ └ SecurityConfiguration: (documentation changed) │ └[~] resource AWS::EMR::WALWorkspace │ ├ - documentation: A WAL workspace is a logical container of write-ahead logs (WALs). All WALs in Amazon EMR WAL are encapsulated by a WAL workspace. │ │ + documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-walworkspace.html │ └ properties │ ├ Tags: (documentation changed) │ └ WALWorkspaceName: (documentation changed) ├[~] service aws-glue │ └ resources │ └[~] resource AWS::Glue::Job │ └ properties │ └ GlueVersion: (documentation changed) ├[~] service aws-guardduty │ └ resources │ └[~] resource AWS::GuardDuty::MalwareProtectionPlan │ └ properties │ └ Role: (documentation changed) └[~] service aws-rds └ resources ├[~] resource AWS::RDS::DBCluster │ ├ properties │ │ └ PubliclyAccessible: (documentation changed) │ └ types │ └[~] type MasterUserSecret │ └ properties │ └ SecretArn: (documentation changed) └[~] resource AWS::RDS::DBInstance ├ attributes │ └ MasterUserSecret.SecretArn: (documentation changed) └ types └[~] type MasterUserSecret └ properties └ SecretArn: (documentation changed) ```
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Updates the L1 CloudFormation resource definitions with the latest changes from
@aws-cdk/aws-service-spec
L1 CloudFormation resource definition changes: