aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.68k stars 3.93k forks source link

feat: update L1 CloudFormation resource definitions #31917

Closed aws-cdk-automation closed 2 weeks ago

aws-cdk-automation commented 2 weeks ago

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
aws-cdk-automation commented 2 weeks ago

AWS CodeBuild CI Report

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

mergify[bot] commented 2 weeks ago

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

github-actions[bot] commented 2 weeks ago

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.