@awboost/cfntypes 0.100.21 → 0.100.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10841,18 +10841,55 @@ export type AppSyncApiKeyAttributes = {
10841
10841
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html}
10842
10842
  */
10843
10843
  export type AppSyncDataSourceProps = {
10844
+ /**
10845
+ * Unique AWS AppSync GraphQL API identifier where this data source will be created.
10846
+ */
10844
10847
  ApiId: string;
10848
+ /**
10849
+ * The description of the data source.
10850
+ */
10845
10851
  Description?: string;
10852
+ /**
10853
+ * AWS Region and TableName for an Amazon DynamoDB table in your account.
10854
+ */
10846
10855
  DynamoDBConfig?: AppSyncDataSourceDynamoDBConfig;
10856
+ /**
10857
+ * AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
10858
+ As of September 2021, Amazon Elasticsearch Service is Amazon OpenSearch Service. This property is deprecated. For new data sources, use OpenSearchServiceConfig to specify an OpenSearch Service data source.
10859
+ */
10847
10860
  ElasticsearchConfig?: AppSyncDataSourceElasticsearchConfig;
10861
+ /**
10862
+ * ARN for the EventBridge bus.
10863
+ */
10848
10864
  EventBridgeConfig?: AppSyncDataSourceEventBridgeConfig;
10865
+ /**
10866
+ * Endpoints for an HTTP data source.
10867
+ */
10849
10868
  HttpConfig?: AppSyncDataSourceHttpConfig;
10869
+ /**
10870
+ * An ARN of a Lambda function in valid ARN format. This can be the ARN of a Lambda function that exists in the current account or in another account.
10871
+ */
10850
10872
  LambdaConfig?: AppSyncDataSourceLambdaConfig;
10851
- MetricsConfig?: string;
10873
+ MetricsConfig?: "DISABLED" | "ENABLED";
10874
+ /**
10875
+ * Friendly name for you to identify your AppSync data source after creation.
10876
+ */
10852
10877
  Name: string;
10878
+ /**
10879
+ * AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
10880
+ */
10853
10881
  OpenSearchServiceConfig?: AppSyncDataSourceOpenSearchServiceConfig;
10882
+ /**
10883
+ * Relational Database configuration of the relational database data source.
10884
+ */
10854
10885
  RelationalDatabaseConfig?: AppSyncDataSourceRelationalDatabaseConfig;
10886
+ /**
10887
+ * The AWS Identity and Access Management service role ARN for the data source. The system assumes this role when accessing the data source.
10888
+ */
10855
10889
  ServiceRoleArn?: string;
10890
+ /**
10891
+ * The type of the data source.
10892
+ */
10856
10893
  Type: string;
10857
10894
  };
10858
10895
  /**
@@ -10860,15 +10897,23 @@ export type AppSyncDataSourceProps = {
10860
10897
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-datasource.html#aws-resource-appsync-datasource-return-values}
10861
10898
  */
10862
10899
  export type AppSyncDataSourceAttributes = {
10900
+ /**
10901
+ * The Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
10902
+ */
10863
10903
  DataSourceArn: string;
10864
- Id: string;
10865
10904
  };
10866
10905
  /**
10867
10906
  * Type definition for `AWS::AppSync::DataSource.AuthorizationConfig`.
10868
10907
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html}
10869
10908
  */
10870
10909
  export type AppSyncDataSourceAuthorizationConfig = {
10910
+ /**
10911
+ * The authorization type that the HTTP endpoint requires.
10912
+ */
10871
10913
  AuthorizationType: string;
10914
+ /**
10915
+ * The AWS Identity and Access Management settings.
10916
+ */
10872
10917
  AwsIamConfig?: AppSyncDataSourceAwsIamConfig;
10873
10918
  };
10874
10919
  /**
@@ -10876,7 +10921,13 @@ export type AppSyncDataSourceAuthorizationConfig = {
10876
10921
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-awsiamconfig.html}
10877
10922
  */
10878
10923
  export type AppSyncDataSourceAwsIamConfig = {
10924
+ /**
10925
+ * The signing Region for AWS Identity and Access Management authorization.
10926
+ */
10879
10927
  SigningRegion?: string;
10928
+ /**
10929
+ * The signing service name for AWS Identity and Access Management authorization.
10930
+ */
10880
10931
  SigningServiceName?: string;
10881
10932
  };
10882
10933
  /**
@@ -10884,8 +10935,17 @@ export type AppSyncDataSourceAwsIamConfig = {
10884
10935
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-deltasyncconfig.html}
10885
10936
  */
10886
10937
  export type AppSyncDataSourceDeltaSyncConfig = {
10938
+ /**
10939
+ * The number of minutes that an Item is stored in the data source.
10940
+ */
10887
10941
  BaseTableTTL: string;
10942
+ /**
10943
+ * The Delta Sync table name.
10944
+ */
10888
10945
  DeltaSyncTableName: string;
10946
+ /**
10947
+ * The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
10948
+ */
10889
10949
  DeltaSyncTableTTL: string;
10890
10950
  };
10891
10951
  /**
@@ -10893,10 +10953,25 @@ export type AppSyncDataSourceDeltaSyncConfig = {
10893
10953
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html}
10894
10954
  */
10895
10955
  export type AppSyncDataSourceDynamoDBConfig = {
10956
+ /**
10957
+ * The AWS Region.
10958
+ */
10896
10959
  AwsRegion: string;
10960
+ /**
10961
+ * The DeltaSyncConfig for a versioned datasource.
10962
+ */
10897
10963
  DeltaSyncConfig?: AppSyncDataSourceDeltaSyncConfig;
10964
+ /**
10965
+ * The table name.
10966
+ */
10898
10967
  TableName: string;
10968
+ /**
10969
+ * Set to TRUE to use AWS Identity and Access Management with this data source.
10970
+ */
10899
10971
  UseCallerCredentials?: boolean;
10972
+ /**
10973
+ * Set to TRUE to use Conflict Detection and Resolution with this data source.
10974
+ */
10900
10975
  Versioned?: boolean;
10901
10976
  };
