@awboost/cfntypes 0.100.330 → 0.100.332

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.
@@ -2319,6 +2319,7 @@ export type AmplifyUIBuilderThemeThemeValues = {
2319
2319
  };
2320
2320
  /**
2321
2321
  * The ``AWS::ApiGateway::Account`` resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one ``AWS::ApiGateway::Account`` resource per region per account.
2322
+ When you delete a stack containing this resource, API Gateway can still assume the provided IAM role to write API logs to CloudWatch Logs. To deny API Gateway access to write API logs to CloudWatch logs, update the permissions policies or change the IAM role to deny access.
2322
2323
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html}
2323
2324
  */
2324
2325
  export type ApiGatewayAccountProps = {
@@ -2342,7 +2343,7 @@ export type ApiGatewayApiKeyProps = {
2342
2343
  GenerateDistinctId?: boolean;
2343
2344
  /**
2344
2345
  * A name for the API key. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the API key name. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html).
2345
- If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
2346
+ If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
2346
2347
  */
2347
2348
  Name?: string;
2348
2349
  StageKeys?: ApiGatewayApiKeyStageKey[];
@@ -2367,17 +2368,19 @@ export type ApiGatewayApiKeyStageKey = {
2367
2368
  };
2368
2369
  /**
2369
2370
  * Type definition for `AWS::ApiGateway::ApiKey.Tag`.
2371
+ * An array of key-value pairs to apply to this resource.
2372
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
2370
2373
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-apikey-tag.html}
2371
2374
  */
2372
2375
  export type ApiGatewayApiKeyTag = {
2373
2376
  /**
2374
- * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
2377
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
2375
2378
  * @minLength `1`
2376
2379
  * @maxLength `128`
2377
2380
  */
2378
2381
  Key: string;
2379
2382
  /**
2380
- * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
2383
+ * The value for the specified tag key.
2381
2384
  * @maxLength `256`
2382
2385
  */
2383
2386
  Value: string;
@@ -2406,7 +2409,7 @@ export type ApiGatewayAuthorizerAttributes = {
2406
2409
  AuthorizerId: string;
2407
2410
  };
2408
2411
  /**
2409
- * The ``AWS::ApiGateway::BasePathMapping`` resource creates a base path that clients who call your API must use in the invocation URL.
2412
+ * The ``AWS::ApiGateway::BasePathMapping`` resource creates a base path that clients who call your API must use in the invocation URL. Supported only for public custom domain names.
2410
2413
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html}
2411
2414
  */
2412
2415
  export type ApiGatewayBasePathMappingProps = {
@@ -2464,10 +2467,18 @@ export type ApiGatewayClientCertificateAttributes = {
2464
2467
  };
2465
2468
  /**
2466
2469
  * Type definition for `AWS::ApiGateway::ClientCertificate.Tag`.
2470
+ * An array of key-value pairs to apply to this resource.
2471
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
2467
2472
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-clientcertificate-tag.html}
2468
2473
  */
2469
2474
  export type ApiGatewayClientCertificateTag = {
2475
+ /**
2476
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
2477
+ */
2470
2478
  Key: string;
2479
+ /**
2480
+ * The value for the specified tag key.
2481
+ */
2471
2482
  Value: string;
2472
2483
  };
2473
2484
  /**
@@ -2497,7 +2508,7 @@ export type ApiGatewayDeploymentAttributes = {
2497
2508
  /**
2498
2509
  * Type definition for `AWS::ApiGateway::Deployment.AccessLogSetting`.
2499
2510
  * The ``AccessLogSetting`` property type specifies settings for logging access in this stage.
2500
- ``AccessLogSetting`` is a property of the [StageDescription](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html) property type.
2511
+ ``AccessLogSetting`` is a property of the [StageDescription](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html) property type.
2501
2512
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-accesslogsetting.html}
2502
2513
  */
2503
2514
  export type ApiGatewayDeploymentAccessLogSetting = {
@@ -2632,15 +2643,17 @@ export type ApiGatewayDeploymentStageDescription = {
2632
2643
  };
2633
2644
  /**
2634
2645
  * Type definition for `AWS::ApiGateway::Deployment.Tag`.
2646
+ * An array of key-value pairs to apply to this resource.
2647
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
2635
2648
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-tag.html}
2636
2649
  */
2637
2650
  export type ApiGatewayDeploymentTag = {
2638
2651
  /**
2639
- * The key name of the tag
2652
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
2640
2653
  */
2641
2654
  Key: string;
2642
2655
  /**
2643
- * The value for the tag
2656
+ * The value for the specified tag key.
2644
2657
  */
2645
2658
  Value: string;
2646
2659
  };
@@ -2651,7 +2664,7 @@ export type ApiGatewayDeploymentTag = {
2651
2664
  export type ApiGatewayDocumentationPartProps = {
2652
2665
  /**
2653
2666
  * The ``Location`` property specifies the location of the Amazon API Gateway API entity that the documentation applies to. ``Location`` is a property of the [AWS::ApiGateway::DocumentationPart](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html) resource.
2654
- For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.
2667
+ For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.
2655
2668
  */
2656
2669
  Location: ApiGatewayDocumentationPartLocation;
2657
2670
  Properties: string;
@@ -2667,7 +2680,7 @@ export type ApiGatewayDocumentationPartAttributes = {
2667
2680
  /**
2668
2681
  * Type definition for `AWS::ApiGateway::DocumentationPart.Location`.
2669
2682
  * The ``Location`` property specifies the location of the Amazon API Gateway API entity that the documentation applies to. ``Location`` is a property of the [AWS::ApiGateway::DocumentationPart](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html) resource.
2670
- For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.
2683
+ For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.
2671
2684
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html}
2672
2685
  */
2673
2686
  export type ApiGatewayDocumentationPartLocation = {
@@ -2693,7 +2706,8 @@ export type ApiGatewayDocumentationVersionProps = {
2693
2706
  RestApiId: string;
2694
2707
  };
2695
2708
  /**
2696
- * The ``AWS::ApiGateway::DomainName`` resource specifies a custom domain name for your API in API Gateway.
2709
+ * The ``AWS::ApiGateway::DomainName`` resource specifies a public custom domain name for your API in API Gateway.
2710
+ To create a custom domain name for private APIs, use [AWS::ApiGateway::DomainNameV2](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnamev2.html).
2697
2711
  You can use a custom domain name to provide a URL that's more intuitive and easier to recall. For more information about using custom domain names, see [Set up Custom Domain Name for an API in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html) in the *API Gateway Developer Guide*.
2698
2712
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html}
2699
2713
  */
@@ -2701,9 +2715,8 @@ export type ApiGatewayDomainNameProps = {
2701
2715
  CertificateArn?: string;
2702
2716
  DomainName?: string;
2703
2717
  /**
2704
- * The ``EndpointConfiguration`` property type specifies the endpoint types of an Amazon API Gateway domain name.
2705
- ``EndpointConfiguration`` is a property of the [AWS::ApiGateway::DomainName](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html) resource.
2706
- */
2718
+ * The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
2719
+ */
2707
2720
  EndpointConfiguration?: ApiGatewayDomainNameEndpointConfiguration;
2708
2721
  MutualTlsAuthentication?: ApiGatewayDomainNameMutualTlsAuthentication;
2709
2722
  /**
@@ -2728,7 +2741,7 @@ export type ApiGatewayDomainNameAttributes = {
2728
2741
  };
2729
2742
  /**
2730
2743
  * Type definition for `AWS::ApiGateway::DomainName.EndpointConfiguration`.
2731
- * The ``EndpointConfiguration`` property type specifies the endpoint types of an Amazon API Gateway domain name.
2744
+ * The ``EndpointConfiguration`` property type specifies the endpoint types and IP address types of an Amazon API Gateway domain name.
2732
2745
  ``EndpointConfiguration`` is a property of the [AWS::ApiGateway::DomainName](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html) resource.
2733
2746
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-domainname-endpointconfiguration.html}
2734
2747
  */
@@ -2746,10 +2759,18 @@ export type ApiGatewayDomainNameMutualTlsAuthentication = {
2746
2759
  };
2747
2760
  /**
2748
2761
  * Type definition for `AWS::ApiGateway::DomainName.Tag`.
2762
+ * An array of key-value pairs to apply to this resource.
2763
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
2749
2764
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-domainname-tag.html}
2750
2765
  */
2751
2766
  export type ApiGatewayDomainNameTag = {
2767
+ /**
2768
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
2769
+ */
2752
2770
  Key?: string;
2771
+ /**
2772
+ * The value for the specified tag key.
2773
+ */
2753
2774
  Value?: string;
2754
2775
  };
2755
2776
  /**
@@ -2836,7 +2857,7 @@ export type ApiGatewayDomainNameV2Tag = {
2836
2857
  Value?: string;
2837
2858
  };
2838
2859
  /**
2839
- * The ``AWS::ApiGateway::GatewayResponse`` resource creates a gateway response for your API. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide*.
2860
+ * The ``AWS::ApiGateway::GatewayResponse`` resource creates a gateway response for your API. When you delete a stack containing this resource, your custom gateway responses are reset. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide*.
2840
2861
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html}
2841
2862
  */
2842
2863
  export type ApiGatewayGatewayResponseProps = {
@@ -2974,7 +2995,7 @@ export type ApiGatewayResourceAttributes = {
2974
2995
  };
2975
2996
  /**
2976
2997
  * The ``AWS::ApiGateway::RestApi`` resource creates a REST API. For more information, see [restapi:create](https://docs.aws.amazon.com/apigateway/latest/api/API_CreateRestApi.html) in the *Amazon API Gateway REST API Reference*.
2977
- On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
2998
+ On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
2978
2999
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html}
2979
3000
  */
2980
3001
  export type ApiGatewayRestApiProps = {
@@ -2992,7 +3013,7 @@ export type ApiGatewayRestApiProps = {
2992
3013
  Description?: string;
2993
3014
  DisableExecuteApiEndpoint?: boolean;
2994
3015
  /**
2995
- * A list of the endpoint types of the API. Use this property when creating an API. When importing an existing API, specify the endpoint configuration types using the ``Parameters`` property.
3016
+ * A list of the endpoint types and IP address types of the API. Use this property when creating an API. When importing an existing API, specify the endpoint configuration types using the ``Parameters`` property.
2996
3017
  */
2997
3018
  EndpointConfiguration?: ApiGatewayRestApiEndpointConfiguration;
2998
3019
  FailOnWarnings?: boolean;
@@ -3027,7 +3048,7 @@ export type ApiGatewayRestApiAttributes = {
3027
3048
  };
3028
3049
  /**
3029
3050
  * Type definition for `AWS::ApiGateway::RestApi.EndpointConfiguration`.
3030
- * The ``EndpointConfiguration`` property type specifies the endpoint types of a REST API.
3051
+ * The ``EndpointConfiguration`` property type specifies the endpoint types and IP address types of a REST API.
3031
3052
  ``EndpointConfiguration`` is a property of the [AWS::ApiGateway::RestApi](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html) resource.
3032
3053
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-endpointconfiguration.html}
3033
3054
  */
@@ -3039,7 +3060,7 @@ export type ApiGatewayRestApiEndpointConfiguration = {
3039
3060
  /**
3040
3061
  * Type definition for `AWS::ApiGateway::RestApi.S3Location`.
3041
3062
  * ``S3Location`` is a property of the [AWS::ApiGateway::RestApi](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html) resource that specifies the Amazon S3 location of a OpenAPI (formerly Swagger) file that defines a set of RESTful APIs in JSON or YAML.
3042
- On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
3063
+ On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
3043
3064
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-s3location.html}
3044
3065
  */
3045
3066
  export type ApiGatewayRestApiS3Location = {
@@ -3062,10 +3083,18 @@ export type ApiGatewayRestApiS3Location = {
3062
3083
  };
3063
3084
  /**
3064
3085
  * Type definition for `AWS::ApiGateway::RestApi.Tag`.
3086
+ * An array of key-value pairs to apply to this resource.
3087
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
3065
3088
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-tag.html}
3066
3089
  */
3067
3090
  export type ApiGatewayRestApiTag = {
3091
+ /**
3092
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
3093
+ */
3068
3094
  Key: string;
3095
+ /**
3096
+ * The value for the specified tag key.
3097
+ */
3069
3098
  Value: string;
3070
3099
  };
3071
3100
  /**
@@ -3075,7 +3104,7 @@ export type ApiGatewayRestApiTag = {
3075
3104
  export type ApiGatewayStageProps = {
3076
3105
  /**
3077
3106
  * The ``AccessLogSetting`` property type specifies settings for logging access in this stage.
3078
- ``AccessLogSetting`` is a property of the [AWS::ApiGateway::Stage](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html) resource.
3107
+ ``AccessLogSetting`` is a property of the [AWS::ApiGateway::Stage](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html) resource.
3079
3108
  */
3080
3109
  AccessLogSetting?: ApiGatewayStageAccessLogSetting;
3081
3110
  CacheClusterEnabled?: boolean;
@@ -3098,7 +3127,7 @@ export type ApiGatewayStageProps = {
3098
3127
  /**
3099
3128
  * Type definition for `AWS::ApiGateway::Stage.AccessLogSetting`.
3100
3129
  * The ``AccessLogSetting`` property type specifies settings for logging access in this stage.
3101
- ``AccessLogSetting`` is a property of the [AWS::ApiGateway::Stage](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html) resource.
3130
+ ``AccessLogSetting`` is a property of the [AWS::ApiGateway::Stage](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html) resource.
3102
3131
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html}
3103
3132
  */
3104
3133
  export type ApiGatewayStageAccessLogSetting = {
@@ -3157,17 +3186,19 @@ export type ApiGatewayStageMethodSetting = {
3157
3186
  };
3158
3187
  /**
3159
3188
  * Type definition for `AWS::ApiGateway::Stage.Tag`.
3189
+ * An array of key-value pairs to apply to this resource.
3190
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
3160
3191
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-tag.html}
3161
3192
  */
3162
3193
  export type ApiGatewayStageTag = {
3163
3194
  /**
3164
- * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:.
3195
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
3165
3196
  * @minLength `1`
3166
3197
  * @maxLength `128`
3167
3198
  */
3168
3199
  Key: string;
3169
3200
  /**
3170
- * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:.
3201
+ * The value for the specified tag key.
3171
3202
  * @minLength `0`
3172
3203
  * @maxLength `256`
3173
3204
  */
@@ -3228,17 +3259,19 @@ export type ApiGatewayUsagePlanQuotaSettings = {
3228
3259
  };
3229
3260
  /**
3230
3261
  * Type definition for `AWS::ApiGateway::UsagePlan.Tag`.
3262
+ * An array of key-value pairs to apply to this resource.
3263
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
3231
3264
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-tag.html}
3232
3265
  */
3233
3266
  export type ApiGatewayUsagePlanTag = {
3234
3267
  /**
3235
- * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
3268
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
3236
3269
  * @minLength `1`
3237
3270
  * @maxLength `128`
3238
3271
  */
3239
3272
  Key: string;
3240
3273
  /**
3241
- * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
3274
+ * The value for the specified tag key.
3242
3275
  * @minLength `0`
3243
3276
  * @maxLength `256`
3244
3277
  */
@@ -3303,10 +3336,18 @@ export type ApiGatewayVpcLinkAttributes = {
3303
3336
  };
3304
3337
  /**
3305
3338
  * Type definition for `AWS::ApiGateway::VpcLink.Tag`.
3339
+ * An array of key-value pairs to apply to this resource.
3340
+ For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
3306
3341
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-vpclink-tag.html}
3307
3342
  */
3308
3343
  export type ApiGatewayVpcLinkTag = {
3344
+ /**
3345
+ * A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
3346
+ */
3309
3347
  Key: string;
3348
+ /**
3349
+ * The value for the specified tag key.
3350
+ */
3310
3351
  Value: string;
3311
3352
  };
3312
3353
  /**
@@ -13522,6 +13563,19 @@ export type APSScraperSource = {
13522
13563
  */
13523
13564
  SubnetIds: string[];
13524
13565
  };
13566
+ /**
13567
+ * Configuration for VPC metrics source
13568
+ */
13569
+ VpcConfiguration?: {
13570
+ /**
13571
+ * List of security group IDs
13572
+ */
13573
+ SecurityGroupIds: string[];
13574
+ /**
13575
+ * List of subnet IDs
13576
+ */
13577
+ SubnetIds: string[];
13578
+ };
13525
13579
  };
13526
13580
  /**
13527
13581
  * Type definition for `AWS::APS::Scraper.Tag`.
@@ -35849,7 +35903,7 @@ export type CloudTrailTrailAttributes = {
35849
35903
  };
35850
35904
  /**
35851
35905
  * Type definition for `AWS::CloudTrail::Trail.AdvancedEventSelector`.
35852
- * Advanced event selectors let you create fine-grained selectors for the following AWS CloudTrail event record fields. They help you control costs by logging only those events that are important to you.
35906
+ * Advanced event selectors let you create fine-grained selectors for the following AWS CloudTrail event record fields. They help you control costs by logging only those events that are important to you.
35853
35907
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-advancedeventselector.html}
35854
35908
  */
35855
35909
  export type CloudTrailTrailAdvancedEventSelector = {
@@ -56105,6 +56159,10 @@ export type DSQLClusterProps = {
56105
56159
  */
56106
56160
  WitnessRegion?: string;
56107
56161
  };
56162
+ /**
56163
+ * The IAM policy applied to the cluster resource.
56164
+ */
56165
+ PolicyDocument?: string;
56108
56166
  Tags?: DSQLClusterTag[];
56109
56167
  };
56110
56168
  /**
@@ -56137,6 +56195,10 @@ export type DSQLClusterAttributes = {
56137
56195
  * The ID of the created cluster.
56138
56196
  */
56139
56197
  Identifier: string;
56198
+ /**
56199
+ * The version number of the cluster's resource based policy
56200
+ */
56201
+ PolicyVersion: string;
56140
56202
  /**
56141
56203
  * The Amazon Resource Name (ARN) for the cluster.
56142
56204
  */
@@ -58039,7 +58101,7 @@ export type EC2FlowLogProps = {
58039
58101
  /**
58040
58102
  * The type of resource for which to create the flow log. For example, if you specified a VPC ID for the ResourceId property, specify VPC for this property.
58041
58103
  */
58042
- ResourceType: "NetworkInterface" | "Subnet" | "VPC" | "TransitGateway" | "TransitGatewayAttachment";
58104
+ ResourceType: "NetworkInterface" | "Subnet" | "VPC" | "TransitGateway" | "TransitGatewayAttachment" | "RegionalNatGateway";
58043
58105
  /**
58044
58106
  * The tags to apply to the flow logs.
58045
58107
  */
@@ -74000,6 +74062,10 @@ export type ElasticLoadBalancingV2TargetGroupTargetDescription = {
74000
74062
  * The port on which the target is listening. If the target group protocol is GENEVE, the supported port is 6081. If the target type is alb, the targeted Application Load Balancer must have at least one listener whose port matches the target group port. Not used if the target is a Lambda function.
74001
74063
  */
74002
74064
  Port?: number;
74065
+ /**
74066
+ * The Server ID used by targets when using QUIC or TCP_QUIC protocols.
74067
+ */
74068
+ QuicServerId?: string;
74003
74069
  };
74004
74070
  /**
74005
74071
  * Type definition for `AWS::ElasticLoadBalancingV2::TargetGroup.TargetGroupAttribute`.
@@ -87763,7 +87829,7 @@ export type IAMOIDCProviderTag = {
87763
87829
  * Adds or updates an inline policy document that is embedded in the specified IAM group, user or role.
87764
87830
  An IAM user can also have a managed policy attached to it. For information about policies, see [Managed Policies and Inline Policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the *User Guide*.
87765
87831
  The Groups, Roles, and Users properties are optional. However, you must specify at least one of these properties.
87766
- For information about policy documents see [Creating policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *User Guide*.
87832
+ For information about policy documents, see [Creating policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *User Guide*.
87767
87833
  For information about limits on the number of inline policies that you can embed in an identity, see [Limitations on Entities](https://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the *User Guide*.
87768
87834
  This resource does not support [drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html). The following inline policy resource types support drift detection:
87769
87835
  + [AWS::IAM::GroupPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-grouppolicy.html)
@@ -107873,6 +107939,7 @@ export type LambdaEventSourceMappingProps = {
107873
107939
  * @pattern `(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()`
107874
107940
  */
107875
107941
  KmsKeyArn?: string;
107942
+ LoggingConfig?: LambdaEventSourceMappingLoggingConfig;
107876
107943
  /**
107877
107944
  * The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.
107878
107945
  *Default (, , event sources)*: 0
@@ -108075,6 +108142,16 @@ export type LambdaEventSourceMappingFilterCriteria = {
108075
108142
  */
108076
108143
  Filters?: LambdaEventSourceMappingFilter[];
108077
108144
  };
108145
+ /**
108146
+ * Type definition for `AWS::Lambda::EventSourceMapping.LoggingConfig`.
108147
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-loggingconfig.html}
108148
+ */
108149
+ export type LambdaEventSourceMappingLoggingConfig = {
108150
+ /**
108151
+ * Event source mapping log granularity level override
108152
+ */
108153
+ SystemLogLevel?: "DEBUG" | "INFO" | "WARN";
108154
+ };
108078
108155
  /**
108079
108156
  * Type definition for `AWS::Lambda::EventSourceMapping.MetricsConfig`.
108080
108157
  * The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.
@@ -108084,9 +108161,9 @@ export type LambdaEventSourceMappingMetricsConfig = {
108084
108161
  /**
108085
108162
  * The metrics you want your event source mapping to produce. Include ``EventCount`` to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see [Event source mapping metrics](https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics).
108086
108163
  * @minLength `0`
108087
- * @maxLength `1`
108164
+ * @maxLength `3`
108088
108165
  */
108089
- Metrics?: "EventCount"[];
108166
+ Metrics?: ("EventCount" | "ErrorCount" | "KafkaMetrics")[];
108090
108167
  };
108091
108168
  /**
108092
108169
  * Type definition for `AWS::Lambda::EventSourceMapping.OnFailure`.
@@ -108097,10 +108174,11 @@ export type LambdaEventSourceMappingOnFailure = {
108097
108174
  /**
108098
108175
  * The Amazon Resource Name (ARN) of the destination resource.
108099
108176
  To retain records of unsuccessful [asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations), you can configure an Amazon SNS topic, Amazon SQS queue, Amazon S3 bucket, Lambda function, or Amazon EventBridge event bus as the destination.
108100
- To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html), [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html), [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination), you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
108177
+ Amazon SNS destinations have a message size limit of 256 KB. If the combined size of the function request and response payload exceeds the limit, Lambda will drop the payload when sending ``OnFailure`` event to the destination. For details on this behavior, refer to [Retaining records of asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html).
108178
+ To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html), [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html), [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination), you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
108101
108179
  * @minLength `12`
108102
108180
  * @maxLength `1024`
108103
- * @pattern `arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.*)`
108181
+ * @pattern `^$|kafka://([^.]([a-zA-Z0-9\-_.]{0,248}))|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.*)`
108104
108182
  */
108105
108183
  Destination?: string;
108106
108184
  };
@@ -108122,6 +108200,11 @@ export type LambdaEventSourceMappingProvisionedPollerConfig = {
108122
108200
  * @max `200`
108123
108201
  */
108124
108202
  MinimumPollers?: number;
108203
+ /**
108204
+ * @minLength `0`
108205
+ * @maxLength `128`
108206
+ */
108207
+ PollerGroupName?: string;
108125
108208
  };
108126
108209
  /**
108127
108210
  * Type definition for `AWS::Lambda::EventSourceMapping.ScalingConfig`.
@@ -116386,6 +116469,12 @@ export type MediaConnectFlowAudioMonitoringSetting = {
116386
116469
  */
116387
116470
  SilentAudio?: MediaConnectFlowSilentAudio;
116388
116471
  };
116472
+ /**
116473
+ * Type definition for `AWS::MediaConnect::Flow.AutomaticEncryptionKeyConfiguration`.
116474
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
116475
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-automaticencryptionkeyconfiguration.html}
116476
+ */
116477
+ export type MediaConnectFlowAutomaticEncryptionKeyConfiguration = Record<string, any>;
116389
116478
  /**
116390
116479
  * Type definition for `AWS::MediaConnect::Flow.BlackFrames`.
116391
116480
  * Configures settings for the BlackFrames metric.
@@ -116469,6 +116558,39 @@ export type MediaConnectFlowFailoverConfig = {
116469
116558
  };
116470
116559
  State?: "ENABLED" | "DISABLED";
116471
116560
  };
116561
+ /**
116562
+ * Type definition for `AWS::MediaConnect::Flow.FlowTransitEncryption`.
116563
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
116564
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-flowtransitencryption.html}
116565
+ */
116566
+ export type MediaConnectFlowFlowTransitEncryption = {
116567
+ /**
116568
+ * Configuration settings for flow transit encryption keys.
116569
+ */
116570
+ EncryptionKeyConfiguration: MediaConnectFlowFlowTransitEncryptionKeyConfiguration;
116571
+ EncryptionKeyType?: MediaConnectFlowFlowTransitEncryptionKeyType;
116572
+ };
116573
+ /**
116574
+ * Type definition for `AWS::MediaConnect::Flow.FlowTransitEncryptionKeyConfiguration`.
116575
+ * Configuration settings for flow transit encryption keys.
116576
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-flowtransitencryptionkeyconfiguration.html}
116577
+ */
116578
+ export type MediaConnectFlowFlowTransitEncryptionKeyConfiguration = {
116579
+ /**
116580
+ * The configuration settings for transit encryption of a flow source using AWS Secrets Manager, including the secret ARN and role ARN.
116581
+ */
116582
+ SecretsManager: MediaConnectFlowSecretsManagerEncryptionKeyConfiguration;
116583
+ } | {
116584
+ /**
116585
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
116586
+ */
116587
+ Automatic: MediaConnectFlowAutomaticEncryptionKeyConfiguration;
116588
+ };
116589
+ /**
116590
+ * Type definition for `AWS::MediaConnect::Flow.FlowTransitEncryptionKeyType`.
116591
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-flowtransitencryptionkeytype.html}
116592
+ */
116593
+ export type MediaConnectFlowFlowTransitEncryptionKeyType = "SECRETS_MANAGER" | "AUTOMATIC";
116472
116594
  /**
116473
116595
  * Type definition for `AWS::MediaConnect::Flow.Fmtp`.
116474
116596
  * A set of parameters that define the media stream.
@@ -116682,6 +116804,23 @@ export type MediaConnectFlowNdiDiscoveryServerConfig = {
116682
116804
  */
116683
116805
  VpcInterfaceAdapter: string;
116684
116806
  };
116807
+ /**
116808
+ * Type definition for `AWS::MediaConnect::Flow.SecretsManagerEncryptionKeyConfiguration`.
116809
+ * The configuration settings for transit encryption of a flow source using AWS Secrets Manager, including the secret ARN and role ARN.
116810
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-secretsmanagerencryptionkeyconfiguration.html}
116811
+ */
116812
+ export type MediaConnectFlowSecretsManagerEncryptionKeyConfiguration = {
116813
+ /**
116814
+ * The ARN of the IAM role used for transit encryption from the router output using AWS Secrets Manager.
116815
+ * @pattern `^arn:(aws[a-zA-Z-]*):iam::[0-9]{12}:role/[a-zA-Z0-9_+=,.@-]+$`
116816
+ */
116817
+ RoleArn: string;
116818
+ /**
116819
+ * The ARN of the AWS Secrets Manager secret used for transit encryption from the router output.
116820
+ * @pattern `^arn:(aws[a-zA-Z-]*):secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+$`
116821
+ */
116822
+ SecretArn: string;
116823
+ };
116685
116824
  /**
116686
116825
  * Type definition for `AWS::MediaConnect::Flow.SilentAudio`.
116687
116826
  * Configures settings for the SilentAudio metric.
@@ -116751,6 +116890,11 @@ export type MediaConnectFlowSource = {
116751
116890
  * The protocol that is used by the source.
116752
116891
  */
116753
116892
  Protocol?: "zixi-push" | "rtp-fec" | "rtp" | "rist" | "fujitsu-qos" | "srt-listener" | "srt-caller" | "st2110-jpegxs" | "cdi";
116893
+ RouterIntegrationState?: "ENABLED" | "DISABLED";
116894
+ /**
116895
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
116896
+ */
116897
+ RouterIntegrationTransitDecryption?: MediaConnectFlowFlowTransitEncryption;
116754
116898
  /**
116755
116899
  * The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
116756
116900
  */
@@ -117003,11 +117147,16 @@ export type MediaConnectFlowOutputProps = {
117003
117147
  /**
117004
117148
  * The protocol that is used by the source or output.
117005
117149
  */
117006
- Protocol: "zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "fujitsu-qos" | "srt-listener" | "srt-caller" | "st2110-jpegxs" | "cdi" | "ndi-speed-hq";
117150
+ Protocol?: "zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "fujitsu-qos" | "srt-listener" | "srt-caller" | "st2110-jpegxs" | "cdi" | "ndi-speed-hq";
117007
117151
  /**
117008
117152
  * The remote ID for the Zixi-pull stream.
117009
117153
  */
117010
117154
  RemoteId?: string;
117155
+ RouterIntegrationState?: "ENABLED" | "DISABLED";
117156
+ /**
117157
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
117158
+ */
117159
+ RouterIntegrationTransitEncryption?: MediaConnectFlowOutputFlowTransitEncryption;
117011
117160
  /**
117012
117161
  * The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
117013
117162
  */
@@ -117031,6 +117180,12 @@ export type MediaConnectFlowOutputAttributes = {
117031
117180
  */
117032
117181
  OutputArn: string;
117033
117182
  };
117183
+ /**
117184
+ * Type definition for `AWS::MediaConnect::FlowOutput.AutomaticEncryptionKeyConfiguration`.
117185
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
117186
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-automaticencryptionkeyconfiguration.html}
117187
+ */
117188
+ export type MediaConnectFlowOutputAutomaticEncryptionKeyConfiguration = Record<string, any>;
117034
117189
  /**
117035
117190
  * Type definition for `AWS::MediaConnect::FlowOutput.DestinationConfiguration`.
117036
117191
  * The definition of a media stream that is associated with the output.
@@ -117088,6 +117243,39 @@ export type MediaConnectFlowOutputEncryption = {
117088
117243
  */
117089
117244
  SecretArn: string;
117090
117245
  };
117246
+ /**
117247
+ * Type definition for `AWS::MediaConnect::FlowOutput.FlowTransitEncryption`.
117248
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
117249
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-flowtransitencryption.html}
117250
+ */
117251
+ export type MediaConnectFlowOutputFlowTransitEncryption = {
117252
+ /**
117253
+ * Configuration settings for flow transit encryption keys.
117254
+ */
117255
+ EncryptionKeyConfiguration: MediaConnectFlowOutputFlowTransitEncryptionKeyConfiguration;
117256
+ EncryptionKeyType?: MediaConnectFlowOutputFlowTransitEncryptionKeyType;
117257
+ };
117258
+ /**
117259
+ * Type definition for `AWS::MediaConnect::FlowOutput.FlowTransitEncryptionKeyConfiguration`.
117260
+ * Configuration settings for flow transit encryption keys.
117261
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-flowtransitencryptionkeyconfiguration.html}
117262
+ */
117263
+ export type MediaConnectFlowOutputFlowTransitEncryptionKeyConfiguration = {
117264
+ /**
117265
+ * The configuration settings for transit encryption of a flow output using AWS Secrets Manager, including the secret ARN and role ARN.
117266
+ */
117267
+ SecretsManager: MediaConnectFlowOutputSecretsManagerEncryptionKeyConfiguration;
117268
+ } | {
117269
+ /**
117270
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
117271
+ */
117272
+ Automatic: MediaConnectFlowOutputAutomaticEncryptionKeyConfiguration;
117273
+ };
117274
+ /**
117275
+ * Type definition for `AWS::MediaConnect::FlowOutput.FlowTransitEncryptionKeyType`.
117276
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-flowtransitencryptionkeytype.html}
117277
+ */
117278
+ export type MediaConnectFlowOutputFlowTransitEncryptionKeyType = "SECRETS_MANAGER" | "AUTOMATIC";
117091
117279
  /**
117092
117280
  * Type definition for `AWS::MediaConnect::FlowOutput.Interface`.
117093
117281
  * The VPC interface that you want to use for the media stream associated with the output.
@@ -117122,6 +117310,23 @@ export type MediaConnectFlowOutputMediaStreamOutputConfiguration = {
117122
117310
  */
117123
117311
  MediaStreamName: string;
117124
117312
  };
117313
+ /**
117314
+ * Type definition for `AWS::MediaConnect::FlowOutput.SecretsManagerEncryptionKeyConfiguration`.
117315
+ * The configuration settings for transit encryption of a flow output using AWS Secrets Manager, including the secret ARN and role ARN.
117316
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-secretsmanagerencryptionkeyconfiguration.html}
117317
+ */
117318
+ export type MediaConnectFlowOutputSecretsManagerEncryptionKeyConfiguration = {
117319
+ /**
117320
+ * The ARN of the IAM role used for transit encryption to the router input using AWS Secrets Manager.
117321
+ * @pattern `^arn:(aws[a-zA-Z-]*):iam::[0-9]{12}:role/[a-zA-Z0-9_+=,.@-]+$`
117322
+ */
117323
+ RoleArn: string;
117324
+ /**
117325
+ * The ARN of the AWS Secrets Manager secret used for transit encryption to the router input.
117326
+ * @pattern `^arn:(aws[a-zA-Z-]*):secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+$`
117327
+ */
117328
+ SecretArn: string;
117329
+ };
117125
117330
  /**
117126
117331
  * Type definition for `AWS::MediaConnect::FlowOutput.VpcInterfaceAttachment`.
117127
117332
  * The settings for attaching a VPC interface to an output.
@@ -117383,6 +117588,1115 @@ export type MediaConnectGatewayGatewayNetwork = {
117383
117588
  */
117384
117589
  Name: string;
117385
117590
  };
117591
+ /**
117592
+ * Resource type definition for `AWS::MediaConnect::RouterInput`.
117593
+ * Represents a router input in AWS Elemental MediaConnect that is used to ingest content to be transmitted to router outputs
117594
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routerinput.html}
117595
+ */
117596
+ export type MediaConnectRouterInputProps = {
117597
+ /**
117598
+ * The Availability Zone where you want to create the router input. This must be a valid Availability Zone for the region specified by regionName, or the current region if no regionName is provided.
117599
+ */
117600
+ AvailabilityZone?: string;
117601
+ /**
117602
+ * The configuration settings for a router input.
117603
+ */
117604
+ Configuration: MediaConnectRouterInputRouterInputConfiguration;
117605
+ /**
117606
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
117607
+ */
117608
+ MaintenanceConfiguration?: MediaConnectRouterInputMaintenanceConfiguration;
117609
+ /**
117610
+ * The maximum bitrate for the router input.
117611
+ */
117612
+ MaximumBitrate: number;
117613
+ /**
117614
+ * The name of the router input.
117615
+ * @minLength `1`
117616
+ * @maxLength `128`
117617
+ */
117618
+ Name: string;
117619
+ /**
117620
+ * The AWS Region for the router input. Defaults to the current region if not specified.
117621
+ */
117622
+ RegionName?: string;
117623
+ RoutingScope: MediaConnectRouterInputRoutingScope;
117624
+ /**
117625
+ * Key-value pairs that can be used to tag and organize this router input.
117626
+ */
117627
+ Tags?: MediaConnectRouterInputTag[];
117628
+ Tier: MediaConnectRouterInputRouterInputTier;
117629
+ /**
117630
+ * The transit encryption settings for a router input.
117631
+ */
117632
+ TransitEncryption?: MediaConnectRouterInputRouterInputTransitEncryption;
117633
+ };
117634
+ /**
117635
+ * Attribute type definition for `AWS::MediaConnect::RouterInput`.
117636
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routerinput.html#aws-resource-mediaconnect-routerinput-return-values}
117637
+ */
117638
+ export type MediaConnectRouterInputAttributes = {
117639
+ /**
117640
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerInput:[a-z0-9]{12}$`
117641
+ */
117642
+ Arn: string;
117643
+ /**
117644
+ * The timestamp when the router input was created.
117645
+ */
117646
+ CreatedAt: string;
117647
+ /**
117648
+ * The unique identifier of the router input.
117649
+ */
117650
+ Id: string;
117651
+ InputType: MediaConnectRouterInputRouterInputType;
117652
+ /**
117653
+ * The IP address of the router input.
117654
+ */
117655
+ IpAddress: string;
117656
+ MaintenanceType: MediaConnectRouterInputMaintenanceType;
117657
+ /**
117658
+ * The number of router outputs associated with the router input.
117659
+ */
117660
+ RoutedOutputs: number;
117661
+ State: MediaConnectRouterInputRouterInputState;
117662
+ /**
117663
+ * The timestamp when the router input was last updated.
117664
+ */
117665
+ UpdatedAt: string;
117666
+ };
117667
+ /**
117668
+ * Type definition for `AWS::MediaConnect::RouterInput.AutomaticEncryptionKeyConfiguration`.
117669
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
117670
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-automaticencryptionkeyconfiguration.html}
117671
+ */
117672
+ export type MediaConnectRouterInputAutomaticEncryptionKeyConfiguration = Record<string, any>;
117673
+ /**
117674
+ * Type definition for `AWS::MediaConnect::RouterInput.Day`.
117675
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-day.html}
117676
+ */
117677
+ export type MediaConnectRouterInputDay = "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY";
117678
+ /**
117679
+ * Type definition for `AWS::MediaConnect::RouterInput.DefaultMaintenanceConfiguration`.
117680
+ * Configuration settings for default maintenance scheduling.
117681
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-defaultmaintenanceconfiguration.html}
117682
+ */
117683
+ export type MediaConnectRouterInputDefaultMaintenanceConfiguration = Record<string, any>;
117684
+ /**
117685
+ * Type definition for `AWS::MediaConnect::RouterInput.FailoverInputSourcePriorityMode`.
117686
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-failoverinputsourceprioritymode.html}
117687
+ */
117688
+ export type MediaConnectRouterInputFailoverInputSourcePriorityMode = "NO_PRIORITY" | "PRIMARY_SECONDARY";
117689
+ /**
117690
+ * Type definition for `AWS::MediaConnect::RouterInput.FailoverRouterInputConfiguration`.
117691
+ * Configuration settings for a failover router input that allows switching between two input sources.
117692
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-failoverrouterinputconfiguration.html}
117693
+ */
117694
+ export type MediaConnectRouterInputFailoverRouterInputConfiguration = {
117695
+ /**
117696
+ * The ARN of the network interface to use for this failover router input.
117697
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}$`
117698
+ */
117699
+ NetworkInterfaceArn: string;
117700
+ /**
117701
+ * The index (0 or 1) that specifies which source in the protocol configurations list is currently active. Used to control which of the two failover sources is currently selected. This field is ignored when sourcePriorityMode is set to NO_PRIORITY
117702
+ * @min `0`
117703
+ * @max `1`
117704
+ */
117705
+ PrimarySourceIndex?: number;
117706
+ /**
117707
+ * A list of exactly two protocol configurations for the failover input sources. Both must use the same protocol type.
117708
+ */
117709
+ ProtocolConfigurations: MediaConnectRouterInputFailoverRouterInputProtocolConfiguration[];
117710
+ SourcePriorityMode: MediaConnectRouterInputFailoverInputSourcePriorityMode;
117711
+ };
117712
+ /**
117713
+ * Type definition for `AWS::MediaConnect::RouterInput.FailoverRouterInputProtocolConfiguration`.
117714
+ * Protocol configuration settings for failover router inputs.
117715
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-failoverrouterinputprotocolconfiguration.html}
117716
+ */
117717
+ export type MediaConnectRouterInputFailoverRouterInputProtocolConfiguration = {
117718
+ /**
117719
+ * The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
117720
+ */
117721
+ Rtp: MediaConnectRouterInputRtpRouterInputConfiguration;
117722
+ } | {
117723
+ /**
117724
+ * The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
117725
+ */
117726
+ Rist: MediaConnectRouterInputRistRouterInputConfiguration;
117727
+ } | {
117728
+ /**
117729
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
117730
+ */
117731
+ SrtListener: MediaConnectRouterInputSrtListenerRouterInputConfiguration;
117732
+ } | {
117733
+ /**
117734
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.
117735
+ */
117736
+ SrtCaller: MediaConnectRouterInputSrtCallerRouterInputConfiguration;
117737
+ };
117738
+ /**
117739
+ * Type definition for `AWS::MediaConnect::RouterInput.FlowTransitEncryption`.
117740
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
117741
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-flowtransitencryption.html}
117742
+ */
117743
+ export type MediaConnectRouterInputFlowTransitEncryption = {
117744
+ /**
117745
+ * Configuration settings for flow transit encryption keys.
117746
+ */
117747
+ EncryptionKeyConfiguration: MediaConnectRouterInputFlowTransitEncryptionKeyConfiguration;
117748
+ EncryptionKeyType?: MediaConnectRouterInputFlowTransitEncryptionKeyType;
117749
+ };
117750
+ /**
117751
+ * Type definition for `AWS::MediaConnect::RouterInput.FlowTransitEncryptionKeyConfiguration`.
117752
+ * Configuration settings for flow transit encryption keys.
117753
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-flowtransitencryptionkeyconfiguration.html}
117754
+ */
117755
+ export type MediaConnectRouterInputFlowTransitEncryptionKeyConfiguration = {
117756
+ /**
117757
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
117758
+ */
117759
+ SecretsManager: MediaConnectRouterInputSecretsManagerEncryptionKeyConfiguration;
117760
+ } | {
117761
+ /**
117762
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
117763
+ */
117764
+ Automatic: MediaConnectRouterInputAutomaticEncryptionKeyConfiguration;
117765
+ };
117766
+ /**
117767
+ * Type definition for `AWS::MediaConnect::RouterInput.FlowTransitEncryptionKeyType`.
117768
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-flowtransitencryptionkeytype.html}
117769
+ */
117770
+ export type MediaConnectRouterInputFlowTransitEncryptionKeyType = "SECRETS_MANAGER" | "AUTOMATIC";
117771
+ /**
117772
+ * Type definition for `AWS::MediaConnect::RouterInput.ForwardErrorCorrectionState`.
117773
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-forwarderrorcorrectionstate.html}
117774
+ */
117775
+ export type MediaConnectRouterInputForwardErrorCorrectionState = "ENABLED" | "DISABLED";
117776
+ /**
117777
+ * Type definition for `AWS::MediaConnect::RouterInput.MaintenanceConfiguration`.
117778
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
117779
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-maintenanceconfiguration.html}
117780
+ */
117781
+ export type MediaConnectRouterInputMaintenanceConfiguration = {
117782
+ /**
117783
+ * Configuration for preferred day and time maintenance settings.
117784
+ */
117785
+ PreferredDayTime: MediaConnectRouterInputPreferredDayTimeMaintenanceConfiguration;
117786
+ } | {
117787
+ /**
117788
+ * Configuration settings for default maintenance scheduling.
117789
+ */
117790
+ Default: MediaConnectRouterInputDefaultMaintenanceConfiguration;
117791
+ };
117792
+ /**
117793
+ * Type definition for `AWS::MediaConnect::RouterInput.MaintenanceType`.
117794
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-maintenancetype.html}
117795
+ */
117796
+ export type MediaConnectRouterInputMaintenanceType = "PREFERRED_DAY_TIME" | "DEFAULT";
117797
+ /**
117798
+ * Type definition for `AWS::MediaConnect::RouterInput.MediaConnectFlowRouterInputConfiguration`.
117799
+ * Configuration settings for connecting a router input to a flow output.
117800
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-mediaconnectflowrouterinputconfiguration.html}
117801
+ */
117802
+ export type MediaConnectRouterInputMediaConnectFlowRouterInputConfiguration = {
117803
+ /**
117804
+ * The ARN of the flow to connect to.
117805
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:flow:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$`
117806
+ */
117807
+ FlowArn?: string;
117808
+ /**
117809
+ * The ARN of the flow output to connect to this router input.
117810
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:output:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$`
117811
+ */
117812
+ FlowOutputArn?: string;
117813
+ /**
117814
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
117815
+ */
117816
+ SourceTransitDecryption: MediaConnectRouterInputFlowTransitEncryption;
117817
+ };
117818
+ /**
117819
+ * Type definition for `AWS::MediaConnect::RouterInput.MergeRouterInputConfiguration`.
117820
+ * Configuration settings for a merge router input that combines two input sources.
117821
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-mergerouterinputconfiguration.html}
117822
+ */
117823
+ export type MediaConnectRouterInputMergeRouterInputConfiguration = {
117824
+ /**
117825
+ * The time window in milliseconds for merging the two input sources.
117826
+ */
117827
+ MergeRecoveryWindowMilliseconds: number;
117828
+ /**
117829
+ * The ARN of the network interface to use for this merge router input.
117830
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}$`
117831
+ */
117832
+ NetworkInterfaceArn: string;
117833
+ /**
117834
+ * A list of exactly two protocol configurations for the merge input sources. Both must use the same protocol type.
117835
+ */
117836
+ ProtocolConfigurations: MediaConnectRouterInputMergeRouterInputProtocolConfiguration[];
117837
+ };
117838
+ /**
117839
+ * Type definition for `AWS::MediaConnect::RouterInput.MergeRouterInputProtocolConfiguration`.
117840
+ * Protocol configuration settings for merge router inputs.
117841
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-mergerouterinputprotocolconfiguration.html}
117842
+ */
117843
+ export type MediaConnectRouterInputMergeRouterInputProtocolConfiguration = {
117844
+ /**
117845
+ * The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
117846
+ */
117847
+ Rtp: MediaConnectRouterInputRtpRouterInputConfiguration;
117848
+ } | {
117849
+ /**
117850
+ * The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
117851
+ */
117852
+ Rist: MediaConnectRouterInputRistRouterInputConfiguration;
117853
+ };
117854
+ /**
117855
+ * Type definition for `AWS::MediaConnect::RouterInput.PreferredDayTimeMaintenanceConfiguration`.
117856
+ * Configuration for preferred day and time maintenance settings.
117857
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-preferreddaytimemaintenanceconfiguration.html}
117858
+ */
117859
+ export type MediaConnectRouterInputPreferredDayTimeMaintenanceConfiguration = {
117860
+ Day: MediaConnectRouterInputDay;
117861
+ /**
117862
+ * The preferred time for maintenance operations.
117863
+ */
117864
+ Time: string;
117865
+ };
117866
+ /**
117867
+ * Type definition for `AWS::MediaConnect::RouterInput.RistRouterInputConfiguration`.
117868
+ * The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
117869
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-ristrouterinputconfiguration.html}
117870
+ */
117871
+ export type MediaConnectRouterInputRistRouterInputConfiguration = {
117872
+ /**
117873
+ * The port number used for the RIST protocol in the router input configuration.
117874
+ * @min `3000`
117875
+ * @max `30000`
117876
+ */
117877
+ Port: number;
117878
+ /**
117879
+ * The recovery latency in milliseconds for the RIST protocol in the router input configuration.
117880
+ * @min `10`
117881
+ * @max `10000`
117882
+ */
117883
+ RecoveryLatencyMilliseconds: number;
117884
+ };
117885
+ /**
117886
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputConfiguration`.
117887
+ * The configuration settings for a router input.
117888
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputconfiguration.html}
117889
+ */
117890
+ export type MediaConnectRouterInputRouterInputConfiguration = {
117891
+ /**
117892
+ * The configuration settings for a standard router input, including the protocol, protocol-specific configuration, network interface, and availability zone.
117893
+ */
117894
+ Standard: MediaConnectRouterInputStandardRouterInputConfiguration;
117895
+ } | {
117896
+ /**
117897
+ * Configuration settings for a failover router input that allows switching between two input sources.
117898
+ */
117899
+ Failover: MediaConnectRouterInputFailoverRouterInputConfiguration;
117900
+ } | {
117901
+ /**
117902
+ * Configuration settings for a merge router input that combines two input sources.
117903
+ */
117904
+ Merge: MediaConnectRouterInputMergeRouterInputConfiguration;
117905
+ } | {
117906
+ /**
117907
+ * Configuration settings for connecting a router input to a flow output.
117908
+ */
117909
+ MediaConnectFlow: MediaConnectRouterInputMediaConnectFlowRouterInputConfiguration;
117910
+ };
117911
+ /**
117912
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputProtocol`.
117913
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputprotocol.html}
117914
+ */
117915
+ export type MediaConnectRouterInputRouterInputProtocol = "RTP" | "RIST" | "SRT_CALLER" | "SRT_LISTENER";
117916
+ /**
117917
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputProtocolConfiguration`.
117918
+ * The protocol configuration settings for a router input.
117919
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputprotocolconfiguration.html}
117920
+ */
117921
+ export type MediaConnectRouterInputRouterInputProtocolConfiguration = {
117922
+ /**
117923
+ * The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
117924
+ */
117925
+ Rtp: MediaConnectRouterInputRtpRouterInputConfiguration;
117926
+ } | {
117927
+ /**
117928
+ * The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
117929
+ */
117930
+ Rist: MediaConnectRouterInputRistRouterInputConfiguration;
117931
+ } | {
117932
+ /**
117933
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
117934
+ */
117935
+ SrtListener: MediaConnectRouterInputSrtListenerRouterInputConfiguration;
117936
+ } | {
117937
+ /**
117938
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.
117939
+ */
117940
+ SrtCaller: MediaConnectRouterInputSrtCallerRouterInputConfiguration;
117941
+ };
117942
+ /**
117943
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputState`.
117944
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputstate.html}
117945
+ */
117946
+ export type MediaConnectRouterInputRouterInputState = "CREATING" | "STANDBY" | "STARTING" | "ACTIVE" | "STOPPING" | "DELETING" | "UPDATING" | "ERROR" | "RECOVERING" | "MIGRATING";
117947
+ /**
117948
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputTier`.
117949
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputtier.html}
117950
+ */
117951
+ export type MediaConnectRouterInputRouterInputTier = "INPUT_100" | "INPUT_50" | "INPUT_20";
117952
+ /**
117953
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputTransitEncryption`.
117954
+ * The transit encryption settings for a router input.
117955
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputtransitencryption.html}
117956
+ */
117957
+ export type MediaConnectRouterInputRouterInputTransitEncryption = {
117958
+ /**
117959
+ * Defines the configuration settings for transit encryption keys.
117960
+ */
117961
+ EncryptionKeyConfiguration: MediaConnectRouterInputRouterInputTransitEncryptionKeyConfiguration;
117962
+ EncryptionKeyType?: MediaConnectRouterInputRouterInputTransitEncryptionKeyType;
117963
+ };
117964
+ /**
117965
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputTransitEncryptionKeyConfiguration`.
117966
+ * Defines the configuration settings for transit encryption keys.
117967
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputtransitencryptionkeyconfiguration.html}
117968
+ */
117969
+ export type MediaConnectRouterInputRouterInputTransitEncryptionKeyConfiguration = {
117970
+ /**
117971
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
117972
+ */
117973
+ SecretsManager: MediaConnectRouterInputSecretsManagerEncryptionKeyConfiguration;
117974
+ } | {
117975
+ /**
117976
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
117977
+ */
117978
+ Automatic: MediaConnectRouterInputAutomaticEncryptionKeyConfiguration;
117979
+ };
117980
+ /**
117981
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputTransitEncryptionKeyType`.
117982
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputtransitencryptionkeytype.html}
117983
+ */
117984
+ export type MediaConnectRouterInputRouterInputTransitEncryptionKeyType = "SECRETS_MANAGER" | "AUTOMATIC";
117985
+ /**
117986
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputType`.
117987
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputtype.html}
117988
+ */
117989
+ export type MediaConnectRouterInputRouterInputType = "STANDARD" | "FAILOVER" | "MERGE" | "MEDIACONNECT_FLOW";
117990
+ /**
117991
+ * Type definition for `AWS::MediaConnect::RouterInput.RoutingScope`.
117992
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routingscope.html}
117993
+ */
117994
+ export type MediaConnectRouterInputRoutingScope = "REGIONAL" | "GLOBAL";
117995
+ /**
117996
+ * Type definition for `AWS::MediaConnect::RouterInput.RtpRouterInputConfiguration`.
117997
+ * The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
117998
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-rtprouterinputconfiguration.html}
117999
+ */
118000
+ export type MediaConnectRouterInputRtpRouterInputConfiguration = {
118001
+ ForwardErrorCorrection?: MediaConnectRouterInputForwardErrorCorrectionState;
118002
+ /**
118003
+ * The port number used for the RTP protocol in the router input configuration.
118004
+ * @min `3000`
118005
+ * @max `30000`
118006
+ */
118007
+ Port: number;
118008
+ };
118009
+ /**
118010
+ * Type definition for `AWS::MediaConnect::RouterInput.SecretsManagerEncryptionKeyConfiguration`.
118011
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
118012
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-secretsmanagerencryptionkeyconfiguration.html}
118013
+ */
118014
+ export type MediaConnectRouterInputSecretsManagerEncryptionKeyConfiguration = {
118015
+ /**
118016
+ * The ARN of the IAM role assumed by MediaConnect to access the AWS Secrets Manager secret.
118017
+ * @pattern `^arn:(aws[a-zA-Z-]*):iam::[0-9]{12}:role/[a-zA-Z0-9_+=,.@-]+$`
118018
+ */
118019
+ RoleArn: string;
118020
+ /**
118021
+ * The ARN of the AWS Secrets Manager secret used for transit encryption.
118022
+ * @pattern `^arn:(aws[a-zA-Z-]*):secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+$`
118023
+ */
118024
+ SecretArn: string;
118025
+ };
118026
+ /**
118027
+ * Type definition for `AWS::MediaConnect::RouterInput.SrtCallerRouterInputConfiguration`.
118028
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.
118029
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-srtcallerrouterinputconfiguration.html}
118030
+ */
118031
+ export type MediaConnectRouterInputSrtCallerRouterInputConfiguration = {
118032
+ /**
118033
+ * Contains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.
118034
+ */
118035
+ DecryptionConfiguration?: MediaConnectRouterInputSrtDecryptionConfiguration;
118036
+ /**
118037
+ * The minimum latency in milliseconds for the SRT protocol in caller mode.
118038
+ * @min `10`
118039
+ * @max `10000`
118040
+ */
118041
+ MinimumLatencyMilliseconds: number;
118042
+ /**
118043
+ * The source IP address for the SRT protocol in caller mode.
118044
+ */
118045
+ SourceAddress: string;
118046
+ /**
118047
+ * The source port number for the SRT protocol in caller mode.
118048
+ * @min `0`
118049
+ * @max `65535`
118050
+ */
118051
+ SourcePort: number;
118052
+ /**
118053
+ * The stream ID for the SRT protocol in caller mode.
118054
+ */
118055
+ StreamId?: string;
118056
+ };
118057
+ /**
118058
+ * Type definition for `AWS::MediaConnect::RouterInput.SrtDecryptionConfiguration`.
118059
+ * Contains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.
118060
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-srtdecryptionconfiguration.html}
118061
+ */
118062
+ export type MediaConnectRouterInputSrtDecryptionConfiguration = {
118063
+ /**
118064
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
118065
+ */
118066
+ EncryptionKey: MediaConnectRouterInputSecretsManagerEncryptionKeyConfiguration;
118067
+ };
118068
+ /**
118069
+ * Type definition for `AWS::MediaConnect::RouterInput.SrtListenerRouterInputConfiguration`.
118070
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
118071
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-srtlistenerrouterinputconfiguration.html}
118072
+ */
118073
+ export type MediaConnectRouterInputSrtListenerRouterInputConfiguration = {
118074
+ /**
118075
+ * Contains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.
118076
+ */
118077
+ DecryptionConfiguration?: MediaConnectRouterInputSrtDecryptionConfiguration;
118078
+ /**
118079
+ * The minimum latency in milliseconds for the SRT protocol in listener mode.
118080
+ * @min `10`
118081
+ * @max `10000`
118082
+ */
118083
+ MinimumLatencyMilliseconds: number;
118084
+ /**
118085
+ * The port number for the SRT protocol in listener mode.
118086
+ * @min `3000`
118087
+ * @max `30000`
118088
+ */
118089
+ Port: number;
118090
+ };
118091
+ /**
118092
+ * Type definition for `AWS::MediaConnect::RouterInput.StandardRouterInputConfiguration`.
118093
+ * The configuration settings for a standard router input, including the protocol, protocol-specific configuration, network interface, and availability zone.
118094
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-standardrouterinputconfiguration.html}
118095
+ */
118096
+ export type MediaConnectRouterInputStandardRouterInputConfiguration = {
118097
+ /**
118098
+ * The Amazon Resource Name (ARN) of the network interface associated with the standard router input.
118099
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}$`
118100
+ */
118101
+ NetworkInterfaceArn: string;
118102
+ Protocol?: MediaConnectRouterInputRouterInputProtocol;
118103
+ /**
118104
+ * The protocol configuration settings for a router input.
118105
+ */
118106
+ ProtocolConfiguration: MediaConnectRouterInputRouterInputProtocolConfiguration;
118107
+ };
118108
+ /**
118109
+ * Type definition for `AWS::MediaConnect::RouterInput.Tag`.
118110
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-tag.html}
118111
+ */
118112
+ export type MediaConnectRouterInputTag = {
118113
+ Key: string;
118114
+ Value: string;
118115
+ };
118116
+ /**
118117
+ * Resource type definition for `AWS::MediaConnect::RouterNetworkInterface`.
118118
+ * Represents a router network interface in AWS Elemental MediaConnect that is used to define a network boundary for router resources
118119
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routernetworkinterface.html}
118120
+ */
118121
+ export type MediaConnectRouterNetworkInterfaceProps = {
118122
+ /**
118123
+ * The configuration settings for a router network interface.
118124
+ */
118125
+ Configuration: MediaConnectRouterNetworkInterfaceRouterNetworkInterfaceConfiguration;
118126
+ /**
118127
+ * The name of the router network interface.
118128
+ * @minLength `1`
118129
+ * @maxLength `128`
118130
+ */
118131
+ Name: string;
118132
+ /**
118133
+ * The AWS Region for the router network interface. Defaults to the current region if not specified.
118134
+ */
118135
+ RegionName?: string;
118136
+ /**
118137
+ * Key-value pairs that can be used to tag and organize this router network interface.
118138
+ */
118139
+ Tags?: MediaConnectRouterNetworkInterfaceTag[];
118140
+ };
118141
+ /**
118142
+ * Attribute type definition for `AWS::MediaConnect::RouterNetworkInterface`.
118143
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routernetworkinterface.html#aws-resource-mediaconnect-routernetworkinterface-return-values}
118144
+ */
118145
+ export type MediaConnectRouterNetworkInterfaceAttributes = {
118146
+ /**
118147
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}$`
118148
+ */
118149
+ Arn: string;
118150
+ /**
118151
+ * The number of router inputs associated with the network interface.
118152
+ */
118153
+ AssociatedInputCount: number;
118154
+ /**
118155
+ * The number of router outputs associated with the network interface.
118156
+ */
118157
+ AssociatedOutputCount: number;
118158
+ /**
118159
+ * The timestamp when the router network interface was created.
118160
+ */
118161
+ CreatedAt: string;
118162
+ /**
118163
+ * The unique identifier of the router network interface.
118164
+ */
118165
+ Id: string;
118166
+ NetworkInterfaceType: MediaConnectRouterNetworkInterfaceRouterNetworkInterfaceType;
118167
+ State: MediaConnectRouterNetworkInterfaceRouterNetworkInterfaceState;
118168
+ /**
118169
+ * The timestamp when the router network interface was last updated.
118170
+ */
118171
+ UpdatedAt: string;
118172
+ };
118173
+ /**
118174
+ * Type definition for `AWS::MediaConnect::RouterNetworkInterface.PublicRouterNetworkInterfaceConfiguration`.
118175
+ * The configuration settings for a public router network interface, including the list of allowed CIDR blocks.
118176
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routernetworkinterface-publicrouternetworkinterfaceconfiguration.html}
118177
+ */
118178
+ export type MediaConnectRouterNetworkInterfacePublicRouterNetworkInterfaceConfiguration = {
118179
+ /**
118180
+ * The list of allowed CIDR blocks for the public router network interface.
118181
+ * @minLength `0`
118182
+ * @maxLength `10`
118183
+ */
118184
+ AllowRules: MediaConnectRouterNetworkInterfacePublicRouterNetworkInterfaceRule[];
118185
+ };
118186
+ /**
118187
+ * Type definition for `AWS::MediaConnect::RouterNetworkInterface.PublicRouterNetworkInterfaceRule`.
118188
+ * A rule that allows a specific CIDR block to access the public router network interface.
118189
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routernetworkinterface-publicrouternetworkinterfacerule.html}
118190
+ */
118191
+ export type MediaConnectRouterNetworkInterfacePublicRouterNetworkInterfaceRule = {
118192
+ /**
118193
+ * The CIDR block that is allowed to access the public router network interface.
118194
+ */
118195
+ Cidr: string;
118196
+ };
118197
+ /**
118198
+ * Type definition for `AWS::MediaConnect::RouterNetworkInterface.RouterNetworkInterfaceConfiguration`.
118199
+ * The configuration settings for a router network interface.
118200
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routernetworkinterface-routernetworkinterfaceconfiguration.html}
118201
+ */
118202
+ export type MediaConnectRouterNetworkInterfaceRouterNetworkInterfaceConfiguration = {
118203
+ /**
118204
+ * The configuration settings for a public router network interface, including the list of allowed CIDR blocks.
118205
+ */
118206
+ Public: MediaConnectRouterNetworkInterfacePublicRouterNetworkInterfaceConfiguration;
118207
+ } | {
118208
+ /**
118209
+ * The configuration settings for a router network interface within a VPC, including the security group IDs and subnet ID.
118210
+ */
118211
+ Vpc: MediaConnectRouterNetworkInterfaceVpcRouterNetworkInterfaceConfiguration;
118212
+ };
118213
+ /**
118214
+ * Type definition for `AWS::MediaConnect::RouterNetworkInterface.RouterNetworkInterfaceState`.
118215
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routernetworkinterface-routernetworkinterfacestate.html}
118216
+ */
118217
+ export type MediaConnectRouterNetworkInterfaceRouterNetworkInterfaceState = "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "ERROR" | "RECOVERING";
118218
+ /**
118219
+ * Type definition for `AWS::MediaConnect::RouterNetworkInterface.RouterNetworkInterfaceType`.
118220
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routernetworkinterface-routernetworkinterfacetype.html}
118221
+ */
118222
+ export type MediaConnectRouterNetworkInterfaceRouterNetworkInterfaceType = "PUBLIC" | "VPC";
118223
+ /**
118224
+ * Type definition for `AWS::MediaConnect::RouterNetworkInterface.Tag`.
118225
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routernetworkinterface-tag.html}
118226
+ */
118227
+ export type MediaConnectRouterNetworkInterfaceTag = {
118228
+ Key: string;
118229
+ Value: string;
118230
+ };
118231
+ /**
118232
+ * Type definition for `AWS::MediaConnect::RouterNetworkInterface.VpcRouterNetworkInterfaceConfiguration`.
118233
+ * The configuration settings for a router network interface within a VPC, including the security group IDs and subnet ID.
118234
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routernetworkinterface-vpcrouternetworkinterfaceconfiguration.html}
118235
+ */
118236
+ export type MediaConnectRouterNetworkInterfaceVpcRouterNetworkInterfaceConfiguration = {
118237
+ /**
118238
+ * The IDs of the security groups to associate with the router network interface within the VPC.
118239
+ * @minLength `1`
118240
+ * @maxLength `5`
118241
+ */
118242
+ SecurityGroupIds: string[];
118243
+ /**
118244
+ * The ID of the subnet within the VPC to associate the router network interface with.
118245
+ */
118246
+ SubnetId: string;
118247
+ };
118248
+ /**
118249
+ * Resource type definition for `AWS::MediaConnect::RouterOutput`.
118250
+ * Represents a router input in AWS Elemental MediaConnect that can be used to egress content transmitted from router inputs
118251
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routeroutput.html}
118252
+ */
118253
+ export type MediaConnectRouterOutputProps = {
118254
+ /**
118255
+ * The Availability Zone where you want to create the router output. This must be a valid Availability Zone for the region specified by regionName, or the current region if no regionName is provided.
118256
+ */
118257
+ AvailabilityZone?: string;
118258
+ /**
118259
+ * The configuration settings for a router output.
118260
+ */
118261
+ Configuration: MediaConnectRouterOutputRouterOutputConfiguration;
118262
+ /**
118263
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
118264
+ */
118265
+ MaintenanceConfiguration?: MediaConnectRouterOutputMaintenanceConfiguration;
118266
+ /**
118267
+ * The maximum bitrate for the router output.
118268
+ */
118269
+ MaximumBitrate: number;
118270
+ /**
118271
+ * The name of the router output.
118272
+ * @minLength `1`
118273
+ * @maxLength `128`
118274
+ */
118275
+ Name: string;
118276
+ /**
118277
+ * The AWS Region for the router output. Defaults to the current region if not specified.
118278
+ */
118279
+ RegionName?: string;
118280
+ RoutingScope: MediaConnectRouterOutputRoutingScope;
118281
+ /**
118282
+ * Key-value pairs that can be used to tag this router output.
118283
+ */
118284
+ Tags?: MediaConnectRouterOutputTag[];
118285
+ Tier: MediaConnectRouterOutputRouterOutputTier;
118286
+ };
118287
+ /**
118288
+ * Attribute type definition for `AWS::MediaConnect::RouterOutput`.
118289
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routeroutput.html#aws-resource-mediaconnect-routeroutput-return-values}
118290
+ */
118291
+ export type MediaConnectRouterOutputAttributes = {
118292
+ /**
118293
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerOutput:[a-z0-9]{12}$`
118294
+ */
118295
+ Arn: string;
118296
+ /**
118297
+ * The timestamp when the router output was created.
118298
+ */
118299
+ CreatedAt: string;
118300
+ /**
118301
+ * The unique identifier of the router output.
118302
+ */
118303
+ Id: string;
118304
+ /**
118305
+ * The IP address of the router output.
118306
+ */
118307
+ IpAddress: string;
118308
+ MaintenanceType: MediaConnectRouterOutputMaintenanceType;
118309
+ OutputType: MediaConnectRouterOutputRouterOutputType;
118310
+ RoutedState: MediaConnectRouterOutputRouterOutputRoutedState;
118311
+ State: MediaConnectRouterOutputRouterOutputState;
118312
+ /**
118313
+ * The timestamp when the router output was last updated.
118314
+ */
118315
+ UpdatedAt: string;
118316
+ };
118317
+ /**
118318
+ * Type definition for `AWS::MediaConnect::RouterOutput.AutomaticEncryptionKeyConfiguration`.
118319
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
118320
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-automaticencryptionkeyconfiguration.html}
118321
+ */
118322
+ export type MediaConnectRouterOutputAutomaticEncryptionKeyConfiguration = Record<string, any>;
118323
+ /**
118324
+ * Type definition for `AWS::MediaConnect::RouterOutput.Day`.
118325
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-day.html}
118326
+ */
118327
+ export type MediaConnectRouterOutputDay = "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY";
118328
+ /**
118329
+ * Type definition for `AWS::MediaConnect::RouterOutput.DefaultMaintenanceConfiguration`.
118330
+ * Configuration settings for default maintenance scheduling.
118331
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-defaultmaintenanceconfiguration.html}
118332
+ */
118333
+ export type MediaConnectRouterOutputDefaultMaintenanceConfiguration = Record<string, any>;
118334
+ /**
118335
+ * Type definition for `AWS::MediaConnect::RouterOutput.FlowTransitEncryption`.
118336
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
118337
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-flowtransitencryption.html}
118338
+ */
118339
+ export type MediaConnectRouterOutputFlowTransitEncryption = {
118340
+ /**
118341
+ * Configuration settings for flow transit encryption keys.
118342
+ */
118343
+ EncryptionKeyConfiguration: MediaConnectRouterOutputFlowTransitEncryptionKeyConfiguration;
118344
+ EncryptionKeyType?: MediaConnectRouterOutputFlowTransitEncryptionKeyType;
118345
+ };
118346
+ /**
118347
+ * Type definition for `AWS::MediaConnect::RouterOutput.FlowTransitEncryptionKeyConfiguration`.
118348
+ * Configuration settings for flow transit encryption keys.
118349
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-flowtransitencryptionkeyconfiguration.html}
118350
+ */
118351
+ export type MediaConnectRouterOutputFlowTransitEncryptionKeyConfiguration = {
118352
+ /**
118353
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
118354
+ */
118355
+ SecretsManager: MediaConnectRouterOutputSecretsManagerEncryptionKeyConfiguration;
118356
+ } | {
118357
+ /**
118358
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
118359
+ */
118360
+ Automatic: MediaConnectRouterOutputAutomaticEncryptionKeyConfiguration;
118361
+ };
118362
+ /**
118363
+ * Type definition for `AWS::MediaConnect::RouterOutput.FlowTransitEncryptionKeyType`.
118364
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-flowtransitencryptionkeytype.html}
118365
+ */
118366
+ export type MediaConnectRouterOutputFlowTransitEncryptionKeyType = "SECRETS_MANAGER" | "AUTOMATIC";
118367
+ /**
118368
+ * Type definition for `AWS::MediaConnect::RouterOutput.ForwardErrorCorrectionState`.
118369
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-forwarderrorcorrectionstate.html}
118370
+ */
118371
+ export type MediaConnectRouterOutputForwardErrorCorrectionState = "ENABLED" | "DISABLED";
118372
+ /**
118373
+ * Type definition for `AWS::MediaConnect::RouterOutput.MaintenanceConfiguration`.
118374
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
118375
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-maintenanceconfiguration.html}
118376
+ */
118377
+ export type MediaConnectRouterOutputMaintenanceConfiguration = {
118378
+ /**
118379
+ * Configuration for preferred day and time maintenance settings.
118380
+ */
118381
+ PreferredDayTime: MediaConnectRouterOutputPreferredDayTimeMaintenanceConfiguration;
118382
+ } | {
118383
+ /**
118384
+ * Configuration settings for default maintenance scheduling.
118385
+ */
118386
+ Default: MediaConnectRouterOutputDefaultMaintenanceConfiguration;
118387
+ };
118388
+ /**
118389
+ * Type definition for `AWS::MediaConnect::RouterOutput.MaintenanceType`.
118390
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-maintenancetype.html}
118391
+ */
118392
+ export type MediaConnectRouterOutputMaintenanceType = "PREFERRED_DAY_TIME" | "DEFAULT";
118393
+ /**
118394
+ * Type definition for `AWS::MediaConnect::RouterOutput.MediaConnectFlowRouterOutputConfiguration`.
118395
+ * Configuration settings for connecting a router output to a MediaConnect flow source.
118396
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-mediaconnectflowrouteroutputconfiguration.html}
118397
+ */
118398
+ export type MediaConnectRouterOutputMediaConnectFlowRouterOutputConfiguration = {
118399
+ /**
118400
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
118401
+ */
118402
+ DestinationTransitEncryption: MediaConnectRouterOutputFlowTransitEncryption;
118403
+ /**
118404
+ * The ARN of the flow to connect to this router output.
118405
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:flow:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$`
118406
+ */
118407
+ FlowArn?: string;
118408
+ /**
118409
+ * The ARN of the flow source to connect to this router output.
118410
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:source:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$`
118411
+ */
118412
+ FlowSourceArn?: string;
118413
+ };
118414
+ /**
118415
+ * Type definition for `AWS::MediaConnect::RouterOutput.MediaLiveInputPipelineId`.
118416
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-medialiveinputpipelineid.html}
118417
+ */
118418
+ export type MediaConnectRouterOutputMediaLiveInputPipelineId = "PIPELINE_0" | "PIPELINE_1";
118419
+ /**
118420
+ * Type definition for `AWS::MediaConnect::RouterOutput.MediaLiveInputRouterOutputConfiguration`.
118421
+ * Configuration settings for connecting a router output to a MediaLive input.
118422
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-medialiveinputrouteroutputconfiguration.html}
118423
+ */
118424
+ export type MediaConnectRouterOutputMediaLiveInputRouterOutputConfiguration = {
118425
+ /**
118426
+ * The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This configuration determines whether encryption keys are automatically managed by the service or manually managed through AWS Secrets Manager.
118427
+ */
118428
+ DestinationTransitEncryption: MediaConnectRouterOutputMediaLiveTransitEncryption;
118429
+ /**
118430
+ * The ARN of the MediaLive input to connect to this router output.
118431
+ * @pattern `^arn:(aws[a-zA-Z-]*):medialive:[a-z0-9-]+:[0-9]{12}:input:[a-zA-Z0-9]+$`
118432
+ */
118433
+ MediaLiveInputArn?: string;
118434
+ MediaLivePipelineId?: MediaConnectRouterOutputMediaLiveInputPipelineId;
118435
+ };
118436
+ /**
118437
+ * Type definition for `AWS::MediaConnect::RouterOutput.MediaLiveTransitEncryption`.
118438
+ * The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This configuration determines whether encryption keys are automatically managed by the service or manually managed through AWS Secrets Manager.
118439
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-medialivetransitencryption.html}
118440
+ */
118441
+ export type MediaConnectRouterOutputMediaLiveTransitEncryption = {
118442
+ /**
118443
+ * Configuration settings for the MediaLive transit encryption key.
118444
+ */
118445
+ EncryptionKeyConfiguration: MediaConnectRouterOutputMediaLiveTransitEncryptionKeyConfiguration;
118446
+ EncryptionKeyType?: MediaConnectRouterOutputMediaLiveTransitEncryptionKeyType;
118447
+ };
118448
+ /**
118449
+ * Type definition for `AWS::MediaConnect::RouterOutput.MediaLiveTransitEncryptionKeyConfiguration`.
118450
+ * Configuration settings for the MediaLive transit encryption key.
118451
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-medialivetransitencryptionkeyconfiguration.html}
118452
+ */
118453
+ export type MediaConnectRouterOutputMediaLiveTransitEncryptionKeyConfiguration = {
118454
+ /**
118455
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
118456
+ */
118457
+ SecretsManager: MediaConnectRouterOutputSecretsManagerEncryptionKeyConfiguration;
118458
+ } | {
118459
+ /**
118460
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
118461
+ */
118462
+ Automatic: MediaConnectRouterOutputAutomaticEncryptionKeyConfiguration;
118463
+ };
118464
+ /**
118465
+ * Type definition for `AWS::MediaConnect::RouterOutput.MediaLiveTransitEncryptionKeyType`.
118466
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-medialivetransitencryptionkeytype.html}
118467
+ */
118468
+ export type MediaConnectRouterOutputMediaLiveTransitEncryptionKeyType = "SECRETS_MANAGER" | "AUTOMATIC";
118469
+ /**
118470
+ * Type definition for `AWS::MediaConnect::RouterOutput.PreferredDayTimeMaintenanceConfiguration`.
118471
+ * Configuration for preferred day and time maintenance settings.
118472
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-preferreddaytimemaintenanceconfiguration.html}
118473
+ */
118474
+ export type MediaConnectRouterOutputPreferredDayTimeMaintenanceConfiguration = {
118475
+ Day: MediaConnectRouterOutputDay;
118476
+ /**
118477
+ * The preferred time for maintenance operations.
118478
+ */
118479
+ Time: string;
118480
+ };
118481
+ /**
118482
+ * Type definition for `AWS::MediaConnect::RouterOutput.RistRouterOutputConfiguration`.
118483
+ * The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.
118484
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-ristrouteroutputconfiguration.html}
118485
+ */
118486
+ export type MediaConnectRouterOutputRistRouterOutputConfiguration = {
118487
+ /**
118488
+ * The destination IP address for the RIST protocol in the router output configuration.
118489
+ */
118490
+ DestinationAddress: string;
118491
+ /**
118492
+ * The destination port number for the RIST protocol in the router output configuration.
118493
+ * @min `0`
118494
+ * @max `65535`
118495
+ */
118496
+ DestinationPort: number;
118497
+ };
118498
+ /**
118499
+ * Type definition for `AWS::MediaConnect::RouterOutput.RouterOutputConfiguration`.
118500
+ * The configuration settings for a router output.
118501
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-routeroutputconfiguration.html}
118502
+ */
118503
+ export type MediaConnectRouterOutputRouterOutputConfiguration = {
118504
+ /**
118505
+ * The configuration settings for a standard router output, including the protocol, protocol-specific configuration, network interface, and availability zone.
118506
+ */
118507
+ Standard: MediaConnectRouterOutputStandardRouterOutputConfiguration;
118508
+ } | {
118509
+ /**
118510
+ * Configuration settings for connecting a router output to a MediaConnect flow source.
118511
+ */
118512
+ MediaConnectFlow: MediaConnectRouterOutputMediaConnectFlowRouterOutputConfiguration;
118513
+ } | {
118514
+ /**
118515
+ * Configuration settings for connecting a router output to a MediaLive input.
118516
+ */
118517
+ MediaLiveInput: MediaConnectRouterOutputMediaLiveInputRouterOutputConfiguration;
118518
+ };
118519
+ /**
118520
+ * Type definition for `AWS::MediaConnect::RouterOutput.RouterOutputProtocol`.
118521
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-routeroutputprotocol.html}
118522
+ */
118523
+ export type MediaConnectRouterOutputRouterOutputProtocol = "RTP" | "RIST" | "SRT_CALLER" | "SRT_LISTENER";
118524
+ /**
118525
+ * Type definition for `AWS::MediaConnect::RouterOutput.RouterOutputProtocolConfiguration`.
118526
+ * The protocol configuration settings for a router output.
118527
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-routeroutputprotocolconfiguration.html}
118528
+ */
118529
+ export type MediaConnectRouterOutputRouterOutputProtocolConfiguration = {
118530
+ /**
118531
+ * The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.
118532
+ */
118533
+ Rtp: MediaConnectRouterOutputRtpRouterOutputConfiguration;
118534
+ } | {
118535
+ /**
118536
+ * The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.
118537
+ */
118538
+ Rist: MediaConnectRouterOutputRistRouterOutputConfiguration;
118539
+ } | {
118540
+ /**
118541
+ * The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.
118542
+ */
118543
+ SrtListener: MediaConnectRouterOutputSrtListenerRouterOutputConfiguration;
118544
+ } | {
118545
+ /**
118546
+ * The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in caller mode, including the destination address and port, minimum latency, stream ID, and encryption key configuration.
118547
+ */
118548
+ SrtCaller: MediaConnectRouterOutputSrtCallerRouterOutputConfiguration;
118549
+ };
118550
+ /**
118551
+ * Type definition for `AWS::MediaConnect::RouterOutput.RouterOutputRoutedState`.
118552
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-routeroutputroutedstate.html}
118553
+ */
118554
+ export type MediaConnectRouterOutputRouterOutputRoutedState = "ROUTED" | "ROUTING" | "UNROUTED";
118555
+ /**
118556
+ * Type definition for `AWS::MediaConnect::RouterOutput.RouterOutputState`.
118557
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-routeroutputstate.html}
118558
+ */
118559
+ export type MediaConnectRouterOutputRouterOutputState = "CREATING" | "STANDBY" | "STARTING" | "ACTIVE" | "STOPPING" | "DELETING" | "UPDATING" | "ERROR" | "RECOVERING" | "MIGRATING";
118560
+ /**
118561
+ * Type definition for `AWS::MediaConnect::RouterOutput.RouterOutputTier`.
118562
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-routeroutputtier.html}
118563
+ */
118564
+ export type MediaConnectRouterOutputRouterOutputTier = "OUTPUT_100" | "OUTPUT_50" | "OUTPUT_20";
118565
+ /**
118566
+ * Type definition for `AWS::MediaConnect::RouterOutput.RouterOutputType`.
118567
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-routeroutputtype.html}
118568
+ */
118569
+ export type MediaConnectRouterOutputRouterOutputType = "STANDARD" | "MEDIACONNECT_FLOW" | "MEDIALIVE_INPUT";
118570
+ /**
118571
+ * Type definition for `AWS::MediaConnect::RouterOutput.RoutingScope`.
118572
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-routingscope.html}
118573
+ */
118574
+ export type MediaConnectRouterOutputRoutingScope = "REGIONAL" | "GLOBAL";
118575
+ /**
118576
+ * Type definition for `AWS::MediaConnect::RouterOutput.RtpRouterOutputConfiguration`.
118577
+ * The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.
118578
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-rtprouteroutputconfiguration.html}
118579
+ */
118580
+ export type MediaConnectRouterOutputRtpRouterOutputConfiguration = {
118581
+ /**
118582
+ * The destination IP address for the RTP protocol in the router output configuration.
118583
+ */
118584
+ DestinationAddress: string;
118585
+ /**
118586
+ * The destination port number for the RTP protocol in the router output configuration.
118587
+ * @min `0`
118588
+ * @max `65531`
118589
+ */
118590
+ DestinationPort: number;
118591
+ ForwardErrorCorrection?: MediaConnectRouterOutputForwardErrorCorrectionState;
118592
+ };
118593
+ /**
118594
+ * Type definition for `AWS::MediaConnect::RouterOutput.SecretsManagerEncryptionKeyConfiguration`.
118595
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
118596
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-secretsmanagerencryptionkeyconfiguration.html}
118597
+ */
118598
+ export type MediaConnectRouterOutputSecretsManagerEncryptionKeyConfiguration = {
118599
+ /**
118600
+ * The ARN of the IAM role assumed by MediaConnect to access the AWS Secrets Manager secret.
118601
+ * @pattern `^arn:(aws[a-zA-Z-]*):iam::[0-9]{12}:role/[a-zA-Z0-9_+=,.@-]+$`
118602
+ */
118603
+ RoleArn: string;
118604
+ /**
118605
+ * The ARN of the AWS Secrets Manager secret used for transit encryption.
118606
+ * @pattern `^arn:(aws[a-zA-Z-]*):secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+$`
118607
+ */
118608
+ SecretArn: string;
118609
+ };
118610
+ /**
118611
+ * Type definition for `AWS::MediaConnect::RouterOutput.SrtCallerRouterOutputConfiguration`.
118612
+ * The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in caller mode, including the destination address and port, minimum latency, stream ID, and encryption key configuration.
118613
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-srtcallerrouteroutputconfiguration.html}
118614
+ */
118615
+ export type MediaConnectRouterOutputSrtCallerRouterOutputConfiguration = {
118616
+ /**
118617
+ * The destination IP address for the SRT protocol in caller mode.
118618
+ */
118619
+ DestinationAddress: string;
118620
+ /**
118621
+ * The destination port number for the SRT protocol in caller mode.
118622
+ * @min `0`
118623
+ * @max `65535`
118624
+ */
118625
+ DestinationPort: number;
118626
+ /**
118627
+ * Contains the configuration settings for encrypting SRT streams, including the encryption key details and encryption parameters.
118628
+ */
118629
+ EncryptionConfiguration?: MediaConnectRouterOutputSrtEncryptionConfiguration;
118630
+ /**
118631
+ * The minimum latency in milliseconds for the SRT protocol in caller mode.
118632
+ * @min `10`
118633
+ * @max `10000`
118634
+ */
118635
+ MinimumLatencyMilliseconds: number;
118636
+ /**
118637
+ * The stream ID for the SRT protocol in caller mode.
118638
+ */
118639
+ StreamId?: string;
118640
+ };
118641
+ /**
118642
+ * Type definition for `AWS::MediaConnect::RouterOutput.SrtEncryptionConfiguration`.
118643
+ * Contains the configuration settings for encrypting SRT streams, including the encryption key details and encryption parameters.
118644
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-srtencryptionconfiguration.html}
118645
+ */
118646
+ export type MediaConnectRouterOutputSrtEncryptionConfiguration = {
118647
+ /**
118648
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
118649
+ */
118650
+ EncryptionKey: MediaConnectRouterOutputSecretsManagerEncryptionKeyConfiguration;
118651
+ };
118652
+ /**
118653
+ * Type definition for `AWS::MediaConnect::RouterOutput.SrtListenerRouterOutputConfiguration`.
118654
+ * The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.
118655
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-srtlistenerrouteroutputconfiguration.html}
118656
+ */
118657
+ export type MediaConnectRouterOutputSrtListenerRouterOutputConfiguration = {
118658
+ /**
118659
+ * Contains the configuration settings for encrypting SRT streams, including the encryption key details and encryption parameters.
118660
+ */
118661
+ EncryptionConfiguration?: MediaConnectRouterOutputSrtEncryptionConfiguration;
118662
+ /**
118663
+ * The minimum latency in milliseconds for the SRT protocol in listener mode.
118664
+ * @min `10`
118665
+ * @max `10000`
118666
+ */
118667
+ MinimumLatencyMilliseconds: number;
118668
+ /**
118669
+ * The port number for the SRT protocol in listener mode.
118670
+ * @min `3000`
118671
+ * @max `30000`
118672
+ */
118673
+ Port: number;
118674
+ };
118675
+ /**
118676
+ * Type definition for `AWS::MediaConnect::RouterOutput.StandardRouterOutputConfiguration`.
118677
+ * The configuration settings for a standard router output, including the protocol, protocol-specific configuration, network interface, and availability zone.
118678
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-standardrouteroutputconfiguration.html}
118679
+ */
118680
+ export type MediaConnectRouterOutputStandardRouterOutputConfiguration = {
118681
+ /**
118682
+ * The Amazon Resource Name (ARN) of the network interface associated with the standard router output.
118683
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}$`
118684
+ */
118685
+ NetworkInterfaceArn: string;
118686
+ Protocol?: MediaConnectRouterOutputRouterOutputProtocol;
118687
+ /**
118688
+ * The protocol configuration settings for a router output.
118689
+ */
118690
+ ProtocolConfiguration: MediaConnectRouterOutputRouterOutputProtocolConfiguration;
118691
+ };
118692
+ /**
118693
+ * Type definition for `AWS::MediaConnect::RouterOutput.Tag`.
118694
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-tag.html}
118695
+ */
118696
+ export type MediaConnectRouterOutputTag = {
118697
+ Key: string;
118698
+ Value: string;
118699
+ };
117386
118700
  /**
117387
118701
  * Resource Type definition for AWS::MediaConvert::JobTemplate
117388
118702
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html}
@@ -177159,6 +178473,127 @@ export type Route53ResolverResolverRuleAssociationProps = {
177159
178473
  export type Route53ResolverResolverRuleAssociationAttributes = {
177160
178474
  ResolverRuleAssociationId: string;
177161
178475
  };
178476
+ /**
178477
+ * Resource Type definition for AWS::RTBFabric::InboundExternalLink Resource Type
178478
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-inboundexternallink.html}
178479
+ */
178480
+ export type RTBFabricInboundExternalLinkProps = {
178481
+ /**
178482
+ * @pattern `^rtb-gw-[a-z0-9-]{1,25}$`
178483
+ */
178484
+ GatewayId: string;
178485
+ LinkAttributes?: RTBFabricInboundExternalLinkLinkAttributes;
178486
+ LinkLogSettings: RTBFabricInboundExternalLinkLinkLogSettings;
178487
+ /**
178488
+ * Tags to assign to the Link.
178489
+ * @minLength `0`
178490
+ * @maxLength `50`
178491
+ */
178492
+ Tags?: RTBFabricInboundExternalLinkTag[];
178493
+ };
178494
+ /**
178495
+ * Attribute type definition for `AWS::RTBFabric::InboundExternalLink`.
178496
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-inboundexternallink.html#aws-resource-rtbfabric-inboundexternallink-return-values}
178497
+ */
178498
+ export type RTBFabricInboundExternalLinkAttributes = {
178499
+ /**
178500
+ * @minLength `20`
178501
+ * @maxLength `2048`
178502
+ * @pattern `^arn:aws:rtbfabric:[a-zA-Z0-9_-]+:[0-9]{12}:gateway/[a-zA-Z0-9-]+/link/[a-zA-Z0-9-]+$`
178503
+ */
178504
+ Arn: string;
178505
+ CreatedTimestamp: string;
178506
+ /**
178507
+ * @pattern `^link-[a-z0-9-]{1,25}$`
178508
+ */
178509
+ LinkId: string;
178510
+ LinkStatus: RTBFabricInboundExternalLinkLinkStatus;
178511
+ UpdatedTimestamp: string;
178512
+ };
178513
+ /**
178514
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.LinkAttributes`.
178515
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-linkattributes.html}
178516
+ */
178517
+ export type RTBFabricInboundExternalLinkLinkAttributes = {
178518
+ CustomerProvidedId?: string;
178519
+ /**
178520
+ * @minLength `1`
178521
+ * @maxLength `200`
178522
+ */
178523
+ ResponderErrorMasking?: RTBFabricInboundExternalLinkResponderErrorMaskingForHttpCode[];
178524
+ };
178525
+ /**
178526
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.LinkLogSettings`.
178527
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-linklogsettings.html}
178528
+ */
178529
+ export type RTBFabricInboundExternalLinkLinkLogSettings = {
178530
+ ApplicationLogs: {
178531
+ LinkApplicationLogSampling: {
178532
+ /**
178533
+ * @min `0`
178534
+ * @max `100`
178535
+ */
178536
+ ErrorLog: number;
178537
+ /**
178538
+ * @min `0`
178539
+ * @max `100`
178540
+ */
178541
+ FilterLog: number;
178542
+ };
178543
+ };
178544
+ };
178545
+ /**
178546
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.LinkStatus`.
178547
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-linkstatus.html}
178548
+ */
178549
+ export type RTBFabricInboundExternalLinkLinkStatus = "PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "REJECTED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION" | "UNKNOWN_TO_SDK_VERSION";
178550
+ /**
178551
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.ResponderErrorMaskingForHttpCode`.
178552
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode.html}
178553
+ */
178554
+ export type RTBFabricInboundExternalLinkResponderErrorMaskingForHttpCode = {
178555
+ Action: "NO_BID" | "PASSTHROUGH";
178556
+ /**
178557
+ * @minLength `3`
178558
+ * @maxLength `7`
178559
+ * @pattern `^DEFAULT|4XX|5XX|\d{3}$`
178560
+ */
178561
+ HttpCode: string;
178562
+ /**
178563
+ * @minLength `1`
178564
+ * @maxLength `2`
178565
+ */
178566
+ LoggingTypes: RTBFabricInboundExternalLinkResponderErrorMaskingLoggingType[];
178567
+ /**
178568
+ * @min `0`
178569
+ * @max `100`
178570
+ */
178571
+ ResponseLoggingPercentage?: number;
178572
+ };
178573
+ /**
178574
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.ResponderErrorMaskingLoggingType`.
178575
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-respondererrormaskingloggingtype.html}
178576
+ */
178577
+ export type RTBFabricInboundExternalLinkResponderErrorMaskingLoggingType = "NONE" | "METRIC" | "RESPONSE";
178578
+ /**
178579
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.Tag`.
178580
+ * A key-value pair to associate with a resource.
178581
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-tag.html}
178582
+ */
178583
+ export type RTBFabricInboundExternalLinkTag = {
178584
+ /**
178585
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
178586
+ * @minLength `1`
178587
+ * @maxLength `128`
178588
+ */
178589
+ Key: string;
178590
+ /**
178591
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
178592
+ * @minLength `0`
178593
+ * @maxLength `256`
178594
+ */
178595
+ Value?: string;
178596
+ };
177162
178597
  /**
177163
178598
  * Resource Type definition for AWS::RTBFabric::Link Resource Type
177164
178599
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html}
@@ -177270,7 +178705,7 @@ export type RTBFabricLinkLinkLogSettings = {
177270
178705
  * Type definition for `AWS::RTBFabric::Link.LinkStatus`.
177271
178706
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkstatus.html}
177272
178707
  */
177273
- export type RTBFabricLinkLinkStatus = "PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "DECLINED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION" | "UNKNOWN_TO_SDK_VERSION";
178708
+ export type RTBFabricLinkLinkStatus = "PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "REJECTED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION" | "UNKNOWN_TO_SDK_VERSION";
177274
178709
  /**
177275
178710
  * Type definition for `AWS::RTBFabric::Link.ModuleConfiguration`.
177276
178711
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html}
@@ -177433,7 +178868,7 @@ export type RTBFabricRequesterGatewayAttributes = {
177433
178868
  /**
177434
178869
  * @minLength `20`
177435
178870
  * @maxLength `2048`
177436
- * @pattern `^arn:aws:(rtbfabric|rtbfabric):[a-zA-Z0-9_-]+:[0-9]{12}:gateway/[a-zA-Z0-9-]+$`
178871
+ * @pattern `^arn:aws:rtbfabric:[a-zA-Z0-9_-]+:[0-9]{12}:gateway/[a-zA-Z0-9-]+$`
177437
178872
  */
177438
178873
  Arn: string;
177439
178874
  CreatedTimestamp: string;
@@ -177525,7 +178960,7 @@ export type RTBFabricResponderGatewayAttributes = {
177525
178960
  /**
177526
178961
  * @minLength `20`
177527
178962
  * @maxLength `2048`
177528
- * @pattern `^arn:aws:(rtbfabric|rtbfabric):[a-zA-Z0-9_-]+:[0-9]{12}:gateway/[a-zA-Z0-9-]+$`
178963
+ * @pattern `^arn:aws:rtbfabric:[a-zA-Z0-9_-]+:[0-9]{12}:gateway/[a-zA-Z0-9-]+$`
177529
178964
  */
177530
178965
  Arn: string;
177531
178966
  CreatedTimestamp: string;
@@ -194633,61 +196068,22 @@ export type ServiceCatalogAcceptedPortfolioShareAttributes = {
194633
196068
  Id: string;
194634
196069
  };
194635
196070
  /**
194636
- * Resource type definition for AWS::ServiceCatalog::CloudFormationProduct
196071
+ * Resource Type definition for AWS::ServiceCatalog::CloudFormationProduct
194637
196072
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html}
194638
196073
  */
194639
196074
  export type ServiceCatalogCloudFormationProductProps = {
194640
- /**
194641
- * The language code.
194642
- */
194643
196075
  AcceptLanguage?: string;
194644
- /**
194645
- * The description of the product.
194646
- */
194647
196076
  Description?: string;
194648
- /**
194649
- * The distributor of the product.
194650
- */
194651
196077
  Distributor?: string;
194652
- /**
194653
- * The name of the product.
194654
- */
194655
196078
  Name: string;
194656
- /**
194657
- * The owner of the product.
194658
- */
194659
196079
  Owner: string;
194660
- /**
194661
- * The type of product.
194662
- */
194663
- ProductType?: "CLOUD_FORMATION_TEMPLATE" | "MARKETPLACE_AMI" | "MARKETPLACE_CAR" | "TERRAFORM_OPEN_SOURCE" | "TERRAFORM_CLOUD" | "EXTERNAL";
194664
- /**
194665
- * The configuration of the provisioning artifact (also known as a version).
194666
- */
196080
+ ProductType?: string;
194667
196081
  ProvisioningArtifactParameters?: ServiceCatalogCloudFormationProductProvisioningArtifactProperties[];
194668
- /**
194669
- * This property is turned off by default. If turned off, you can update provisioning artifacts or product attributes (such as description, distributor, name, owner, and more) and the associated provisioning artifacts will retain the same unique identifier. Provisioning artifacts are matched within the CloudFormationProduct resource, and only those that have been updated will be changed. Provisioning artifacts are matched by a combinaton of provisioning artifact template URL and name.
194670
- */
194671
196082
  ReplaceProvisioningArtifacts?: boolean;
194672
- /**
194673
- * A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
194674
- */
194675
196083
  SourceConnection?: ServiceCatalogCloudFormationProductSourceConnection;
194676
- /**
194677
- * The support information about the product.
194678
- */
194679
196084
  SupportDescription?: string;
194680
- /**
194681
- * The contact email for product support.
194682
- */
194683
196085
  SupportEmail?: string;
194684
- /**
194685
- * The contact URL for product support.
194686
- */
194687
196086
  SupportUrl?: string;
194688
- /**
194689
- * One or more tags.
194690
- */
194691
196087
  Tags?: ServiceCatalogCloudFormationProductTag[];
194692
196088
  };
194693
196089
  /**
@@ -194695,21 +196091,9 @@ export type ServiceCatalogCloudFormationProductProps = {
194695
196091
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationproduct.html#aws-resource-servicecatalog-cloudformationproduct-return-values}
194696
196092
  */
194697
196093
  export type ServiceCatalogCloudFormationProductAttributes = {
194698
- /**
194699
- * The ID of the product, such as prod-tsjbmal34qvek
194700
- */
194701
196094
  Id: string;
194702
- /**
194703
- * The name of the product.
194704
- */
194705
196095
  ProductName: string;
194706
- /**
194707
- * The IDs of the provisioning artifacts
194708
- */
194709
196096
  ProvisioningArtifactIds: string;
194710
- /**
194711
- * The names of the provisioning artifacts
194712
- */
194713
196097
  ProvisioningArtifactNames: string;
194714
196098
  };
194715
196099
  /**
@@ -194717,78 +196101,43 @@ export type ServiceCatalogCloudFormationProductAttributes = {
194717
196101
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationproduct-codestarparameters.html}
194718
196102
  */
194719
196103
  export type ServiceCatalogCloudFormationProductCodeStarParameters = {
194720
- /**
194721
- * The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
194722
- */
194723
196104
  ArtifactPath: string;
194724
- /**
194725
- * The specific branch where the artifact resides.
194726
- */
194727
196105
  Branch: string;
194728
- /**
194729
- * The CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.
194730
-
194731
-
194732
- */
194733
196106
  ConnectionArn: string;
194734
- /**
194735
- * The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."
194736
- */
194737
196107
  Repository: string;
194738
196108
  };
196109
+ /**
196110
+ * Type definition for `AWS::ServiceCatalog::CloudFormationProduct.ConnectionParameters`.
196111
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationproduct-connectionparameters.html}
196112
+ */
196113
+ export type ServiceCatalogCloudFormationProductConnectionParameters = {
196114
+ CodeStar?: ServiceCatalogCloudFormationProductCodeStarParameters;
196115
+ };
196116
+ /**
196117
+ * Type definition for `AWS::ServiceCatalog::CloudFormationProduct.Info`.
196118
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationproduct-info.html}
196119
+ */
196120
+ export type ServiceCatalogCloudFormationProductInfo = {
196121
+ ImportFromPhysicalId?: string;
196122
+ LoadTemplateFromURL?: string;
196123
+ };
194739
196124
  /**
194740
196125
  * Type definition for `AWS::ServiceCatalog::CloudFormationProduct.ProvisioningArtifactProperties`.
194741
196126
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationproduct-provisioningartifactproperties.html}
194742
196127
  */
194743
196128
  export type ServiceCatalogCloudFormationProductProvisioningArtifactProperties = {
194744
- /**
194745
- * The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
194746
- */
194747
196129
  Description?: string;
194748
- /**
194749
- * If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
194750
- */
194751
196130
  DisableTemplateValidation?: boolean;
194752
- /**
194753
- * Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
194754
-
194755
- "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
194756
-
194757
- ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
194758
- */
194759
- Info: {
194760
- /**
194761
- * The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
194762
- */
194763
- ImportFromPhysicalId?: string;
194764
- /**
194765
- * The URL of the AWS CloudFormation template in Amazon S3 in JSON format.
194766
- */
194767
- LoadTemplateFromURL?: string;
194768
- };
194769
- /**
194770
- * The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
194771
- */
196131
+ Info: ServiceCatalogCloudFormationProductInfo;
194772
196132
  Name?: string;
194773
- /**
194774
- * The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
194775
- */
194776
- Type?: "CLOUD_FORMATION_TEMPLATE" | "MARKETPLACE_AMI" | "MARKETPLACE_CAR" | "TERRAFORM_OPEN_SOURCE" | "TERRAFORM_CLOUD" | "EXTERNAL";
196133
+ Type?: string;
194777
196134
  };
194778
196135
  /**
194779
196136
  * Type definition for `AWS::ServiceCatalog::CloudFormationProduct.SourceConnection`.
194780
196137
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationproduct-sourceconnection.html}
194781
196138
  */
194782
196139
  export type ServiceCatalogCloudFormationProductSourceConnection = {
194783
- /**
194784
- * The connection details based on the connection Type.
194785
- */
194786
- ConnectionParameters: {
194787
- CodeStar?: ServiceCatalogCloudFormationProductCodeStarParameters;
194788
- };
194789
- /**
194790
- * The only supported SourceConnection type is Codestar.
194791
- */
196140
+ ConnectionParameters: ServiceCatalogCloudFormationProductConnectionParameters;
194792
196141
  Type: string;
194793
196142
  };
194794
196143
  /**
@@ -194796,13 +196145,7 @@ export type ServiceCatalogCloudFormationProductSourceConnection = {
194796
196145
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationproduct-tag.html}
194797
196146
  */
194798
196147
  export type ServiceCatalogCloudFormationProductTag = {
194799
- /**
194800
- * The tag key.
194801
- */
194802
196148
  Key: string;
194803
- /**
194804
- * The tag value
194805
- */
194806
196149
  Value: string;
194807
196150
  };
194808
196151
  /**
@@ -211929,7 +213272,7 @@ export type WorkSpacesWebBrowserSettingsProps = {
211929
213272
  /**
211930
213273
  * @minLength `2`
211931
213274
  * @maxLength `131072`
211932
- * @pattern `\{[\S\s]*\}\s*`
213275
+ * @pattern `^\{[\S\s]*\}\s*$`
211933
213276
  */
211934
213277
  BrowserPolicy?: string;
211935
213278
  /**
@@ -211943,6 +213286,7 @@ export type WorkSpacesWebBrowserSettingsProps = {
211943
213286
  * @maxLength `200`
211944
213287
  */
211945
213288
  Tags?: WorkSpacesWebBrowserSettingsTag[];
213289
+ WebContentFilteringPolicy?: WorkSpacesWebBrowserSettingsWebContentFilteringPolicy;
211946
213290
  };
211947
213291
  /**
211948
213292
  * Attribute type definition for `AWS::WorkSpacesWeb::BrowserSettings`.
@@ -211957,6 +213301,11 @@ export type WorkSpacesWebBrowserSettingsAttributes = {
211957
213301
  */
211958
213302
  BrowserSettingsArn: string;
211959
213303
  };
213304
+ /**
213305
+ * Type definition for `AWS::WorkSpacesWeb::BrowserSettings.Category`.
213306
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-browsersettings-category.html}
213307
+ */
213308
+ export type WorkSpacesWebBrowserSettingsCategory = "Cults" | "Gambling" | "Nudity" | "Pornography" | "SexEducation" | "Tasteless" | "Violence" | "DownloadSites" | "ImageSharing" | "PeerToPeer" | "StreamingMediaAndDownloads" | "GenerativeAI" | "CriminalActivity" | "Hacking" | "HateAndIntolerance" | "IllegalDrug" | "IllegalSoftware" | "SchoolCheating" | "SelfHarm" | "Weapons" | "Chat" | "Games" | "InstantMessaging" | "ProfessionalNetwork" | "SocialNetworking" | "WebBasedEmail" | "ParkedDomains";
211960
213309
  /**
211961
213310
  * Type definition for `AWS::WorkSpacesWeb::BrowserSettings.EncryptionContextMap`.
211962
213311
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-browsersettings-encryptioncontextmap.html}
@@ -211980,6 +213329,27 @@ export type WorkSpacesWebBrowserSettingsTag = {
211980
213329
  */
211981
213330
  Value: string;
211982
213331
  };
213332
+ /**
213333
+ * Type definition for `AWS::WorkSpacesWeb::BrowserSettings.WebContentFilteringPolicy`.
213334
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-browsersettings-webcontentfilteringpolicy.html}
213335
+ */
213336
+ export type WorkSpacesWebBrowserSettingsWebContentFilteringPolicy = {
213337
+ /**
213338
+ * @minLength `1`
213339
+ * @maxLength `1000`
213340
+ */
213341
+ AllowedUrls?: string[];
213342
+ /**
213343
+ * @minLength `1`
213344
+ * @maxLength `100`
213345
+ */
213346
+ BlockedCategories?: WorkSpacesWebBrowserSettingsCategory[];
213347
+ /**
213348
+ * @minLength `1`
213349
+ * @maxLength `1000`
213350
+ */
213351
+ BlockedUrls?: string[];
213352
+ };
211983
213353
  /**
211984
213354
  * Definition of AWS::WorkSpacesWeb::DataProtectionSettings Resource Type
211985
213355
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-dataprotectionsettings.html}
@@ -213197,6 +214567,51 @@ export type XRayTransactionSearchConfigAttributes = {
213197
214567
  */
213198
214568
  AccountId: string;
213199
214569
  };
214570
+ /**
214571
+ * Resource Type definition for Dev::FSx::StorageVirtualMachine
214572
+ */
214573
+ export type DevFSxStorageVirtualMachineProps = {
214574
+ ActiveDirectoryConfiguration?: DevFSxStorageVirtualMachineActiveDirectoryConfiguration;
214575
+ FileSystemId: string;
214576
+ Name: string;
214577
+ RootVolumeSecurityStyle?: string;
214578
+ SvmAdminPassword?: string;
214579
+ Tags?: DevFSxStorageVirtualMachineTag[];
214580
+ };
214581
+ /**
214582
+ * Attribute type definition for `Dev::FSx::StorageVirtualMachine`.
214583
+ */
214584
+ export type DevFSxStorageVirtualMachineAttributes = {
214585
+ ResourceARN: string;
214586
+ StorageVirtualMachineId: string;
214587
+ UUID: string;
214588
+ };
214589
+ /**
214590
+ * Type definition for `Dev::FSx::StorageVirtualMachine.ActiveDirectoryConfiguration`.
214591
+ */
214592
+ export type DevFSxStorageVirtualMachineActiveDirectoryConfiguration = {
214593
+ NetBiosName?: string;
214594
+ SelfManagedActiveDirectoryConfiguration?: DevFSxStorageVirtualMachineSelfManagedActiveDirectoryConfiguration;
214595
+ };
214596
+ /**
214597
+ * Type definition for `Dev::FSx::StorageVirtualMachine.SelfManagedActiveDirectoryConfiguration`.
214598
+ */
214599
+ export type DevFSxStorageVirtualMachineSelfManagedActiveDirectoryConfiguration = {
214600
+ DnsIps?: string[];
214601
+ DomainJoinServiceAccountSecret?: string;
214602
+ DomainName?: string;
214603
+ FileSystemAdministratorsGroup?: string;
214604
+ OrganizationalUnitDistinguishedName?: string;
214605
+ Password?: string;
214606
+ UserName?: string;
214607
+ };
214608
+ /**
214609
+ * Type definition for `Dev::FSx::StorageVirtualMachine.Tag`.
214610
+ */
214611
+ export type DevFSxStorageVirtualMachineTag = {
214612
+ Key: string;
214613
+ Value: string;
214614
+ };
213200
214615
  export interface ResourceTypes {
213201
214616
  "Alexa::ASK::Skill": AlexaASKSkillProps;
213202
214617
  "AWS::AccessAnalyzer::Analyzer": AccessAnalyzerAnalyzerProps;
@@ -214120,6 +215535,9 @@ export interface ResourceTypes {
214120
215535
  "AWS::MediaConnect::FlowSource": MediaConnectFlowSourceProps;
214121
215536
  "AWS::MediaConnect::FlowVpcInterface": MediaConnectFlowVpcInterfaceProps;
214122
215537
  "AWS::MediaConnect::Gateway": MediaConnectGatewayProps;
215538
+ "AWS::MediaConnect::RouterInput": MediaConnectRouterInputProps;
215539
+ "AWS::MediaConnect::RouterNetworkInterface": MediaConnectRouterNetworkInterfaceProps;
215540
+ "AWS::MediaConnect::RouterOutput": MediaConnectRouterOutputProps;
214123
215541
  "AWS::MediaConvert::JobTemplate": MediaConvertJobTemplateProps;
214124
215542
  "AWS::MediaConvert::Preset": MediaConvertPresetProps;
214125
215543
  "AWS::MediaConvert::Queue": MediaConvertQueueProps;
@@ -214397,6 +215815,7 @@ export interface ResourceTypes {
214397
215815
  "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation": Route53ResolverResolverQueryLoggingConfigAssociationProps;
214398
215816
  "AWS::Route53Resolver::ResolverRule": Route53ResolverResolverRuleProps;
214399
215817
  "AWS::Route53Resolver::ResolverRuleAssociation": Route53ResolverResolverRuleAssociationProps;
215818
+ "AWS::RTBFabric::InboundExternalLink": RTBFabricInboundExternalLinkProps;
214400
215819
  "AWS::RTBFabric::Link": RTBFabricLinkProps;
214401
215820
  "AWS::RTBFabric::RequesterGateway": RTBFabricRequesterGatewayProps;
214402
215821
  "AWS::RTBFabric::ResponderGateway": RTBFabricResponderGatewayProps;
@@ -214673,6 +216092,7 @@ export interface ResourceTypes {
214673
216092
  "AWS::XRay::ResourcePolicy": XRayResourcePolicyProps;
214674
216093
  "AWS::XRay::SamplingRule": XRaySamplingRuleProps;
214675
216094
  "AWS::XRay::TransactionSearchConfig": XRayTransactionSearchConfigProps;
216095
+ "Dev::FSx::StorageVirtualMachine": DevFSxStorageVirtualMachineProps;
214676
216096
  }
214677
216097
  export interface AttributeTypes {
214678
216098
  "Alexa::ASK::Skill": AlexaASKSkillAttributes;
@@ -215496,6 +216916,9 @@ export interface AttributeTypes {
215496
216916
  "AWS::MediaConnect::FlowSource": MediaConnectFlowSourceAttributes;
215497
216917
  "AWS::MediaConnect::FlowVpcInterface": MediaConnectFlowVpcInterfaceAttributes;
215498
216918
  "AWS::MediaConnect::Gateway": MediaConnectGatewayAttributes;
216919
+ "AWS::MediaConnect::RouterInput": MediaConnectRouterInputAttributes;
216920
+ "AWS::MediaConnect::RouterNetworkInterface": MediaConnectRouterNetworkInterfaceAttributes;
216921
+ "AWS::MediaConnect::RouterOutput": MediaConnectRouterOutputAttributes;
215499
216922
  "AWS::MediaConvert::JobTemplate": MediaConvertJobTemplateAttributes;
215500
216923
  "AWS::MediaConvert::Preset": MediaConvertPresetAttributes;
215501
216924
  "AWS::MediaConvert::Queue": MediaConvertQueueAttributes;
@@ -215742,6 +217165,7 @@ export interface AttributeTypes {
215742
217165
  "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation": Route53ResolverResolverQueryLoggingConfigAssociationAttributes;
215743
217166
  "AWS::Route53Resolver::ResolverRule": Route53ResolverResolverRuleAttributes;
215744
217167
  "AWS::Route53Resolver::ResolverRuleAssociation": Route53ResolverResolverRuleAssociationAttributes;
217168
+ "AWS::RTBFabric::InboundExternalLink": RTBFabricInboundExternalLinkAttributes;
215745
217169
  "AWS::RTBFabric::Link": RTBFabricLinkAttributes;
215746
217170
  "AWS::RTBFabric::RequesterGateway": RTBFabricRequesterGatewayAttributes;
215747
217171
  "AWS::RTBFabric::ResponderGateway": RTBFabricResponderGatewayAttributes;
@@ -215980,6 +217404,7 @@ export interface AttributeTypes {
215980
217404
  "AWS::XRay::Group": XRayGroupAttributes;
215981
217405
  "AWS::XRay::SamplingRule": XRaySamplingRuleAttributes;
215982
217406
  "AWS::XRay::TransactionSearchConfig": XRayTransactionSearchConfigAttributes;
217407
+ "Dev::FSx::StorageVirtualMachine": DevFSxStorageVirtualMachineAttributes;
215983
217408
  }
215984
217409
  export declare const ResourceType: {
215985
217410
  readonly AlexaASKSkill: "Alexa::ASK::Skill";
@@ -216904,6 +218329,9 @@ export declare const ResourceType: {
216904
218329
  readonly MediaConnectFlowSource: "AWS::MediaConnect::FlowSource";
216905
218330
  readonly MediaConnectFlowVpcInterface: "AWS::MediaConnect::FlowVpcInterface";
216906
218331
  readonly MediaConnectGateway: "AWS::MediaConnect::Gateway";
218332
+ readonly MediaConnectRouterInput: "AWS::MediaConnect::RouterInput";
218333
+ readonly MediaConnectRouterNetworkInterface: "AWS::MediaConnect::RouterNetworkInterface";
218334
+ readonly MediaConnectRouterOutput: "AWS::MediaConnect::RouterOutput";
216907
218335
  readonly MediaConvertJobTemplate: "AWS::MediaConvert::JobTemplate";
216908
218336
  readonly MediaConvertPreset: "AWS::MediaConvert::Preset";
216909
218337
  readonly MediaConvertQueue: "AWS::MediaConvert::Queue";
@@ -217181,6 +218609,7 @@ export declare const ResourceType: {
217181
218609
  readonly Route53ResolverResolverQueryLoggingConfigAssociation: "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation";
217182
218610
  readonly Route53ResolverResolverRule: "AWS::Route53Resolver::ResolverRule";
217183
218611
  readonly Route53ResolverResolverRuleAssociation: "AWS::Route53Resolver::ResolverRuleAssociation";
218612
+ readonly RTBFabricInboundExternalLink: "AWS::RTBFabric::InboundExternalLink";
217184
218613
  readonly RTBFabricLink: "AWS::RTBFabric::Link";
217185
218614
  readonly RTBFabricRequesterGateway: "AWS::RTBFabric::RequesterGateway";
217186
218615
  readonly RTBFabricResponderGateway: "AWS::RTBFabric::ResponderGateway";
@@ -217457,6 +218886,7 @@ export declare const ResourceType: {
217457
218886
  readonly XRayResourcePolicy: "AWS::XRay::ResourcePolicy";
217458
218887
  readonly XRaySamplingRule: "AWS::XRay::SamplingRule";
217459
218888
  readonly XRayTransactionSearchConfig: "AWS::XRay::TransactionSearchConfig";
218889
+ readonly DevFSxStorageVirtualMachine: "Dev::FSx::StorageVirtualMachine";
217460
218890
  };
217461
218891
  export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
217462
218892
  export type AttributeTypeFor<T extends ResourceType> = T extends keyof AttributeTypes ? AttributeTypes[T] : never;