@pulumi/aws 4.30.0 → 4.31.0-alpha.1638454643
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/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/targetGroup.d.ts +12 -0
- package/applicationloadbalancing/targetGroup.js +2 -0
- package/applicationloadbalancing/targetGroup.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/getApprovalRuleTemplate.d.ts +73 -0
- package/codecommit/getApprovalRuleTemplate.js +38 -0
- package/codecommit/getApprovalRuleTemplate.js.map +1 -0
- package/codecommit/index.d.ts +2 -0
- package/codecommit/index.js +6 -0
- package/codecommit/index.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 +7 -0
- package/ec2/index.js +31 -0
- package/ec2/index.js.map +1 -1
- package/ec2/vpc.d.ts +69 -11
- 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 +102 -0
- package/ec2/vpcIpv6CidrBlockAssociation.js +90 -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 +1 -0
- package/ecs/index.js +5 -0
- package/ecs/index.js.map +1 -1
- package/elasticloadbalancingv2/getTargetGroup.d.ts +1 -0
- package/elasticloadbalancingv2/getTargetGroup.js.map +1 -1
- package/elasticloadbalancingv2/targetGroup.d.ts +12 -0
- package/elasticloadbalancingv2/targetGroup.js +2 -0
- package/elasticloadbalancingv2/targetGroup.js.map +1 -1
- 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/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/lb/getTargetGroup.d.ts +1 -0
- package/lb/getTargetGroup.js.map +1 -1
- 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/synthetics/canary.d.ts +15 -3
- package/synthetics/canary.js +2 -0
- package/synthetics/canary.js.map +1 -1
- package/types/input.d.ts +154 -114
- package/types/output.d.ts +37 -1
package/types/input.d.ts
CHANGED
|
@@ -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
|
|
@@ -22704,7 +22728,7 @@ export declare namespace s3 {
|
|
|
22704
22728
|
/**
|
|
22705
22729
|
* A configuration block that specifies the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event documented below.
|
|
22706
22730
|
*/
|
|
22707
|
-
eventThreshold
|
|
22731
|
+
eventThreshold?: pulumi.Input<inputs.s3.BucketReplicationConfigRuleDestinationMetricsEventThreshold>;
|
|
22708
22732
|
/**
|
|
22709
22733
|
* The status of the Destination Metrics. Either `"Enabled"` or `"Disabled"`.
|
|
22710
22734
|
*/
|
|
@@ -26226,6 +26250,22 @@ export declare namespace storagegateway {
|
|
|
26226
26250
|
}
|
|
26227
26251
|
}
|
|
26228
26252
|
export declare namespace synthetics {
|
|
26253
|
+
interface CanaryArtifactConfig {
|
|
26254
|
+
/**
|
|
26255
|
+
* Configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See S3 Encryption.
|
|
26256
|
+
*/
|
|
26257
|
+
s3Encryption?: pulumi.Input<inputs.synthetics.CanaryArtifactConfigS3Encryption>;
|
|
26258
|
+
}
|
|
26259
|
+
interface CanaryArtifactConfigS3Encryption {
|
|
26260
|
+
/**
|
|
26261
|
+
* The encryption method to use for artifacts created by this canary. Valid values are: `SSE-S3` and `SSE-KMS`.
|
|
26262
|
+
*/
|
|
26263
|
+
encryptionMode?: pulumi.Input<string>;
|
|
26264
|
+
/**
|
|
26265
|
+
* The ARN of the customer-managed KMS key to use, if you specify `SSE-KMS` for `encryptionMode`.
|
|
26266
|
+
*/
|
|
26267
|
+
kmsKeyArn?: pulumi.Input<string>;
|
|
26268
|
+
}
|
|
26229
26269
|
interface CanaryRunConfig {
|
|
26230
26270
|
/**
|
|
26231
26271
|
* 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.
|
package/types/output.d.ts
CHANGED
|
@@ -11100,6 +11100,10 @@ export declare namespace ec2 {
|
|
|
11100
11100
|
*/
|
|
11101
11101
|
values: string[];
|
|
11102
11102
|
}
|
|
11103
|
+
interface GetVpcIamPoolFilter {
|
|
11104
|
+
name: string;
|
|
11105
|
+
values: string[];
|
|
11106
|
+
}
|
|
11103
11107
|
interface GetVpcPeeringConnectionCidrBlockSet {
|
|
11104
11108
|
/**
|
|
11105
11109
|
* The primary CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve.
|
|
@@ -12284,6 +12288,22 @@ export declare namespace ec2 {
|
|
|
12284
12288
|
*/
|
|
12285
12289
|
value: string;
|
|
12286
12290
|
}
|
|
12291
|
+
interface VpcIpamOperatingRegion {
|
|
12292
|
+
/**
|
|
12293
|
+
* The name of the Region you want to add to the IPAM.
|
|
12294
|
+
*/
|
|
12295
|
+
regionName: string;
|
|
12296
|
+
}
|
|
12297
|
+
interface VpcIpamPoolCidrCidrAuthorizationContext {
|
|
12298
|
+
/**
|
|
12299
|
+
* The plain-text authorization message for the prefix and account.
|
|
12300
|
+
*/
|
|
12301
|
+
message?: string;
|
|
12302
|
+
/**
|
|
12303
|
+
* The signed authorization message for the prefix and account.
|
|
12304
|
+
*/
|
|
12305
|
+
signature?: string;
|
|
12306
|
+
}
|
|
12287
12307
|
interface VpcPeeringConnectionAccepter {
|
|
12288
12308
|
/**
|
|
12289
12309
|
* Allow a local linked EC2-Classic instance to communicate
|
|
@@ -24026,7 +24046,7 @@ export declare namespace s3 {
|
|
|
24026
24046
|
/**
|
|
24027
24047
|
* A configuration block that specifies the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event documented below.
|
|
24028
24048
|
*/
|
|
24029
|
-
eventThreshold
|
|
24049
|
+
eventThreshold?: outputs.s3.BucketReplicationConfigRuleDestinationMetricsEventThreshold;
|
|
24030
24050
|
/**
|
|
24031
24051
|
* The status of the Destination Metrics. Either `"Enabled"` or `"Disabled"`.
|
|
24032
24052
|
*/
|
|
@@ -27636,6 +27656,22 @@ export declare namespace storagegateway {
|
|
|
27636
27656
|
}
|
|
27637
27657
|
}
|
|
27638
27658
|
export declare namespace synthetics {
|
|
27659
|
+
interface CanaryArtifactConfig {
|
|
27660
|
+
/**
|
|
27661
|
+
* Configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See S3 Encryption.
|
|
27662
|
+
*/
|
|
27663
|
+
s3Encryption?: outputs.synthetics.CanaryArtifactConfigS3Encryption;
|
|
27664
|
+
}
|
|
27665
|
+
interface CanaryArtifactConfigS3Encryption {
|
|
27666
|
+
/**
|
|
27667
|
+
* The encryption method to use for artifacts created by this canary. Valid values are: `SSE-S3` and `SSE-KMS`.
|
|
27668
|
+
*/
|
|
27669
|
+
encryptionMode?: string;
|
|
27670
|
+
/**
|
|
27671
|
+
* The ARN of the customer-managed KMS key to use, if you specify `SSE-KMS` for `encryptionMode`.
|
|
27672
|
+
*/
|
|
27673
|
+
kmsKeyArn?: string;
|
|
27674
|
+
}
|
|
27639
27675
|
interface CanaryRunConfig {
|
|
27640
27676
|
/**
|
|
27641
27677
|
* 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.
|