10902
10977
  /**
@@ -10904,7 +10979,13 @@ export type AppSyncDataSourceDynamoDBConfig = {
10904
10979
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-elasticsearchconfig.html}
10905
10980
  */
10906
10981
  export type AppSyncDataSourceElasticsearchConfig = {
10982
+ /**
10983
+ * The AWS Region.
10984
+ */
10907
10985
  AwsRegion: string;
10986
+ /**
10987
+ * The endpoint.
10988
+ */
10908
10989
  Endpoint: string;
10909
10990
  };
10910
10991
  /**
@@ -10912,6 +10993,9 @@ export type AppSyncDataSourceElasticsearchConfig = {
10912
10993
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-eventbridgeconfig.html}
10913
10994
  */
10914
10995
  export type AppSyncDataSourceEventBridgeConfig = {
10996
+ /**
10997
+ * ARN for the EventBridge bus.
10998
+ */
10915
10999
  EventBusArn: string;
10916
11000
  };
10917
11001
  /**
@@ -10919,7 +11003,13 @@ export type AppSyncDataSourceEventBridgeConfig = {
10919
11003
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-httpconfig.html}
10920
11004
  */
10921
11005
  export type AppSyncDataSourceHttpConfig = {
11006
+ /**
11007
+ * The authorization configuration.
11008
+ */
10922
11009
  AuthorizationConfig?: AppSyncDataSourceAuthorizationConfig;
11010
+ /**
11011
+ * The endpoint.
11012
+ */
10923
11013
  Endpoint: string;
10924
11014
  };
10925
11015
  /**
@@ -10927,6 +11017,9 @@ export type AppSyncDataSourceHttpConfig = {
10927
11017
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html}
10928
11018
  */
10929
11019
  export type AppSyncDataSourceLambdaConfig = {
11020
+ /**
11021
+ * The ARN for the Lambda function.
11022
+ */
10930
11023
  LambdaFunctionArn: string;
10931
11024
  };
10932
11025
  /**
@@ -10934,7 +11027,13 @@ export type AppSyncDataSourceLambdaConfig = {
10934
11027
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-opensearchserviceconfig.html}
10935
11028
  */
10936
11029
  export type AppSyncDataSourceOpenSearchServiceConfig = {
11030
+ /**
11031
+ * The AWS Region.
11032
+ */
10937
11033
  AwsRegion: string;
11034
+ /**
11035
+ * The endpoint.
11036
+ */
10938
11037
  Endpoint: string;
10939
11038
  };
10940
11039
  /**
@@ -10942,10 +11041,25 @@ export type AppSyncDataSourceOpenSearchServiceConfig = {
10942
11041
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-rdshttpendpointconfig.html}
10943
11042
  */
10944
11043
  export type AppSyncDataSourceRdsHttpEndpointConfig = {
11044
+ /**
11045
+ * AWS Region for RDS HTTP endpoint.
11046
+ */
10945
11047
  AwsRegion: string;
11048
+ /**
11049
+ * The ARN for database credentials stored in AWS Secrets Manager.
11050
+ */
10946
11051
  AwsSecretStoreArn: string;
11052
+ /**
11053
+ * Logical database name.
11054
+ */
10947
11055
  DatabaseName?: string;
11056
+ /**
11057
+ * Amazon RDS cluster Amazon Resource Name (ARN).
11058
+ */
10948
11059
  DbClusterIdentifier: string;
11060
+ /**
11061
+ * Logical schema name.
11062
+ */
10949
11063
  Schema?: string;
10950
11064
  };
10951
11065
  /**
@@ -10953,7 +11067,13 @@ export type AppSyncDataSourceRdsHttpEndpointConfig = {
10953
11067
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-relationaldatabaseconfig.html}
10954
11068
  */
10955
11069
  export type AppSyncDataSourceRelationalDatabaseConfig = {
11070
+ /**
11071
+ * Information about the Amazon RDS resource.
11072
+ */
10956
11073
  RdsHttpEndpointConfig?: AppSyncDataSourceRdsHttpEndpointConfig;
11074
+ /**
11075
+ * The type of relational data source.
11076
+ */
10957
11077
  RelationalDatabaseSourceType: string;
10958
11078
  };
10959
11079
  /**
@@ -28247,6 +28367,10 @@ export type CodePipelinePipelineActionDeclaration = {
28247
28367
  * Represents information about an action type.
28248
28368
  */
28249
28369
  ActionTypeId: CodePipelinePipelineActionTypeId;
28370
+ /**
28371
+ * The shell commands to run with your compute action in CodePipeline.
28372
+ */
28373
+ Commands?: string[];
28250
28374
  /**
28251
28375
  * The action's configuration. These are key-value pairs that specify input values for an action.
28252
28376
  */
