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: update L1 CloudFormation resource definitions #29605

Merged
merged 1 commit into from Mar 25, 2024

Conversation

aws-cdk-automation
Copy link
Collaborator

Updates the L1 CloudFormation resource definitions with the latest changes from @aws-cdk/aws-service-spec

L1 CloudFormation resource definition changes:

├[~] service aws-appintegrations
│ └ resources
│    └[~] resource AWS::AppIntegrations::Application
│      └ attributes
│         ├ ApplicationArn: (documentation changed)
│         └ Id: (documentation changed)
├[~] service aws-codeartifact
│ └ resources
│    ├[~] resource AWS::CodeArtifact::PackageGroup
│    │ ├  - documentation: The resource schema to create a CodeArtifact package group.
│    │ │  + documentation: Creates a package group. For more information about creating package groups, including example CLI commands, see [Create a package group](https://docs.aws.amazon.com/codeartifact/latest/ug/create-package-group.html) in the *CodeArtifact User Guide* .
│    │ ├ properties
│    │ │  ├ ContactInfo: (documentation changed)
│    │ │  ├ Description: (documentation changed)
│    │ │  ├ DomainName: (documentation changed)
│    │ │  ├ DomainOwner: (documentation changed)
│    │ │  ├ OriginConfiguration: (documentation changed)
│    │ │  ├ Pattern: (documentation changed)
│    │ │  └ Tags: (documentation changed)
│    │ ├ attributes
│    │ │  └ Arn: (documentation changed)
│    │ └ types
│    │    ├[~] type OriginConfiguration
│    │    │ ├  - documentation: undefined
│    │    │ │  + documentation: The package group origin configuration that determines how package versions can enter repositories.
│    │    │ └ properties
│    │    │    └ Restrictions: (documentation changed)
│    │    ├[~] type Restrictions
│    │    │ ├  - documentation: undefined
│    │    │ │  + documentation: Contains information about the configured restrictions of the origin controls of a package group.
│    │    │ └ properties
│    │    │    ├ ExternalUpstream: (documentation changed)
│    │    │    ├ InternalUpstream: (documentation changed)
│    │    │    └ Publish: (documentation changed)
│    │    └[~] type RestrictionType
│    │      ├  - documentation: undefined
│    │      │  + documentation: The `RestrictionType` property type specifies the package group origin configuration restriction mode, and the repositories when the `RestrictionMode` is set to `ALLOW_SPECIFIC_REPOSITORIES` .
│    │      └ properties
│    │         ├ Repositories: (documentation changed)
│    │         └ RestrictionMode: (documentation changed)
│    └[~] resource AWS::CodeArtifact::Repository
│      └ properties
│         └ ExternalConnections: (documentation changed)
├[~] service aws-connect
│ └ resources
│    └[~] resource AWS::Connect::SecurityProfile
│      └ types
│         └[~] type Application
│           ├  - documentation: A third-party application's metadata.
│           │  + documentation: This API is in preview release for Amazon Connect and is subject to change.
│           │  A third-party application's metadata.
│           └ properties
│              └ ApplicationPermissions: (documentation changed)
├[~] service aws-dms
│ └ resources
│    └[~] resource AWS::DMS::DataProvider
│      └ types
│         └[~] type PostgreSqlSettings
│           ├  - documentation: undefined
│           │  + documentation: Provides information that defines a PostgreSQL endpoint.
│           └ properties
│              ├ DatabaseName: (documentation changed)
│              ├ Port: (documentation changed)
│              └ ServerName: (documentation changed)
├[~] service aws-glue
│ └ resources
│    └[~] resource AWS::Glue::Crawler
│      ├ properties
│      │  └[+] LakeFormationConfiguration: LakeFormationConfiguration
│      └ types
│         └[+] type LakeFormationConfiguration
│           ├  name: LakeFormationConfiguration
│           └ properties
│              ├UseLakeFormationCredentials: boolean
│              └AccountId: string
├[~] service aws-securityhub
│ └ resources
│    └[~] resource AWS::SecurityHub::Insight
│      ├  - documentation: The AWS::SecurityHub::Insight resource represents the AWS Security Hub Insight in your account. An AWS Security Hub insight is a collection of related findings.
│      │  + documentation: Creates a custom insight in Security Hub. An insight is a consolidation of findings that relate to a security issue that requires attention or remediation.
│      │  To group the related findings in the insight, use the `GroupByAttribute` .
│      ├ properties
│      │  ├ Filters: (documentation changed)
│      │  ├ GroupByAttribute: (documentation changed)
│      │  └ Name: (documentation changed)
│      ├ attributes
│      │  └ InsightArn: (documentation changed)
│      └ types
│         ├[~] type AwsSecurityFindingFilters
│         │ ├  - documentation: A collection of filters that are applied to all active findings aggregated by AWS Security Hub.
│         │ │  + documentation: A collection of filters that are applied to all active findings aggregated by AWS Security Hub .
│         │ │  You can filter by up to ten finding attributes. For each attribute, you can provide up to 20 filter values.
│         │ └ properties
│         │    ├ ComplianceAssociatedStandardsId: (documentation changed)
│         │    ├ ComplianceSecurityControlId: (documentation changed)
│         │    ├ ComplianceStatus: (documentation changed)
│         │    ├ FindingProviderFieldsTypes: (documentation changed)
│         │    ├ GeneratorId: (documentation changed)
│         │    ├ ProductFields: (documentation changed)
│         │    ├ Type: (documentation changed)
│         │    ├ UserDefinedFields: (documentation changed)
│         │    ├ VulnerabilitiesExploitAvailable: (documentation changed)
│         │    ├ VulnerabilitiesFixAvailable: (documentation changed)
│         │    ├ WorkflowState: (documentation changed)
│         │    └ WorkflowStatus: (documentation changed)
│         ├[~] type IpFilter
│         │ └ properties
│         │    └ Cidr: (documentation changed)
│         ├[~] type MapFilter
│         │ ├  - documentation: A map filter for filtering AWS Security Hub findings.
│         │ │  + documentation: A map filter for filtering AWS Security Hub findings. Each map filter provides the field to check for, the value to check for, and the comparison operator.
│         │ └ properties
│         │    ├ Comparison: (documentation changed)
│         │    ├ Key: (documentation changed)
│         │    └ Value: (documentation changed)
│         └[~] type StringFilter
│           └ properties
│              ├ Comparison: (documentation changed)
│              └ Value: (documentation changed)
└[~] service aws-wafv2
  └ resources
     ├[~] resource AWS::WAFv2::RuleGroup
     │ └ types
     │    ├[~] type Body
     │    │ └ properties
     │    │    └ OversizeHandling: (documentation changed)
     │    ├[~] type FieldToMatch
     │    │ └ properties
     │    │    ├ Body: (documentation changed)
     │    │    └ JsonBody: (documentation changed)
     │    └[~] type JsonBody
     │      └ properties
     │         └ OversizeHandling: (documentation changed)
     └[~] resource AWS::WAFv2::WebACL
       ├ properties
       │  └ AssociationConfig: (documentation changed)
       └ types
          ├[~] type AssociationConfig
          │ ├  - documentation: Specifies custom configurations for the associations between the web ACL and protected resources.
          │ │  Use this to customize the maximum size of the request body that your protected resources forward to AWS WAF for inspection. You can customize this setting for CloudFront. The default setting is 16 KB (16,384 bytes).
          │ │  > You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see [AWS WAF Pricing](https://docs.aws.amazon.com/waf/pricing/) . 
          │ │  For regional resources, the limit is fixed at 8 KB (8,192 bytes).
          │ │  + documentation: Specifies custom configurations for the associations between the web ACL and protected resources.
          │ │  Use this to customize the maximum size of the request body that your protected resources forward to AWS WAF for inspection. You can customize this setting for CloudFront, API Gateway, Amazon Cognito, App Runner, or Verified Access resources. The default setting is 16 KB (16,384 bytes).
          │ │  > You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see [AWS WAF Pricing](https://docs.aws.amazon.com/waf/pricing/) . 
          │ │  For Application Load Balancer and AWS AppSync , the limit is fixed at 8 KB (8,192 bytes).
          │ └ properties
          │    └ RequestBody: (documentation changed)
          ├[~] type Body
          │ └ properties
          │    └ OversizeHandling: (documentation changed)
          ├[~] type FieldToMatch
          │ └ properties
          │    ├ Body: (documentation changed)
          │    └ JsonBody: (documentation changed)
          ├[~] type JsonBody
          │ └ properties
          │    └ OversizeHandling: (documentation changed)
          └[~] type RequestBodyAssociatedResourceTypeConfig
            └  - documentation: Customizes the maximum size of the request body that your protected CloudFront resources forward to AWS WAF for inspection. The default size is 16 KB (16,384 bytes).
               > You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see [AWS WAF Pricing](https://docs.aws.amazon.com/waf/pricing/) . 
               Example JSON: `{ "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE": "KB_32" }`
               For regional resources, the limit is fixed at 8 KB (8,192 bytes).
               This is used in the `AssociationConfig` of the web ACL.
               + documentation: Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to AWS WAF for inspection. The default size is 16 KB (16,384 bytes). You can change the setting for any of the available resource types.
               > You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see [AWS WAF Pricing](https://docs.aws.amazon.com/waf/pricing/) . 
               Example JSON: `{ "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE": "KB_32" }`
               For Application Load Balancer and AWS AppSync , the limit is fixed at 8 KB (8,192 bytes).
               This is used in the `AssociationConfig` of the web ACL.

Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
@aws-cdk-automation aws-cdk-automation added auto-approve contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes pr-linter/exempt-integ-test The PR linter will not require integ test changes labels Mar 25, 2024
@aws-cdk-automation aws-cdk-automation requested review from a team March 25, 2024 13:44
@github-actions github-actions bot added the p2 label Mar 25, 2024
@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 5a4acf9
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Copy link
Contributor

mergify bot commented Mar 25, 2024

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).

@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Mar 25, 2024
@mergify mergify bot merged commit bf34b6c into main Mar 25, 2024
41 checks passed
@mergify mergify bot deleted the automation/spec-update branch March 25, 2024 14:15
Copy link
Contributor

mergify bot commented Mar 25, 2024

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).

ahammond pushed a commit to ahammond/aws-cdk that referenced this pull request Mar 26, 2024
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`

**L1 CloudFormation resource definition changes:**
```
├[~] service aws-appintegrations
│ └ resources
│    └[~] resource AWS::AppIntegrations::Application
│      └ attributes
│         ├ ApplicationArn: (documentation changed)
│         └ Id: (documentation changed)
├[~] service aws-codeartifact
│ └ resources
│    ├[~] resource AWS::CodeArtifact::PackageGroup
│    │ ├  - documentation: The resource schema to create a CodeArtifact package group.
│    │ │  + documentation: Creates a package group. For more information about creating package groups, including example CLI commands, see [Create a package group](https://docs.aws.amazon.com/codeartifact/latest/ug/create-package-group.html) in the *CodeArtifact User Guide* .
│    │ ├ properties
│    │ │  ├ ContactInfo: (documentation changed)
│    │ │  ├ Description: (documentation changed)
│    │ │  ├ DomainName: (documentation changed)
│    │ │  ├ DomainOwner: (documentation changed)
│    │ │  ├ OriginConfiguration: (documentation changed)
│    │ │  ├ Pattern: (documentation changed)
│    │ │  └ Tags: (documentation changed)
│    │ ├ attributes
│    │ │  └ Arn: (documentation changed)
│    │ └ types
│    │    ├[~] type OriginConfiguration
│    │    │ ├  - documentation: undefined
│    │    │ │  + documentation: The package group origin configuration that determines how package versions can enter repositories.
│    │    │ └ properties
│    │    │    └ Restrictions: (documentation changed)
│    │    ├[~] type Restrictions
│    │    │ ├  - documentation: undefined
│    │    │ │  + documentation: Contains information about the configured restrictions of the origin controls of a package group.
│    │    │ └ properties
│    │    │    ├ ExternalUpstream: (documentation changed)
│    │    │    ├ InternalUpstream: (documentation changed)
│    │    │    └ Publish: (documentation changed)
│    │    └[~] type RestrictionType
│    │      ├  - documentation: undefined
│    │      │  + documentation: The `RestrictionType` property type specifies the package group origin configuration restriction mode, and the repositories when the `RestrictionMode` is set to `ALLOW_SPECIFIC_REPOSITORIES` .
│    │      └ properties
│    │         ├ Repositories: (documentation changed)
│    │         └ RestrictionMode: (documentation changed)
│    └[~] resource AWS::CodeArtifact::Repository
│      └ properties
│         └ ExternalConnections: (documentation changed)
├[~] service aws-connect
│ └ resources
│    └[~] resource AWS::Connect::SecurityProfile
│      └ types
│         └[~] type Application
│           ├  - documentation: A third-party application's metadata.
│           │  + documentation: This API is in preview release for Amazon Connect and is subject to change.
│           │  A third-party application's metadata.
│           └ properties
│              └ ApplicationPermissions: (documentation changed)
├[~] service aws-dms
│ └ resources
│    └[~] resource AWS::DMS::DataProvider
│      └ types
│         └[~] type PostgreSqlSettings
│           ├  - documentation: undefined
│           │  + documentation: Provides information that defines a PostgreSQL endpoint.
│           └ properties
│              ├ DatabaseName: (documentation changed)
│              ├ Port: (documentation changed)
│              └ ServerName: (documentation changed)
├[~] service aws-glue
│ └ resources
│    └[~] resource AWS::Glue::Crawler
│      ├ properties
│      │  └[+] LakeFormationConfiguration: LakeFormationConfiguration
│      └ types
│         └[+] type LakeFormationConfiguration
│           ├  name: LakeFormationConfiguration
│           └ properties
│              ├UseLakeFormationCredentials: boolean
│              └AccountId: string
├[~] service aws-securityhub
│ └ resources
│    └[~] resource AWS::SecurityHub::Insight
│      ├  - documentation: The AWS::SecurityHub::Insight resource represents the AWS Security Hub Insight in your account. An AWS Security Hub insight is a collection of related findings.
│      │  + documentation: Creates a custom insight in Security Hub. An insight is a consolidation of findings that relate to a security issue that requires attention or remediation.
│      │  To group the related findings in the insight, use the `GroupByAttribute` .
│      ├ properties
│      │  ├ Filters: (documentation changed)
│      │  ├ GroupByAttribute: (documentation changed)
│      │  └ Name: (documentation changed)
│      ├ attributes
│      │  └ InsightArn: (documentation changed)
│      └ types
│         ├[~] type AwsSecurityFindingFilters
│         │ ├  - documentation: A collection of filters that are applied to all active findings aggregated by AWS Security Hub.
│         │ │  + documentation: A collection of filters that are applied to all active findings aggregated by AWS Security Hub .
│         │ │  You can filter by up to ten finding attributes. For each attribute, you can provide up to 20 filter values.
│         │ └ properties
│         │    ├ ComplianceAssociatedStandardsId: (documentation changed)
│         │    ├ ComplianceSecurityControlId: (documentation changed)
│         │    ├ ComplianceStatus: (documentation changed)
│         │    ├ FindingProviderFieldsTypes: (documentation changed)
│         │    ├ GeneratorId: (documentation changed)
│         │    ├ ProductFields: (documentation changed)
│         │    ├ Type: (documentation changed)
│         │    ├ UserDefinedFields: (documentation changed)
│         │    ├ VulnerabilitiesExploitAvailable: (documentation changed)
│         │    ├ VulnerabilitiesFixAvailable: (documentation changed)
│         │    ├ WorkflowState: (documentation changed)
│         │    └ WorkflowStatus: (documentation changed)
│         ├[~] type IpFilter
│         │ └ properties
│         │    └ Cidr: (documentation changed)
│         ├[~] type MapFilter
│         │ ├  - documentation: A map filter for filtering AWS Security Hub findings.
│         │ │  + documentation: A map filter for filtering AWS Security Hub findings. Each map filter provides the field to check for, the value to check for, and the comparison operator.
│         │ └ properties
│         │    ├ Comparison: (documentation changed)
│         │    ├ Key: (documentation changed)
│         │    └ Value: (documentation changed)
│         └[~] type StringFilter
│           └ properties
│              ├ Comparison: (documentation changed)
│              └ Value: (documentation changed)
└[~] service aws-wafv2
  └ resources
     ├[~] resource AWS::WAFv2::RuleGroup
     │ └ types
     │    ├[~] type Body
     │    │ └ properties
     │    │    └ OversizeHandling: (documentation changed)
     │    ├[~] type FieldToMatch
     │    │ └ properties
     │    │    ├ Body: (documentation changed)
     │    │    └ JsonBody: (documentation changed)
     │    └[~] type JsonBody
     │      └ properties
     │         └ OversizeHandling: (documentation changed)
     └[~] resource AWS::WAFv2::WebACL
       ├ properties
       │  └ AssociationConfig: (documentation changed)
       └ types
          ├[~] type AssociationConfig
          │ ├  - documentation: Specifies custom configurations for the associations between the web ACL and protected resources.
          │ │  Use this to customize the maximum size of the request body that your protected resources forward to AWS WAF for inspection. You can customize this setting for CloudFront. The default setting is 16 KB (16,384 bytes).
          │ │  > You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see [AWS WAF Pricing](https://docs.aws.amazon.com/waf/pricing/) . 
          │ │  For regional resources, the limit is fixed at 8 KB (8,192 bytes).
          │ │  + documentation: Specifies custom configurations for the associations between the web ACL and protected resources.
          │ │  Use this to customize the maximum size of the request body that your protected resources forward to AWS WAF for inspection. You can customize this setting for CloudFront, API Gateway, Amazon Cognito, App Runner, or Verified Access resources. The default setting is 16 KB (16,384 bytes).
          │ │  > You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see [AWS WAF Pricing](https://docs.aws.amazon.com/waf/pricing/) . 
          │ │  For Application Load Balancer and AWS AppSync , the limit is fixed at 8 KB (8,192 bytes).
          │ └ properties
          │    └ RequestBody: (documentation changed)
          ├[~] type Body
          │ └ properties
          │    └ OversizeHandling: (documentation changed)
          ├[~] type FieldToMatch
          │ └ properties
          │    ├ Body: (documentation changed)
          │    └ JsonBody: (documentation changed)
          ├[~] type JsonBody
          │ └ properties
          │    └ OversizeHandling: (documentation changed)
          └[~] type RequestBodyAssociatedResourceTypeConfig
            └  - documentation: Customizes the maximum size of the request body that your protected CloudFront resources forward to AWS WAF for inspection. The default size is 16 KB (16,384 bytes).
               > You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see [AWS WAF Pricing](https://docs.aws.amazon.com/waf/pricing/) . 
               Example JSON: `{ "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE": "KB_32" }`
               For regional resources, the limit is fixed at 8 KB (8,192 bytes).
               This is used in the `AssociationConfig` of the web ACL.
               + documentation: Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to AWS WAF for inspection. The default size is 16 KB (16,384 bytes). You can change the setting for any of the available resource types.
               > You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see [AWS WAF Pricing](https://docs.aws.amazon.com/waf/pricing/) . 
               Example JSON: `{ "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE": "KB_32" }`
               For Application Load Balancer and AWS AppSync , the limit is fixed at 8 KB (8,192 bytes).
               This is used in the `AssociationConfig` of the web ACL.
```
This was referenced Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-approve contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. p2 pr/needs-maintainer-review This PR needs a review from a Core Team Member pr-linter/exempt-integ-test The PR linter will not require integ test changes pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant