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 #31917

Merged
merged 1 commit into from
Oct 28, 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-appsync
│ └ resources
│    └[~] resource AWS::AppSync::GraphQLApi
│      ├ properties
│      │  └ EnvironmentVariables: - json
│      │                          + json ⇐ Map<string, string>
│      ├ attributes
│      │  └ Id: (documentation changed)
│      └ types
│         └[~] type LambdaAuthorizerConfig
│           └ properties
│              └ AuthorizerResultTtlInSeconds: - number
│                                              + integer ⇐ number
├[~] service aws-autoscaling
│ └ resources
│    └[~] resource AWS::AutoScaling::AutoScalingGroup
│      ├ properties
│      │  ├[+] AvailabilityZoneDistribution: AvailabilityZoneDistribution
│      │  └ TrafficSources: (documentation changed)
│      └ types
│         ├[+] type AvailabilityZoneDistribution
│         │ ├  name: AvailabilityZoneDistribution
│         │ └ properties
│         │    └CapacityDistributionStrategy: string
│         └[~] type TrafficSourceIdentifier
│           ├  - documentation: undefined
│           │  + documentation: Identifying information for a traffic source.
│           └ properties
│              ├ Identifier: (documentation changed)
│              └ Type: (documentation changed)
├[~] service aws-backup
│ └ resources
│    └[+] resource AWS::Backup::LogicallyAirGappedBackupVault
│      ├  name: LogicallyAirGappedBackupVault
│      │  cloudFormationType: AWS::Backup::LogicallyAirGappedBackupVault
│      │  documentation: Creates a logical container to where backups may be copied.
│      │  This request includes a name, the Region, the maximum number of retention days, the minimum number of retention days, and optionally can include tags and a creator request ID.
│      │  > Do not include sensitive data, such as passport numbers, in the name of a backup vault.
│      │  tagInformation: {"tagPropertyName":"BackupVaultTags","variant":"map"}
│      ├ properties
│      │  ├AccessPolicy: json | string
│      │  ├BackupVaultName: string (required, immutable)
│      │  ├MinRetentionDays: integer (required, immutable)
│      │  ├MaxRetentionDays: integer (required, immutable)
│      │  ├BackupVaultTags: Map<string, string>
│      │  ├Notifications: NotificationObjectType
│      │  ├VaultState: string
│      │  └VaultType: string
│      ├ attributes
│      │  ├BackupVaultArn: string
│      │  └EncryptionKeyArn: string
│      └ types
│         └type NotificationObjectType
│          ├  name: NotificationObjectType
│          └ properties
│             ├BackupVaultEvents: Array<string> (required)
│             └SNSTopicArn: string (required)
├[~] service aws-bedrock
│ └ resources
│    ├[~] resource AWS::Bedrock::Flow
│    │ └ types
│    │    └[~] type PromptModelInferenceConfiguration
│    │      └ properties
│    │         └ TopK: (documentation changed)
│    ├[~] resource AWS::Bedrock::FlowVersion
│    │ └ types
│    │    └[~] type PromptModelInferenceConfiguration
│    │      └ properties
│    │         └ TopK: (documentation changed)
│    ├[~] resource AWS::Bedrock::Prompt
│    │ └ types
│    │    └[~] type PromptModelInferenceConfiguration
│    │      └ properties
│    │         └ TopK: (documentation changed)
│    └[~] resource AWS::Bedrock::PromptVersion
│      └ types
│         └[~] type PromptModelInferenceConfiguration
│           └ properties
│              └ TopK: (documentation changed)
├[~] service aws-cognito
│ └ resources
│    └[~] resource AWS::Cognito::UserPoolIdentityProvider
│      ├ properties
│      │  ├ AttributeMapping: - json
│      │  │                   + Map<string, string> ⇐ json
│      │  └ ProviderDetails: - json
│      │                     + Map<string, string> ⇐ json (required)
│      └ attributes
│         └ Id: (documentation changed)
├[~] service aws-ec2
│ └ resources
│    ├[~] resource AWS::EC2::CapacityReservation
│    │ └ properties
│    │    └ UnusedReservationBillingOwnerId: (documentation changed)
│    └[~] resource AWS::EC2::EIP
│      └ properties
│         ├[+] Address: string (immutable)
│         └[+] IpamPoolId: string (immutable)
├[~] service aws-eks
│ └ resources
│    └[~] resource AWS::EKS::Cluster
│      ├ properties
│      │  ├ Name: (documentation changed)
│      │  └ ZonalShiftConfig: (documentation changed)
│      └ types
│         └[~] type ZonalShiftConfig
│           ├  - documentation: The current zonal shift configuration to use for the cluster.
│           │  + documentation: The configuration for zonal shift for the cluster.
│           └ properties
│              └ Enabled: (documentation changed)
├[~] service aws-elasticache
│ └ resources
│    ├[~] resource AWS::ElastiCache::CacheCluster
│    │ └ properties
│    │    └ Engine: (documentation changed)
│    ├[~] resource AWS::ElastiCache::GlobalReplicationGroup
│    │ └ properties
│    │    └[+] Engine: string
│    └[~] resource AWS::ElastiCache::ReplicationGroup
│      └ properties
│         └ Engine: (documentation changed)
├[~] service aws-imagebuilder
│ └ resources
│    └[~] resource AWS::ImageBuilder::InfrastructureConfiguration
│      ├ properties
│      │  └[+] Placement: Placement
│      └ types
│         └[+] type Placement
│           ├  documentation: By default, EC2 instances run on shared tenancy hardware. This means that multiple AWS accounts might share the same physical hardware. When you use dedicated hardware, the physical server that hosts your instances is dedicated to your AWS account . Instance placement settings contain the details for the physical hardware where instances that Image Builder launches during image creation will run.
│           │  name: Placement
│           └ properties
│              ├AvailabilityZone: string
│              ├Tenancy: string
│              ├HostId: string
│              └HostResourceGroupArn: string
├[~] service aws-iot
│ └ resources
│    ├[~] resource AWS::IoT::DomainConfiguration
│    │ ├ properties
│    │ │  ├ ApplicationProtocol: (documentation changed)
│    │ │  ├ AuthenticationType: (documentation changed)
│    │ │  └ ClientCertificateConfig: (documentation changed)
│    │ └ types
│    │    └[~] type ClientCertificateConfig
│    │      ├  - documentation: An object that specifies the client certificate configuration for a domain.
│    │      │  > This property isn't available in China.
│    │      │  + documentation: An object that specifies the client certificate configuration for a domain.
│    │      └ properties
│    │         └ ClientCertificateCallbackArn: (documentation changed)
│    └[~] resource AWS::IoT::SoftwarePackageVersion
│      └ properties
│         ├ Attributes: (documentation changed)
│         ├ Description: (documentation changed)
│         ├ PackageName: (documentation changed)
│         ├ Tags: (documentation changed)
│         └ VersionName: (documentation changed)
├[~] service aws-iotwireless
│ └ resources
│    └[~] resource AWS::IoTWireless::WirelessDeviceImportTask
│      └ types
│         └[~] type Sidewalk
│           └ properties
│              └ Role: (documentation changed)
├[~] service aws-memorydb
│ └ resources
│    └[~] resource AWS::MemoryDB::Cluster
│      └ properties
│         └[+] Engine: string
├[~] service aws-qbusiness
│ └ resources
│    ├[~] resource AWS::QBusiness::DataSource
│    │ └ properties
│    │    └ Configuration: (documentation changed)
│    └[~] resource AWS::QBusiness::WebExperience
│      └ properties
│         └ Origins: (documentation changed)
├[~] service aws-redshift
│ └ resources
│    └[~] resource AWS::Redshift::Integration
│      ├  - documentation: Integration from a source AWS service to a Redshift cluster
│      │  + documentation: Describes a zero-ETL integration.
│      └ properties
│         ├ AdditionalEncryptionContext: (documentation changed)
│         ├ KMSKeyId: (documentation changed)
│         ├ SourceArn: (documentation changed)
│         ├ Tags: (documentation changed)
│         └ TargetArn: (documentation changed)
├[~] service aws-refactorspaces
│ └ resources
│    └[~] resource AWS::RefactorSpaces::Environment
│      └ properties
│         ├ Name: - string (required, immutable)
│         │       + string (immutable)
│         └ NetworkFabricType: - string (required, immutable)
│                              + string (immutable)
├[~] service aws-resiliencehub
│ └ resources
│    └[~] resource AWS::ResilienceHub::ResiliencyPolicy
│      └ properties
│         └ PolicyDescription: (documentation changed)
├[~] service aws-route53
│ └ resources
│    └[~] resource AWS::Route53::RecordSet
│      └ types
│         └[~] type AliasTarget
│           └ properties
│              └ EvaluateTargetHealth: - boolean
│                                      + boolean (default=false)
└[~] service aws-sagemaker
  └ resources
     ├[~] resource AWS::SageMaker::Domain
     │ ├ properties
     │ │  └[+] TagPropagation: string
     │ └ types
     │    └[~] type DomainSettings
     │      └ properties
     │         └[+] ExecutionRoleIdentityConfig: string
     └[~] resource AWS::SageMaker::Endpoint
       └ attributes
          └[+] EndpointArn: string

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 Oct 28, 2024
@aws-cdk-automation aws-cdk-automation requested review from a team October 28, 2024 13:46
@github-actions github-actions bot added the p2 label Oct 28, 2024
@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 2d097f7
  • 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 Oct 28, 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).

@mergify mergify bot merged commit 8c93291 into main Oct 28, 2024
38 checks passed
@mergify mergify bot deleted the automation/spec-update branch October 28, 2024 14:19
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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-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.

1 participant