@propulsionworks/cloudformation 0.1.13 → 0.1.15
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.
- package/lib/builder.ts +5 -5
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +11 -4
- package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +133 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +7 -7
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +108 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +35 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +14 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +37 -18
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +29 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +4 -4
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +14 -5
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +1 -1
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +10 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +1 -1
- package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +6 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +0 -1
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +5 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +3 -2
- package/out/exports/resources.generated/aws-ecs-service.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +3 -3
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +2 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +19 -0
- package/out/exports/resources.generated/aws-fsx-s3accesspointattachment.d.ts +140 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +8 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +1 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +15 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +22 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +34 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +36 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +9 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +25 -2
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +16 -2
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +0 -4
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +12 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +1 -1
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +4 -1
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +8 -1
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +2 -0
- package/out/exports/resources.generated/aws-s3tables-namespace.d.ts +27 -0
- package/out/exports/resources.generated/aws-securityhub-aggregatorv2.d.ts +7 -7
- package/out/exports/resources.generated/aws-securityhub-automationrulev2.d.ts +123 -70
- package/out/exports/resources.generated/aws-securityhub-hubv2.d.ts +5 -1
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +1 -1
- package/out/exports/resources.generated/aws-workspacesinstances-volume.d.ts +89 -0
- package/out/exports/resources.generated/aws-workspacesinstances-volumeassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-workspacesinstances-workspaceinstance.d.ts +311 -0
- package/out/lib/builder.d.ts +3 -3
- package/out/lib/builder.d.ts.map +1 -1
- package/out/lib/builder.js +2 -2
- package/out/lib/builder.js.map +1 -1
- package/package.json +1 -1
|
@@ -508,6 +508,7 @@ export type DataSourceConfiguration = {
|
|
|
508
508
|
*/
|
|
509
509
|
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
510
510
|
/**
|
|
511
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
511
512
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration}
|
|
512
513
|
*/
|
|
513
514
|
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
@@ -571,6 +572,7 @@ export type DataSourceConfiguration = {
|
|
|
571
572
|
*/
|
|
572
573
|
SharePointConfiguration: SharePointConfiguration;
|
|
573
574
|
/**
|
|
575
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
574
576
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration}
|
|
575
577
|
*/
|
|
576
578
|
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
@@ -634,6 +636,7 @@ export type DataSourceConfiguration = {
|
|
|
634
636
|
*/
|
|
635
637
|
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
636
638
|
/**
|
|
639
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
637
640
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration}
|
|
638
641
|
*/
|
|
639
642
|
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
@@ -697,6 +700,7 @@ export type DataSourceConfiguration = {
|
|
|
697
700
|
*/
|
|
698
701
|
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
699
702
|
/**
|
|
703
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
700
704
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration}
|
|
701
705
|
*/
|
|
702
706
|
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
@@ -760,6 +764,7 @@ export type DataSourceConfiguration = {
|
|
|
760
764
|
*/
|
|
761
765
|
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
762
766
|
/**
|
|
767
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
763
768
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration}
|
|
764
769
|
*/
|
|
765
770
|
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
@@ -823,6 +828,7 @@ export type DataSourceConfiguration = {
|
|
|
823
828
|
*/
|
|
824
829
|
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
825
830
|
/**
|
|
831
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
826
832
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration}
|
|
827
833
|
*/
|
|
828
834
|
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
@@ -886,6 +892,7 @@ export type DataSourceConfiguration = {
|
|
|
886
892
|
*/
|
|
887
893
|
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
888
894
|
/**
|
|
895
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
889
896
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration}
|
|
890
897
|
*/
|
|
891
898
|
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
@@ -949,6 +956,7 @@ export type DataSourceConfiguration = {
|
|
|
949
956
|
*/
|
|
950
957
|
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
951
958
|
/**
|
|
959
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
952
960
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration}
|
|
953
961
|
*/
|
|
954
962
|
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
@@ -1012,6 +1020,7 @@ export type DataSourceConfiguration = {
|
|
|
1012
1020
|
*/
|
|
1013
1021
|
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
1014
1022
|
/**
|
|
1023
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
1015
1024
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration}
|
|
1016
1025
|
*/
|
|
1017
1026
|
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
@@ -1075,6 +1084,7 @@ export type DataSourceConfiguration = {
|
|
|
1075
1084
|
*/
|
|
1076
1085
|
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
1077
1086
|
/**
|
|
1087
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
1078
1088
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration}
|
|
1079
1089
|
*/
|
|
1080
1090
|
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
@@ -1138,6 +1148,7 @@ export type DataSourceConfiguration = {
|
|
|
1138
1148
|
*/
|
|
1139
1149
|
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
1140
1150
|
/**
|
|
1151
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
1141
1152
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration}
|
|
1142
1153
|
*/
|
|
1143
1154
|
TemplateConfiguration: TemplateConfiguration;
|
|
@@ -2034,10 +2045,14 @@ export type SqlConfiguration = {
|
|
|
2034
2045
|
QueryIdentifiersEnclosingOption?: QueryIdentifiersEnclosingOption | undefined;
|
|
2035
2046
|
};
|
|
2036
2047
|
/**
|
|
2048
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
2037
2049
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-templateconfiguration.html}
|
|
2038
2050
|
*/
|
|
2039
2051
|
export type TemplateConfiguration = {
|
|
2040
2052
|
/**
|
|
2053
|
+
* The template schema used for the data source, where templates schemas are supported.
|
|
2054
|
+
*
|
|
2055
|
+
* See [Data source template schemas](https://docs.aws.amazon.com/kendra/latest/dg/ds-schemas.html) .
|
|
2041
2056
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-templateconfiguration.html#cfn-kendra-datasource-templateconfiguration-template}
|
|
2042
2057
|
*/
|
|
2043
2058
|
Template: Record<string, unknown>;
|
|
@@ -265,6 +265,7 @@ export type AmazonManagedKafkaEventSourceConfig = {
|
|
|
265
265
|
*/
|
|
266
266
|
ConsumerGroupId?: string | undefined;
|
|
267
267
|
/**
|
|
268
|
+
* Specific configuration settings for a Kafka schema registry.
|
|
268
269
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-amazonmanagedkafkaeventsourceconfig.html#cfn-lambda-eventsourcemapping-amazonmanagedkafkaeventsourceconfig-schemaregistryconfig}
|
|
269
270
|
*/
|
|
270
271
|
SchemaRegistryConfig?: SchemaRegistryConfig | undefined;
|
|
@@ -402,14 +403,21 @@ export type ScalingConfig = {
|
|
|
402
403
|
MaximumConcurrency?: number | undefined;
|
|
403
404
|
};
|
|
404
405
|
/**
|
|
406
|
+
* Specific access configuration settings that tell Lambda how to authenticate with your schema registry.
|
|
407
|
+
*
|
|
408
|
+
* If you're working with an AWS Glue schema registry, don't provide authentication details in this object. Instead, ensure that your execution role has the required permissions for Lambda to access your cluster.
|
|
409
|
+
*
|
|
410
|
+
* If you're working with a Confluent schema registry, choose the authentication method in the `Type` field, and provide the AWS Secrets Manager secret ARN in the `URI` field.
|
|
405
411
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryaccessconfig.html}
|
|
406
412
|
*/
|
|
407
413
|
export type SchemaRegistryAccessConfig = {
|
|
408
414
|
/**
|
|
415
|
+
* The type of authentication Lambda uses to access your schema registry.
|
|
409
416
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryaccessconfig.html#cfn-lambda-eventsourcemapping-schemaregistryaccessconfig-type}
|
|
410
417
|
*/
|
|
411
418
|
Type?: "BASIC_AUTH" | "CLIENT_CERTIFICATE_TLS_AUTH" | "SERVER_ROOT_CA_CERTIFICATE" | undefined;
|
|
412
419
|
/**
|
|
420
|
+
* The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.
|
|
413
421
|
* @minLength 1
|
|
414
422
|
* @maxLength 10000
|
|
415
423
|
* @pattern arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?(-iso([a-z])?)?-[a-z]+-\d{1})?:(\d{12})?:(.*)
|
|
@@ -418,18 +426,28 @@ export type SchemaRegistryAccessConfig = {
|
|
|
418
426
|
URI?: string | undefined;
|
|
419
427
|
};
|
|
420
428
|
/**
|
|
429
|
+
* Specific configuration settings for a Kafka schema registry.
|
|
421
430
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryconfig.html}
|
|
422
431
|
*/
|
|
423
432
|
export type SchemaRegistryConfig = {
|
|
424
433
|
/**
|
|
434
|
+
* An array of access configuration objects that tell Lambda how to authenticate with your schema registry.
|
|
425
435
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryconfig.html#cfn-lambda-eventsourcemapping-schemaregistryconfig-accessconfigs}
|
|
426
436
|
*/
|
|
427
437
|
AccessConfigs?: SchemaRegistryAccessConfig[] | undefined;
|
|
428
438
|
/**
|
|
439
|
+
* The record format that Lambda delivers to your function after schema validation.
|
|
440
|
+
*
|
|
441
|
+
* - Choose `JSON` to have Lambda deliver the record to your function as a standard JSON object.
|
|
442
|
+
* - Choose `SOURCE` to have Lambda deliver the record to your function in its original source format. Lambda removes all schema metadata, such as the schema ID, before sending the record to your function.
|
|
429
443
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryconfig.html#cfn-lambda-eventsourcemapping-schemaregistryconfig-eventrecordformat}
|
|
430
444
|
*/
|
|
431
445
|
EventRecordFormat?: "JSON" | "SOURCE" | undefined;
|
|
432
446
|
/**
|
|
447
|
+
* The URI for your schema registry. The correct URI format depends on the type of schema registry you're using.
|
|
448
|
+
*
|
|
449
|
+
* - For AWS Glue schema registries, use the ARN of the registry.
|
|
450
|
+
* - For Confluent schema registries, use the URL of the registry.
|
|
433
451
|
* @minLength 1
|
|
434
452
|
* @maxLength 10000
|
|
435
453
|
* @pattern [a-zA-Z0-9-/*:_+=.@-]*
|
|
@@ -437,15 +455,18 @@ export type SchemaRegistryConfig = {
|
|
|
437
455
|
*/
|
|
438
456
|
SchemaRegistryURI?: string | undefined;
|
|
439
457
|
/**
|
|
458
|
+
* An array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.
|
|
440
459
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryconfig.html#cfn-lambda-eventsourcemapping-schemaregistryconfig-schemavalidationconfigs}
|
|
441
460
|
*/
|
|
442
461
|
SchemaValidationConfigs?: SchemaValidationConfig[] | undefined;
|
|
443
462
|
};
|
|
444
463
|
/**
|
|
464
|
+
* Specific schema validation configuration settings that tell Lambda the message attributes you want to validate and filter using your schema registry.
|
|
445
465
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemavalidationconfig.html}
|
|
446
466
|
*/
|
|
447
467
|
export type SchemaValidationConfig = {
|
|
448
468
|
/**
|
|
469
|
+
* The attributes you want your schema registry to validate and filter for. If you selected `JSON` as the `EventRecordFormat` , Lambda also deserializes the selected message attributes.
|
|
449
470
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemavalidationconfig.html#cfn-lambda-eventsourcemapping-schemavalidationconfig-attribute}
|
|
450
471
|
*/
|
|
451
472
|
Attribute?: "KEY" | "VALUE" | undefined;
|
|
@@ -472,6 +493,7 @@ export type SelfManagedKafkaEventSourceConfig = {
|
|
|
472
493
|
*/
|
|
473
494
|
ConsumerGroupId?: string | undefined;
|
|
474
495
|
/**
|
|
496
|
+
* Specific configuration settings for a Kafka schema registry.
|
|
475
497
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-selfmanagedkafkaeventsourceconfig.html#cfn-lambda-eventsourcemapping-selfmanagedkafkaeventsourceconfig-schemaregistryconfig}
|
|
476
498
|
*/
|
|
477
499
|
SchemaRegistryConfig?: SchemaRegistryConfig | undefined;
|
|
@@ -316,6 +316,10 @@ export type BotLocale = {
|
|
|
316
316
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html#cfn-lex-bot-botlocale-description}
|
|
317
317
|
*/
|
|
318
318
|
Description?: string | undefined;
|
|
319
|
+
/**
|
|
320
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html#cfn-lex-bot-botlocale-generativeaisettings}
|
|
321
|
+
*/
|
|
322
|
+
GenerativeAISettings?: GenerativeAISettings | undefined;
|
|
319
323
|
/**
|
|
320
324
|
* One or more intents defined for the locale.
|
|
321
325
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html#cfn-lex-bot-botlocale-intents}
|
|
@@ -795,6 +799,36 @@ export type FulfillmentUpdatesSpecification = {
|
|
|
795
799
|
*/
|
|
796
800
|
UpdateResponse?: FulfillmentUpdateResponseSpecification | undefined;
|
|
797
801
|
};
|
|
802
|
+
/**
|
|
803
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-generativeaisettings.html}
|
|
804
|
+
*/
|
|
805
|
+
export type GenerativeAISettings = {
|
|
806
|
+
/**
|
|
807
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-generativeaisettings.html#cfn-lex-bot-generativeaisettings-buildtimesettings}
|
|
808
|
+
*/
|
|
809
|
+
BuildtimeSettings?: {
|
|
810
|
+
DescriptiveBotBuilderSpecification?: {
|
|
811
|
+
BedrockModelSpecification?: BedrockModelSpecification | undefined;
|
|
812
|
+
Enabled: boolean;
|
|
813
|
+
} | undefined;
|
|
814
|
+
SampleUtteranceGenerationSpecification?: {
|
|
815
|
+
BedrockModelSpecification?: BedrockModelSpecification | undefined;
|
|
816
|
+
Enabled: boolean;
|
|
817
|
+
} | undefined;
|
|
818
|
+
} | undefined;
|
|
819
|
+
/**
|
|
820
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-generativeaisettings.html#cfn-lex-bot-generativeaisettings-runtimesettings}
|
|
821
|
+
*/
|
|
822
|
+
RuntimeSettings?: {
|
|
823
|
+
NluImprovementSpecification?: {
|
|
824
|
+
Enabled: boolean;
|
|
825
|
+
} | undefined;
|
|
826
|
+
SlotResolutionImprovementSpecification?: {
|
|
827
|
+
BedrockModelSpecification?: BedrockModelSpecification | undefined;
|
|
828
|
+
Enabled: boolean;
|
|
829
|
+
} | undefined;
|
|
830
|
+
} | undefined;
|
|
831
|
+
};
|
|
798
832
|
/**
|
|
799
833
|
* Settings requried for a slot type based on a grammar that you provide.
|
|
800
834
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-grammarslottypesetting.html}
|
|
@@ -91,6 +91,10 @@ export type CopyValueEntry = {
|
|
|
91
91
|
*/
|
|
92
92
|
Target: string;
|
|
93
93
|
};
|
|
94
|
+
/**
|
|
95
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-eventsource.html}
|
|
96
|
+
*/
|
|
97
|
+
export type EventSource = "CloudTrail" | "Route53Resolver" | "VPCFlow" | "EKSAudit" | "AWSWAF";
|
|
94
98
|
/**
|
|
95
99
|
* This object defines one key that will be moved with the [moveKey](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-moveKey) processor.
|
|
96
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-movekeyentry.html}
|
|
@@ -112,6 +116,10 @@ export type MoveKeyEntry = {
|
|
|
112
116
|
*/
|
|
113
117
|
Target: string;
|
|
114
118
|
};
|
|
119
|
+
/**
|
|
120
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-ocsfversion.html}
|
|
121
|
+
*/
|
|
122
|
+
export type OcsfVersion = "V1.1";
|
|
115
123
|
/**
|
|
116
124
|
* This processor parses CloudFront vended logs, extract fields, and convert them into JSON format. Encoded field values are decoded. Values that are integers and doubles are treated as such. For more information about this processor including examples, see [parseCloudfront](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseCloudfront)
|
|
117
125
|
*
|
|
@@ -155,6 +163,29 @@ export type ParseRoute53 = {
|
|
|
155
163
|
*/
|
|
156
164
|
Source?: string | undefined;
|
|
157
165
|
};
|
|
166
|
+
/**
|
|
167
|
+
* This processor converts logs into [Open Cybersecurity Schema Framework (OCSF)](https://docs.aws.amazon.com/https://ocsf.io) events.
|
|
168
|
+
*
|
|
169
|
+
* For more information about this processor including examples, see [parseToOSCF](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseToOCSF) in the *CloudWatch Logs User Guide* .
|
|
170
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsetoocsf.html}
|
|
171
|
+
*/
|
|
172
|
+
export type ParseToOCSF = {
|
|
173
|
+
/**
|
|
174
|
+
* Specify the service or process that produces the log events that will be converted with this processor.
|
|
175
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsetoocsf.html#cfn-logs-transformer-parsetoocsf-eventsource}
|
|
176
|
+
*/
|
|
177
|
+
EventSource: EventSource;
|
|
178
|
+
/**
|
|
179
|
+
* Specify which version of the OCSF schema to use for the transformed log events.
|
|
180
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsetoocsf.html#cfn-logs-transformer-parsetoocsf-ocsfversion}
|
|
181
|
+
*/
|
|
182
|
+
OcsfVersion: OcsfVersion;
|
|
183
|
+
/**
|
|
184
|
+
* The path to the field in the log event that you want to parse. If you omit this value, the whole log message is parsed.
|
|
185
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsetoocsf.html#cfn-logs-transformer-parsetoocsf-source}
|
|
186
|
+
*/
|
|
187
|
+
Source?: string | undefined;
|
|
188
|
+
};
|
|
158
189
|
/**
|
|
159
190
|
* Use this processor to parse Amazon VPC vended logs, extract fields, and and convert them into a JSON format. This processor always processes the entire log event message.
|
|
160
191
|
*
|
|
@@ -319,6 +350,11 @@ export type Processor = {
|
|
|
319
350
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-parseroute53}
|
|
320
351
|
*/
|
|
321
352
|
ParseRoute53?: ParseRoute53 | undefined;
|
|
353
|
+
/**
|
|
354
|
+
* Use this processor to convert logs into Open Cybersecurity Schema Framework (OCSF) format
|
|
355
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-parsetoocsf}
|
|
356
|
+
*/
|
|
357
|
+
ParseToOCSF?: ParseToOCSF | undefined;
|
|
322
358
|
/**
|
|
323
359
|
* Use this parameter to include the [parseVPC](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseVPC) processor in your transformer.
|
|
324
360
|
*
|
|
@@ -44,6 +44,11 @@ export type MediaTailorPlaybackConfigurationProps = {
|
|
|
44
44
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html#cfn-mediatailor-playbackconfiguration-dashconfiguration}
|
|
45
45
|
*/
|
|
46
46
|
DashConfiguration?: DashConfiguration | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* The setting that controls whether players can use stitched or guided ad insertion. The default, `STITCHED_ONLY` , forces all player sessions to use stitched (server-side) ad insertion. Choosing `PLAYER_SELECT` allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.
|
|
49
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html#cfn-mediatailor-playbackconfiguration-insertionmode}
|
|
50
|
+
*/
|
|
51
|
+
InsertionMode?: InsertionMode | undefined;
|
|
47
52
|
/**
|
|
48
53
|
* The configuration for pre-roll ad insertion.
|
|
49
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html#cfn-mediatailor-playbackconfiguration-liveprerollconfiguration}
|
|
@@ -234,6 +239,10 @@ export type DashConfiguration = {
|
|
|
234
239
|
*/
|
|
235
240
|
OriginManifestType?: "SINGLE_PERIOD" | "MULTI_PERIOD" | undefined;
|
|
236
241
|
};
|
|
242
|
+
/**
|
|
243
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-insertionmode.html}
|
|
244
|
+
*/
|
|
245
|
+
export type InsertionMode = "STITCHED_ONLY" | "PLAYER_SELECT";
|
|
237
246
|
/**
|
|
238
247
|
* The configuration for pre-roll ad insertion.
|
|
239
248
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-liveprerollconfiguration.html}
|
|
@@ -1,35 +1,41 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Creates a new approval team. For more information, see [Approval team](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html) in the *Multi-party approval User Guide* .
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html}
|
|
5
5
|
*/
|
|
6
6
|
export type MPAApprovalTeam = ResourceDefinitionWithAttributes<"AWS::MPA::ApprovalTeam", MPAApprovalTeamProps, MPAApprovalTeamAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Creates a new approval team. For more information, see [Approval team](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html) in the *Multi-party approval User Guide* .
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html}
|
|
10
10
|
*/
|
|
11
11
|
export type MPAApprovalTeamProps = {
|
|
12
12
|
/**
|
|
13
|
+
* Contains details for how an approval team grants approval.
|
|
13
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-approvalstrategy}
|
|
14
15
|
*/
|
|
15
16
|
ApprovalStrategy: ApprovalStrategy;
|
|
16
17
|
/**
|
|
18
|
+
* Contains details for an approver.
|
|
17
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-approvers}
|
|
18
20
|
*/
|
|
19
21
|
Approvers: Approver[];
|
|
20
22
|
/**
|
|
23
|
+
* Description for the team.
|
|
21
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-description}
|
|
22
25
|
*/
|
|
23
26
|
Description: string;
|
|
24
27
|
/**
|
|
28
|
+
* Name of the team.
|
|
25
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-name}
|
|
26
30
|
*/
|
|
27
31
|
Name: string;
|
|
28
32
|
/**
|
|
33
|
+
* Contains details for a policy. Policies define what operations a team that define the permissions for team resources.
|
|
29
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-policies}
|
|
30
35
|
*/
|
|
31
36
|
Policies: Policy[];
|
|
32
37
|
/**
|
|
38
|
+
* Tags that you have added to the specified resource.
|
|
33
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-tags}
|
|
34
40
|
*/
|
|
35
41
|
Tags?: Tag[] | undefined;
|
|
@@ -39,74 +45,91 @@ export type MPAApprovalTeamProps = {
|
|
|
39
45
|
*/
|
|
40
46
|
export type MPAApprovalTeamAttribs = {
|
|
41
47
|
/**
|
|
48
|
+
* Amazon Resource Name (ARN) for the team.
|
|
42
49
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-arn}
|
|
43
50
|
*/
|
|
44
51
|
Arn: string;
|
|
45
52
|
/**
|
|
53
|
+
* Timestamp when the team was created.
|
|
46
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-creationtime}
|
|
47
55
|
*/
|
|
48
56
|
CreationTime: string;
|
|
49
57
|
/**
|
|
58
|
+
* Timestamp when the team was last updated.
|
|
50
59
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-lastupdatetime}
|
|
51
60
|
*/
|
|
52
61
|
LastUpdateTime: string;
|
|
53
62
|
/**
|
|
63
|
+
* Total number of approvers in the team.
|
|
54
64
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-numberofapprovers}
|
|
55
65
|
*/
|
|
56
66
|
NumberOfApprovers: number;
|
|
57
67
|
/**
|
|
68
|
+
* Status for the team. For more information, see [Team health](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-health.html) in the *Multi-party approval User Guide* .
|
|
58
69
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-status}
|
|
59
70
|
*/
|
|
60
71
|
Status: string;
|
|
61
72
|
/**
|
|
73
|
+
* Status code for the team. For more information, see [Team health](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-health.html) in the *Multi-party approval User Guide* .
|
|
62
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-statuscode}
|
|
63
75
|
*/
|
|
64
76
|
StatusCode: string;
|
|
65
77
|
/**
|
|
78
|
+
* Message describing the status for the team.
|
|
66
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-statusmessage}
|
|
67
80
|
*/
|
|
68
81
|
StatusMessage: string;
|
|
69
82
|
/**
|
|
83
|
+
* Timestamp when the team was last updated.
|
|
70
84
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-updatesessionarn}
|
|
71
85
|
*/
|
|
72
86
|
UpdateSessionArn: string;
|
|
73
87
|
/**
|
|
88
|
+
* Version ID for the team.
|
|
74
89
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-versionid}
|
|
75
90
|
*/
|
|
76
91
|
VersionId: string;
|
|
77
92
|
};
|
|
78
93
|
/**
|
|
94
|
+
* Strategy for how an approval team grants approval.
|
|
79
95
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approvalstrategy.html}
|
|
80
96
|
*/
|
|
81
97
|
export type ApprovalStrategy = {
|
|
82
98
|
/**
|
|
99
|
+
* Minimum number of approvals (M) required for a total number of approvers (N).
|
|
83
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approvalstrategy.html#cfn-mpa-approvalteam-approvalstrategy-mofn}
|
|
84
101
|
*/
|
|
85
102
|
MofN: MofNApprovalStrategy;
|
|
86
103
|
};
|
|
87
104
|
/**
|
|
105
|
+
* Contains details for an approver.
|
|
88
106
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approver.html}
|
|
89
107
|
*/
|
|
90
108
|
export type Approver = {
|
|
91
109
|
/**
|
|
110
|
+
* ID for the user.
|
|
92
111
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approver.html#cfn-mpa-approvalteam-approver-primaryidentityid}
|
|
93
112
|
*/
|
|
94
113
|
PrimaryIdentityId: string;
|
|
95
114
|
/**
|
|
115
|
+
* Amazon Resource Name (ARN) for the identity source. The identity source manages the user authentication for approvers.
|
|
96
116
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approver.html#cfn-mpa-approvalteam-approver-primaryidentitysourcearn}
|
|
97
117
|
*/
|
|
98
118
|
PrimaryIdentitySourceArn: string;
|
|
99
119
|
};
|
|
100
120
|
/**
|
|
121
|
+
* Strategy for how an approval team grants approval.
|
|
101
122
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-mofnapprovalstrategy.html}
|
|
102
123
|
*/
|
|
103
124
|
export type MofNApprovalStrategy = {
|
|
104
125
|
/**
|
|
126
|
+
* Minimum number of approvals (M) required for a total number of approvers (N).
|
|
105
127
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-mofnapprovalstrategy.html#cfn-mpa-approvalteam-mofnapprovalstrategy-minapprovalsrequired}
|
|
106
128
|
*/
|
|
107
129
|
MinApprovalsRequired: number;
|
|
108
130
|
};
|
|
109
131
|
/**
|
|
132
|
+
* Contains details for a policy. Policies define what operations a team that define the permissions for team resources.
|
|
110
133
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-policy.html}
|
|
111
134
|
*/
|
|
112
135
|
export type Policy = {
|
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Creates a new identity source. For more information, see [Identity Source](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html) in the *Multi-party approval User Guide* .
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html}
|
|
5
5
|
*/
|
|
6
6
|
export type MPAIdentitySource = ResourceDefinitionWithAttributes<"AWS::MPA::IdentitySource", MPAIdentitySourceProps, MPAIdentitySourceAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Creates a new identity source. For more information, see [Identity Source](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html) in the *Multi-party approval User Guide* .
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html}
|
|
10
10
|
*/
|
|
11
11
|
export type MPAIdentitySourceProps = {
|
|
12
12
|
/**
|
|
13
|
+
* A `IdentitySourceParameters` object. Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.
|
|
13
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-identitysourceparameters}
|
|
14
15
|
*/
|
|
15
16
|
IdentitySourceParameters: IdentitySourceParameters;
|
|
16
17
|
/**
|
|
18
|
+
* Tags that you have added to the specified resource.
|
|
17
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-tags}
|
|
18
20
|
*/
|
|
19
21
|
Tags?: Tag[] | undefined;
|
|
@@ -23,54 +25,66 @@ export type MPAIdentitySourceProps = {
|
|
|
23
25
|
*/
|
|
24
26
|
export type MPAIdentitySourceAttribs = {
|
|
25
27
|
/**
|
|
28
|
+
* Timestamp when the identity source was created.
|
|
26
29
|
* @format date-time
|
|
27
30
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-creationtime}
|
|
28
31
|
*/
|
|
29
32
|
CreationTime: string;
|
|
30
33
|
/**
|
|
34
|
+
* Amazon Resource Name (ARN) for the identity source.
|
|
31
35
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-identitysourcearn}
|
|
32
36
|
*/
|
|
33
37
|
IdentitySourceArn: string;
|
|
34
38
|
/**
|
|
39
|
+
* URL for the approval portal associated with the IAM Identity Center instance.
|
|
35
40
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-iamidentitycenter.html#cfn-mpa-identitysource-iamidentitycenter-approvalportalurl}
|
|
36
41
|
*/
|
|
37
42
|
"IdentitySourceParameters.IamIdentityCenter.ApprovalPortalUrl": string;
|
|
38
43
|
/**
|
|
44
|
+
* The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.
|
|
39
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-identitysourcetype}
|
|
40
46
|
*/
|
|
41
47
|
IdentitySourceType: string;
|
|
42
48
|
/**
|
|
49
|
+
* Status for the identity source. For example, if the identity source is `ACTIVE` .
|
|
43
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-status}
|
|
44
51
|
*/
|
|
45
52
|
Status: string;
|
|
46
53
|
/**
|
|
54
|
+
* Status code of the identity source.
|
|
47
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-statuscode}
|
|
48
56
|
*/
|
|
49
57
|
StatusCode: string;
|
|
50
58
|
/**
|
|
59
|
+
* Message describing the status for the identity source.
|
|
51
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-statusmessage}
|
|
52
61
|
*/
|
|
53
62
|
StatusMessage: string;
|
|
54
63
|
};
|
|
55
64
|
/**
|
|
65
|
+
* AWS IAM Identity Center credentials. For more information see, [AWS IAM Identity Center](https://docs.aws.amazon.com/identity-center/) .
|
|
56
66
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-iamidentitycenter.html}
|
|
57
67
|
*/
|
|
58
68
|
export type IamIdentityCenter = {
|
|
59
69
|
/**
|
|
70
|
+
* Amazon Resource Name (ARN) for the IAM Identity Center instance.
|
|
60
71
|
* @pattern ^arn:.+:sso:::instance/(?:sso)?ins-[a-zA-Z0-9-.]{16}$
|
|
61
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-iamidentitycenter.html#cfn-mpa-identitysource-iamidentitycenter-instancearn}
|
|
62
73
|
*/
|
|
63
74
|
InstanceArn: string;
|
|
64
75
|
/**
|
|
76
|
+
* AWS Region where the IAM Identity Center instance is located.
|
|
65
77
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-iamidentitycenter.html#cfn-mpa-identitysource-iamidentitycenter-region}
|
|
66
78
|
*/
|
|
67
79
|
Region: string;
|
|
68
80
|
};
|
|
69
81
|
/**
|
|
82
|
+
* Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.
|
|
70
83
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-identitysourceparameters.html}
|
|
71
84
|
*/
|
|
72
85
|
export type IdentitySourceParameters = {
|
|
73
86
|
/**
|
|
87
|
+
* AWS IAM Identity Center credentials.
|
|
74
88
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-identitysourceparameters.html#cfn-mpa-identitysource-identitysourceparameters-iamidentitycenter}
|
|
75
89
|
*/
|
|
76
90
|
IamIdentityCenter: IamIdentityCenter;
|
|
@@ -124,10 +124,6 @@ export type NeptuneDBInstanceAttribs = {
|
|
|
124
124
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-endpoint}
|
|
125
125
|
*/
|
|
126
126
|
Endpoint: string;
|
|
127
|
-
/**
|
|
128
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-id}
|
|
129
|
-
*/
|
|
130
|
-
Id: string;
|
|
131
127
|
/**
|
|
132
128
|
* The port number on which the database accepts connections. For example: `8182` .
|
|
133
129
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-port}
|
|
@@ -163,11 +163,23 @@ export type VpcOptions = {
|
|
|
163
163
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-vpcoptions.html#cfn-networkmanager-vpcattachment-vpcoptions-appliancemodesupport}
|
|
164
164
|
*/
|
|
165
165
|
ApplianceModeSupport?: boolean | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* Indicates whether DNS is supported.
|
|
168
|
+
* @default true
|
|
169
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-vpcoptions.html#cfn-networkmanager-vpcattachment-vpcoptions-dnssupport}
|
|
170
|
+
*/
|
|
171
|
+
DnsSupport?: boolean | undefined;
|
|
166
172
|
/**
|
|
167
173
|
* Indicates whether IPv6 is supported.
|
|
168
174
|
* @default false
|
|
169
175
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-vpcoptions.html#cfn-networkmanager-vpcattachment-vpcoptions-ipv6support}
|
|
170
176
|
*/
|
|
171
177
|
Ipv6Support?: boolean | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* Indicates whether security group referencing is enabled for this VPC attachment. The default is `true` . However, at the core network policy-level the default is set to `false` .
|
|
180
|
+
* @default true
|
|
181
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-vpcoptions.html#cfn-networkmanager-vpcattachment-vpcoptions-securitygroupreferencingsupport}
|
|
182
|
+
*/
|
|
183
|
+
SecurityGroupReferencingSupport?: boolean | undefined;
|
|
172
184
|
};
|
|
173
185
|
//# sourceMappingURL=aws-networkmanager-vpcattachment.d.ts.map
|
|
@@ -118,5 +118,5 @@ export type SourceData = {
|
|
|
118
118
|
/**
|
|
119
119
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rolesanywhere-trustanchor-trustanchortype.html}
|
|
120
120
|
*/
|
|
121
|
-
export type TrustAnchorType = "AWS_ACM_PCA" | "CERTIFICATE_BUNDLE"
|
|
121
|
+
export type TrustAnchorType = "AWS_ACM_PCA" | "CERTIFICATE_BUNDLE";
|
|
122
122
|
//# sourceMappingURL=aws-rolesanywhere-trustanchor.d.ts.map
|
|
@@ -26,6 +26,7 @@ export type Route53ResolverResolverEndpointProps = {
|
|
|
26
26
|
*
|
|
27
27
|
* - `INBOUND` : allows DNS queries to your VPC from your network
|
|
28
28
|
* - `OUTBOUND` : allows DNS queries from your VPC to your network
|
|
29
|
+
* - `INBOUND_DELEGATION` : Resolver delegates queries to Route 53 private hosted zones from your network.
|
|
29
30
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-direction}
|
|
30
31
|
*/
|
|
31
32
|
Direction: string;
|
|
@@ -52,7 +53,7 @@ export type Route53ResolverResolverEndpointProps = {
|
|
|
52
53
|
*/
|
|
53
54
|
PreferredInstanceType?: string | undefined;
|
|
54
55
|
/**
|
|
55
|
-
* Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
|
|
56
|
+
* Protocols used for the endpoint. DoH-FIPS is applicable for a default inbound endpoints only.
|
|
56
57
|
*
|
|
57
58
|
* For an inbound endpoint you can apply the protocols as follows:
|
|
58
59
|
*
|
|
@@ -63,6 +64,8 @@ export type Route53ResolverResolverEndpointProps = {
|
|
|
63
64
|
* - DoH-FIPS alone.
|
|
64
65
|
* - None, which is treated as Do53.
|
|
65
66
|
*
|
|
67
|
+
* For a delegation inbound endpoint you can use Do53 only.
|
|
68
|
+
*
|
|
66
69
|
* For an outbound endpoint you can apply the protocols as follows:
|
|
67
70
|
*
|
|
68
71
|
* - Do53 and DoH in combination.
|