@@ -28261,6 +28385,10 @@ export type CodePipelinePipelineActionDeclaration = {
28261
28385
  */
28262
28386
  Namespace?: string;
28263
28387
  OutputArtifacts?: CodePipelinePipelineOutputArtifact[];
28388
+ /**
28389
+ * The list of variables that are to be exported from the compute action.
28390
+ */
28391
+ OutputVariables?: string[];
28264
28392
  /**
28265
28393
  * The action declaration's AWS Region, such as us-east-1.
28266
28394
  */
@@ -28288,7 +28416,7 @@ export type CodePipelinePipelineActionTypeId = {
28288
28416
  /**
28289
28417
  * A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the values below.
28290
28418
  */
28291
- Category: "Source" | "Build" | "Test" | "Deploy" | "Invoke" | "Approval";
28419
+ Category: "Source" | "Build" | "Test" | "Deploy" | "Invoke" | "Approval" | "Compute";
28292
28420
  /**
28293
28421
  * The creator of the action being called. There are three valid values for the Owner field in the action category section within your pipeline structure: AWS, ThirdParty, and Custom.
28294
28422
  */
@@ -28517,6 +28645,10 @@ export type CodePipelinePipelineInputArtifact = {
28517
28645
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-outputartifact.html}
28518
28646
  */
28519
28647
  export type CodePipelinePipelineOutputArtifact = {
28648
+ /**
28649
+ * The files that you want to associate with the output artifact that will be exported from the compute action.
28650
+ */
28651
+ Files?: string[];
28520
28652
  /**
28521
28653
  * The name of the output of an artifact, such as "My App".
28522
28654
  */
@@ -50779,10 +50911,31 @@ export type EC2VPNConnectionProps = {
50779
50911
  Default: ``false``
50780
50912
  */
50781
50913
  EnableAcceleration?: boolean;
50914
+ /**
50915
+ * The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.
50916
+ Default: ``0.0.0.0/0``
50917
+ */
50782
50918
  LocalIpv4NetworkCidr?: string;
50919
+ /**
50920
+ * The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.
50921
+ Default: ``::/0``
50922
+ */
50783
50923
  LocalIpv6NetworkCidr?: string;
50924
+ /**
50925
+ * The type of IPv4 address assigned to the outside interface of the customer gateway device.
50926
+ Valid values: ``PrivateIpv4`` | ``PublicIpv4``
50927
+ Default: ``PublicIpv4``
50928
+ */
50784
50929
  OutsideIpAddressType?: string;
50930
+ /**
50931
+ * The IPv4 CIDR on the AWS side of the VPN connection.
50932
+ Default: ``0.0.0.0/0``
50933
+ */
50785
50934
  RemoteIpv4NetworkCidr?: string;
50935
+ /**
50936
+ * The IPv6 CIDR on the AWS side of the VPN connection.
50937
+ Default: ``::/0``
50938
+ */
50786
50939
  RemoteIpv6NetworkCidr?: string;
50787
50940
  /**
50788
50941
  * Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.
@@ -50798,7 +50951,15 @@ export type EC2VPNConnectionProps = {
50798
50951
  You must specify either ``TransitGatewayId`` or ``VpnGatewayId``, but not both.
50799
50952
  */
50800
50953
  TransitGatewayId?: string;
50954
+ /**
50955
+ * The transit gateway attachment ID to use for the VPN tunnel.
50956
+ Required if ``OutsideIpAddressType`` is set to ``PrivateIpv4``.
50957
+ */
50801
50958
  TransportTransitGatewayAttachmentId?: string;
50959
+ /**
50960
+ * Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
50961
+ Default: ``ipv4``
50962
+ */
50802
50963
  TunnelInsideIpVersion?: string;
50803
50964
  /**
50804
50965
  * The type of VPN connection.
@@ -50821,6 +50982,64 @@ export type EC2VPNConnectionProps = {
50821
50982
  export type EC2VPNConnectionAttributes = {
50822
50983
  VpnConnectionId: string;
50823
50984
  };
50985
+ /**
50986
+ * Type definition for `AWS::EC2::VPNConnection.CloudwatchLogOptionsSpecification`.
50987
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-cloudwatchlogoptionsspecification.html}
50988
+ */
50989
+ export type EC2VPNConnectionCloudwatchLogOptionsSpecification = {
50990
+ LogEnabled?: boolean;
50991
+ LogGroupArn?: string;
50992
+ LogOutputFormat?: "json" | "text";
50993
+ };
50994
+ /**
50995
+ * Type definition for `AWS::EC2::VPNConnection.IKEVersionsRequestListValue`.
50996
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-ikeversionsrequestlistvalue.html}
50997
+ */
50998
+ export type EC2VPNConnectionIKEVersionsRequestListValue = {
50999
+ Value?: "ikev1" | "ikev2";
51000
+ };
51001
+ /**
51002
+ * Type definition for `AWS::EC2::VPNConnection.Phase1DHGroupNumbersRequestListValue`.
51003
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase1dhgroupnumbersrequestlistvalue.html}
51004
+ */
51005
+ export type EC2VPNConnectionPhase1DHGroupNumbersRequestListValue = {
51006
+ Value?: 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24;
51007
+ };
51008
+ /**
51009
+ * Type definition for `AWS::EC2::VPNConnection.Phase1EncryptionAlgorithmsRequestListValue`.
51010
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase1encryptionalgorithmsrequestlistvalue.html}
51011
+ */
51012
+ export type EC2VPNConnectionPhase1EncryptionAlgorithmsRequestListValue = {
51013
+ Value?: "AES128" | "AES256" | "AES128-GCM-16" | "AES256-GCM-16";
51014
+ };
51015
+ /**
51016
+ * Type definition for `AWS::EC2::VPNConnection.Phase1IntegrityAlgorithmsRequestListValue`.
51017
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase1integrityalgorithmsrequestlistvalue.html}
51018
+ */
51019
+ export type EC2VPNConnectionPhase1IntegrityAlgorithmsRequestListValue = {
51020
+ Value?: "SHA1" | "SHA2-256" | "SHA2-384" | "SHA2-512";
51021
+ };
51022
+ /**
51023
+ * Type definition for `AWS::EC2::VPNConnection.Phase2DHGroupNumbersRequestListValue`.
51024
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase2dhgroupnumbersrequestlistvalue.html}
51025
+ */
51026
+ export type EC2VPNConnectionPhase2DHGroupNumbersRequestListValue = {
51027
+ Value?: 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24;
51028
+ };
51029
+ /**
51030
+ * Type definition for `AWS::EC2::VPNConnection.Phase2EncryptionAlgorithmsRequestListValue`.
51031
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase2encryptionalgorithmsrequestlistvalue.html}
51032
+ */
51033
+ export type EC2VPNConnectionPhase2EncryptionAlgorithmsRequestListValue = {
51034
+ Value?: "AES128" | "AES256" | "AES128-GCM-16" | "AES256-GCM-16";
51035
+ };
51036
+ /**
51037
+ * Type definition for `AWS::EC2::VPNConnection.Phase2IntegrityAlgorithmsRequestListValue`.
51038
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase2integrityalgorithmsrequestlistvalue.html}
51039
+ */
51040
+ export type EC2VPNConnectionPhase2IntegrityAlgorithmsRequestListValue = {
51041
+ Value?: "SHA1" | "SHA2-256" | "SHA2-384" | "SHA2-512";
51042
+ };
50824
51043
  /**
50825
51044
  * Type definition for `AWS::EC2::VPNConnection.Tag`.
50826
51045
  * Specifies a tag. For more information, see [Resource tags](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
@@ -50836,17 +51055,63 @@ export type EC2VPNConnectionTag = {
50836
51055
  */
50837
51056
  Value: string;
50838
51057
  };
51058
+ /**
51059
+ * Type definition for `AWS::EC2::VPNConnection.VpnTunnelLogOptionsSpecification`.
51060
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-vpntunnellogoptionsspecification.html}
51061
+ */
51062
+ export type EC2VPNConnectionVpnTunnelLogOptionsSpecification = {
51063
+ CloudwatchLogOptions?: EC2VPNConnectionCloudwatchLogOptionsSpecification;
51064
+ };
50839
51065
  /**
50840
51066
  * Type definition for `AWS::EC2::VPNConnection.VpnTunnelOptionsSpecification`.
50841
51067
  * The tunnel options for a single VPN tunnel.
50842
51068
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-vpntunneloptionsspecification.html}
50843
51069
  */
50844
51070
  export type EC2VPNConnectionVpnTunnelOptionsSpecification = {
51071
+ DPDTimeoutAction?: "clear" | "none" | "restart";
51072
+ /**
51073
+ * @min `30`
51074
+ */
51075
+ DPDTimeoutSeconds?: number;
51076
+ EnableTunnelLifecycleControl?: boolean;
51077
+ IKEVersions?: EC2VPNConnectionIKEVersionsRequestListValue[];
51078
+ LogOptions?: EC2VPNConnectionVpnTunnelLogOptionsSpecification;
51079
+ Phase1DHGroupNumbers?: EC2VPNConnectionPhase1DHGroupNumbersRequestListValue[];
51080
+ Phase1EncryptionAlgorithms?: EC2VPNConnectionPhase1EncryptionAlgorithmsRequestListValue[];
51081
+ Phase1IntegrityAlgorithms?: EC2VPNConnectionPhase1IntegrityAlgorithmsRequestListValue[];
51082
+ /**
51083
+ * @min `900`
51084
+ * @max `28800`
51085
+ */
51086
+ Phase1LifetimeSeconds?: number;
51087
+ Phase2DHGroupNumbers?: EC2VPNConnectionPhase2DHGroupNumbersRequestListValue[];
51088
+ Phase2EncryptionAlgorithms?: EC2VPNConnectionPhase2EncryptionAlgorithmsRequestListValue[];
51089
+ Phase2IntegrityAlgorithms?: EC2VPNConnectionPhase2IntegrityAlgorithmsRequestListValue[];
51090
+ /**
51091
+ * @min `900`
51092
+ * @max `3600`
51093
+ */
51094
+ Phase2LifetimeSeconds?: number;
50845
51095
  /**
50846
51096
  * The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.
50847
51097
  Constraints: Allowed characters are alphanumeric characters, periods (.), and underscores (_). Must be between 8 and 64 characters in length and cannot start with zero (0).
50848
51098
  */
50849
51099
  PreSharedKey?: string;
51100
+ /**
51101
+ * @min `0`
51102
+ * @max `100`
51103
+ */
51104
+ RekeyFuzzPercentage?: number;
51105
+ /**
51106
+ * @min `60`
51107
+ */
51108
+ RekeyMarginTimeSeconds?: number;
51109
+ /**
51110
+ * @min `64`
51111
+ * @max `2048`
51112
+ */
51113
+ ReplayWindowSize?: number;
51114
+ StartupAction?: "add" | "start";
50850
51115
  /**
50851
51116
  * The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.
50852
51117
  Constraints: A size /30 CIDR block from the ``169.254.0.0/16`` range. The following CIDR blocks are reserved and cannot be used:
@@ -50859,6 +51124,7 @@ export type EC2VPNConnectionVpnTunnelOptionsSpecification = {
50859
51124
  + ``169.254.169.252/30``
50860
51125
  */
50861
51126
  TunnelInsideCidr?: string;
51127
+ TunnelInsideIpv6Cidr?: string;
50862
51128
  };
50863
51129
  /**
50864
51130
  * Resource type definition for `AWS::EC2::VPNConnectionRoute`.
@@ -63425,6 +63691,17 @@ export type GameLiftContainerGroupDefinitionProps = {
63425
63691
  * Specifies whether the container group includes replica or daemon containers.
63426
63692
  */
63427
63693
  SchedulingStrategy?: "REPLICA" | "DAEMON";
63694
+ /**
63695
+ * A specific ContainerGroupDefinition version to be updated
63696
+ * @min `0`
63697
+ */
63698
+ SourceVersionNumber?: number;
63699
+ /**
63700
+ * A collection of support container definitions that define the containers in this group.
63701
+ * @minLength `1`
63702
+ * @maxLength `10`
63703
+ */
63704
+ SupportContainerDefinitions?: any[];
63428
63705
  /**
63429
63706
  * An array of key-value pairs to apply to this resource.
63430
63707
  * @minLength `0`
@@ -63472,6 +63749,14 @@ export type GameLiftContainerGroupDefinitionAttributes = {
63472
63749
  * A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
63473
63750
  */
63474
63751
  CreationTime: string;
63752
+ /**
63753
+ * A string indicating ContainerGroupDefinition status.
63754
+ */
63755
+ Status: "READY" | "COPYING" | "FAILED";
63756
+ /**
63757
+ * A string indicating the reason for ContainerGroupDefinition status.
63758
+ */
63759
+ StatusReason: string;
63475
63760
  };
63476
63761
  /**
63477
63762
  * Type definition for `AWS::GameLift::ContainerGroupDefinition.ContainerDefinition`.
@@ -113772,6 +114057,11 @@ export type QBusinessWebExperienceProps = {
113772
114057
  */
113773
114058
  ApplicationId: string;
113774
114059
  IdentityProviderConfiguration?: QBusinessWebExperienceIdentityProviderConfiguration;
114060
+ /**
114061
+ * @minLength `0`
114062
+ * @maxLength `10`
114063
+ */
114064
+ Origins?: string[];
113775
114065
  /**
113776
114066
  * @minLength `0`
113777
114067
  * @maxLength `1284`
@@ -114004,6 +114294,11 @@ export type QuickSightAnalysisProps = {
114004
114294
  * @minLength `1`
114005
114295
  */
114006
114296
  Errors?: QuickSightAnalysisAnalysisError[];
114297
+ /**
114298
+ * @minLength `0`
114299
+ * @maxLength `10`
114300
+ */
114301
+ FolderArns?: string[];
114007
114302
  /**
114008
114303
  * <p>The descriptive name of the analysis.</p>
114009
114304
  * @minLength `1`
@@ -121401,6 +121696,11 @@ export type QuickSightDashboardProps = {
121401
121696
  */
121402
121697
  DashboardPublishOptions?: QuickSightDashboardDashboardPublishOptions;
121403
121698
  Definition?: QuickSightDashboardDashboardVersionDefinition;
121699
+ /**
121700
+ * @minLength `0`
121701
+ * @maxLength `10`
121702
+ */
121703
+ FolderArns?: string[];
121404
121704
  /**
121405
121705
  * @minLength `0`
121406
121706
  * @maxLength `5`
@@ -141478,16 +141778,13 @@ export type RDSDBInstanceProps = {
141478
141778
  + ``CharacterSetName``
141479
141779
  + ``DBClusterIdentifier``
141480
141780
  + ``DBName``
141481
- + ``DeleteAutomatedBackups``
141482
141781
  + ``KmsKeyId``
141483
141782
  + ``MasterUsername``
141484
141783
  + ``MasterUserPassword``
141485
- + ``PerformanceInsightsKMSKeyId``
141486
- + ``PerformanceInsightsRetentionPeriod``
141487
141784
  + ``PromotionTier``
141488
141785
  + ``SourceDBInstanceIdentifier``
141489
141786
  + ``SourceRegion``
141490
- + ``StorageEncrypted`` (for an encrypted snapshot)
141787
+ + ``StorageEncrypted`` (for an unencrypted snapshot)
141491
141788
  + ``Timezone``
141492
141789
 
141493
141790
  *Amazon Aurora*
@@ -147564,12 +147861,6 @@ export type Route53ResolverResolverQueryLoggingConfigAssociationAttributes = {
147564
147861
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html}
147565
147862
  */
147566
147863
  export type Route53ResolverResolverRuleProps = {
147567
- /**
147568
- * The name server domain for queries to be delegated to if a query matches the delegation record.
147569
- * @minLength `1`
147570
- * @maxLength `256`
147571
- */
147572
- DelegationRecord?: string;
147573
147864
  /**
147574
147865
  * DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
147575
147866
  * @minLength `1`
@@ -147656,6 +147947,12 @@ export type Route53ResolverResolverRuleTargetAddress = {
147656
147947
  * The protocol that you want to use to forward DNS queries.
147657
147948
  */
147658
147949
  Protocol?: "Do53" | "DoH";
147950
+ /**
147951
+ * The SNI of the target name servers for DoH/DoH-FIPS outbound endpoints
147952
+ * @minLength `0`
147953
+ * @maxLength `255`
147954
+ */
147955
+ ServerNameIndication?: string;
147659
147956
  };
147660
147957
  /**
147661
147958
  * Resource type definition for `AWS::Route53Resolver::ResolverRuleAssociation`.
@@ -164917,18 +165214,18 @@ export type SQSQueueProps = {
164917
165214
  ReceiveMessageWaitTimeSeconds?: number;
164918
165215
  /**
164919
165216
  * The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows:
164920
- + ``redrivePermission``: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are:
164921
- + ``allowAll``: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue.
164922
- + ``denyAll``: No source queues can specify this queue as the dead-letter queue.
164923
- + ``byQueue``: Only queues specified by the ``sourceQueueArns`` parameter can specify this queue as the dead-letter queue.
165217
+ + ``redrivePermission``: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are:
165218
+ + ``allowAll``: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue.
165219
+ + ``denyAll``: No source queues can specify this queue as the dead-letter queue.
165220
+ + ``byQueue``: Only queues specified by the ``sourceQueueArns`` parameter can specify this queue as the dead-letter queue.
164924
165221
 
164925
- + ``sourceQueueArns``: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when the ``redrivePermission`` parameter is set to ``byQueue``. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set the ``redrivePermission`` parameter to ``allowAll``.
165222
+ + ``sourceQueueArns``: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when the ``redrivePermission`` parameter is set to ``byQueue``. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set the ``redrivePermission`` parameter to ``allowAll``.
164926
165223
  */
164927
165224
  RedriveAllowPolicy?: Record<string, any> | string;
164928
165225
  /**
164929
165226
  * The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows:
164930
- + ``deadLetterTargetArn``: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value of ``maxReceiveCount`` is exceeded.
164931
- + ``maxReceiveCount``: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ``ReceiveCount`` for a message exceeds the ``maxReceiveCount`` for a queue, SQS moves the message to the dead-letter-queue.
165227
+ + ``deadLetterTargetArn``: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value of ``maxReceiveCount`` is exceeded.
165228
+ + ``maxReceiveCount``: The number of times a message is received by a consumer of the source queue before being moved to the dead-letter queue. When the ``ReceiveCount`` for a message exceeds the ``maxReceiveCount`` for a queue, SQS moves the message to the dead-letter-queue.
164932
165229
 
164933
165230
  The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
164934
165231
  *JSON*
@@ -168945,24 +169242,60 @@ export type TransferProfileTag = {
168945
169242
  Value: string;
168946
169243
  };
168947
169244
  /**
168948
- * Resource Type definition for AWS::Transfer::Server
169245
+ * Definition of AWS::Transfer::Server Resource Type
168949
169246
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html}
168950
169247
  */
168951
169248
  export type TransferServerProps = {
169249
+ /**
169250
+ * @minLength `0`
169251
+ * @maxLength `1600`
169252
+ */
168952
169253
  Certificate?: string;
168953
- Domain?: string;
169254
+ Domain?: TransferServerDomain;
168954
169255
  EndpointDetails?: TransferServerEndpointDetails;
168955
- EndpointType?: string;
169256
+ EndpointType?: TransferServerEndpointType;
168956
169257
  IdentityProviderDetails?: TransferServerIdentityProviderDetails;
168957
- IdentityProviderType?: string;
169258
+ IdentityProviderType?: TransferServerIdentityProviderType;
169259
+ /**
169260
+ * @minLength `0`
169261
+ * @maxLength `2048`
169262
+ * @pattern `^(|arn:.*role/\S+)$`
169263
+ */
168958
169264
  LoggingRole?: string;
169265
+ /**
169266
+ * @minLength `0`
169267
+ * @maxLength `4096`
169268
+ * @pattern `^[\x09-\x0D\x20-\x7E]*$`
169269
+ */
168959
169270
  PostAuthenticationLoginBanner?: string;
169271
+ /**
169272
+ * @minLength `0`
169273
+ * @maxLength `4096`
169274
+ * @pattern `^[\x09-\x0D\x20-\x7E]*$`
169275
+ */
168960
169276
  PreAuthenticationLoginBanner?: string;
168961
169277
  ProtocolDetails?: TransferServerProtocolDetails;
169278
+ /**
169279
+ * @minLength `1`
169280
+ * @maxLength `4`
169281
+ */
168962
169282
  Protocols?: TransferServerProtocol[];
168963
169283
  S3StorageOptions?: TransferServerS3StorageOptions;
169284
+ /**
169285
+ * @minLength `0`
169286
+ * @maxLength `100`
169287
+ * @pattern `^TransferSecurityPolicy-.+$`
169288
+ */
168964
169289
  SecurityPolicyName?: string;
168965
- StructuredLogDestinations?: TransferServerStructuredLogDestination[];
169290
+ /**
169291
+ * @minLength `0`
169292
+ * @maxLength `1`
169293
+ */
169294
+ StructuredLogDestinations?: string[];
169295
+ /**
169296
+ * @minLength `1`
169297
+ * @maxLength `50`
169298
+ */
168966
169299
  Tags?: TransferServerTag[];
168967
169300
  WorkflowDetails?: TransferServerWorkflowDetails;
168968
169301
  };
@@ -168971,14 +169304,39 @@ export type TransferServerProps = {
168971
169304
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#aws-resource-transfer-server-return-values}
168972
169305
  */
168973
169306
  export type TransferServerAttributes = {
169307
+ /**
169308
+ * @minLength `20`
169309
+ * @maxLength `1600`
169310
+ * @pattern `^arn:\S+$`
169311
+ */
168974
169312
  Arn: string;
169313
+ /**
169314
+ * The list of egress IP addresses of this server. These IP addresses are only relevant for servers that use the AS2 protocol. They are used for sending asynchronous MDNs. These IP addresses are assigned automatically when you create an AS2 server. Additionally, if you update an existing server and add the AS2 protocol, static IP addresses are assigned as well.
169315
+ */
169316
+ As2ServiceManagedEgressIpAddresses: string[];
169317
+ /**
169318
+ * @minLength `19`
169319
+ * @maxLength `19`
169320
+ * @pattern `^s-([0-9a-f]{17})$`
169321
+ */
168975
169322
  ServerId: string;
168976
169323
  };
168977
169324
  /**
168978
169325
  * Type definition for `AWS::Transfer::Server.As2Transport`.
168979
169326
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-as2transport.html}
168980
169327
  */
168981
- export type TransferServerAs2Transport = Record<string, any>;
169328
+ export type TransferServerAs2Transport = "HTTP";
169329
+ /**
169330
+ * Type definition for `AWS::Transfer::Server.DirectoryListingOptimization`.
169331
+ * Indicates whether optimization to directory listing on S3 servers is used. Disabled by default for compatibility.
169332
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-directorylistingoptimization.html}
169333
+ */
169334
+ export type TransferServerDirectoryListingOptimization = "ENABLED" | "DISABLED";
169335
+ /**
169336
+ * Type definition for `AWS::Transfer::Server.Domain`.
169337
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-domain.html}
169338
+ */
169339
+ export type TransferServerDomain = "S3" | "EFS";
168982
169340
  /**
168983
169341
  * Type definition for `AWS::Transfer::Server.EndpointDetails`.
168984
169342
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html}
@@ -168987,61 +169345,134 @@ export type TransferServerEndpointDetails = {
168987
169345
  AddressAllocationIds?: string[];
168988
169346
  SecurityGroupIds?: string[];
168989
169347
  SubnetIds?: string[];
169348
+ /**
169349
+ * @minLength `22`
169350
+ * @maxLength `22`
169351
+ * @pattern `^vpce-[0-9a-f]{17}$`
169352
+ */
168990
169353
  VpcEndpointId?: string;
168991
169354
  VpcId?: string;
168992
169355
  };
169356
+ /**
169357
+ * Type definition for `AWS::Transfer::Server.EndpointType`.
169358
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointtype.html}
169359
+ */
169360
+ export type TransferServerEndpointType = "PUBLIC" | "VPC" | "VPC_ENDPOINT";
168993
169361
  /**
168994
169362
  * Type definition for `AWS::Transfer::Server.IdentityProviderDetails`.
168995
169363
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html}
168996
169364
  */
168997
169365
  export type TransferServerIdentityProviderDetails = {
169366
+ /**
169367
+ * @minLength `12`
169368
+ * @maxLength `12`
169369
+ * @pattern `^d-[0-9a-f]{10}$`
169370
+ */
168998
169371
  DirectoryId?: string;
169372
+ /**
169373
+ * @minLength `1`
169374
+ * @maxLength `170`
169375
+ * @pattern `^arn:[a-z-]+:lambda:.*$`
169376
+ */
168999
169377
  Function?: string;
169378
+ /**
169379
+ * @minLength `20`
169380
+ * @maxLength `2048`
169381
+ * @pattern `^arn:.*role/\S+$`
169382
+ */
169000
169383
  InvocationRole?: string;
169001
- SftpAuthenticationMethods?: string;
169384
+ SftpAuthenticationMethods?: TransferServerSftpAuthenticationMethods;
169385
+ /**
169386
+ * @minLength `0`
169387
+ * @maxLength `255`
169388
+ */
169002
169389
  Url?: string;
169003
169390
  };
169391
+ /**
169392
+ * Type definition for `AWS::Transfer::Server.IdentityProviderType`.
169393
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityprovidertype.html}
169394
+ */
169395
+ export type TransferServerIdentityProviderType = "SERVICE_MANAGED" | "API_GATEWAY" | "AWS_DIRECTORY_SERVICE" | "AWS_LAMBDA";
169004
169396
  /**
169005
169397
  * Type definition for `AWS::Transfer::Server.Protocol`.
169006
169398
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocol.html}
169007
169399
  */
169008
- export type TransferServerProtocol = Record<string, any>;
169400
+ export type TransferServerProtocol = "SFTP" | "FTP" | "FTPS" | "AS2";
169009
169401
  /**
169010
169402
  * Type definition for `AWS::Transfer::Server.ProtocolDetails`.
169011
169403
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocoldetails.html}
169012
169404
  */
169013
169405
  export type TransferServerProtocolDetails = {
169406
+ /**
169407
+ * @minLength `1`
169408
+ * @maxLength `1`
169409
+ */
169014
169410
  As2Transports?: TransferServerAs2Transport[];
169411
+ /**
169412
+ * @minLength `0`
169413
+ * @maxLength `15`
169414
+ */
169015
169415
  PassiveIp?: string;
169016
- SetStatOption?: string;
169017
- TlsSessionResumptionMode?: string;
169416
+ SetStatOption?: TransferServerSetStatOption;
169417
+ TlsSessionResumptionMode?: TransferServerTlsSessionResumptionMode;
169018
169418
  };
169019
169419
  /**
169020
169420
  * Type definition for `AWS::Transfer::Server.S3StorageOptions`.
169021
169421
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-s3storageoptions.html}
169022
169422
  */
169023
169423
  export type TransferServerS3StorageOptions = {
169024
- DirectoryListingOptimization?: string;
169424
+ /**
169425
+ * Indicates whether optimization to directory listing on S3 servers is used. Disabled by default for compatibility.
169426
+ */
169427
+ DirectoryListingOptimization?: TransferServerDirectoryListingOptimization;
169025
169428
  };
169026
169429
  /**
169027
- * Type definition for `AWS::Transfer::Server.StructuredLogDestination`.
169028
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-structuredlogdestination.html}
169430
+ * Type definition for `AWS::Transfer::Server.SetStatOption`.
169431
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-setstatoption.html}
169432
+ */
169433
+ export type TransferServerSetStatOption = "DEFAULT" | "ENABLE_NO_OP";
169434
+ /**
169435
+ * Type definition for `AWS::Transfer::Server.SftpAuthenticationMethods`.
169436
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-sftpauthenticationmethods.html}
169029
169437
  */
169030
- export type TransferServerStructuredLogDestination = Record<string, any>;
169438
+ export type TransferServerSftpAuthenticationMethods = "PASSWORD" | "PUBLIC_KEY" | "PUBLIC_KEY_OR_PASSWORD" | "PUBLIC_KEY_AND_PASSWORD";
169031
169439
  /**
169032
169440
  * Type definition for `AWS::Transfer::Server.Tag`.
169033
169441
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-tag.html}
169034
169442
  */
169035
169443
  export type TransferServerTag = {
169444
+ /**
169445
+ * @minLength `0`
169446
+ * @maxLength `128`
169447
+ */
169036
169448
  Key: string;
169449
+ /**
169450
+ * @minLength `0`
169451
+ * @maxLength `256`
169452
+ */
169037
169453
  Value: string;
169038
169454
  };
169455
+ /**
169456
+ * Type definition for `AWS::Transfer::Server.TlsSessionResumptionMode`.
169457
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-tlssessionresumptionmode.html}
169458
+ */
169459
+ export type TransferServerTlsSessionResumptionMode = "DISABLED" | "ENABLED" | "ENFORCED";
169039
169460
  /**
169040
169461
  * Type definition for `AWS::Transfer::Server.WorkflowDetail`.
169041
169462
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetail.html}
169042
169463
  */
169043
169464
  export type TransferServerWorkflowDetail = {
169465
+ /**
169466
+ * @minLength `20`
169467
+ * @maxLength `2048`
169468
+ * @pattern `^arn:.*role/\S+$`
169469
+ */
169044
169470
  ExecutionRole: string;
169471
+ /**
169472
+ * @minLength `19`
169473
+ * @maxLength `19`
169474
+ * @pattern `^w-([a-z0-9]{17})$`
169475
+ */
169045
169476
  WorkflowId: string;
169046
169477
  };
169047
169478
  /**
@@ -169049,7 +169480,15 @@ export type TransferServerWorkflowDetail = {
169049
169480
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetails.html}
169050
169481
  */
169051
169482
  export type TransferServerWorkflowDetails = {
169483
+ /**
169484
+ * @minLength `0`
169485
+ * @maxLength `1`
169486
+ */
169052
169487
  OnPartialUpload?: TransferServerWorkflowDetail[];
169488
+ /**
169489
+ * @minLength `0`
169490
+ * @maxLength `1`
169491
+ */
169053
169492
  OnUpload?: TransferServerWorkflowDetail[];
169054
169493
  };
169055
169494
  /**
@@ -173800,6 +174239,94 @@ export type WAFv2WebACLAssociationProps = {
173800
174239
  */
173801
174240
  WebACLArn: string;
173802
174241
  };
174242
+ /**
174243
+ * Definition of AWS::Wisdom::AIPrompt Resource Type
174244
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiprompt.html}
174245
+ */
174246
+ export type WisdomAIPromptProps = {
174247
+ ApiFormat: WisdomAIPromptAIPromptAPIFormat;
174248
+ /**
174249
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$|^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$`
174250
+ */
174251
+ AssistantId?: string;
174252
+ /**
174253
+ * @minLength `1`
174254
+ * @maxLength `255`
174255
+ * @pattern `^[a-zA-Z0-9\s_.,-]+`
174256
+ */
174257
+ Description?: string;
174258
+ /**
174259
+ * @minLength `1`
174260
+ * @maxLength `2048`
174261
+ */
174262
+ ModelId: string;
174263
+ /**
174264
+ * @minLength `1`
174265
+ * @maxLength `255`
174266
+ * @pattern `^[a-zA-Z0-9\s_.,-]+`
174267
+ */
174268
+ Name?: string;
174269
+ Tags?: WisdomAIPromptTags;
174270
+ TemplateConfiguration: WisdomAIPromptAIPromptTemplateConfiguration;
174271
+ TemplateType: WisdomAIPromptAIPromptTemplateType;
174272
+ Type: WisdomAIPromptAIPromptType;
174273
+ };
174274
+ /**
174275
+ * Attribute type definition for `AWS::Wisdom::AIPrompt`.
174276
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiprompt.html#aws-resource-wisdom-aiprompt-return-values}
174277
+ */
174278
+ export type WisdomAIPromptAttributes = {
174279
+ /**
174280
+ * @pattern `^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$`
174281
+ */
174282
+ AIPromptArn: string;
174283
+ /**
174284
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$|^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}(:[A-Z0-9_$]+){0,1}$`
174285
+ */
174286
+ AIPromptId: string;
174287
+ /**
174288
+ * @pattern `^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$`
174289
+ */
174290
+ AssistantArn: string;
174291
+ };
174292
+ /**
174293
+ * Type definition for `AWS::Wisdom::AIPrompt.AIPromptAPIFormat`.
174294
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-aipromptapiformat.html}
174295
+ */
174296
+ export type WisdomAIPromptAIPromptAPIFormat = "ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS";
174297
+ /**
174298
+ * Type definition for `AWS::Wisdom::AIPrompt.AIPromptTemplateConfiguration`.
174299
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-aiprompttemplateconfiguration.html}
174300
+ */
174301
+ export type WisdomAIPromptAIPromptTemplateConfiguration = {
174302
+ TextFullAIPromptEditTemplateConfiguration: WisdomAIPromptTextFullAIPromptEditTemplateConfiguration;
174303
+ };
174304
+ /**
174305
+ * Type definition for `AWS::Wisdom::AIPrompt.AIPromptTemplateType`.
174306
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-aiprompttemplatetype.html}
174307
+ */
174308
+ export type WisdomAIPromptAIPromptTemplateType = "TEXT";
174309
+ /**
174310
+ * Type definition for `AWS::Wisdom::AIPrompt.AIPromptType`.
174311
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-aiprompttype.html}
174312
+ */
174313
+ export type WisdomAIPromptAIPromptType = "ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION";
174314
+ /**
174315
+ * Type definition for `AWS::Wisdom::AIPrompt.Tags`.
174316
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-tags.html}
174317
+ */
174318
+ export type WisdomAIPromptTags = Record<string, string>;
174319
+ /**
174320
+ * Type definition for `AWS::Wisdom::AIPrompt.TextFullAIPromptEditTemplateConfiguration`.
174321
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-textfullaipromptedittemplateconfiguration.html}
174322
+ */
174323
+ export type WisdomAIPromptTextFullAIPromptEditTemplateConfiguration = {
174324
+ /**
174325
+ * @minLength `1`
174326
+ * @maxLength `200000`
174327
+ */
174328
+ Text: string;
174329
+ };
173803
174330
  /**
173804
174331
  * Definition of AWS::Wisdom::Assistant Resource Type
173805
174332
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html}
@@ -176631,6 +177158,7 @@ export interface ResourceTypes {
176631
177158
  "AWS::WAFv2::RuleGroup": WAFv2RuleGroupProps;
176632
177159
  "AWS::WAFv2::WebACL": WAFv2WebACLProps;
176633
177160
  "AWS::WAFv2::WebACLAssociation": WAFv2WebACLAssociationProps;
177161
+ "AWS::Wisdom::AIPrompt": WisdomAIPromptProps;
176634
177162
  "AWS::Wisdom::Assistant": WisdomAssistantProps;
176635
177163
  "AWS::Wisdom::AssistantAssociation": WisdomAssistantAssociationProps;
176636
177164
  "AWS::Wisdom::KnowledgeBase": WisdomKnowledgeBaseProps;
@@ -177800,6 +178328,7 @@ export interface AttributeTypes {
177800
178328
  "AWS::WAFv2::RegexPatternSet": WAFv2RegexPatternSetAttributes;
177801
178329
  "AWS::WAFv2::RuleGroup": WAFv2RuleGroupAttributes;
177802
178330
  "AWS::WAFv2::WebACL": WAFv2WebACLAttributes;
178331
+ "AWS::Wisdom::AIPrompt": WisdomAIPromptAttributes;
177803
178332
  "AWS::Wisdom::Assistant": WisdomAssistantAttributes;
177804
178333
  "AWS::Wisdom::AssistantAssociation": WisdomAssistantAssociationAttributes;
177805
178334
  "AWS::Wisdom::KnowledgeBase": WisdomKnowledgeBaseAttributes;
@@ -179112,6 +179641,7 @@ export declare const ResourceType: {
179112
179641
  readonly WAFv2RuleGroup: "AWS::WAFv2::RuleGroup";
179113
179642
  readonly WAFv2WebACL: "AWS::WAFv2::WebACL";
179114
179643
  readonly WAFv2WebACLAssociation: "AWS::WAFv2::WebACLAssociation";
179644
+ readonly WisdomAIPrompt: "AWS::Wisdom::AIPrompt";
179115
179645
  readonly WisdomAssistant: "AWS::Wisdom::Assistant";
179116
179646
  readonly WisdomAssistantAssociation: "AWS::Wisdom::AssistantAssociation";
179117
179647
  readonly WisdomKnowledgeBase: "AWS::Wisdom::KnowledgeBase";