@pulumi/aws 4.27.2 → 4.28.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/amplify/branch.d.ts +2 -2
- package/amplify/branch.js +2 -2
- package/batch/jobQueue.d.ts +3 -6
- package/batch/jobQueue.js.map +1 -1
- package/cloudfront/cachePolicy.d.ts +3 -7
- package/cloudfront/cachePolicy.js +4 -1
- package/cloudfront/cachePolicy.js.map +1 -1
- package/cloudfront/fieldLevelEncryptionConfig.d.ts +129 -0
- package/cloudfront/fieldLevelEncryptionConfig.js +105 -0
- package/cloudfront/fieldLevelEncryptionConfig.js.map +1 -0
- package/cloudfront/fieldLevelEncryptionProfile.d.ts +125 -0
- package/cloudfront/fieldLevelEncryptionProfile.js +98 -0
- package/cloudfront/fieldLevelEncryptionProfile.js.map +1 -0
- package/cloudfront/function.d.ts +10 -2
- package/cloudfront/function.js +2 -0
- package/cloudfront/function.js.map +1 -1
- package/cloudfront/index.d.ts +2 -0
- package/cloudfront/index.js +10 -0
- package/cloudfront/index.js.map +1 -1
- package/cloudfront/originRequestPolicy.d.ts +0 -4
- package/cloudfront/originRequestPolicy.js +1 -1
- package/cloudfront/originRequestPolicy.js.map +1 -1
- package/cloudwatch/eventBusPolicy.d.ts +1 -1
- package/cloudwatch/eventBusPolicy.js +1 -1
- package/cloudwatch/eventPermission.d.ts +2 -0
- package/cloudwatch/eventPermission.js +2 -0
- package/cloudwatch/eventPermission.js.map +1 -1
- package/cloudwatch/getEventConnection.d.ts +1 -1
- package/cloudwatch/getEventConnection.js +1 -1
- package/docdb/cluster.d.ts +12 -0
- package/docdb/cluster.js +2 -0
- package/docdb/cluster.js.map +1 -1
- package/docdb/globalCluster.d.ts +218 -0
- package/docdb/globalCluster.js +169 -0
- package/docdb/globalCluster.js.map +1 -0
- package/docdb/index.d.ts +1 -0
- package/docdb/index.js +5 -0
- package/docdb/index.js.map +1 -1
- package/ebs/encryptionByDefault.d.ts +8 -0
- package/ebs/encryptionByDefault.js +8 -0
- package/ebs/encryptionByDefault.js.map +1 -1
- package/ec2/getKeyPair.d.ts +93 -0
- package/ec2/getKeyPair.js +51 -0
- package/ec2/getKeyPair.js.map +1 -0
- package/ec2/index.d.ts +1 -0
- package/ec2/index.js +1 -0
- package/ec2/index.js.map +1 -1
- package/ec2/keyPair.d.ts +1 -1
- package/ec2/securityGroupRule.d.ts +1 -1
- package/ec2/securityGroupRule.js +1 -1
- package/eks/nodeGroup.d.ts +3 -3
- package/emr/cluster.d.ts +2 -2
- package/emr/cluster.js +2 -2
- package/lambda/function.d.ts +3 -3
- package/lambda/function.js +3 -3
- package/lambda/permission.d.ts +4 -4
- package/lambda/permission.js +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/rds/cluster.d.ts +6 -6
- package/s3/bucketIntelligentTieringConfiguration.d.ts +154 -0
- package/s3/bucketIntelligentTieringConfiguration.js +122 -0
- package/s3/bucketIntelligentTieringConfiguration.js.map +1 -0
- package/s3/index.d.ts +1 -0
- package/s3/index.js +5 -0
- package/s3/index.js.map +1 -1
- package/sns/smsPreferences.d.ts +1 -1
- package/types/input.d.ts +278 -153
- package/types/output.d.ts +116 -1
package/types/input.d.ts
CHANGED
|
@@ -153,6 +153,7 @@ export interface ProviderEndpoint {
|
|
|
153
153
|
acm?: pulumi.Input<string>;
|
|
154
154
|
acmpca?: pulumi.Input<string>;
|
|
155
155
|
alexaforbusiness?: pulumi.Input<string>;
|
|
156
|
+
amp?: pulumi.Input<string>;
|
|
156
157
|
amplify?: pulumi.Input<string>;
|
|
157
158
|
amplifybackend?: pulumi.Input<string>;
|
|
158
159
|
apigateway?: pulumi.Input<string>;
|
|
@@ -254,6 +255,8 @@ export interface ProviderEndpoint {
|
|
|
254
255
|
emr?: pulumi.Input<string>;
|
|
255
256
|
emrcontainers?: pulumi.Input<string>;
|
|
256
257
|
es?: pulumi.Input<string>;
|
|
258
|
+
eventbridge?: pulumi.Input<string>;
|
|
259
|
+
events?: pulumi.Input<string>;
|
|
257
260
|
finspace?: pulumi.Input<string>;
|
|
258
261
|
finspacedata?: pulumi.Input<string>;
|
|
259
262
|
firehose?: pulumi.Input<string>;
|
|
@@ -5126,7 +5129,7 @@ export declare namespace batch {
|
|
|
5126
5129
|
*/
|
|
5127
5130
|
allocationStrategy?: pulumi.Input<string>;
|
|
5128
5131
|
/**
|
|
5129
|
-
* Integer of
|
|
5132
|
+
* Integer of maximum percentage that a Spot Instance price can be when compared with the On-Demand price for that instance type before instances are launched. For example, if your bid percentage is 20% (`20`), then the Spot price must be below 20% of the current On-Demand price for that EC2 instance. If you leave this field empty, the default value is 100% of the On-Demand price. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.
|
|
5130
5133
|
*/
|
|
5131
5134
|
bidPercentage?: pulumi.Input<number>;
|
|
5132
5135
|
/**
|
|
@@ -6272,6 +6275,76 @@ export declare namespace cloudfront {
|
|
|
6272
6275
|
minimumProtocolVersion?: pulumi.Input<string>;
|
|
6273
6276
|
sslSupportMethod?: pulumi.Input<string>;
|
|
6274
6277
|
}
|
|
6278
|
+
interface FieldLevelEncryptionConfigContentTypeProfileConfig {
|
|
6279
|
+
/**
|
|
6280
|
+
* Object that contains an attribute `items` that contains the list of configurations for a field-level encryption content type-profile. See Content Type Profile.
|
|
6281
|
+
*/
|
|
6282
|
+
contentTypeProfiles: pulumi.Input<inputs.cloudfront.FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles>;
|
|
6283
|
+
/**
|
|
6284
|
+
* specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.
|
|
6285
|
+
*/
|
|
6286
|
+
forwardWhenContentTypeIsUnknown: pulumi.Input<boolean>;
|
|
6287
|
+
}
|
|
6288
|
+
interface FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfiles {
|
|
6289
|
+
items: pulumi.Input<pulumi.Input<inputs.cloudfront.FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem>[]>;
|
|
6290
|
+
}
|
|
6291
|
+
interface FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem {
|
|
6292
|
+
/**
|
|
6293
|
+
* he content type for a field-level encryption content type-profile mapping. Valid value is `application/x-www-form-urlencoded`.
|
|
6294
|
+
*/
|
|
6295
|
+
contentType: pulumi.Input<string>;
|
|
6296
|
+
/**
|
|
6297
|
+
* The format for a field-level encryption content type-profile mapping. Valid value is `URLEncoded`.
|
|
6298
|
+
*/
|
|
6299
|
+
format: pulumi.Input<string>;
|
|
6300
|
+
/**
|
|
6301
|
+
* ID of profile to use for field-level encryption query argument-profile mapping
|
|
6302
|
+
*/
|
|
6303
|
+
profileId?: pulumi.Input<string>;
|
|
6304
|
+
}
|
|
6305
|
+
interface FieldLevelEncryptionConfigQueryArgProfileConfig {
|
|
6306
|
+
/**
|
|
6307
|
+
* Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.
|
|
6308
|
+
*/
|
|
6309
|
+
forwardWhenQueryArgProfileIsUnknown: pulumi.Input<boolean>;
|
|
6310
|
+
/**
|
|
6311
|
+
* Object that contains an attribute `items` that contains the list ofrofiles specified for query argument-profile mapping for field-level encryption. see Query Arg Profile.
|
|
6312
|
+
*/
|
|
6313
|
+
queryArgProfiles?: pulumi.Input<inputs.cloudfront.FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles>;
|
|
6314
|
+
}
|
|
6315
|
+
interface FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles {
|
|
6316
|
+
items?: pulumi.Input<pulumi.Input<inputs.cloudfront.FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem>[]>;
|
|
6317
|
+
}
|
|
6318
|
+
interface FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem {
|
|
6319
|
+
/**
|
|
6320
|
+
* ID of profile to use for field-level encryption query argument-profile mapping
|
|
6321
|
+
*/
|
|
6322
|
+
profileId: pulumi.Input<string>;
|
|
6323
|
+
/**
|
|
6324
|
+
* Query argument for field-level encryption query argument-profile mapping.
|
|
6325
|
+
*/
|
|
6326
|
+
queryArg: pulumi.Input<string>;
|
|
6327
|
+
}
|
|
6328
|
+
interface FieldLevelEncryptionProfileEncryptionEntities {
|
|
6329
|
+
items?: pulumi.Input<pulumi.Input<inputs.cloudfront.FieldLevelEncryptionProfileEncryptionEntitiesItem>[]>;
|
|
6330
|
+
}
|
|
6331
|
+
interface FieldLevelEncryptionProfileEncryptionEntitiesItem {
|
|
6332
|
+
/**
|
|
6333
|
+
* Object that contains an attribute `items` that contains the list of field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.
|
|
6334
|
+
*/
|
|
6335
|
+
fieldPatterns: pulumi.Input<inputs.cloudfront.FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns>;
|
|
6336
|
+
/**
|
|
6337
|
+
* The provider associated with the public key being used for encryption.
|
|
6338
|
+
*/
|
|
6339
|
+
providerId: pulumi.Input<string>;
|
|
6340
|
+
/**
|
|
6341
|
+
* The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
|
|
6342
|
+
*/
|
|
6343
|
+
publicKeyId: pulumi.Input<string>;
|
|
6344
|
+
}
|
|
6345
|
+
interface FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatterns {
|
|
6346
|
+
items?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6347
|
+
}
|
|
6275
6348
|
interface MonitoringSubscriptionMonitoringSubscription {
|
|
6276
6349
|
/**
|
|
6277
6350
|
* A subscription configuration for additional CloudWatch metrics. See below.
|
|
@@ -8769,6 +8842,16 @@ export declare namespace docdb {
|
|
|
8769
8842
|
*/
|
|
8770
8843
|
value: pulumi.Input<string>;
|
|
8771
8844
|
}
|
|
8845
|
+
interface GlobalClusterGlobalClusterMember {
|
|
8846
|
+
/**
|
|
8847
|
+
* Amazon Resource Name (ARN) of member DB Cluster.
|
|
8848
|
+
*/
|
|
8849
|
+
dbClusterArn?: pulumi.Input<string>;
|
|
8850
|
+
/**
|
|
8851
|
+
* Whether the member is the primary DB Cluster.
|
|
8852
|
+
*/
|
|
8853
|
+
isWriter?: pulumi.Input<boolean>;
|
|
8854
|
+
}
|
|
8772
8855
|
}
|
|
8773
8856
|
export declare namespace dynamodb {
|
|
8774
8857
|
interface GetTableServerSideEncryption {
|
|
@@ -9468,19 +9551,19 @@ export declare namespace ec2 {
|
|
|
9468
9551
|
*/
|
|
9469
9552
|
perHourPartition?: pulumi.Input<boolean>;
|
|
9470
9553
|
}
|
|
9471
|
-
interface
|
|
9554
|
+
interface GetAmiFilter {
|
|
9472
9555
|
/**
|
|
9473
9556
|
* The name of the AMI that was provided during image creation.
|
|
9474
9557
|
*/
|
|
9475
|
-
name:
|
|
9476
|
-
values:
|
|
9558
|
+
name: string;
|
|
9559
|
+
values: string[];
|
|
9477
9560
|
}
|
|
9478
|
-
interface
|
|
9561
|
+
interface GetAmiFilterArgs {
|
|
9479
9562
|
/**
|
|
9480
9563
|
* The name of the AMI that was provided during image creation.
|
|
9481
9564
|
*/
|
|
9482
|
-
name: string
|
|
9483
|
-
values: string[]
|
|
9565
|
+
name: pulumi.Input<string>;
|
|
9566
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9484
9567
|
}
|
|
9485
9568
|
interface GetAmiIdsFilterArgs {
|
|
9486
9569
|
name: pulumi.Input<string>;
|
|
@@ -9514,38 +9597,38 @@ export declare namespace ec2 {
|
|
|
9514
9597
|
*/
|
|
9515
9598
|
values: string[];
|
|
9516
9599
|
}
|
|
9517
|
-
interface
|
|
9600
|
+
interface GetCoipPoolsFilterArgs {
|
|
9518
9601
|
/**
|
|
9519
9602
|
* The name of the field to filter by, as defined by
|
|
9520
9603
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
|
|
9521
9604
|
*/
|
|
9522
|
-
name: string
|
|
9605
|
+
name: pulumi.Input<string>;
|
|
9523
9606
|
/**
|
|
9524
9607
|
* Set of values that are accepted for the given field.
|
|
9525
9608
|
* A COIP Pool will be selected if any one of the given values matches.
|
|
9526
9609
|
*/
|
|
9527
|
-
values: string[]
|
|
9610
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9528
9611
|
}
|
|
9529
|
-
interface
|
|
9612
|
+
interface GetCoipPoolsFilter {
|
|
9530
9613
|
/**
|
|
9531
9614
|
* The name of the field to filter by, as defined by
|
|
9532
9615
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
|
|
9533
9616
|
*/
|
|
9534
|
-
name:
|
|
9617
|
+
name: string;
|
|
9535
9618
|
/**
|
|
9536
9619
|
* Set of values that are accepted for the given field.
|
|
9537
9620
|
* A COIP Pool will be selected if any one of the given values matches.
|
|
9538
9621
|
*/
|
|
9539
|
-
values:
|
|
9540
|
-
}
|
|
9541
|
-
interface GetCustomerGatewayFilterArgs {
|
|
9542
|
-
name: pulumi.Input<string>;
|
|
9543
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9622
|
+
values: string[];
|
|
9544
9623
|
}
|
|
9545
9624
|
interface GetCustomerGatewayFilter {
|
|
9546
9625
|
name: string;
|
|
9547
9626
|
values: string[];
|
|
9548
9627
|
}
|
|
9628
|
+
interface GetCustomerGatewayFilterArgs {
|
|
9629
|
+
name: pulumi.Input<string>;
|
|
9630
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9631
|
+
}
|
|
9549
9632
|
interface GetDedicatedHostFilterArgs {
|
|
9550
9633
|
/**
|
|
9551
9634
|
* 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).
|
|
@@ -9566,15 +9649,11 @@ export declare namespace ec2 {
|
|
|
9566
9649
|
*/
|
|
9567
9650
|
values: string[];
|
|
9568
9651
|
}
|
|
9569
|
-
interface GetElasticIpFilterArgs {
|
|
9570
|
-
name: pulumi.Input<string>;
|
|
9571
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9572
|
-
}
|
|
9573
9652
|
interface GetElasticIpFilter {
|
|
9574
9653
|
name: string;
|
|
9575
9654
|
values: string[];
|
|
9576
9655
|
}
|
|
9577
|
-
interface
|
|
9656
|
+
interface GetElasticIpFilterArgs {
|
|
9578
9657
|
name: pulumi.Input<string>;
|
|
9579
9658
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9580
9659
|
}
|
|
@@ -9582,6 +9661,10 @@ export declare namespace ec2 {
|
|
|
9582
9661
|
name: string;
|
|
9583
9662
|
values: string[];
|
|
9584
9663
|
}
|
|
9664
|
+
interface GetInstanceFilterArgs {
|
|
9665
|
+
name: pulumi.Input<string>;
|
|
9666
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9667
|
+
}
|
|
9585
9668
|
interface GetInstanceTypeFpga {
|
|
9586
9669
|
count?: number;
|
|
9587
9670
|
manufacturer?: string;
|
|
@@ -9600,15 +9683,6 @@ export declare namespace ec2 {
|
|
|
9600
9683
|
memorySize?: pulumi.Input<number>;
|
|
9601
9684
|
name?: pulumi.Input<string>;
|
|
9602
9685
|
}
|
|
9603
|
-
interface GetInstanceTypeGpusArgs {
|
|
9604
|
-
count?: pulumi.Input<number>;
|
|
9605
|
-
manufacturer?: pulumi.Input<string>;
|
|
9606
|
-
/**
|
|
9607
|
-
* Size of the instance memory, in MiB.
|
|
9608
|
-
*/
|
|
9609
|
-
memorySize?: pulumi.Input<number>;
|
|
9610
|
-
name?: pulumi.Input<string>;
|
|
9611
|
-
}
|
|
9612
9686
|
interface GetInstanceTypeGpus {
|
|
9613
9687
|
count?: number;
|
|
9614
9688
|
manufacturer?: string;
|
|
@@ -9618,16 +9692,25 @@ export declare namespace ec2 {
|
|
|
9618
9692
|
memorySize?: number;
|
|
9619
9693
|
name?: string;
|
|
9620
9694
|
}
|
|
9621
|
-
interface
|
|
9622
|
-
count?: number
|
|
9623
|
-
manufacturer?: string
|
|
9624
|
-
|
|
9695
|
+
interface GetInstanceTypeGpusArgs {
|
|
9696
|
+
count?: pulumi.Input<number>;
|
|
9697
|
+
manufacturer?: pulumi.Input<string>;
|
|
9698
|
+
/**
|
|
9699
|
+
* Size of the instance memory, in MiB.
|
|
9700
|
+
*/
|
|
9701
|
+
memorySize?: pulumi.Input<number>;
|
|
9702
|
+
name?: pulumi.Input<string>;
|
|
9625
9703
|
}
|
|
9626
9704
|
interface GetInstanceTypeInferenceAcceleratorArgs {
|
|
9627
9705
|
count?: pulumi.Input<number>;
|
|
9628
9706
|
manufacturer?: pulumi.Input<string>;
|
|
9629
9707
|
name?: pulumi.Input<string>;
|
|
9630
9708
|
}
|
|
9709
|
+
interface GetInstanceTypeInferenceAccelerator {
|
|
9710
|
+
count?: number;
|
|
9711
|
+
manufacturer?: string;
|
|
9712
|
+
name?: string;
|
|
9713
|
+
}
|
|
9631
9714
|
interface GetInstanceTypeInstanceDisk {
|
|
9632
9715
|
count?: number;
|
|
9633
9716
|
size?: number;
|
|
@@ -9638,25 +9721,25 @@ export declare namespace ec2 {
|
|
|
9638
9721
|
size?: pulumi.Input<number>;
|
|
9639
9722
|
type?: pulumi.Input<string>;
|
|
9640
9723
|
}
|
|
9641
|
-
interface
|
|
9724
|
+
interface GetInstanceTypeOfferingFilter {
|
|
9642
9725
|
/**
|
|
9643
9726
|
* Name of the filter. The `location` filter depends on the top-level `locationType` argument and if not specified, defaults to the current region.
|
|
9644
9727
|
*/
|
|
9645
|
-
name:
|
|
9728
|
+
name: string;
|
|
9646
9729
|
/**
|
|
9647
9730
|
* List of one or more values for the filter.
|
|
9648
9731
|
*/
|
|
9649
|
-
values:
|
|
9732
|
+
values: string[];
|
|
9650
9733
|
}
|
|
9651
|
-
interface
|
|
9734
|
+
interface GetInstanceTypeOfferingFilterArgs {
|
|
9652
9735
|
/**
|
|
9653
9736
|
* Name of the filter. The `location` filter depends on the top-level `locationType` argument and if not specified, defaults to the current region.
|
|
9654
9737
|
*/
|
|
9655
|
-
name: string
|
|
9738
|
+
name: pulumi.Input<string>;
|
|
9656
9739
|
/**
|
|
9657
9740
|
* List of one or more values for the filter.
|
|
9658
9741
|
*/
|
|
9659
|
-
values: string[]
|
|
9742
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9660
9743
|
}
|
|
9661
9744
|
interface GetInstanceTypeOfferingsFilter {
|
|
9662
9745
|
/**
|
|
@@ -9686,33 +9769,43 @@ export declare namespace ec2 {
|
|
|
9686
9769
|
name: pulumi.Input<string>;
|
|
9687
9770
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9688
9771
|
}
|
|
9689
|
-
interface
|
|
9772
|
+
interface GetInternetGatewayFilter {
|
|
9690
9773
|
/**
|
|
9691
9774
|
* The name of the field to filter by, as defined by
|
|
9692
9775
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInternetGateways.html).
|
|
9693
9776
|
*/
|
|
9694
|
-
name:
|
|
9777
|
+
name: string;
|
|
9695
9778
|
/**
|
|
9696
9779
|
* Set of values that are accepted for the given field.
|
|
9697
9780
|
* An Internet Gateway will be selected if any one of the given values matches.
|
|
9698
9781
|
*/
|
|
9699
|
-
values:
|
|
9782
|
+
values: string[];
|
|
9700
9783
|
}
|
|
9701
|
-
interface
|
|
9784
|
+
interface GetInternetGatewayFilterArgs {
|
|
9702
9785
|
/**
|
|
9703
9786
|
* The name of the field to filter by, as defined by
|
|
9704
9787
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInternetGateways.html).
|
|
9705
9788
|
*/
|
|
9706
|
-
name: string
|
|
9789
|
+
name: pulumi.Input<string>;
|
|
9707
9790
|
/**
|
|
9708
9791
|
* Set of values that are accepted for the given field.
|
|
9709
9792
|
* An Internet Gateway will be selected if any one of the given values matches.
|
|
9710
9793
|
*/
|
|
9711
|
-
values: string[]
|
|
9794
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9712
9795
|
}
|
|
9713
|
-
interface
|
|
9796
|
+
interface GetKeyPairFilterArgs {
|
|
9714
9797
|
/**
|
|
9715
|
-
* The name of the filter field. Valid values can be found in the [EC2
|
|
9798
|
+
* The name of the filter field. Valid values can be found in the [EC2 DescribeKeyPairs API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeKeyPairs.html).
|
|
9799
|
+
*/
|
|
9800
|
+
name: pulumi.Input<string>;
|
|
9801
|
+
/**
|
|
9802
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
9803
|
+
*/
|
|
9804
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9805
|
+
}
|
|
9806
|
+
interface GetKeyPairFilter {
|
|
9807
|
+
/**
|
|
9808
|
+
* The name of the filter field. Valid values can be found in the [EC2 DescribeKeyPairs API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeKeyPairs.html).
|
|
9716
9809
|
*/
|
|
9717
9810
|
name: string;
|
|
9718
9811
|
/**
|
|
@@ -9730,17 +9823,15 @@ export declare namespace ec2 {
|
|
|
9730
9823
|
*/
|
|
9731
9824
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9732
9825
|
}
|
|
9733
|
-
interface
|
|
9826
|
+
interface GetLaunchTemplateFilter {
|
|
9734
9827
|
/**
|
|
9735
|
-
* The name of the field
|
|
9736
|
-
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
|
|
9828
|
+
* 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).
|
|
9737
9829
|
*/
|
|
9738
|
-
name:
|
|
9830
|
+
name: string;
|
|
9739
9831
|
/**
|
|
9740
|
-
* Set of values that are accepted for the given field.
|
|
9741
|
-
* A Local Gateway will be selected if any one of the given values matches.
|
|
9832
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
9742
9833
|
*/
|
|
9743
|
-
values:
|
|
9834
|
+
values: string[];
|
|
9744
9835
|
}
|
|
9745
9836
|
interface GetLocalGatewayFilter {
|
|
9746
9837
|
/**
|
|
@@ -9754,15 +9845,15 @@ export declare namespace ec2 {
|
|
|
9754
9845
|
*/
|
|
9755
9846
|
values: string[];
|
|
9756
9847
|
}
|
|
9757
|
-
interface
|
|
9848
|
+
interface GetLocalGatewayFilterArgs {
|
|
9758
9849
|
/**
|
|
9759
9850
|
* The name of the field to filter by, as defined by
|
|
9760
|
-
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/
|
|
9851
|
+
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
|
|
9761
9852
|
*/
|
|
9762
9853
|
name: pulumi.Input<string>;
|
|
9763
9854
|
/**
|
|
9764
9855
|
* Set of values that are accepted for the given field.
|
|
9765
|
-
* A
|
|
9856
|
+
* A Local Gateway will be selected if any one of the given values matches.
|
|
9766
9857
|
*/
|
|
9767
9858
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9768
9859
|
}
|
|
@@ -9778,17 +9869,17 @@ export declare namespace ec2 {
|
|
|
9778
9869
|
*/
|
|
9779
9870
|
values: string[];
|
|
9780
9871
|
}
|
|
9781
|
-
interface
|
|
9872
|
+
interface GetLocalGatewayRouteTableFilterArgs {
|
|
9782
9873
|
/**
|
|
9783
9874
|
* The name of the field to filter by, as defined by
|
|
9784
9875
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
9785
9876
|
*/
|
|
9786
|
-
name: string
|
|
9877
|
+
name: pulumi.Input<string>;
|
|
9787
9878
|
/**
|
|
9788
9879
|
* Set of values that are accepted for the given field.
|
|
9789
|
-
* A
|
|
9880
|
+
* A local gateway route table will be selected if any one of the given values matches.
|
|
9790
9881
|
*/
|
|
9791
|
-
values: string[]
|
|
9882
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9792
9883
|
}
|
|
9793
9884
|
interface GetLocalGatewayRouteTablesFilterArgs {
|
|
9794
9885
|
/**
|
|
@@ -9802,6 +9893,18 @@ export declare namespace ec2 {
|
|
|
9802
9893
|
*/
|
|
9803
9894
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9804
9895
|
}
|
|
9896
|
+
interface GetLocalGatewayRouteTablesFilter {
|
|
9897
|
+
/**
|
|
9898
|
+
* The name of the field to filter by, as defined by
|
|
9899
|
+
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
9900
|
+
*/
|
|
9901
|
+
name: string;
|
|
9902
|
+
/**
|
|
9903
|
+
* Set of values that are accepted for the given field.
|
|
9904
|
+
* A Local Gateway Route Table will be selected if any one of the given values matches.
|
|
9905
|
+
*/
|
|
9906
|
+
values: string[];
|
|
9907
|
+
}
|
|
9805
9908
|
interface GetLocalGatewayVirtualInterfaceFilterArgs {
|
|
9806
9909
|
/**
|
|
9807
9910
|
* Name of the filter.
|
|
@@ -9822,16 +9925,6 @@ export declare namespace ec2 {
|
|
|
9822
9925
|
*/
|
|
9823
9926
|
values: string[];
|
|
9824
9927
|
}
|
|
9825
|
-
interface GetLocalGatewayVirtualInterfaceGroupFilterArgs {
|
|
9826
|
-
/**
|
|
9827
|
-
* Name of the filter.
|
|
9828
|
-
*/
|
|
9829
|
-
name: pulumi.Input<string>;
|
|
9830
|
-
/**
|
|
9831
|
-
* List of one or more values for the filter.
|
|
9832
|
-
*/
|
|
9833
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9834
|
-
}
|
|
9835
9928
|
interface GetLocalGatewayVirtualInterfaceGroupFilter {
|
|
9836
9929
|
/**
|
|
9837
9930
|
* Name of the filter.
|
|
@@ -9842,7 +9935,7 @@ export declare namespace ec2 {
|
|
|
9842
9935
|
*/
|
|
9843
9936
|
values: string[];
|
|
9844
9937
|
}
|
|
9845
|
-
interface
|
|
9938
|
+
interface GetLocalGatewayVirtualInterfaceGroupFilterArgs {
|
|
9846
9939
|
/**
|
|
9847
9940
|
* Name of the filter.
|
|
9848
9941
|
*/
|
|
@@ -9862,6 +9955,16 @@ export declare namespace ec2 {
|
|
|
9862
9955
|
*/
|
|
9863
9956
|
values: string[];
|
|
9864
9957
|
}
|
|
9958
|
+
interface GetLocalGatewayVirtualInterfaceGroupsFilterArgs {
|
|
9959
|
+
/**
|
|
9960
|
+
* Name of the filter.
|
|
9961
|
+
*/
|
|
9962
|
+
name: pulumi.Input<string>;
|
|
9963
|
+
/**
|
|
9964
|
+
* List of one or more values for the filter.
|
|
9965
|
+
*/
|
|
9966
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9967
|
+
}
|
|
9865
9968
|
interface GetLocalGatewaysFilter {
|
|
9866
9969
|
/**
|
|
9867
9970
|
* The name of the field to filter by, as defined by
|
|
@@ -9906,83 +10009,83 @@ export declare namespace ec2 {
|
|
|
9906
10009
|
*/
|
|
9907
10010
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9908
10011
|
}
|
|
9909
|
-
interface
|
|
10012
|
+
interface GetNatGatewayFilterArgs {
|
|
9910
10013
|
/**
|
|
9911
10014
|
* The name of the field to filter by, as defined by
|
|
9912
10015
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).
|
|
9913
10016
|
*/
|
|
9914
|
-
name: string
|
|
10017
|
+
name: pulumi.Input<string>;
|
|
9915
10018
|
/**
|
|
9916
10019
|
* Set of values that are accepted for the given field.
|
|
9917
10020
|
* An Nat Gateway will be selected if any one of the given values matches.
|
|
9918
10021
|
*/
|
|
9919
|
-
values: string[]
|
|
10022
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9920
10023
|
}
|
|
9921
|
-
interface
|
|
10024
|
+
interface GetNatGatewayFilter {
|
|
9922
10025
|
/**
|
|
9923
10026
|
* The name of the field to filter by, as defined by
|
|
9924
10027
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).
|
|
9925
10028
|
*/
|
|
9926
|
-
name:
|
|
10029
|
+
name: string;
|
|
9927
10030
|
/**
|
|
9928
10031
|
* Set of values that are accepted for the given field.
|
|
9929
10032
|
* An Nat Gateway will be selected if any one of the given values matches.
|
|
9930
10033
|
*/
|
|
9931
|
-
values:
|
|
10034
|
+
values: string[];
|
|
9932
10035
|
}
|
|
9933
|
-
interface
|
|
10036
|
+
interface GetNetworkAclsFilter {
|
|
9934
10037
|
/**
|
|
9935
10038
|
* The name of the field to filter by, as defined by
|
|
9936
10039
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkAcls.html).
|
|
9937
10040
|
*/
|
|
9938
|
-
name:
|
|
10041
|
+
name: string;
|
|
9939
10042
|
/**
|
|
9940
10043
|
* Set of values that are accepted for the given field.
|
|
9941
10044
|
* A VPC will be selected if any one of the given values matches.
|
|
9942
10045
|
*/
|
|
9943
|
-
values:
|
|
10046
|
+
values: string[];
|
|
9944
10047
|
}
|
|
9945
|
-
interface
|
|
10048
|
+
interface GetNetworkAclsFilterArgs {
|
|
9946
10049
|
/**
|
|
9947
10050
|
* The name of the field to filter by, as defined by
|
|
9948
10051
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkAcls.html).
|
|
9949
10052
|
*/
|
|
9950
|
-
name: string
|
|
10053
|
+
name: pulumi.Input<string>;
|
|
9951
10054
|
/**
|
|
9952
10055
|
* Set of values that are accepted for the given field.
|
|
9953
10056
|
* A VPC will be selected if any one of the given values matches.
|
|
9954
10057
|
*/
|
|
9955
|
-
values: string[]
|
|
9956
|
-
}
|
|
9957
|
-
interface GetNetworkInterfaceFilter {
|
|
9958
|
-
name: string;
|
|
9959
|
-
values: string[];
|
|
10058
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9960
10059
|
}
|
|
9961
10060
|
interface GetNetworkInterfaceFilterArgs {
|
|
9962
10061
|
name: pulumi.Input<string>;
|
|
9963
10062
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9964
10063
|
}
|
|
9965
|
-
interface
|
|
10064
|
+
interface GetNetworkInterfaceFilter {
|
|
10065
|
+
name: string;
|
|
10066
|
+
values: string[];
|
|
10067
|
+
}
|
|
10068
|
+
interface GetNetworkInterfacesFilterArgs {
|
|
9966
10069
|
/**
|
|
9967
10070
|
* The name of the field to filter by, as defined by
|
|
9968
10071
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInterfaces.html).
|
|
9969
10072
|
*/
|
|
9970
|
-
name: string
|
|
10073
|
+
name: pulumi.Input<string>;
|
|
9971
10074
|
/**
|
|
9972
10075
|
* Set of values that are accepted for the given field.
|
|
9973
10076
|
*/
|
|
9974
|
-
values: string[]
|
|
10077
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9975
10078
|
}
|
|
9976
|
-
interface
|
|
10079
|
+
interface GetNetworkInterfacesFilter {
|
|
9977
10080
|
/**
|
|
9978
10081
|
* The name of the field to filter by, as defined by
|
|
9979
10082
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInterfaces.html).
|
|
9980
10083
|
*/
|
|
9981
|
-
name:
|
|
10084
|
+
name: string;
|
|
9982
10085
|
/**
|
|
9983
10086
|
* Set of values that are accepted for the given field.
|
|
9984
10087
|
*/
|
|
9985
|
-
values:
|
|
10088
|
+
values: string[];
|
|
9986
10089
|
}
|
|
9987
10090
|
interface GetPrefixListFilterArgs {
|
|
9988
10091
|
/**
|
|
@@ -10048,29 +10151,29 @@ export declare namespace ec2 {
|
|
|
10048
10151
|
*/
|
|
10049
10152
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10050
10153
|
}
|
|
10051
|
-
interface
|
|
10154
|
+
interface GetSecurityGroupFilterArgs {
|
|
10052
10155
|
/**
|
|
10053
10156
|
* The name of the field to filter by, as defined by
|
|
10054
10157
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html).
|
|
10055
10158
|
*/
|
|
10056
|
-
name: string
|
|
10159
|
+
name: pulumi.Input<string>;
|
|
10057
10160
|
/**
|
|
10058
10161
|
* Set of values that are accepted for the given field.
|
|
10059
10162
|
* A Security Group will be selected if any one of the given values matches.
|
|
10060
10163
|
*/
|
|
10061
|
-
values: string[]
|
|
10164
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10062
10165
|
}
|
|
10063
|
-
interface
|
|
10166
|
+
interface GetSecurityGroupFilter {
|
|
10064
10167
|
/**
|
|
10065
10168
|
* The name of the field to filter by, as defined by
|
|
10066
10169
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html).
|
|
10067
10170
|
*/
|
|
10068
|
-
name:
|
|
10171
|
+
name: string;
|
|
10069
10172
|
/**
|
|
10070
10173
|
* Set of values that are accepted for the given field.
|
|
10071
10174
|
* A Security Group will be selected if any one of the given values matches.
|
|
10072
10175
|
*/
|
|
10073
|
-
values:
|
|
10176
|
+
values: string[];
|
|
10074
10177
|
}
|
|
10075
10178
|
interface GetSecurityGroupsFilter {
|
|
10076
10179
|
name: string;
|
|
@@ -10080,45 +10183,45 @@ export declare namespace ec2 {
|
|
|
10080
10183
|
name: pulumi.Input<string>;
|
|
10081
10184
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10082
10185
|
}
|
|
10083
|
-
interface
|
|
10186
|
+
interface GetSpotPriceFilter {
|
|
10084
10187
|
/**
|
|
10085
10188
|
* Name of the filter.
|
|
10086
10189
|
*/
|
|
10087
|
-
name:
|
|
10190
|
+
name: string;
|
|
10088
10191
|
/**
|
|
10089
10192
|
* List of one or more values for the filter.
|
|
10090
10193
|
*/
|
|
10091
|
-
values:
|
|
10194
|
+
values: string[];
|
|
10092
10195
|
}
|
|
10093
|
-
interface
|
|
10196
|
+
interface GetSpotPriceFilterArgs {
|
|
10094
10197
|
/**
|
|
10095
10198
|
* Name of the filter.
|
|
10096
10199
|
*/
|
|
10097
|
-
name: string
|
|
10200
|
+
name: pulumi.Input<string>;
|
|
10098
10201
|
/**
|
|
10099
10202
|
* List of one or more values for the filter.
|
|
10100
10203
|
*/
|
|
10101
|
-
values: string[]
|
|
10204
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10102
10205
|
}
|
|
10103
|
-
interface
|
|
10206
|
+
interface GetSubnetFilter {
|
|
10104
10207
|
/**
|
|
10105
10208
|
* 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).
|
|
10106
10209
|
*/
|
|
10107
|
-
name:
|
|
10210
|
+
name: string;
|
|
10108
10211
|
/**
|
|
10109
10212
|
* Set of values that are accepted for the given field. A subnet will be selected if any one of the given values matches.
|
|
10110
10213
|
*/
|
|
10111
|
-
values:
|
|
10214
|
+
values: string[];
|
|
10112
10215
|
}
|
|
10113
|
-
interface
|
|
10216
|
+
interface GetSubnetFilterArgs {
|
|
10114
10217
|
/**
|
|
10115
10218
|
* 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).
|
|
10116
10219
|
*/
|
|
10117
|
-
name: string
|
|
10220
|
+
name: pulumi.Input<string>;
|
|
10118
10221
|
/**
|
|
10119
10222
|
* Set of values that are accepted for the given field. A subnet will be selected if any one of the given values matches.
|
|
10120
10223
|
*/
|
|
10121
|
-
values: string[]
|
|
10224
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10122
10225
|
}
|
|
10123
10226
|
interface GetSubnetIdsFilterArgs {
|
|
10124
10227
|
/**
|
|
@@ -10172,29 +10275,29 @@ export declare namespace ec2 {
|
|
|
10172
10275
|
*/
|
|
10173
10276
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10174
10277
|
}
|
|
10175
|
-
interface
|
|
10278
|
+
interface GetTransitGatewayRouteTablesFilter {
|
|
10176
10279
|
/**
|
|
10177
10280
|
* The name of the field to filter by, as defined by
|
|
10178
10281
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayRouteTables.html).
|
|
10179
10282
|
*/
|
|
10180
|
-
name:
|
|
10283
|
+
name: string;
|
|
10181
10284
|
/**
|
|
10182
10285
|
* Set of values that are accepted for the given field.
|
|
10183
10286
|
* A Transit Gateway Route Table will be selected if any one of the given values matches.
|
|
10184
10287
|
*/
|
|
10185
|
-
values:
|
|
10288
|
+
values: string[];
|
|
10186
10289
|
}
|
|
10187
|
-
interface
|
|
10290
|
+
interface GetTransitGatewayRouteTablesFilterArgs {
|
|
10188
10291
|
/**
|
|
10189
10292
|
* The name of the field to filter by, as defined by
|
|
10190
10293
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayRouteTables.html).
|
|
10191
10294
|
*/
|
|
10192
|
-
name: string
|
|
10295
|
+
name: pulumi.Input<string>;
|
|
10193
10296
|
/**
|
|
10194
10297
|
* Set of values that are accepted for the given field.
|
|
10195
10298
|
* A Transit Gateway Route Table will be selected if any one of the given values matches.
|
|
10196
10299
|
*/
|
|
10197
|
-
values: string[]
|
|
10300
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10198
10301
|
}
|
|
10199
10302
|
interface GetVpcDhcpOptionsFilter {
|
|
10200
10303
|
/**
|
|
@@ -10240,16 +10343,6 @@ export declare namespace ec2 {
|
|
|
10240
10343
|
*/
|
|
10241
10344
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10242
10345
|
}
|
|
10243
|
-
interface GetVpcEndpointServiceFilterArgs {
|
|
10244
|
-
/**
|
|
10245
|
-
* The name of the filter field. Valid values can be found in the [EC2 DescribeVpcEndpointServices API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpointServices.html).
|
|
10246
|
-
*/
|
|
10247
|
-
name: pulumi.Input<string>;
|
|
10248
|
-
/**
|
|
10249
|
-
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
10250
|
-
*/
|
|
10251
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10252
|
-
}
|
|
10253
10346
|
interface GetVpcEndpointServiceFilter {
|
|
10254
10347
|
/**
|
|
10255
10348
|
* The name of the filter field. Valid values can be found in the [EC2 DescribeVpcEndpointServices API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpointServices.html).
|
|
@@ -10260,17 +10353,15 @@ export declare namespace ec2 {
|
|
|
10260
10353
|
*/
|
|
10261
10354
|
values: string[];
|
|
10262
10355
|
}
|
|
10263
|
-
interface
|
|
10356
|
+
interface GetVpcEndpointServiceFilterArgs {
|
|
10264
10357
|
/**
|
|
10265
|
-
* The name of the field
|
|
10266
|
-
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).
|
|
10358
|
+
* The name of the filter field. Valid values can be found in the [EC2 DescribeVpcEndpointServices API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpointServices.html).
|
|
10267
10359
|
*/
|
|
10268
|
-
name: string
|
|
10360
|
+
name: pulumi.Input<string>;
|
|
10269
10361
|
/**
|
|
10270
|
-
* Set of values that are accepted for the given field.
|
|
10271
|
-
* A VPC will be selected if any one of the given values matches.
|
|
10362
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
10272
10363
|
*/
|
|
10273
|
-
values: string[]
|
|
10364
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10274
10365
|
}
|
|
10275
10366
|
interface GetVpcFilterArgs {
|
|
10276
10367
|
/**
|
|
@@ -10284,17 +10375,17 @@ export declare namespace ec2 {
|
|
|
10284
10375
|
*/
|
|
10285
10376
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10286
10377
|
}
|
|
10287
|
-
interface
|
|
10378
|
+
interface GetVpcFilter {
|
|
10288
10379
|
/**
|
|
10289
10380
|
* The name of the field to filter by, as defined by
|
|
10290
|
-
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/
|
|
10381
|
+
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).
|
|
10291
10382
|
*/
|
|
10292
|
-
name:
|
|
10383
|
+
name: string;
|
|
10293
10384
|
/**
|
|
10294
10385
|
* Set of values that are accepted for the given field.
|
|
10295
|
-
* A VPC
|
|
10386
|
+
* A VPC will be selected if any one of the given values matches.
|
|
10296
10387
|
*/
|
|
10297
|
-
values:
|
|
10388
|
+
values: string[];
|
|
10298
10389
|
}
|
|
10299
10390
|
interface GetVpcPeeringConnectionFilter {
|
|
10300
10391
|
/**
|
|
@@ -10308,17 +10399,17 @@ export declare namespace ec2 {
|
|
|
10308
10399
|
*/
|
|
10309
10400
|
values: string[];
|
|
10310
10401
|
}
|
|
10311
|
-
interface
|
|
10402
|
+
interface GetVpcPeeringConnectionFilterArgs {
|
|
10312
10403
|
/**
|
|
10313
10404
|
* The name of the field to filter by, as defined by
|
|
10314
10405
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).
|
|
10315
10406
|
*/
|
|
10316
|
-
name: string
|
|
10407
|
+
name: pulumi.Input<string>;
|
|
10317
10408
|
/**
|
|
10318
10409
|
* Set of values that are accepted for the given field.
|
|
10319
10410
|
* A VPC Peering Connection will be selected if any one of the given values matches.
|
|
10320
10411
|
*/
|
|
10321
|
-
values: string[]
|
|
10412
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10322
10413
|
}
|
|
10323
10414
|
interface GetVpcPeeringConnectionsFilterArgs {
|
|
10324
10415
|
/**
|
|
@@ -10332,17 +10423,17 @@ export declare namespace ec2 {
|
|
|
10332
10423
|
*/
|
|
10333
10424
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10334
10425
|
}
|
|
10335
|
-
interface
|
|
10426
|
+
interface GetVpcPeeringConnectionsFilter {
|
|
10336
10427
|
/**
|
|
10337
10428
|
* The name of the field to filter by, as defined by
|
|
10338
|
-
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/
|
|
10429
|
+
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).
|
|
10339
10430
|
*/
|
|
10340
|
-
name:
|
|
10431
|
+
name: string;
|
|
10341
10432
|
/**
|
|
10342
10433
|
* Set of values that are accepted for the given field.
|
|
10343
|
-
* A VPC will be selected if any one of the given values matches.
|
|
10434
|
+
* A VPC Peering Connection will be selected if any one of the given values matches.
|
|
10344
10435
|
*/
|
|
10345
|
-
values:
|
|
10436
|
+
values: string[];
|
|
10346
10437
|
}
|
|
10347
10438
|
interface GetVpcsFilter {
|
|
10348
10439
|
/**
|
|
@@ -10356,15 +10447,15 @@ export declare namespace ec2 {
|
|
|
10356
10447
|
*/
|
|
10357
10448
|
values: string[];
|
|
10358
10449
|
}
|
|
10359
|
-
interface
|
|
10450
|
+
interface GetVpcsFilterArgs {
|
|
10360
10451
|
/**
|
|
10361
10452
|
* The name of the field to filter by, as defined by
|
|
10362
|
-
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/
|
|
10453
|
+
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).
|
|
10363
10454
|
*/
|
|
10364
10455
|
name: pulumi.Input<string>;
|
|
10365
10456
|
/**
|
|
10366
10457
|
* Set of values that are accepted for the given field.
|
|
10367
|
-
* A
|
|
10458
|
+
* A VPC will be selected if any one of the given values matches.
|
|
10368
10459
|
*/
|
|
10369
10460
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10370
10461
|
}
|
|
@@ -10380,6 +10471,18 @@ export declare namespace ec2 {
|
|
|
10380
10471
|
*/
|
|
10381
10472
|
values: string[];
|
|
10382
10473
|
}
|
|
10474
|
+
interface GetVpnGatewayFilterArgs {
|
|
10475
|
+
/**
|
|
10476
|
+
* The name of the field to filter by, as defined by
|
|
10477
|
+
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnGateways.html).
|
|
10478
|
+
*/
|
|
10479
|
+
name: pulumi.Input<string>;
|
|
10480
|
+
/**
|
|
10481
|
+
* Set of values that are accepted for the given field.
|
|
10482
|
+
* A VPN Gateway will be selected if any one of the given values matches.
|
|
10483
|
+
*/
|
|
10484
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10485
|
+
}
|
|
10383
10486
|
interface InstanceCapacityReservationSpecification {
|
|
10384
10487
|
/**
|
|
10385
10488
|
* Indicates the instance's Capacity Reservation preferences. Can be `"open"` or `"none"`. (Default: `"open"`).
|
|
@@ -21981,6 +22084,28 @@ export declare namespace s3 {
|
|
|
21981
22084
|
*/
|
|
21982
22085
|
uri?: pulumi.Input<string>;
|
|
21983
22086
|
}
|
|
22087
|
+
interface BucketIntelligentTieringConfigurationFilter {
|
|
22088
|
+
/**
|
|
22089
|
+
* An object key name prefix that identifies the subset of objects to which the configuration applies.
|
|
22090
|
+
*/
|
|
22091
|
+
prefix?: pulumi.Input<string>;
|
|
22092
|
+
/**
|
|
22093
|
+
* All of these tags must exist in the object's tag set in order for the configuration to apply.
|
|
22094
|
+
*/
|
|
22095
|
+
tags?: pulumi.Input<{
|
|
22096
|
+
[key: string]: pulumi.Input<string>;
|
|
22097
|
+
}>;
|
|
22098
|
+
}
|
|
22099
|
+
interface BucketIntelligentTieringConfigurationTiering {
|
|
22100
|
+
/**
|
|
22101
|
+
* S3 Intelligent-Tiering access tier. Valid values: `ARCHIVE_CONFIGURATION`, `DEEP_ARCHIVE_CONFIGURATION`.
|
|
22102
|
+
*/
|
|
22103
|
+
accessTier: pulumi.Input<string>;
|
|
22104
|
+
/**
|
|
22105
|
+
* The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier.
|
|
22106
|
+
*/
|
|
22107
|
+
days: pulumi.Input<number>;
|
|
22108
|
+
}
|
|
21984
22109
|
interface BucketLifecycleRule {
|
|
21985
22110
|
/**
|
|
21986
22111
|
* Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.
|