Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update L1 CloudFormation resource definitions (#33445)
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec` **L1 CloudFormation resource definition changes:** ``` ├[~] service aws-appsync │ └ resources │ └[~] resource AWS::AppSync::ApiCache │ └ properties │ └ ApiCachingBehavior: (documentation changed) ├[~] service aws-batch │ └ resources │ ├[~] resource AWS::Batch::ComputeEnvironment │ │ └ properties │ │ └ UnmanagedvCpus: (documentation changed) │ ├[~] resource AWS::Batch::JobDefinition │ │ ├ properties │ │ │ └ SchedulingPriority: (documentation changed) │ │ └ types │ │ └[~] type LinuxParameters │ │ └ properties │ │ └ MaxSwap: (documentation changed) │ └[~] resource AWS::Batch::SchedulingPolicy │ ├ properties │ │ ├ FairsharePolicy: (documentation changed) │ │ └ Name: (documentation changed) │ └ types │ ├[~] type FairsharePolicy │ │ ├ - documentation: The fair share policy for a scheduling policy. │ │ │ + documentation: The fair-share scheduling policy details. │ │ └ properties │ │ ├ ComputeReservation: (documentation changed) │ │ ├ ShareDecaySeconds: (documentation changed) │ │ └ ShareDistribution: (documentation changed) │ └[~] type ShareAttributes │ ├ - documentation: Specifies the weights for the fair share identifiers for the fair share policy. Fair share identifiers that aren't included have a default weight of `1.0` . │ │ + documentation: Specifies the weights for the share identifiers for the fair-share policy. Share identifiers that aren't included have a default weight of `1.0` . │ └ properties │ ├ ShareIdentifier: (documentation changed) │ └ WeightFactor: (documentation changed) ├[~] service aws-bedrock │ └ resources │ ├[~] resource AWS::Bedrock::AgentAlias │ │ └ attributes │ │ └ AgentAliasStatus: (documentation changed) │ ├[~] resource AWS::Bedrock::Prompt │ │ └ types │ │ ├[+] type CachePointBlock │ │ │ ├ documentation: Indicates where a cache checkpoint is located. All information before this checkpoint is cached to be accessed on subsequent requests. │ │ │ │ name: CachePointBlock │ │ │ └ properties │ │ │ └ Type: string (required) │ │ ├[~] type ContentBlock │ │ │ └ properties │ │ │ ├[+] CachePoint: CachePointBlock │ │ │ └ Text: - string (required) │ │ │ + string │ │ ├[~] type PromptVariant │ │ │ └ properties │ │ │ └[+] AdditionalModelRequestFields: json │ │ ├[~] type SystemContentBlock │ │ │ └ properties │ │ │ ├[+] CachePoint: CachePointBlock │ │ │ └ Text: - string (required) │ │ │ + string │ │ ├[~] type TextPromptTemplateConfiguration │ │ │ └ properties │ │ │ └[+] CachePoint: CachePointBlock │ │ └[~] type Tool │ │ └ properties │ │ ├[+] CachePoint: CachePointBlock │ │ └ ToolSpec: - ToolSpecification (required) │ │ + ToolSpecification │ └[~] resource AWS::Bedrock::PromptVersion │ └ types │ ├[+] type CachePointBlock │ │ ├ documentation: Indicates where a cache checkpoint is located. All information before this checkpoint is cached to be accessed on subsequent requests. │ │ │ name: CachePointBlock │ │ └ properties │ │ └ Type: string (required) │ ├[~] type ContentBlock │ │ └ properties │ │ ├[+] CachePoint: CachePointBlock │ │ └ Text: - string (required) │ │ + string │ ├[~] type PromptVariant │ │ └ properties │ │ └[+] AdditionalModelRequestFields: json │ ├[~] type SystemContentBlock │ │ └ properties │ │ ├[+] CachePoint: CachePointBlock │ │ └ Text: - string (required) │ │ + string │ ├[~] type TextPromptTemplateConfiguration │ │ └ properties │ │ └[+] CachePoint: CachePointBlock │ └[~] type Tool │ └ properties │ ├[+] CachePoint: CachePointBlock │ └ ToolSpec: - ToolSpecification (required) │ + ToolSpecification ├[~] service aws-connect │ └ resources │ └[+] resource AWS::Connect::ContactFlowVersion │ ├ name: ContactFlowVersion │ │ cloudFormationType: AWS::Connect::ContactFlowVersion │ │ documentation: Resource Type Definition for ContactFlowVersion │ ├ properties │ │ ├ ContactFlowId: string (required, immutable) │ │ └ Description: string (immutable) │ └ attributes │ ├ ContactFlowVersionARN: string │ ├ Version: integer │ └ FlowContentSha256: string ├[~] service aws-datasync │ └ resources │ └[~] resource AWS::DataSync::LocationSMB │ └ properties │ ├[+] AuthenticationType: string │ ├[+] DnsIpAddresses: Array<string> │ ├[+] KerberosKeytab: string │ ├[+] KerberosKrb5Conf: string │ ├[+] KerberosPrincipal: string │ └ User: - string (required) │ + string ├[~] service aws-directoryservice │ └ resources │ ├[~] resource AWS::DirectoryService::MicrosoftAD │ │ └ attributes │ │ ├ Alias: (documentation changed) │ │ └ Id: (documentation changed) │ └[~] resource AWS::DirectoryService::SimpleAD │ └ attributes │ ├ Alias: (documentation changed) │ └ DirectoryId: (documentation changed) ├[~] service aws-dms │ └ resources │ └[~] resource AWS::DMS::DataProvider │ └ properties │ └ Engine: (documentation changed) ├[~] service aws-dynamodb │ └ resources │ └[~] resource AWS::DynamoDB::GlobalTable │ └ properties │ └[-] PointInTimeRecoverySpecification: PointInTimeRecoverySpecification ├[~] service aws-ec2 │ └ resources │ └[~] resource AWS::EC2::VerifiedAccessEndpoint │ └ types │ ├[~] type LoadBalancerOptions │ │ └ properties │ │ └ SubnetIds: (documentation changed) │ └[~] type RdsOptions │ └ properties │ └ SubnetIds: (documentation changed) ├[~] service aws-eks │ └ resources │ └[~] resource AWS::EKS::Nodegroup │ └ types │ └[~] type UpdateConfig │ └ properties │ └ UpdateStrategy: (documentation changed) ├[~] service aws-emr │ └ resources │ └[~] resource AWS::EMR::Studio │ └ - tagInformation: undefined │ + tagInformation: {"tagPropertyName":"Tags","variant":"standard"} ├[~] service aws-emrcontainers │ └ resources │ └[~] resource AWS::EMRContainers::VirtualCluster │ └ properties │ └[+] SecurityConfigurationId: string ├[~] service aws-fms │ └ resources │ └[~] resource AWS::FMS::Policy │ ├ properties │ │ └ SecurityServicePolicyData: (documentation changed) │ └ types │ └[~] type SecurityServicePolicyData │ └ properties │ └ Type: (documentation changed) ├[~] service aws-glue │ └ resources │ └[~] resource AWS::Glue::Crawler │ └ types │ ├[+] type HudiTarget │ │ ├ documentation: Specifies an Apache Hudi data source. │ │ │ name: HudiTarget │ │ └ properties │ │ ├ ConnectionName: string │ │ ├ Paths: Array<string> │ │ ├ Exclusions: Array<string> │ │ └ MaximumTraversalDepth: integer │ └[~] type Targets │ └ properties │ └[+] HudiTargets: Array<HudiTarget> ├[~] service aws-groundstation │ └ resources │ ├[~] resource AWS::GroundStation::DataflowEndpointGroup │ │ └ properties │ │ ├ ContactPostPassDurationSeconds: - integer │ │ │ + integer (immutable) │ │ ├ ContactPrePassDurationSeconds: - integer │ │ │ + integer (immutable) │ │ └ EndpointDetails: - Array<EndpointDetails> (required) │ │ + Array<EndpointDetails> (required, immutable) │ └[~] resource AWS::GroundStation::MissionProfile │ └ types │ └[~] type StreamsKmsKey │ └ properties │ └[+] KmsAliasName: string ├[~] service aws-opensearchserverless │ └ resources │ └[~] resource AWS::OpenSearchServerless::SecurityConfig │ └ types │ └[~] type SamlConfigOptions │ └ properties │ └[+] OpenSearchServerlessEntityId: string ├[~] service aws-rds │ └ resources │ ├[~] resource AWS::RDS::DBInstance │ │ └ properties │ │ └[+] ApplyImmediately: boolean │ ├[~] resource AWS::RDS::DBParameterGroup │ │ └ properties │ │ └ Parameters: (documentation changed) │ └[~] resource AWS::RDS::GlobalCluster │ ├ properties │ │ └[+] GlobalEndpoint: GlobalEndpoint │ └ attributes │ └[-] GlobalEndpoint: GlobalEndpoint ├[~] service aws-s3objectlambda │ └ resources │ └[~] resource AWS::S3ObjectLambda::AccessPoint │ └ types │ └[~] type TransformationConfiguration │ └ properties │ └ Actions: (documentation changed) ├[~] service aws-supportapp │ └ resources │ ├[~] resource AWS::SupportApp::AccountAlias │ │ └ - documentation: You can use the `AWS::SupportApp::AccountAlias` resource to specify your AWS account when you configure the AWS Support App in Slack. Your alias name appears on the AWS Support App page in the Support Center Console and in messages from the AWS Support App. You can use this alias to identify the account you've configured with the AWS Support App . │ │ For more information, see [AWS Support App in Slack](https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html) in the *AWS Support User Guide* . │ │ + documentation: You can use the `AWS::SupportApp::AccountAlias` resource to specify your AWS account when you configure the AWS Support App in Slack. Your alias name appears on the AWS Support App page in the Support Center Console and in messages from the App. You can use this alias to identify the account you've configured with the AWS Support App . │ │ For more information, see [AWS Support App in Slack](https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html) in the *User Guide* . │ ├[~] resource AWS::SupportApp::SlackChannelConfiguration │ │ ├ - documentation: You can use the `AWS::SupportApp::SlackChannelConfiguration` resource to specify your AWS account when you configure the AWS Support App . This resource includes the following information: │ │ │ - The Slack channel name and ID │ │ │ - The team ID in Slack │ │ │ - The Amazon Resource Name (ARN) of the AWS Identity and Access Management ( IAM ) role │ │ │ - Whether you want the AWS Support App to notify you when your support cases are created, updated, resolved, or reopened │ │ │ - The case severity that you want to get notified for │ │ │ For more information, see the following topics in the *AWS Support User Guide* : │ │ │ - [AWS Support App in Slack](https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html) │ │ │ - [Creating AWS Support App in Slack resources with AWS CloudFormation](https://docs.aws.amazon.com/awssupport/latest/user/creating-resources-with-cloudformation.html) │ │ │ + documentation: You can use the `AWS::SupportApp::SlackChannelConfiguration` resource to specify your AWS account when you configure the AWS Support App . This resource includes the following information: │ │ │ - The Slack channel name and ID │ │ │ - The team ID in Slack │ │ │ - The Amazon Resource Name (ARN) of the AWS Identity and Access Management ( IAM ) role │ │ │ - Whether you want the AWS Support App to notify you when your support cases are created, updated, resolved, or reopened │ │ │ - The case severity that you want to get notified for │ │ │ For more information, see the following topics in the *User Guide* : │ │ │ - [AWS Support App in Slack](https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html) │ │ │ - [Creating AWS Support App in Slack resources with AWS CloudFormation](https://docs.aws.amazon.com/awssupport/latest/user/creating-resources-with-cloudformation.html) │ │ └ properties │ │ └ ChannelRoleArn: (documentation changed) │ └[~] resource AWS::SupportApp::SlackWorkspaceConfiguration │ └ - documentation: You can use the `AWS::SupportApp::SlackWorkspaceConfiguration` resource to specify your Slack workspace configuration. This resource configures your AWS account so that you can use the specified Slack workspace in the AWS Support App . This resource includes the following information: │ - The team ID for the Slack workspace │ - The version ID of the resource to use with AWS CloudFormation │ For more information, see the following topics in the *AWS Support User Guide* : │ - [AWS Support App in Slack](https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html) │ - [Creating AWS Support App in Slack resources with AWS CloudFormation](https://docs.aws.amazon.com/awssupport/latest/user/creating-resources-with-cloudformation.html) │ + documentation: You can use the `AWS::SupportApp::SlackWorkspaceConfiguration` resource to specify your Slack workspace configuration. This resource configures your AWS account so that you can use the specified Slack workspace in the AWS Support App . This resource includes the following information: │ - The team ID for the Slack workspace │ - The version ID of the resource to use with AWS CloudFormation │ For more information, see the following topics in the *User Guide* : │ - [AWS Support App in Slack](https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html) │ - [Creating AWS Support App in Slack resources with AWS CloudFormation](https://docs.aws.amazon.com/awssupport/latest/user/creating-resources-with-cloudformation.html) └[~] service aws-transfer └ resources ├[~] resource AWS::Transfer::Agreement │ └ properties │ ├ EnforceMessageSigning: (documentation changed) │ └ PreserveFilename: (documentation changed) ├[~] resource AWS::Transfer::User │ └ properties │ └ SshPublicKeys: (documentation changed) └[+] resource AWS::Transfer::WebApp ├ name: WebApp │ cloudFormationType: AWS::Transfer::WebApp │ documentation: Creates a web app based on specified parameters, and returns the ID for the new web app. │ tagInformation: {"tagPropertyName":"Tags","variant":"standard"} ├ properties │ ├ IdentityProviderDetails: IdentityProviderDetails (required) │ ├ AccessEndpoint: string │ ├ WebAppUnits: WebAppUnits │ ├ WebAppCustomization: WebAppCustomization │ └ Tags: Array<tag> ├ attributes │ ├ Arn: string │ ├ WebAppId: string │ └ IdentityProviderDetails.ApplicationArn: string └ types ├ type IdentityProviderDetails │ ├ documentation: A structure that describes the values to use for the IAM Identity Center settings when you create or update a web app. │ │ name: IdentityProviderDetails │ └ properties │ ├ ApplicationArn: string │ ├ InstanceArn: string (immutable) │ └ Role: string ├ type WebAppCustomization │ ├ documentation: A structure that contains the customization fields for the web app. You can provide a title, logo, and icon to customize the appearance of your web app. │ │ name: WebAppCustomization │ └ properties │ ├ Title: string │ ├ LogoFile: string │ └ FaviconFile: string └ type WebAppUnits ├ documentation: Contains an integer value that represents the value for number of concurrent connections or the user sessions on your web app. │ name: WebAppUnits └ properties └ Provisioned: integer (required) ```
- Loading branch information