@pulumi/aws 4.30.0 → 4.32.0
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/accessanalyzer/analyzer.d.ts +6 -0
- package/accessanalyzer/analyzer.js.map +1 -1
- package/account/alternativeContact.d.ts +12 -0
- package/account/alternativeContact.js +2 -0
- package/account/alternativeContact.js.map +1 -1
- package/alb/getTargetGroup.d.ts +1 -0
- package/alb/getTargetGroup.js.map +1 -1
- package/alb/loadBalancer.d.ts +2 -2
- package/alb/loadBalancer.js +2 -2
- package/alb/targetGroup.d.ts +12 -0
- package/alb/targetGroup.js +2 -0
- package/alb/targetGroup.js.map +1 -1
- package/applicationloadbalancing/getTargetGroup.d.ts +1 -0
- package/applicationloadbalancing/getTargetGroup.js.map +1 -1
- package/applicationloadbalancing/loadBalancer.d.ts +2 -2
- package/applicationloadbalancing/loadBalancer.js +2 -2
- package/applicationloadbalancing/targetGroup.d.ts +12 -0
- package/applicationloadbalancing/targetGroup.js +2 -0
- package/applicationloadbalancing/targetGroup.js.map +1 -1
- package/autoscaling/getAmiIds.d.ts +4 -4
- package/autoscaling/getAmiIds.js +4 -4
- package/backup/regionSettings.d.ts +25 -0
- package/backup/regionSettings.js +9 -0
- package/backup/regionSettings.js.map +1 -1
- package/cloudwatch/eventTarget.d.ts +4 -0
- package/cloudwatch/eventTarget.js +4 -0
- package/cloudwatch/eventTarget.js.map +1 -1
- package/codecommit/approvalRuleTemplate.d.ts +144 -0
- package/codecommit/approvalRuleTemplate.js +100 -0
- package/codecommit/approvalRuleTemplate.js.map +1 -0
- package/codecommit/approvalRuleTemplateAssociation.d.ts +83 -0
- package/codecommit/approvalRuleTemplateAssociation.js +82 -0
- package/codecommit/approvalRuleTemplateAssociation.js.map +1 -0
- package/codecommit/getApprovalRuleTemplate.d.ts +73 -0
- package/codecommit/getApprovalRuleTemplate.js +38 -0
- package/codecommit/getApprovalRuleTemplate.js.map +1 -0
- package/codecommit/index.d.ts +3 -0
- package/codecommit/index.js +11 -0
- package/codecommit/index.js.map +1 -1
- package/detective/graph.d.ts +103 -0
- package/detective/graph.js +81 -0
- package/detective/graph.js.map +1 -0
- package/detective/index.d.ts +1 -0
- package/detective/index.js +33 -0
- package/detective/index.js.map +1 -0
- package/dynamodb/getTable.d.ts +1 -0
- package/dynamodb/getTable.js.map +1 -1
- package/dynamodb/table.d.ts +12 -0
- package/dynamodb/table.js +2 -0
- package/dynamodb/table.js.map +1 -1
- package/ec2/defaultVpc.d.ts +16 -0
- package/ec2/defaultVpc.js +9 -1
- package/ec2/defaultVpc.js.map +1 -1
- package/ec2/getVpcIamPool.d.ts +151 -0
- package/ec2/getVpcIamPool.js +53 -0
- package/ec2/getVpcIamPool.js.map +1 -0
- package/ec2/index.d.ts +8 -0
- package/ec2/index.js +36 -0
- package/ec2/index.js.map +1 -1
- package/ec2/subnetCidrReservation.d.ts +116 -0
- package/ec2/subnetCidrReservation.js +92 -0
- package/ec2/subnetCidrReservation.js.map +1 -0
- package/ec2/vpc.d.ts +95 -25
- package/ec2/vpc.js +36 -4
- package/ec2/vpc.js.map +1 -1
- package/ec2/vpcIpam.d.ts +178 -0
- package/ec2/vpcIpam.js +121 -0
- package/ec2/vpcIpam.js.map +1 -0
- package/ec2/vpcIpamPool.d.ts +299 -0
- package/ec2/vpcIpamPool.js +151 -0
- package/ec2/vpcIpamPool.js.map +1 -0
- package/ec2/vpcIpamPoolCidr.d.ts +136 -0
- package/ec2/vpcIpamPoolCidr.js +121 -0
- package/ec2/vpcIpamPoolCidr.js.map +1 -0
- package/ec2/vpcIpamPoolCidrAllocation.d.ts +150 -0
- package/ec2/vpcIpamPoolCidrAllocation.js +108 -0
- package/ec2/vpcIpamPoolCidrAllocation.js.map +1 -0
- package/ec2/vpcIpamScope.d.ts +132 -0
- package/ec2/vpcIpamScope.js +99 -0
- package/ec2/vpcIpamScope.js.map +1 -0
- package/ec2/vpcIpv4CidrBlockAssociation.d.ts +28 -4
- package/ec2/vpcIpv4CidrBlockAssociation.js +4 -3
- package/ec2/vpcIpv4CidrBlockAssociation.js.map +1 -1
- package/ec2/vpcIpv6CidrBlockAssociation.d.ts +110 -0
- package/ec2/vpcIpv6CidrBlockAssociation.js +89 -0
- package/ec2/vpcIpv6CidrBlockAssociation.js.map +1 -0
- package/ecs/accountSettingDefault.d.ts +71 -0
- package/ecs/accountSettingDefault.js +67 -0
- package/ecs/accountSettingDefault.js.map +1 -0
- package/ecs/index.d.ts +2 -0
- package/ecs/index.js +10 -0
- package/ecs/index.js.map +1 -1
- package/ecs/taskDefinition.d.ts +58 -18
- package/ecs/taskDefinition.js +48 -18
- package/ecs/taskDefinition.js.map +1 -1
- package/ecs/taskSet.d.ts +264 -0
- package/ecs/taskSet.js +107 -0
- package/ecs/taskSet.js.map +1 -0
- package/elasticache/replicationGroup.d.ts +12 -0
- package/elasticache/replicationGroup.js +2 -0
- package/elasticache/replicationGroup.js.map +1 -1
- package/elasticloadbalancingv2/getTargetGroup.d.ts +1 -0
- package/elasticloadbalancingv2/getTargetGroup.js.map +1 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +2 -2
- package/elasticloadbalancingv2/loadBalancer.js +2 -2
- package/elasticloadbalancingv2/targetGroup.d.ts +12 -0
- package/elasticloadbalancingv2/targetGroup.js +2 -0
- package/elasticloadbalancingv2/targetGroup.js.map +1 -1
- package/elasticsearch/domain.d.ts +12 -0
- package/elasticsearch/domain.js +2 -0
- package/elasticsearch/domain.js.map +1 -1
- package/elasticsearch/getDomain.d.ts +4 -0
- package/elasticsearch/getDomain.js.map +1 -1
- package/emr/index.d.ts +2 -0
- package/emr/index.js +10 -0
- package/emr/index.js.map +1 -1
- package/emr/studio.d.ts +237 -0
- package/emr/studio.js +131 -0
- package/emr/studio.js.map +1 -0
- package/emr/studioSessionMapping.d.ts +121 -0
- package/emr/studioSessionMapping.js +93 -0
- package/emr/studioSessionMapping.js.map +1 -0
- package/fsx/ontapStorageVirtualMachine.d.ts +0 -6
- package/fsx/ontapStorageVirtualMachine.js +1 -1
- package/fsx/ontapStorageVirtualMachine.js.map +1 -1
- package/fsx/ontapVolume.d.ts +0 -6
- package/fsx/ontapVolume.js +1 -1
- package/fsx/ontapVolume.js.map +1 -1
- package/getAutoscalingGroups.d.ts +4 -4
- package/getAutoscalingGroups.js +4 -4
- package/iam/role.d.ts +6 -6
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/iot/thingGroup.d.ts +0 -3
- package/iot/thingGroup.js +1 -1
- package/iot/thingGroup.js.map +1 -1
- package/iot/thingType.d.ts +0 -6
- package/iot/thingType.js +1 -1
- package/iot/thingType.js.map +1 -1
- package/kinesis/getStream.d.ts +5 -0
- package/kinesis/getStream.js.map +1 -1
- package/kinesis/stream.d.ts +22 -6
- package/kinesis/stream.js +5 -3
- package/kinesis/stream.js.map +1 -1
- package/lambda/eventSourceMapping.d.ts +40 -0
- package/lambda/eventSourceMapping.js +30 -0
- package/lambda/eventSourceMapping.js.map +1 -1
- package/lb/getTargetGroup.d.ts +1 -0
- package/lb/getTargetGroup.js.map +1 -1
- package/lb/loadBalancer.d.ts +2 -2
- package/lb/loadBalancer.js +2 -2
- package/lb/targetGroup.d.ts +12 -0
- package/lb/targetGroup.js +2 -0
- package/lb/targetGroup.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/servicequotas/getServiceQuota.d.ts +6 -6
- package/sqs/queue.d.ts +25 -0
- package/sqs/queue.js +15 -0
- package/sqs/queue.js.map +1 -1
- package/synthetics/canary.d.ts +15 -3
- package/synthetics/canary.js +2 -0
- package/synthetics/canary.js.map +1 -1
- package/transfer/server.d.ts +26 -3
- package/transfer/server.js +13 -0
- package/transfer/server.js.map +1 -1
- package/types/input.d.ts +298 -118
- package/types/output.d.ts +223 -3
package/types/input.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export interface GetAmiIdsFilter {
|
|
|
25
25
|
}
|
|
26
26
|
export interface GetAutoscalingGroupsFilterArgs {
|
|
27
27
|
/**
|
|
28
|
-
* The name of the filter. The
|
|
28
|
+
* The name of the DescribeAutoScalingGroup filter. The recommended values are: `tag-key`, `tag-value`, and `tag:<tag name>`
|
|
29
29
|
*/
|
|
30
30
|
name: pulumi.Input<string>;
|
|
31
31
|
/**
|
|
@@ -35,7 +35,7 @@ export interface GetAutoscalingGroupsFilterArgs {
|
|
|
35
35
|
}
|
|
36
36
|
export interface GetAutoscalingGroupsFilter {
|
|
37
37
|
/**
|
|
38
|
-
* The name of the filter. The
|
|
38
|
+
* The name of the DescribeAutoScalingGroup filter. The recommended values are: `tag-key`, `tag-value`, and `tag:<tag name>`
|
|
39
39
|
*/
|
|
40
40
|
name: string;
|
|
41
41
|
/**
|
|
@@ -4503,7 +4503,7 @@ export declare namespace athena {
|
|
|
4503
4503
|
export declare namespace autoscaling {
|
|
4504
4504
|
interface GetAmiIdsFilter {
|
|
4505
4505
|
/**
|
|
4506
|
-
* The name of the filter. The
|
|
4506
|
+
* The name of the DescribeAutoScalingGroup filter. The recommended values are: `tag-key`, `tag-value`, and `tag:<tag name>`
|
|
4507
4507
|
*/
|
|
4508
4508
|
name: string;
|
|
4509
4509
|
/**
|
|
@@ -4513,7 +4513,7 @@ export declare namespace autoscaling {
|
|
|
4513
4513
|
}
|
|
4514
4514
|
interface GetAmiIdsFilterArgs {
|
|
4515
4515
|
/**
|
|
4516
|
-
* The name of the filter. The
|
|
4516
|
+
* The name of the DescribeAutoScalingGroup filter. The recommended values are: `tag-key`, `tag-value`, and `tag:<tag name>`
|
|
4517
4517
|
*/
|
|
4518
4518
|
name: pulumi.Input<string>;
|
|
4519
4519
|
/**
|
|
@@ -9663,37 +9663,37 @@ export declare namespace ec2 {
|
|
|
9663
9663
|
name: pulumi.Input<string>;
|
|
9664
9664
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9665
9665
|
}
|
|
9666
|
-
interface GetAmiIdsFilter {
|
|
9667
|
-
name: string;
|
|
9668
|
-
values: string[];
|
|
9669
|
-
}
|
|
9670
9666
|
interface GetAmiIdsFilterArgs {
|
|
9671
9667
|
name: pulumi.Input<string>;
|
|
9672
9668
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9673
9669
|
}
|
|
9674
|
-
interface
|
|
9670
|
+
interface GetAmiIdsFilter {
|
|
9671
|
+
name: string;
|
|
9672
|
+
values: string[];
|
|
9673
|
+
}
|
|
9674
|
+
interface GetCoipPoolFilterArgs {
|
|
9675
9675
|
/**
|
|
9676
9676
|
* The name of the field to filter by, as defined by
|
|
9677
9677
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
|
|
9678
9678
|
*/
|
|
9679
|
-
name: string
|
|
9679
|
+
name: pulumi.Input<string>;
|
|
9680
9680
|
/**
|
|
9681
9681
|
* Set of values that are accepted for the given field.
|
|
9682
9682
|
* A COIP Pool will be selected if any one of the given values matches.
|
|
9683
9683
|
*/
|
|
9684
|
-
values: string[]
|
|
9684
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9685
9685
|
}
|
|
9686
|
-
interface
|
|
9686
|
+
interface GetCoipPoolFilter {
|
|
9687
9687
|
/**
|
|
9688
9688
|
* The name of the field to filter by, as defined by
|
|
9689
9689
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
|
|
9690
9690
|
*/
|
|
9691
|
-
name:
|
|
9691
|
+
name: string;
|
|
9692
9692
|
/**
|
|
9693
9693
|
* Set of values that are accepted for the given field.
|
|
9694
9694
|
* A COIP Pool will be selected if any one of the given values matches.
|
|
9695
9695
|
*/
|
|
9696
|
-
values:
|
|
9696
|
+
values: string[];
|
|
9697
9697
|
}
|
|
9698
9698
|
interface GetCoipPoolsFilter {
|
|
9699
9699
|
/**
|
|
@@ -9719,14 +9719,14 @@ export declare namespace ec2 {
|
|
|
9719
9719
|
*/
|
|
9720
9720
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9721
9721
|
}
|
|
9722
|
-
interface GetCustomerGatewayFilter {
|
|
9723
|
-
name: string;
|
|
9724
|
-
values: string[];
|
|
9725
|
-
}
|
|
9726
9722
|
interface GetCustomerGatewayFilterArgs {
|
|
9727
9723
|
name: pulumi.Input<string>;
|
|
9728
9724
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9729
9725
|
}
|
|
9726
|
+
interface GetCustomerGatewayFilter {
|
|
9727
|
+
name: string;
|
|
9728
|
+
values: string[];
|
|
9729
|
+
}
|
|
9730
9730
|
interface GetDedicatedHostFilterArgs {
|
|
9731
9731
|
/**
|
|
9732
9732
|
* The name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeHosts.html).
|
|
@@ -9755,22 +9755,13 @@ export declare namespace ec2 {
|
|
|
9755
9755
|
name: pulumi.Input<string>;
|
|
9756
9756
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9757
9757
|
}
|
|
9758
|
-
interface GetInstanceFilterArgs {
|
|
9759
|
-
name: pulumi.Input<string>;
|
|
9760
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9761
|
-
}
|
|
9762
9758
|
interface GetInstanceFilter {
|
|
9763
9759
|
name: string;
|
|
9764
9760
|
values: string[];
|
|
9765
9761
|
}
|
|
9766
|
-
interface
|
|
9767
|
-
|
|
9768
|
-
|
|
9769
|
-
/**
|
|
9770
|
-
* Size of the instance memory, in MiB.
|
|
9771
|
-
*/
|
|
9772
|
-
memorySize?: pulumi.Input<number>;
|
|
9773
|
-
name?: pulumi.Input<string>;
|
|
9762
|
+
interface GetInstanceFilterArgs {
|
|
9763
|
+
name: pulumi.Input<string>;
|
|
9764
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9774
9765
|
}
|
|
9775
9766
|
interface GetInstanceTypeFpga {
|
|
9776
9767
|
count?: number;
|
|
@@ -9781,7 +9772,7 @@ export declare namespace ec2 {
|
|
|
9781
9772
|
memorySize?: number;
|
|
9782
9773
|
name?: string;
|
|
9783
9774
|
}
|
|
9784
|
-
interface
|
|
9775
|
+
interface GetInstanceTypeFpgaArgs {
|
|
9785
9776
|
count?: pulumi.Input<number>;
|
|
9786
9777
|
manufacturer?: pulumi.Input<string>;
|
|
9787
9778
|
/**
|
|
@@ -9799,6 +9790,15 @@ export declare namespace ec2 {
|
|
|
9799
9790
|
memorySize?: number;
|
|
9800
9791
|
name?: string;
|
|
9801
9792
|
}
|
|
9793
|
+
interface GetInstanceTypeGpusArgs {
|
|
9794
|
+
count?: pulumi.Input<number>;
|
|
9795
|
+
manufacturer?: pulumi.Input<string>;
|
|
9796
|
+
/**
|
|
9797
|
+
* Size of the instance memory, in MiB.
|
|
9798
|
+
*/
|
|
9799
|
+
memorySize?: pulumi.Input<number>;
|
|
9800
|
+
name?: pulumi.Input<string>;
|
|
9801
|
+
}
|
|
9802
9802
|
interface GetInstanceTypeInferenceAccelerator {
|
|
9803
9803
|
count?: number;
|
|
9804
9804
|
manufacturer?: string;
|
|
@@ -9809,16 +9809,16 @@ export declare namespace ec2 {
|
|
|
9809
9809
|
manufacturer?: pulumi.Input<string>;
|
|
9810
9810
|
name?: pulumi.Input<string>;
|
|
9811
9811
|
}
|
|
9812
|
-
interface GetInstanceTypeInstanceDiskArgs {
|
|
9813
|
-
count?: pulumi.Input<number>;
|
|
9814
|
-
size?: pulumi.Input<number>;
|
|
9815
|
-
type?: pulumi.Input<string>;
|
|
9816
|
-
}
|
|
9817
9812
|
interface GetInstanceTypeInstanceDisk {
|
|
9818
9813
|
count?: number;
|
|
9819
9814
|
size?: number;
|
|
9820
9815
|
type?: string;
|
|
9821
9816
|
}
|
|
9817
|
+
interface GetInstanceTypeInstanceDiskArgs {
|
|
9818
|
+
count?: pulumi.Input<number>;
|
|
9819
|
+
size?: pulumi.Input<number>;
|
|
9820
|
+
type?: pulumi.Input<string>;
|
|
9821
|
+
}
|
|
9822
9822
|
interface GetInstanceTypeOfferingFilter {
|
|
9823
9823
|
/**
|
|
9824
9824
|
* Name of the filter. The `location` filter depends on the top-level `locationType` argument and if not specified, defaults to the current region.
|
|
@@ -9859,34 +9859,34 @@ export declare namespace ec2 {
|
|
|
9859
9859
|
*/
|
|
9860
9860
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9861
9861
|
}
|
|
9862
|
-
interface
|
|
9862
|
+
interface GetInstanceTypesFilter {
|
|
9863
9863
|
/**
|
|
9864
9864
|
* Name of the filter.
|
|
9865
9865
|
*/
|
|
9866
|
-
name:
|
|
9866
|
+
name: string;
|
|
9867
9867
|
/**
|
|
9868
9868
|
* List of one or more values for the filter.
|
|
9869
9869
|
*/
|
|
9870
|
-
values:
|
|
9870
|
+
values: string[];
|
|
9871
9871
|
}
|
|
9872
|
-
interface
|
|
9872
|
+
interface GetInstanceTypesFilterArgs {
|
|
9873
9873
|
/**
|
|
9874
9874
|
* Name of the filter.
|
|
9875
9875
|
*/
|
|
9876
|
-
name: string
|
|
9876
|
+
name: pulumi.Input<string>;
|
|
9877
9877
|
/**
|
|
9878
9878
|
* List of one or more values for the filter.
|
|
9879
9879
|
*/
|
|
9880
|
-
values: string[];
|
|
9881
|
-
}
|
|
9882
|
-
interface GetInstancesFilterArgs {
|
|
9883
|
-
name: pulumi.Input<string>;
|
|
9884
9880
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9885
9881
|
}
|
|
9886
9882
|
interface GetInstancesFilter {
|
|
9887
9883
|
name: string;
|
|
9888
9884
|
values: string[];
|
|
9889
9885
|
}
|
|
9886
|
+
interface GetInstancesFilterArgs {
|
|
9887
|
+
name: pulumi.Input<string>;
|
|
9888
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9889
|
+
}
|
|
9890
9890
|
interface GetInternetGatewayFilter {
|
|
9891
9891
|
/**
|
|
9892
9892
|
* The name of the field to filter by, as defined by
|
|
@@ -9931,25 +9931,25 @@ export declare namespace ec2 {
|
|
|
9931
9931
|
*/
|
|
9932
9932
|
values: string[];
|
|
9933
9933
|
}
|
|
9934
|
-
interface
|
|
9934
|
+
interface GetLaunchTemplateFilterArgs {
|
|
9935
9935
|
/**
|
|
9936
9936
|
* The name of the filter field. Valid values can be found in the [EC2 DescribeLaunchTemplates API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html).
|
|
9937
9937
|
*/
|
|
9938
|
-
name: string
|
|
9938
|
+
name: pulumi.Input<string>;
|
|
9939
9939
|
/**
|
|
9940
9940
|
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
9941
9941
|
*/
|
|
9942
|
-
values: string[]
|
|
9942
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9943
9943
|
}
|
|
9944
|
-
interface
|
|
9944
|
+
interface GetLaunchTemplateFilter {
|
|
9945
9945
|
/**
|
|
9946
9946
|
* The name of the filter field. Valid values can be found in the [EC2 DescribeLaunchTemplates API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html).
|
|
9947
9947
|
*/
|
|
9948
|
-
name:
|
|
9948
|
+
name: string;
|
|
9949
9949
|
/**
|
|
9950
9950
|
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
9951
9951
|
*/
|
|
9952
|
-
values:
|
|
9952
|
+
values: string[];
|
|
9953
9953
|
}
|
|
9954
9954
|
interface GetLocalGatewayFilter {
|
|
9955
9955
|
/**
|
|
@@ -9975,29 +9975,29 @@ export declare namespace ec2 {
|
|
|
9975
9975
|
*/
|
|
9976
9976
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9977
9977
|
}
|
|
9978
|
-
interface
|
|
9978
|
+
interface GetLocalGatewayRouteTableFilterArgs {
|
|
9979
9979
|
/**
|
|
9980
9980
|
* The name of the field to filter by, as defined by
|
|
9981
9981
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
9982
9982
|
*/
|
|
9983
|
-
name: string
|
|
9983
|
+
name: pulumi.Input<string>;
|
|
9984
9984
|
/**
|
|
9985
9985
|
* Set of values that are accepted for the given field.
|
|
9986
9986
|
* A local gateway route table will be selected if any one of the given values matches.
|
|
9987
9987
|
*/
|
|
9988
|
-
values: string[]
|
|
9988
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9989
9989
|
}
|
|
9990
|
-
interface
|
|
9990
|
+
interface GetLocalGatewayRouteTableFilter {
|
|
9991
9991
|
/**
|
|
9992
9992
|
* The name of the field to filter by, as defined by
|
|
9993
9993
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
9994
9994
|
*/
|
|
9995
|
-
name:
|
|
9995
|
+
name: string;
|
|
9996
9996
|
/**
|
|
9997
9997
|
* Set of values that are accepted for the given field.
|
|
9998
9998
|
* A local gateway route table will be selected if any one of the given values matches.
|
|
9999
9999
|
*/
|
|
10000
|
-
values:
|
|
10000
|
+
values: string[];
|
|
10001
10001
|
}
|
|
10002
10002
|
interface GetLocalGatewayRouteTablesFilter {
|
|
10003
10003
|
/**
|
|
@@ -10063,25 +10063,25 @@ export declare namespace ec2 {
|
|
|
10063
10063
|
*/
|
|
10064
10064
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10065
10065
|
}
|
|
10066
|
-
interface
|
|
10066
|
+
interface GetLocalGatewayVirtualInterfaceGroupsFilterArgs {
|
|
10067
10067
|
/**
|
|
10068
10068
|
* Name of the filter.
|
|
10069
10069
|
*/
|
|
10070
|
-
name: string
|
|
10070
|
+
name: pulumi.Input<string>;
|
|
10071
10071
|
/**
|
|
10072
10072
|
* List of one or more values for the filter.
|
|
10073
10073
|
*/
|
|
10074
|
-
values: string[]
|
|
10074
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10075
10075
|
}
|
|
10076
|
-
interface
|
|
10076
|
+
interface GetLocalGatewayVirtualInterfaceGroupsFilter {
|
|
10077
10077
|
/**
|
|
10078
10078
|
* Name of the filter.
|
|
10079
10079
|
*/
|
|
10080
|
-
name:
|
|
10080
|
+
name: string;
|
|
10081
10081
|
/**
|
|
10082
10082
|
* List of one or more values for the filter.
|
|
10083
10083
|
*/
|
|
10084
|
-
values:
|
|
10084
|
+
values: string[];
|
|
10085
10085
|
}
|
|
10086
10086
|
interface GetLocalGatewaysFilterArgs {
|
|
10087
10087
|
/**
|
|
@@ -10107,25 +10107,25 @@ export declare namespace ec2 {
|
|
|
10107
10107
|
*/
|
|
10108
10108
|
values: string[];
|
|
10109
10109
|
}
|
|
10110
|
-
interface
|
|
10110
|
+
interface GetManagedPrefixListFilterArgs {
|
|
10111
10111
|
/**
|
|
10112
10112
|
* The name of the filter field. Valid values can be found in the EC2 [DescribeManagedPrefixLists](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeManagedPrefixLists.html) API Reference.
|
|
10113
10113
|
*/
|
|
10114
|
-
name: string
|
|
10114
|
+
name: pulumi.Input<string>;
|
|
10115
10115
|
/**
|
|
10116
10116
|
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
10117
10117
|
*/
|
|
10118
|
-
values: string[]
|
|
10118
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10119
10119
|
}
|
|
10120
|
-
interface
|
|
10120
|
+
interface GetManagedPrefixListFilter {
|
|
10121
10121
|
/**
|
|
10122
10122
|
* The name of the filter field. Valid values can be found in the EC2 [DescribeManagedPrefixLists](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeManagedPrefixLists.html) API Reference.
|
|
10123
10123
|
*/
|
|
10124
|
-
name:
|
|
10124
|
+
name: string;
|
|
10125
10125
|
/**
|
|
10126
10126
|
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
10127
10127
|
*/
|
|
10128
|
-
values:
|
|
10128
|
+
values: string[];
|
|
10129
10129
|
}
|
|
10130
10130
|
interface GetNatGatewayFilter {
|
|
10131
10131
|
/**
|
|
@@ -10151,29 +10151,29 @@ export declare namespace ec2 {
|
|
|
10151
10151
|
*/
|
|
10152
10152
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10153
10153
|
}
|
|
10154
|
-
interface
|
|
10154
|
+
interface GetNetworkAclsFilterArgs {
|
|
10155
10155
|
/**
|
|
10156
10156
|
* The name of the field to filter by, as defined by
|
|
10157
10157
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkAcls.html).
|
|
10158
10158
|
*/
|
|
10159
|
-
name: string
|
|
10159
|
+
name: pulumi.Input<string>;
|
|
10160
10160
|
/**
|
|
10161
10161
|
* Set of values that are accepted for the given field.
|
|
10162
10162
|
* A VPC will be selected if any one of the given values matches.
|
|
10163
10163
|
*/
|
|
10164
|
-
values: string[]
|
|
10164
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10165
10165
|
}
|
|
10166
|
-
interface
|
|
10166
|
+
interface GetNetworkAclsFilter {
|
|
10167
10167
|
/**
|
|
10168
10168
|
* The name of the field to filter by, as defined by
|
|
10169
10169
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkAcls.html).
|
|
10170
10170
|
*/
|
|
10171
|
-
name:
|
|
10171
|
+
name: string;
|
|
10172
10172
|
/**
|
|
10173
10173
|
* Set of values that are accepted for the given field.
|
|
10174
10174
|
* A VPC will be selected if any one of the given values matches.
|
|
10175
10175
|
*/
|
|
10176
|
-
values:
|
|
10176
|
+
values: string[];
|
|
10177
10177
|
}
|
|
10178
10178
|
interface GetNetworkInterfaceFilterArgs {
|
|
10179
10179
|
name: pulumi.Input<string>;
|
|
@@ -10205,16 +10205,6 @@ export declare namespace ec2 {
|
|
|
10205
10205
|
*/
|
|
10206
10206
|
values: string[];
|
|
10207
10207
|
}
|
|
10208
|
-
interface GetPrefixListFilter {
|
|
10209
|
-
/**
|
|
10210
|
-
* The name of the filter field. Valid values can be found in the [EC2 DescribePrefixLists API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePrefixLists.html).
|
|
10211
|
-
*/
|
|
10212
|
-
name: string;
|
|
10213
|
-
/**
|
|
10214
|
-
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
10215
|
-
*/
|
|
10216
|
-
values: string[];
|
|
10217
|
-
}
|
|
10218
10208
|
interface GetPrefixListFilterArgs {
|
|
10219
10209
|
/**
|
|
10220
10210
|
* The name of the filter field. Valid values can be found in the [EC2 DescribePrefixLists API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePrefixLists.html).
|
|
@@ -10225,13 +10215,13 @@ export declare namespace ec2 {
|
|
|
10225
10215
|
*/
|
|
10226
10216
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10227
10217
|
}
|
|
10228
|
-
interface
|
|
10218
|
+
interface GetPrefixListFilter {
|
|
10229
10219
|
/**
|
|
10230
|
-
*
|
|
10220
|
+
* The name of the filter field. Valid values can be found in the [EC2 DescribePrefixLists API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePrefixLists.html).
|
|
10231
10221
|
*/
|
|
10232
10222
|
name: string;
|
|
10233
10223
|
/**
|
|
10234
|
-
* Set of values that are accepted for the given field.
|
|
10224
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
10235
10225
|
*/
|
|
10236
10226
|
values: string[];
|
|
10237
10227
|
}
|
|
@@ -10245,15 +10235,13 @@ export declare namespace ec2 {
|
|
|
10245
10235
|
*/
|
|
10246
10236
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10247
10237
|
}
|
|
10248
|
-
interface
|
|
10238
|
+
interface GetRouteTableFilter {
|
|
10249
10239
|
/**
|
|
10250
|
-
*
|
|
10251
|
-
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).
|
|
10240
|
+
* Name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).
|
|
10252
10241
|
*/
|
|
10253
10242
|
name: string;
|
|
10254
10243
|
/**
|
|
10255
|
-
* Set of values that are accepted for the given field.
|
|
10256
|
-
* A Route Table will be selected if any one of the given values matches.
|
|
10244
|
+
* Set of values that are accepted for the given field. A Route Table will be selected if any one of the given values matches.
|
|
10257
10245
|
*/
|
|
10258
10246
|
values: string[];
|
|
10259
10247
|
}
|
|
@@ -10269,6 +10257,18 @@ export declare namespace ec2 {
|
|
|
10269
10257
|
*/
|
|
10270
10258
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10271
10259
|
}
|
|
10260
|
+
interface GetRouteTablesFilter {
|
|
10261
|
+
/**
|
|
10262
|
+
* The name of the field to filter by, as defined by
|
|
10263
|
+
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).
|
|
10264
|
+
*/
|
|
10265
|
+
name: string;
|
|
10266
|
+
/**
|
|
10267
|
+
* Set of values that are accepted for the given field.
|
|
10268
|
+
* A Route Table will be selected if any one of the given values matches.
|
|
10269
|
+
*/
|
|
10270
|
+
values: string[];
|
|
10271
|
+
}
|
|
10272
10272
|
interface GetSecurityGroupFilterArgs {
|
|
10273
10273
|
/**
|
|
10274
10274
|
* The name of the field to filter by, as defined by
|
|
@@ -10321,51 +10321,51 @@ export declare namespace ec2 {
|
|
|
10321
10321
|
*/
|
|
10322
10322
|
values: string[];
|
|
10323
10323
|
}
|
|
10324
|
-
interface
|
|
10324
|
+
interface GetSubnetFilter {
|
|
10325
10325
|
/**
|
|
10326
10326
|
* The name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
|
|
10327
10327
|
*/
|
|
10328
|
-
name:
|
|
10328
|
+
name: string;
|
|
10329
10329
|
/**
|
|
10330
10330
|
* Set of values that are accepted for the given field. A subnet will be selected if any one of the given values matches.
|
|
10331
10331
|
*/
|
|
10332
|
-
values:
|
|
10332
|
+
values: string[];
|
|
10333
10333
|
}
|
|
10334
|
-
interface
|
|
10334
|
+
interface GetSubnetFilterArgs {
|
|
10335
10335
|
/**
|
|
10336
10336
|
* The name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
|
|
10337
10337
|
*/
|
|
10338
|
-
name: string
|
|
10338
|
+
name: pulumi.Input<string>;
|
|
10339
10339
|
/**
|
|
10340
10340
|
* Set of values that are accepted for the given field. A subnet will be selected if any one of the given values matches.
|
|
10341
10341
|
*/
|
|
10342
|
-
values: string[]
|
|
10342
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10343
10343
|
}
|
|
10344
|
-
interface
|
|
10344
|
+
interface GetSubnetIdsFilterArgs {
|
|
10345
10345
|
/**
|
|
10346
10346
|
* The name of the field to filter by, as defined by
|
|
10347
10347
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
|
|
10348
10348
|
* For example, if matching against tag `Name`, use:
|
|
10349
10349
|
*/
|
|
10350
|
-
name: string
|
|
10350
|
+
name: pulumi.Input<string>;
|
|
10351
10351
|
/**
|
|
10352
10352
|
* Set of values that are accepted for the given field.
|
|
10353
10353
|
* Subnet IDs will be selected if any one of the given values match.
|
|
10354
10354
|
*/
|
|
10355
|
-
values: string[]
|
|
10355
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10356
10356
|
}
|
|
10357
|
-
interface
|
|
10357
|
+
interface GetSubnetIdsFilter {
|
|
10358
10358
|
/**
|
|
10359
10359
|
* The name of the field to filter by, as defined by
|
|
10360
10360
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
|
|
10361
10361
|
* For example, if matching against tag `Name`, use:
|
|
10362
10362
|
*/
|
|
10363
|
-
name:
|
|
10363
|
+
name: string;
|
|
10364
10364
|
/**
|
|
10365
10365
|
* Set of values that are accepted for the given field.
|
|
10366
10366
|
* Subnet IDs will be selected if any one of the given values match.
|
|
10367
10367
|
*/
|
|
10368
|
-
values:
|
|
10368
|
+
values: string[];
|
|
10369
10369
|
}
|
|
10370
10370
|
interface GetSubnetsFilterArgs {
|
|
10371
10371
|
/**
|
|
@@ -10393,49 +10393,49 @@ export declare namespace ec2 {
|
|
|
10393
10393
|
*/
|
|
10394
10394
|
values: string[];
|
|
10395
10395
|
}
|
|
10396
|
-
interface
|
|
10396
|
+
interface GetTransitGatewayRouteTablesFilterArgs {
|
|
10397
10397
|
/**
|
|
10398
10398
|
* The name of the field to filter by, as defined by
|
|
10399
10399
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayRouteTables.html).
|
|
10400
10400
|
*/
|
|
10401
|
-
name: string
|
|
10401
|
+
name: pulumi.Input<string>;
|
|
10402
10402
|
/**
|
|
10403
10403
|
* Set of values that are accepted for the given field.
|
|
10404
10404
|
* A Transit Gateway Route Table will be selected if any one of the given values matches.
|
|
10405
10405
|
*/
|
|
10406
|
-
values: string[]
|
|
10406
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10407
10407
|
}
|
|
10408
|
-
interface
|
|
10408
|
+
interface GetTransitGatewayRouteTablesFilter {
|
|
10409
10409
|
/**
|
|
10410
10410
|
* The name of the field to filter by, as defined by
|
|
10411
10411
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayRouteTables.html).
|
|
10412
10412
|
*/
|
|
10413
|
-
name:
|
|
10413
|
+
name: string;
|
|
10414
10414
|
/**
|
|
10415
10415
|
* Set of values that are accepted for the given field.
|
|
10416
10416
|
* A Transit Gateway Route Table will be selected if any one of the given values matches.
|
|
10417
10417
|
*/
|
|
10418
|
-
values:
|
|
10418
|
+
values: string[];
|
|
10419
10419
|
}
|
|
10420
|
-
interface
|
|
10420
|
+
interface GetVpcDhcpOptionsFilter {
|
|
10421
10421
|
/**
|
|
10422
10422
|
* The name of the field to filter.
|
|
10423
10423
|
*/
|
|
10424
|
-
name:
|
|
10424
|
+
name: string;
|
|
10425
10425
|
/**
|
|
10426
10426
|
* Set of values for filtering.
|
|
10427
10427
|
*/
|
|
10428
|
-
values:
|
|
10428
|
+
values: string[];
|
|
10429
10429
|
}
|
|
10430
|
-
interface
|
|
10430
|
+
interface GetVpcDhcpOptionsFilterArgs {
|
|
10431
10431
|
/**
|
|
10432
10432
|
* The name of the field to filter.
|
|
10433
10433
|
*/
|
|
10434
|
-
name: string
|
|
10434
|
+
name: pulumi.Input<string>;
|
|
10435
10435
|
/**
|
|
10436
10436
|
* Set of values for filtering.
|
|
10437
10437
|
*/
|
|
10438
|
-
values: string[]
|
|
10438
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10439
10439
|
}
|
|
10440
10440
|
interface GetVpcEndpointFilter {
|
|
10441
10441
|
/**
|
|
@@ -10505,6 +10505,14 @@ export declare namespace ec2 {
|
|
|
10505
10505
|
*/
|
|
10506
10506
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10507
10507
|
}
|
|
10508
|
+
interface GetVpcIamPoolFilterArgs {
|
|
10509
|
+
name: pulumi.Input<string>;
|
|
10510
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10511
|
+
}
|
|
10512
|
+
interface GetVpcIamPoolFilter {
|
|
10513
|
+
name: string;
|
|
10514
|
+
values: string[];
|
|
10515
|
+
}
|
|
10508
10516
|
interface GetVpcPeeringConnectionFilterArgs {
|
|
10509
10517
|
/**
|
|
10510
10518
|
* The name of the field to filter by, as defined by
|
|
@@ -11725,6 +11733,22 @@ export declare namespace ec2 {
|
|
|
11725
11733
|
*/
|
|
11726
11734
|
value?: pulumi.Input<string>;
|
|
11727
11735
|
}
|
|
11736
|
+
interface VpcIpamOperatingRegion {
|
|
11737
|
+
/**
|
|
11738
|
+
* The name of the Region you want to add to the IPAM.
|
|
11739
|
+
*/
|
|
11740
|
+
regionName: pulumi.Input<string>;
|
|
11741
|
+
}
|
|
11742
|
+
interface VpcIpamPoolCidrCidrAuthorizationContext {
|
|
11743
|
+
/**
|
|
11744
|
+
* The plain-text authorization message for the prefix and account.
|
|
11745
|
+
*/
|
|
11746
|
+
message?: pulumi.Input<string>;
|
|
11747
|
+
/**
|
|
11748
|
+
* The signed authorization message for the prefix and account.
|
|
11749
|
+
*/
|
|
11750
|
+
signature?: pulumi.Input<string>;
|
|
11751
|
+
}
|
|
11728
11752
|
interface VpcPeeringConnectionAccepter {
|
|
11729
11753
|
/**
|
|
11730
11754
|
* Allow a local linked EC2-Classic instance to communicate
|
|
@@ -12290,6 +12314,16 @@ export declare namespace ecs {
|
|
|
12290
12314
|
*/
|
|
12291
12315
|
type?: pulumi.Input<string>;
|
|
12292
12316
|
}
|
|
12317
|
+
interface TaskDefinitionRuntimePlatform {
|
|
12318
|
+
/**
|
|
12319
|
+
* Must be set to either `X86_64` or `ARM64`; see [cpu architecture](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform)
|
|
12320
|
+
*/
|
|
12321
|
+
cpuArchitecture?: pulumi.Input<string>;
|
|
12322
|
+
/**
|
|
12323
|
+
* If the `requiresCompatibilities` is `FARGATE` this field is required; must be set to a valid option from the [operating system family in the runtime platform](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform) setting
|
|
12324
|
+
*/
|
|
12325
|
+
operatingSystemFamily?: pulumi.Input<string>;
|
|
12326
|
+
}
|
|
12293
12327
|
interface TaskDefinitionVolume {
|
|
12294
12328
|
/**
|
|
12295
12329
|
* Configuration block to configure a docker volume. Detailed below.
|
|
@@ -12395,6 +12429,80 @@ export declare namespace ecs {
|
|
|
12395
12429
|
*/
|
|
12396
12430
|
domain: pulumi.Input<string>;
|
|
12397
12431
|
}
|
|
12432
|
+
interface TaskSetCapacityProviderStrategy {
|
|
12433
|
+
/**
|
|
12434
|
+
* The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.
|
|
12435
|
+
*/
|
|
12436
|
+
base?: pulumi.Input<number>;
|
|
12437
|
+
/**
|
|
12438
|
+
* The short name or full Amazon Resource Name (ARN) of the capacity provider.
|
|
12439
|
+
*/
|
|
12440
|
+
capacityProvider: pulumi.Input<string>;
|
|
12441
|
+
/**
|
|
12442
|
+
* The relative percentage of the total number of launched tasks that should use the specified capacity provider.
|
|
12443
|
+
*/
|
|
12444
|
+
weight: pulumi.Input<number>;
|
|
12445
|
+
}
|
|
12446
|
+
interface TaskSetLoadBalancer {
|
|
12447
|
+
/**
|
|
12448
|
+
* The name of the container to associate with the load balancer (as it appears in a container definition).
|
|
12449
|
+
*/
|
|
12450
|
+
containerName: pulumi.Input<string>;
|
|
12451
|
+
/**
|
|
12452
|
+
* The port on the container to associate with the load balancer. Defaults to `0` if not specified.
|
|
12453
|
+
*/
|
|
12454
|
+
containerPort?: pulumi.Input<number>;
|
|
12455
|
+
/**
|
|
12456
|
+
* The name of the ELB (Classic) to associate with the service.
|
|
12457
|
+
*/
|
|
12458
|
+
loadBalancerName?: pulumi.Input<string>;
|
|
12459
|
+
/**
|
|
12460
|
+
* The ARN of the Load Balancer target group to associate with the service.
|
|
12461
|
+
*/
|
|
12462
|
+
targetGroupArn?: pulumi.Input<string>;
|
|
12463
|
+
}
|
|
12464
|
+
interface TaskSetNetworkConfiguration {
|
|
12465
|
+
/**
|
|
12466
|
+
* Whether to assign a public IP address to the ENI (`FARGATE` launch type only). Valid values are `true` or `false`. Default `false`.
|
|
12467
|
+
*/
|
|
12468
|
+
assignPublicIp?: pulumi.Input<boolean>;
|
|
12469
|
+
/**
|
|
12470
|
+
* The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used. Maximum of 5.
|
|
12471
|
+
*/
|
|
12472
|
+
securityGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
12473
|
+
/**
|
|
12474
|
+
* The subnets associated with the task or service. Maximum of 16.
|
|
12475
|
+
*/
|
|
12476
|
+
subnets: pulumi.Input<pulumi.Input<string>[]>;
|
|
12477
|
+
}
|
|
12478
|
+
interface TaskSetScale {
|
|
12479
|
+
/**
|
|
12480
|
+
* The unit of measure for the scale value. Default: `PERCENT`.
|
|
12481
|
+
*/
|
|
12482
|
+
unit?: pulumi.Input<string>;
|
|
12483
|
+
/**
|
|
12484
|
+
* The value, specified as a percent total of a service's `desiredCount`, to scale the task set. Defaults to `0` if not specified. Accepted values are numbers between 0.0 and 100.0.
|
|
12485
|
+
*/
|
|
12486
|
+
value?: pulumi.Input<number>;
|
|
12487
|
+
}
|
|
12488
|
+
interface TaskSetServiceRegistries {
|
|
12489
|
+
/**
|
|
12490
|
+
* The container name value, already specified in the task definition, to be used for your service discovery service.
|
|
12491
|
+
*/
|
|
12492
|
+
containerName?: pulumi.Input<string>;
|
|
12493
|
+
/**
|
|
12494
|
+
* The port value, already specified in the task definition, to be used for your service discovery service.
|
|
12495
|
+
*/
|
|
12496
|
+
containerPort?: pulumi.Input<number>;
|
|
12497
|
+
/**
|
|
12498
|
+
* The port value used if your Service Discovery service specified an SRV record.
|
|
12499
|
+
*/
|
|
12500
|
+
port?: pulumi.Input<number>;
|
|
12501
|
+
/**
|
|
12502
|
+
* The ARN of the Service Registry. The currently supported service registry is Amazon Route 53 Auto Naming Service([`aws.servicediscovery.Service` resource](https://www.terraform.io/docs/providers/aws/r/service_discovery_service.html)). For more information, see [Service](https://docs.aws.amazon.com/Route53/latest/APIReference/API_autonaming_Service.html).
|
|
12503
|
+
*/
|
|
12504
|
+
registryArn: pulumi.Input<string>;
|
|
12505
|
+
}
|
|
12398
12506
|
}
|
|
12399
12507
|
export declare namespace efs {
|
|
12400
12508
|
interface AccessPointPosixUser {
|
|
@@ -13394,6 +13502,44 @@ export declare namespace elasticsearch {
|
|
|
13394
13502
|
*/
|
|
13395
13503
|
masterUserPassword?: pulumi.Input<string>;
|
|
13396
13504
|
}
|
|
13505
|
+
interface DomainAutoTuneOptions {
|
|
13506
|
+
/**
|
|
13507
|
+
* The Auto-Tune desired state for the domain. Valid values: `ENABLED` or `DISABLED`.
|
|
13508
|
+
*/
|
|
13509
|
+
desiredState: pulumi.Input<string>;
|
|
13510
|
+
/**
|
|
13511
|
+
* Configuration block for Auto-Tune maintenance windows. Can be specified multiple times for each maintenance window. Detailed below.
|
|
13512
|
+
*/
|
|
13513
|
+
maintenanceSchedules?: pulumi.Input<pulumi.Input<inputs.elasticsearch.DomainAutoTuneOptionsMaintenanceSchedule>[]>;
|
|
13514
|
+
/**
|
|
13515
|
+
* Whether to roll back to default Auto-Tune settings when disabling Auto-Tune. Valid values: `DEFAULT_ROLLBACK` or `NO_ROLLBACK`.
|
|
13516
|
+
*/
|
|
13517
|
+
rollbackOnDisable?: pulumi.Input<string>;
|
|
13518
|
+
}
|
|
13519
|
+
interface DomainAutoTuneOptionsMaintenanceSchedule {
|
|
13520
|
+
/**
|
|
13521
|
+
* A cron expression specifying the recurrence pattern for an Auto-Tune maintenance schedule.
|
|
13522
|
+
*/
|
|
13523
|
+
cronExpressionForRecurrence: pulumi.Input<string>;
|
|
13524
|
+
/**
|
|
13525
|
+
* Configuration block for the duration of the Auto-Tune maintenance window. Detailed below.
|
|
13526
|
+
*/
|
|
13527
|
+
duration: pulumi.Input<inputs.elasticsearch.DomainAutoTuneOptionsMaintenanceScheduleDuration>;
|
|
13528
|
+
/**
|
|
13529
|
+
* Date and time at which to start the Auto-Tune maintenance schedule in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).
|
|
13530
|
+
*/
|
|
13531
|
+
startAt: pulumi.Input<string>;
|
|
13532
|
+
}
|
|
13533
|
+
interface DomainAutoTuneOptionsMaintenanceScheduleDuration {
|
|
13534
|
+
/**
|
|
13535
|
+
* The unit of time specifying the duration of an Auto-Tune maintenance window. Valid values: `HOURS`.
|
|
13536
|
+
*/
|
|
13537
|
+
unit: pulumi.Input<string>;
|
|
13538
|
+
/**
|
|
13539
|
+
* An integer specifying the value of the duration of an Auto-Tune maintenance window.
|
|
13540
|
+
*/
|
|
13541
|
+
value: pulumi.Input<number>;
|
|
13542
|
+
}
|
|
13397
13543
|
interface DomainClusterConfig {
|
|
13398
13544
|
/**
|
|
13399
13545
|
* Number of dedicated main nodes in the cluster.
|
|
@@ -17889,6 +18035,12 @@ export declare namespace kinesis {
|
|
|
17889
18035
|
*/
|
|
17890
18036
|
parameterValue: pulumi.Input<string>;
|
|
17891
18037
|
}
|
|
18038
|
+
interface StreamStreamModeDetails {
|
|
18039
|
+
/**
|
|
18040
|
+
* Specifies the capacity mode of the stream. Must be either `PROVISIONED` or `ON_DEMAND`.
|
|
18041
|
+
*/
|
|
18042
|
+
streamMode: pulumi.Input<string>;
|
|
18043
|
+
}
|
|
17892
18044
|
}
|
|
17893
18045
|
export declare namespace kinesisanalyticsv2 {
|
|
17894
18046
|
interface ApplicationApplicationConfiguration {
|
|
@@ -18685,6 +18837,18 @@ export declare namespace lambda {
|
|
|
18685
18837
|
*/
|
|
18686
18838
|
destinationArn: pulumi.Input<string>;
|
|
18687
18839
|
}
|
|
18840
|
+
interface EventSourceMappingFilterCriteria {
|
|
18841
|
+
/**
|
|
18842
|
+
* A set of up to 5 filter. If an event satisfies at least one, Lambda sends the event to the function or adds it to the next batch. Detailed below.
|
|
18843
|
+
*/
|
|
18844
|
+
filters?: pulumi.Input<pulumi.Input<inputs.lambda.EventSourceMappingFilterCriteriaFilter>[]>;
|
|
18845
|
+
}
|
|
18846
|
+
interface EventSourceMappingFilterCriteriaFilter {
|
|
18847
|
+
/**
|
|
18848
|
+
* A filter pattern up to 4096 characters. See [Filter Rule Syntax](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax).
|
|
18849
|
+
*/
|
|
18850
|
+
pattern?: pulumi.Input<string>;
|
|
18851
|
+
}
|
|
18688
18852
|
interface EventSourceMappingSelfManagedEventSource {
|
|
18689
18853
|
/**
|
|
18690
18854
|
* A map of endpoints for the self managed source. For Kafka self-managed sources, the key should be `KAFKA_BOOTSTRAP_SERVERS` and the value should be a string with a comma separated list of broker endpoints.
|
|
@@ -22704,7 +22868,7 @@ export declare namespace s3 {
|
|
|
22704
22868
|
/**
|
|
22705
22869
|
* A configuration block that specifies the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event documented below.
|
|
22706
22870
|
*/
|
|
22707
|
-
eventThreshold
|
|
22871
|
+
eventThreshold?: pulumi.Input<inputs.s3.BucketReplicationConfigRuleDestinationMetricsEventThreshold>;
|
|
22708
22872
|
/**
|
|
22709
22873
|
* The status of the Destination Metrics. Either `"Enabled"` or `"Disabled"`.
|
|
22710
22874
|
*/
|
|
@@ -26226,6 +26390,22 @@ export declare namespace storagegateway {
|
|
|
26226
26390
|
}
|
|
26227
26391
|
}
|
|
26228
26392
|
export declare namespace synthetics {
|
|
26393
|
+
interface CanaryArtifactConfig {
|
|
26394
|
+
/**
|
|
26395
|
+
* Configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See S3 Encryption.
|
|
26396
|
+
*/
|
|
26397
|
+
s3Encryption?: pulumi.Input<inputs.synthetics.CanaryArtifactConfigS3Encryption>;
|
|
26398
|
+
}
|
|
26399
|
+
interface CanaryArtifactConfigS3Encryption {
|
|
26400
|
+
/**
|
|
26401
|
+
* The encryption method to use for artifacts created by this canary. Valid values are: `SSE-S3` and `SSE-KMS`.
|
|
26402
|
+
*/
|
|
26403
|
+
encryptionMode?: pulumi.Input<string>;
|
|
26404
|
+
/**
|
|
26405
|
+
* The ARN of the customer-managed KMS key to use, if you specify `SSE-KMS` for `encryptionMode`.
|
|
26406
|
+
*/
|
|
26407
|
+
kmsKeyArn?: pulumi.Input<string>;
|
|
26408
|
+
}
|
|
26229
26409
|
interface CanaryRunConfig {
|
|
26230
26410
|
/**
|
|
26231
26411
|
* Whether this canary is to use active AWS X-Ray tracing when it runs. You can enable active tracing only for canaries that use version syn-nodejs-2.0 or later for their canary runtime.
|