@propulsionworks/cloudformation 0.1.30 → 0.1.31
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/out/exports/resources.generated/aws-aps-anomalydetector.d.ts +166 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +1 -1
- package/out/exports/resources.generated/aws-bedrockagentcore-browsercustom.d.ts +0 -4
- package/out/exports/resources.generated/aws-bedrockagentcore-codeinterpretercustom.d.ts +0 -4
- package/out/exports/resources.generated/aws-bedrockagentcore-gateway.d.ts +0 -4
- package/out/exports/resources.generated/aws-bedrockagentcore-gatewaytarget.d.ts +0 -4
- package/out/exports/resources.generated/aws-bedrockagentcore-memory.d.ts +85 -27
- package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +0 -4
- package/out/exports/resources.generated/aws-bedrockagentcore-runtimeendpoint.d.ts +0 -4
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +8 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +1 -1
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +1 -1
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +1 -1
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +0 -8
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +0 -4
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +8 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +14 -16
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +4 -2
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +3 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-service.d.ts +11 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +8 -4
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +8 -4
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +1 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +3 -3
- package/out/exports/resources.generated/aws-events-rule.d.ts +4 -4
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +20 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +26 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +20 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +4 -3
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +1 -1
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +2 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +2 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +36 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +5 -0
- package/out/exports/resources.generated/aws-odb-odbpeeringconnection.d.ts +2 -2
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +69 -69
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +73 -69
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +11 -11
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +22 -22
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +3 -3
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +70 -70
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +7 -7
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +7 -11
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +1 -1
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +20 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +12 -2
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +1 -1
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +1 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +4 -13
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +5 -1
- package/out/exports/resources.generated/aws-ssmquicksetup-lifecycleautomation.d.ts +52 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +78 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +2 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +4 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +1 -1
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +1 -1
- package/package.json +1 -1
|
@@ -63,17 +63,15 @@ export type EC2VolumeProps = {
|
|
|
63
63
|
*/
|
|
64
64
|
Encrypted?: boolean | undefined;
|
|
65
65
|
/**
|
|
66
|
-
* The number of I/O operations per second (IOPS).
|
|
66
|
+
* The number of I/O operations per second (IOPS) to provision for the volume. Required for `io1` and `io2` volumes. Optional for `gp3` volumes. Omit for all other volume types.
|
|
67
67
|
*
|
|
68
|
-
*
|
|
68
|
+
* Valid ranges:
|
|
69
69
|
*
|
|
70
|
-
* -
|
|
71
|
-
* -
|
|
72
|
-
* -
|
|
70
|
+
* - gp3: `3,000` ( *default* ) `- 80,000` IOPS
|
|
71
|
+
* - io1: `100 - 64,000` IOPS
|
|
72
|
+
* - io2: `100 - 256,000` IOPS
|
|
73
73
|
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
* This parameter is required for `io1` and `io2` volumes. The default for `gp3` volumes is 3,000 IOPS. This parameter is not supported for `gp2` , `st1` , `sc1` , or `standard` volumes.
|
|
74
|
+
* > [Instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html) can support up to 256,000 IOPS. Other instances can support up to 32,000 IOPS.
|
|
77
75
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-iops}
|
|
78
76
|
*/
|
|
79
77
|
Iops?: number | undefined;
|
|
@@ -104,16 +102,16 @@ export type EC2VolumeProps = {
|
|
|
104
102
|
*/
|
|
105
103
|
OutpostArn?: string | undefined;
|
|
106
104
|
/**
|
|
107
|
-
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size
|
|
105
|
+
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size, and you can specify a volume size that is equal to or larger than the snapshot size.
|
|
108
106
|
*
|
|
109
|
-
*
|
|
107
|
+
* Valid sizes:
|
|
110
108
|
*
|
|
111
|
-
* -
|
|
112
|
-
* -
|
|
113
|
-
* -
|
|
114
|
-
* -
|
|
115
|
-
* -
|
|
116
|
-
* -
|
|
109
|
+
* - gp2: `1 - 16,384` GiB
|
|
110
|
+
* - gp3: `1 - 65,536` GiB
|
|
111
|
+
* - io1: `4 - 16,384` GiB
|
|
112
|
+
* - io2: `4 - 65,536` GiB
|
|
113
|
+
* - st1 and sc1: `125 - 16,384` GiB
|
|
114
|
+
* - standard: `1 - 1024` GiB
|
|
117
115
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-size}
|
|
118
116
|
*/
|
|
119
117
|
Size?: number | undefined;
|
|
@@ -20,6 +20,8 @@ export type ECRRepositoryProps = {
|
|
|
20
20
|
*/
|
|
21
21
|
EncryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
22
22
|
/**
|
|
23
|
+
* > The `imageScanningConfiguration` parameter is being deprecated, in favor of specifying the image scanning configuration at the registry level. For more information, see `PutRegistryScanningConfiguration` .
|
|
24
|
+
*
|
|
23
25
|
* The image scanning configuration for the repository. This determines whether images are scanned for known vulnerabilities after being pushed to the repository.
|
|
24
26
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-imagescanningconfiguration}
|
|
25
27
|
*/
|
|
@@ -30,7 +32,7 @@ export type ECRRepositoryProps = {
|
|
|
30
32
|
*/
|
|
31
33
|
ImageTagMutability?: "MUTABLE" | "IMMUTABLE" | "MUTABLE_WITH_EXCLUSION" | "IMMUTABLE_WITH_EXCLUSION" | undefined;
|
|
32
34
|
/**
|
|
33
|
-
*
|
|
35
|
+
* A list of filters that specify which image tags are excluded from the repository's image tag mutability setting.
|
|
34
36
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-imagetagmutabilityexclusionfilters}
|
|
35
37
|
*/
|
|
36
38
|
ImageTagMutabilityExclusionFilters?: ImageTagMutabilityExclusionFilter[] | undefined;
|
|
@@ -122,7 +124,7 @@ export type ImageScanningConfiguration = {
|
|
|
122
124
|
ScanOnPush?: boolean | undefined;
|
|
123
125
|
};
|
|
124
126
|
/**
|
|
125
|
-
*
|
|
127
|
+
* A filter that specifies which image tags should be excluded from the repository's image tag mutability setting.
|
|
126
128
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-imagetagmutabilityexclusionfilter.html}
|
|
127
129
|
*/
|
|
128
130
|
export type ImageTagMutabilityExclusionFilter = {
|
|
@@ -39,7 +39,7 @@ export type ECRRepositoryCreationTemplateProps = {
|
|
|
39
39
|
*/
|
|
40
40
|
ImageTagMutability?: "MUTABLE" | "IMMUTABLE" | "IMMUTABLE_WITH_EXCLUSION" | "MUTABLE_WITH_EXCLUSION" | undefined;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* A list of filters that specify which image tags are excluded from the repository creation template's image tag mutability setting.
|
|
43
43
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repositorycreationtemplate.html#cfn-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilters}
|
|
44
44
|
*/
|
|
45
45
|
ImageTagMutabilityExclusionFilters?: ImageTagMutabilityExclusionFilter[] | undefined;
|
|
@@ -123,7 +123,7 @@ export type EncryptionConfiguration = {
|
|
|
123
123
|
*/
|
|
124
124
|
export type EncryptionType = "AES256" | "KMS" | "KMS_DSSE";
|
|
125
125
|
/**
|
|
126
|
-
*
|
|
126
|
+
* A filter that specifies which image tags should be excluded from the repository's image tag mutability setting.
|
|
127
127
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilter.html}
|
|
128
128
|
*/
|
|
129
129
|
export type ImageTagMutabilityExclusionFilter = {
|
|
@@ -15,6 +15,9 @@ export type ECSCapacityProviderProps = {
|
|
|
15
15
|
*/
|
|
16
16
|
AutoScalingGroupProvider?: AutoScalingGroupProvider | undefined;
|
|
17
17
|
/**
|
|
18
|
+
* The cluster that this capacity provider is associated with. Managed instances capacity providers are cluster-scoped, meaning they can only be used within their associated cluster.
|
|
19
|
+
*
|
|
20
|
+
* This is required for Managed instances.
|
|
18
21
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-clustername}
|
|
19
22
|
*/
|
|
20
23
|
ClusterName?: string | undefined;
|
|
@@ -13,7 +13,7 @@ export type ECSClusterCapacityProviderAssociationsProps = {
|
|
|
13
13
|
* The capacity providers to associate with the cluster.
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-clustercapacityproviderassociations.html#cfn-ecs-clustercapacityproviderassociations-capacityproviders}
|
|
15
15
|
*/
|
|
16
|
-
CapacityProviders
|
|
16
|
+
CapacityProviders?: CapacityProvider[] | undefined;
|
|
17
17
|
/**
|
|
18
18
|
* The cluster the capacity provider association is the target of.
|
|
19
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-clustercapacityproviderassociations.html#cfn-ecs-clustercapacityproviderassociations-cluster}
|
|
@@ -145,6 +145,8 @@ export type ECSServiceProps = {
|
|
|
145
145
|
HealthCheckGracePeriodSeconds?: number | undefined;
|
|
146
146
|
/**
|
|
147
147
|
* The launch type on which to run your service. For more information, see [Amazon ECS Launch Types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
148
|
+
*
|
|
149
|
+
* > If you want to use Managed Instances, you must use the `capacityProviderStrategy` request parameter
|
|
148
150
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype}
|
|
149
151
|
*/
|
|
150
152
|
LaunchType?: "EC2" | "FARGATE" | "EXTERNAL" | undefined;
|
|
@@ -464,6 +466,10 @@ export type DeploymentConfiguration = {
|
|
|
464
466
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-baketimeinminutes}
|
|
465
467
|
*/
|
|
466
468
|
BakeTimeInMinutes?: number | undefined;
|
|
469
|
+
/**
|
|
470
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-canaryconfiguration}
|
|
471
|
+
*/
|
|
472
|
+
CanaryConfiguration?: unknown;
|
|
467
473
|
/**
|
|
468
474
|
* > The deployment circuit breaker can only be used for services using the rolling update ( `ECS` ) deployment type.
|
|
469
475
|
*
|
|
@@ -476,6 +482,10 @@ export type DeploymentConfiguration = {
|
|
|
476
482
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-lifecyclehooks}
|
|
477
483
|
*/
|
|
478
484
|
LifecycleHooks?: DeploymentLifecycleHook[] | undefined;
|
|
485
|
+
/**
|
|
486
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-linearconfiguration}
|
|
487
|
+
*/
|
|
488
|
+
LinearConfiguration?: unknown;
|
|
479
489
|
/**
|
|
480
490
|
* If a service is using the rolling update ( `ECS` ) deployment type, the `maximumPercent` parameter represents an upper limit on the number of your service's tasks that are allowed in the `RUNNING` or `PENDING` state during a deployment, as a percentage of the `desiredCount` (rounded down to the nearest integer). This parameter enables you to define the deployment batch size. For example, if your service is using the `REPLICA` service scheduler and has a `desiredCount` of four tasks and a `maximumPercent` value of 200%, the scheduler may start four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). The default `maximumPercent` value for a service using the `REPLICA` service scheduler is 200%.
|
|
481
491
|
*
|
|
@@ -524,7 +534,7 @@ export type DeploymentConfiguration = {
|
|
|
524
534
|
* - `BLUE_GREEN` - A blue/green deployment strategy ( `BLUE_GREEN` ) is a release methodology that reduces downtime and risk by running two identical production environments called blue and green. With Amazon ECS blue/green deployments, you can validate new service revisions before directing production traffic to them. This approach provides a safer way to deploy changes with the ability to quickly roll back if needed.
|
|
525
535
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-strategy}
|
|
526
536
|
*/
|
|
527
|
-
Strategy?: "ROLLING" | "BLUE_GREEN" | undefined;
|
|
537
|
+
Strategy?: "ROLLING" | "BLUE_GREEN" | "LINEAR" | "CANARY" | undefined;
|
|
528
538
|
};
|
|
529
539
|
/**
|
|
530
540
|
* The deployment controller to use for the service.
|
|
@@ -94,7 +94,9 @@ export type Action = {
|
|
|
94
94
|
*/
|
|
95
95
|
FixedResponseConfig?: FixedResponseConfig | undefined;
|
|
96
96
|
/**
|
|
97
|
-
* Information for creating an action that distributes requests among
|
|
97
|
+
* Information for creating an action that distributes requests among multiple target groups. Specify only when `Type` is `forward` .
|
|
98
|
+
*
|
|
99
|
+
* If you specify both `ForwardConfig` and `TargetGroupArn` , you can specify only one target group using `ForwardConfig` and it must be the same target group specified in `TargetGroupArn` .
|
|
98
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-action.html#cfn-elasticloadbalancingv2-listener-action-forwardconfig}
|
|
99
101
|
*/
|
|
100
102
|
ForwardConfig?: ForwardConfig | undefined;
|
|
@@ -109,7 +111,7 @@ export type Action = {
|
|
|
109
111
|
*/
|
|
110
112
|
RedirectConfig?: RedirectConfig | undefined;
|
|
111
113
|
/**
|
|
112
|
-
* The Amazon Resource Name (ARN) of the target group. Specify only when `Type` is `forward` and you want to route to a single target group. To route to
|
|
114
|
+
* The Amazon Resource Name (ARN) of the target group. Specify only when `Type` is `forward` and you want to route to a single target group. To route to multiple target groups, you must use `ForwardConfig` instead.
|
|
113
115
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-action.html#cfn-elasticloadbalancingv2-listener-action-targetgrouparn}
|
|
114
116
|
*/
|
|
115
117
|
TargetGroupArn?: string | undefined;
|
|
@@ -345,7 +347,9 @@ export type FixedResponseConfig = {
|
|
|
345
347
|
StatusCode: string;
|
|
346
348
|
};
|
|
347
349
|
/**
|
|
348
|
-
* Information for creating an action that distributes requests among
|
|
350
|
+
* Information for creating an action that distributes requests among multiple target groups. Specify only when `Type` is `forward` .
|
|
351
|
+
*
|
|
352
|
+
* If you specify both `ForwardConfig` and `TargetGroupArn` , you can specify only one target group using `ForwardConfig` and it must be the same target group specified in `TargetGroupArn` .
|
|
349
353
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-forwardconfig.html}
|
|
350
354
|
*/
|
|
351
355
|
export type ForwardConfig = {
|
|
@@ -482,7 +486,7 @@ export type RedirectConfig = {
|
|
|
482
486
|
*/
|
|
483
487
|
export type TargetGroupStickinessConfig = {
|
|
484
488
|
/**
|
|
485
|
-
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
|
|
489
|
+
* [Application Load Balancers] The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
|
|
486
490
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-targetgroupstickinessconfig.html#cfn-elasticloadbalancingv2-listener-targetgroupstickinessconfig-durationseconds}
|
|
487
491
|
*/
|
|
488
492
|
DurationSeconds?: number | undefined;
|
|
@@ -76,7 +76,9 @@ export type Action = {
|
|
|
76
76
|
*/
|
|
77
77
|
FixedResponseConfig?: FixedResponseConfig | undefined;
|
|
78
78
|
/**
|
|
79
|
-
* Information for creating an action that distributes requests among
|
|
79
|
+
* Information for creating an action that distributes requests among multiple target groups. Specify only when `Type` is `forward` .
|
|
80
|
+
*
|
|
81
|
+
* If you specify both `ForwardConfig` and `TargetGroupArn` , you can specify only one target group using `ForwardConfig` and it must be the same target group specified in `TargetGroupArn` .
|
|
80
82
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-action.html#cfn-elasticloadbalancingv2-listenerrule-action-forwardconfig}
|
|
81
83
|
*/
|
|
82
84
|
ForwardConfig?: ForwardConfig | undefined;
|
|
@@ -91,7 +93,7 @@ export type Action = {
|
|
|
91
93
|
*/
|
|
92
94
|
RedirectConfig?: RedirectConfig | undefined;
|
|
93
95
|
/**
|
|
94
|
-
* The Amazon Resource Name (ARN) of the target group. Specify only when `Type` is `forward` and you want to route to a single target group. To route to
|
|
96
|
+
* The Amazon Resource Name (ARN) of the target group. Specify only when `Type` is `forward` and you want to route to a single target group. To route to multiple target groups, you must use `ForwardConfig` instead.
|
|
95
97
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-action.html#cfn-elasticloadbalancingv2-listenerrule-action-targetgrouparn}
|
|
96
98
|
*/
|
|
97
99
|
TargetGroupArn?: string | undefined;
|
|
@@ -316,7 +318,9 @@ export type FixedResponseConfig = {
|
|
|
316
318
|
StatusCode: string;
|
|
317
319
|
};
|
|
318
320
|
/**
|
|
319
|
-
* Information for creating an action that distributes requests among
|
|
321
|
+
* Information for creating an action that distributes requests among multiple target groups. Specify only when `Type` is `forward` .
|
|
322
|
+
*
|
|
323
|
+
* If you specify both `ForwardConfig` and `TargetGroupArn` , you can specify only one target group using `ForwardConfig` and it must be the same target group specified in `TargetGroupArn` .
|
|
320
324
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-forwardconfig.html}
|
|
321
325
|
*/
|
|
322
326
|
export type ForwardConfig = {
|
|
@@ -562,7 +566,7 @@ export type SourceIpConfig = {
|
|
|
562
566
|
*/
|
|
563
567
|
export type TargetGroupStickinessConfig = {
|
|
564
568
|
/**
|
|
565
|
-
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
|
|
569
|
+
* [Application Load Balancers] The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
|
|
566
570
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-targetgroupstickinessconfig.html#cfn-elasticloadbalancingv2-listenerrule-targetgroupstickinessconfig-durationseconds}
|
|
567
571
|
*/
|
|
568
572
|
DurationSeconds?: number | undefined;
|
|
@@ -10,6 +10,7 @@ export type ElasticLoadBalancingV2LoadBalancer = ResourceDefinitionWithAttribute
|
|
|
10
10
|
*/
|
|
11
11
|
export type ElasticLoadBalancingV2LoadBalancerProps = {
|
|
12
12
|
/**
|
|
13
|
+
* Indicates whether to enable stabilization when creating or updating an LCU reservation. This ensures that the final stack status reflects the status of the LCU reservation. The default is `false` .
|
|
13
14
|
* @default false
|
|
14
15
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-enablecapacityreservationprovisionstabilize}
|
|
15
16
|
*/
|
|
@@ -25,7 +25,7 @@ export type EMRServerlessApplicationProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
AutoStopConfiguration?: AutoStopConfiguration | undefined;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* The IAM Identity Center configuration applied to enable trusted identity propagation.
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-identitycenterconfiguration}
|
|
30
30
|
*/
|
|
31
31
|
IdentityCenterConfiguration?: IdentityCenterConfiguration | undefined;
|
|
@@ -207,12 +207,12 @@ export type ConfigurationObject = {
|
|
|
207
207
|
Properties?: Record<string, string> | undefined;
|
|
208
208
|
};
|
|
209
209
|
/**
|
|
210
|
-
* The IAM
|
|
210
|
+
* The IAM Identity Center Configuration accepts the Identity Center instance parameter required to enable trusted identity propagation. This configuration allows identity propagation between integrated services and the Identity Center instance.
|
|
211
211
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-identitycenterconfiguration.html}
|
|
212
212
|
*/
|
|
213
213
|
export type IdentityCenterConfiguration = {
|
|
214
214
|
/**
|
|
215
|
-
* The IAM
|
|
215
|
+
* The ARN of the IAM Identity Center instance.
|
|
216
216
|
* @minLength 1
|
|
217
217
|
* @maxLength 1024
|
|
218
218
|
* @pattern ^arn:(aws[a-zA-Z0-9-]*):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}$
|
|
@@ -605,12 +605,12 @@ export type SageMakerPipelineParameters = {
|
|
|
605
605
|
PipelineParameterList?: SageMakerPipelineParameter[] | undefined;
|
|
606
606
|
};
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* The custom parameters for EventBridge to use for a target that is an Amazon SQS fair or FIFO queue.
|
|
609
609
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sqsparameters.html}
|
|
610
610
|
*/
|
|
611
611
|
export type SqsParameters = {
|
|
612
612
|
/**
|
|
613
|
-
* The
|
|
613
|
+
* The ID of the message group to use as the target.
|
|
614
614
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sqsparameters.html#cfn-events-rule-sqsparameters-messagegroupid}
|
|
615
615
|
*/
|
|
616
616
|
MessageGroupId: string;
|
|
@@ -709,9 +709,9 @@ export type Target = {
|
|
|
709
709
|
*/
|
|
710
710
|
SageMakerPipelineParameters?: SageMakerPipelineParameters | undefined;
|
|
711
711
|
/**
|
|
712
|
-
* Contains the message group ID to use when the target is
|
|
712
|
+
* Contains the message group ID to use when the target is an Amazon SQS fair or FIFO queue.
|
|
713
713
|
*
|
|
714
|
-
* If you specify
|
|
714
|
+
* If you specify a fair or FIFO queue as a target, the queue must have content-based deduplication enabled.
|
|
715
715
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-target.html#cfn-events-rule-target-sqsparameters}
|
|
716
716
|
*/
|
|
717
717
|
SqsParameters?: SqsParameters | undefined;
|
|
@@ -84,6 +84,26 @@ export type ImageBuilderComponentAttribs = {
|
|
|
84
84
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-encrypted}
|
|
85
85
|
*/
|
|
86
86
|
Encrypted: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* The Amazon Resource Name (ARN) of the component.
|
|
89
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-component-latestversion.html#cfn-imagebuilder-component-latestversion-arn}
|
|
90
|
+
*/
|
|
91
|
+
"LatestVersion.Arn": string;
|
|
92
|
+
/**
|
|
93
|
+
* The latest version ARN of the created component, with the same major version.
|
|
94
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-component-latestversion.html#cfn-imagebuilder-component-latestversion-major}
|
|
95
|
+
*/
|
|
96
|
+
"LatestVersion.Major": string;
|
|
97
|
+
/**
|
|
98
|
+
* The latest version ARN of the created component, with the same minor version.
|
|
99
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-component-latestversion.html#cfn-imagebuilder-component-latestversion-minor}
|
|
100
|
+
*/
|
|
101
|
+
"LatestVersion.Minor": string;
|
|
102
|
+
/**
|
|
103
|
+
* The latest version ARN of the created component, with the same patch version.
|
|
104
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-component-latestversion.html#cfn-imagebuilder-component-latestversion-patch}
|
|
105
|
+
*/
|
|
106
|
+
"LatestVersion.Patch": string;
|
|
87
107
|
/**
|
|
88
108
|
* Returns the name of the component.
|
|
89
109
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name}
|
|
@@ -196,6 +196,32 @@ export type ImageBuilderImageAttribs = {
|
|
|
196
196
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imageuri}
|
|
197
197
|
*/
|
|
198
198
|
ImageUri: string;
|
|
199
|
+
/**
|
|
200
|
+
* The Amazon Resource Name (ARN) of the image.
|
|
201
|
+
*
|
|
202
|
+
* > Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
|
|
203
|
+
* >
|
|
204
|
+
* > - Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
|
|
205
|
+
* > - Version ARNs have only the first three nodes: <major>.<minor>.<patch>
|
|
206
|
+
* > - Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
|
|
207
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-latestversion.html#cfn-imagebuilder-image-latestversion-arn}
|
|
208
|
+
*/
|
|
209
|
+
"LatestVersion.Arn": string;
|
|
210
|
+
/**
|
|
211
|
+
* The latest version ARN of the created image, with the same major version.
|
|
212
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-latestversion.html#cfn-imagebuilder-image-latestversion-major}
|
|
213
|
+
*/
|
|
214
|
+
"LatestVersion.Major": string;
|
|
215
|
+
/**
|
|
216
|
+
* The latest version ARN of the created image, with the same minor version.
|
|
217
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-latestversion.html#cfn-imagebuilder-image-latestversion-minor}
|
|
218
|
+
*/
|
|
219
|
+
"LatestVersion.Minor": string;
|
|
220
|
+
/**
|
|
221
|
+
* The latest version ARN of the created image, with the same patch version.
|
|
222
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-latestversion.html#cfn-imagebuilder-image-latestversion-patch}
|
|
223
|
+
*/
|
|
224
|
+
"LatestVersion.Patch": string;
|
|
199
225
|
/**
|
|
200
226
|
* Returns the name of the image.
|
|
201
227
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-name}
|
|
@@ -74,5 +74,25 @@ export type ImageBuilderWorkflowAttribs = {
|
|
|
74
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-arn}
|
|
75
75
|
*/
|
|
76
76
|
Arn: string;
|
|
77
|
+
/**
|
|
78
|
+
* The Amazon Resource Name (ARN) of the workflow resource.
|
|
79
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-workflow-latestversion.html#cfn-imagebuilder-workflow-latestversion-arn}
|
|
80
|
+
*/
|
|
81
|
+
"LatestVersion.Arn": string;
|
|
82
|
+
/**
|
|
83
|
+
* The latest version ARN of the created workflow, with the same major version.
|
|
84
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-workflow-latestversion.html#cfn-imagebuilder-workflow-latestversion-major}
|
|
85
|
+
*/
|
|
86
|
+
"LatestVersion.Major": string;
|
|
87
|
+
/**
|
|
88
|
+
* The latest version ARN of the created workflow, with the same minor version.
|
|
89
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-workflow-latestversion.html#cfn-imagebuilder-workflow-latestversion-minor}
|
|
90
|
+
*/
|
|
91
|
+
"LatestVersion.Minor": string;
|
|
92
|
+
/**
|
|
93
|
+
* The latest version ARN of the created workflow, with the same patch version.
|
|
94
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-workflow-latestversion.html#cfn-imagebuilder-workflow-latestversion-patch}
|
|
95
|
+
*/
|
|
96
|
+
"LatestVersion.Patch": string;
|
|
77
97
|
};
|
|
78
98
|
//# sourceMappingURL=aws-imagebuilder-workflow.d.ts.map
|
|
@@ -4,7 +4,7 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
|
4
4
|
*
|
|
5
5
|
* To grant permission to another account, specify the account ID as the `Principal` . To grant permission to an organization defined in AWS Organizations , specify the organization ID as the `PrincipalOrgID` . For AWS services, the principal is a domain-style identifier defined by the service, like `s3.amazonaws.com` or `sns.amazonaws.com` . For AWS services, you can also specify the ARN of the associated resource as the `SourceArn` . If you grant permission to a service principal without specifying the source, other accounts could potentially configure resources in their account to invoke your Lambda function.
|
|
6
6
|
*
|
|
7
|
-
* If your function has a function URL, you can specify the `FunctionUrlAuthType` parameter. This adds a condition to your permission that only applies when your function URL's `AuthType` matches the specified `FunctionUrlAuthType` . For more information about the `AuthType` parameter, see [
|
|
7
|
+
* If your function has a function URL, you can specify the `FunctionUrlAuthType` parameter. This adds a condition to your permission that only applies when your function URL's `AuthType` matches the specified `FunctionUrlAuthType` . For more information about the `AuthType` parameter, see [Control access to Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) .
|
|
8
8
|
*
|
|
9
9
|
* This resource adds a statement to a resource-based permission policy for the function. For more information about function policies, see [Lambda Function Policies](https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html) .
|
|
10
10
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html}
|
|
@@ -15,7 +15,7 @@ export type LambdaPermission = ResourceDefinitionWithAttributes<"AWS::Lambda::Pe
|
|
|
15
15
|
*
|
|
16
16
|
* To grant permission to another account, specify the account ID as the `Principal` . To grant permission to an organization defined in AWS Organizations , specify the organization ID as the `PrincipalOrgID` . For AWS services, the principal is a domain-style identifier defined by the service, like `s3.amazonaws.com` or `sns.amazonaws.com` . For AWS services, you can also specify the ARN of the associated resource as the `SourceArn` . If you grant permission to a service principal without specifying the source, other accounts could potentially configure resources in their account to invoke your Lambda function.
|
|
17
17
|
*
|
|
18
|
-
* If your function has a function URL, you can specify the `FunctionUrlAuthType` parameter. This adds a condition to your permission that only applies when your function URL's `AuthType` matches the specified `FunctionUrlAuthType` . For more information about the `AuthType` parameter, see [
|
|
18
|
+
* If your function has a function URL, you can specify the `FunctionUrlAuthType` parameter. This adds a condition to your permission that only applies when your function URL's `AuthType` matches the specified `FunctionUrlAuthType` . For more information about the `AuthType` parameter, see [Control access to Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) .
|
|
19
19
|
*
|
|
20
20
|
* This resource adds a statement to a resource-based permission policy for the function. For more information about function policies, see [Lambda Function Policies](https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html) .
|
|
21
21
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html}
|
|
@@ -52,11 +52,12 @@ export type LambdaPermissionProps = {
|
|
|
52
52
|
*/
|
|
53
53
|
FunctionName: string;
|
|
54
54
|
/**
|
|
55
|
-
* The type of authentication that your function URL uses. Set to `AWS_IAM` if you want to restrict access to authenticated users only. Set to `NONE` if you want to bypass IAM authentication to create a public endpoint. For more information, see [
|
|
55
|
+
* The type of authentication that your function URL uses. Set to `AWS_IAM` if you want to restrict access to authenticated users only. Set to `NONE` if you want to bypass IAM authentication to create a public endpoint. For more information, see [Control access to Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) .
|
|
56
56
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionurlauthtype}
|
|
57
57
|
*/
|
|
58
58
|
FunctionUrlAuthType?: "AWS_IAM" | "NONE" | undefined;
|
|
59
59
|
/**
|
|
60
|
+
* Restricts the `lambda:InvokeFunction` action to calls coming from a function URL. When set to `true` , this prevents the principal from invoking the function by any means other than the function URL. For more information, see [Control access to Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) .
|
|
60
61
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-invokedviafunctionurl}
|
|
61
62
|
*/
|
|
62
63
|
InvokedViaFunctionUrl?: boolean | undefined;
|
|
@@ -33,7 +33,7 @@ export type LogsDeliveryDestinationProps = {
|
|
|
33
33
|
*/
|
|
34
34
|
DeliveryDestinationPolicy?: PolicyDocument | undefined;
|
|
35
35
|
/**
|
|
36
|
-
* Displays whether this delivery destination is CloudWatch Logs, Amazon S3,
|
|
36
|
+
* Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.
|
|
37
37
|
* @minLength 1
|
|
38
38
|
* @maxLength 12
|
|
39
39
|
* @pattern ^[0-9A-Za-z]+$
|
|
@@ -21,10 +21,12 @@ export type LogsMetricFilterProps = {
|
|
|
21
21
|
*/
|
|
22
22
|
ApplyOnTransformedLogs?: boolean | undefined;
|
|
23
23
|
/**
|
|
24
|
+
* The list of system fields that are emitted as additional dimensions in the generated metrics. Returns the `emitSystemFieldDimensions` value if it was specified when the metric filter was created.
|
|
24
25
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-logs-metricfilter-emitsystemfielddimensions}
|
|
25
26
|
*/
|
|
26
27
|
EmitSystemFieldDimensions?: string[] | undefined;
|
|
27
28
|
/**
|
|
29
|
+
* The filter expression that specifies which log events are processed by this metric filter based on system fields. Returns the `fieldSelectionCriteria` value if it was specified when the metric filter was created.
|
|
28
30
|
* @minLength 0
|
|
29
31
|
* @maxLength 2000
|
|
30
32
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-logs-metricfilter-fieldselectioncriteria}
|
|
@@ -41,10 +41,12 @@ export type LogsSubscriptionFilterProps = {
|
|
|
41
41
|
*/
|
|
42
42
|
Distribution?: "Random" | "ByLogStream" | undefined;
|
|
43
43
|
/**
|
|
44
|
+
* The list of system fields that are included in the log events sent to the subscription destination. Returns the `emitSystemFields` value if it was specified when the subscription filter was created.
|
|
44
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-logs-subscriptionfilter-emitsystemfields}
|
|
45
46
|
*/
|
|
46
47
|
EmitSystemFields?: string[] | undefined;
|
|
47
48
|
/**
|
|
49
|
+
* The filter expression that specifies which log events are processed by this subscription filter based on system fields. Returns the `fieldSelectionCriteria` value if it was specified when the subscription filter was created.
|
|
48
50
|
* @minLength 0
|
|
49
51
|
* @maxLength 2000
|
|
50
52
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-logs-subscriptionfilter-fieldselectioncriteria}
|
|
@@ -3847,6 +3847,42 @@ export type MediaPackageV2GroupSettings = {
|
|
|
3847
3847
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-captionlanguagemappings}
|
|
3848
3848
|
*/
|
|
3849
3849
|
CaptionLanguageMappings?: CaptionLanguageMapping[] | undefined;
|
|
3850
|
+
/**
|
|
3851
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-id3behavior}
|
|
3852
|
+
*/
|
|
3853
|
+
Id3Behavior?: string | undefined;
|
|
3854
|
+
/**
|
|
3855
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-klvbehavior}
|
|
3856
|
+
*/
|
|
3857
|
+
KlvBehavior?: string | undefined;
|
|
3858
|
+
/**
|
|
3859
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-nielsenid3behavior}
|
|
3860
|
+
*/
|
|
3861
|
+
NielsenId3Behavior?: string | undefined;
|
|
3862
|
+
/**
|
|
3863
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-scte35type}
|
|
3864
|
+
*/
|
|
3865
|
+
Scte35Type?: string | undefined;
|
|
3866
|
+
/**
|
|
3867
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-segmentlength}
|
|
3868
|
+
*/
|
|
3869
|
+
SegmentLength?: number | undefined;
|
|
3870
|
+
/**
|
|
3871
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-segmentlengthunits}
|
|
3872
|
+
*/
|
|
3873
|
+
SegmentLengthUnits?: string | undefined;
|
|
3874
|
+
/**
|
|
3875
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3frame}
|
|
3876
|
+
*/
|
|
3877
|
+
TimedMetadataId3Frame?: string | undefined;
|
|
3878
|
+
/**
|
|
3879
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3period}
|
|
3880
|
+
*/
|
|
3881
|
+
TimedMetadataId3Period?: number | undefined;
|
|
3882
|
+
/**
|
|
3883
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadatapassthrough}
|
|
3884
|
+
*/
|
|
3885
|
+
TimedMetadataPassthrough?: string | undefined;
|
|
3850
3886
|
};
|
|
3851
3887
|
/**
|
|
3852
3888
|
* Settings to enable and configure the motion graphics overlay feature in the channel.
|
|
@@ -111,6 +111,11 @@ export type NeptuneDBInstanceProps = {
|
|
|
111
111
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-preferredmaintenancewindow}
|
|
112
112
|
*/
|
|
113
113
|
PreferredMaintenanceWindow?: string | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* Indicates that public accessibility is enabled. This should be enabled in combination with IAM Auth enabled on the DBCluster
|
|
116
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-publiclyaccessible}
|
|
117
|
+
*/
|
|
118
|
+
PubliclyAccessible?: boolean | undefined;
|
|
114
119
|
/**
|
|
115
120
|
* An arbitrary set of tags (key-value pairs) for this DB instance.
|
|
116
121
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-tags}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* Creates a peering connection between an ODB network and
|
|
3
|
+
* Creates a peering connection between an ODB network and a VPC.
|
|
4
4
|
*
|
|
5
5
|
* A peering connection enables private connectivity between the networks for application-tier communication.
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html}
|
|
7
7
|
*/
|
|
8
8
|
export type ODBOdbPeeringConnection = ResourceDefinitionWithAttributes<"AWS::ODB::OdbPeeringConnection", ODBOdbPeeringConnectionProps, ODBOdbPeeringConnectionAttribs>;
|
|
9
9
|
/**
|
|
10
|
-
* Creates a peering connection between an ODB network and
|
|
10
|
+
* Creates a peering connection between an ODB network and a VPC.
|
|
11
11
|
*
|
|
12
12
|
* A peering connection enables private connectivity between the networks for application-tier communication.
|
|
13
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html}
|