@pulumi/aws 5.5.0 → 5.7.0-alpha.1653989347
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/autoscaling/getAmiIds.d.ts +8 -0
- package/autoscaling/getAmiIds.js +1 -0
- package/autoscaling/getAmiIds.js.map +1 -1
- package/autoscaling/group.d.ts +49 -0
- package/autoscaling/group.js +39 -0
- package/autoscaling/group.js.map +1 -1
- package/autoscaling/policy.d.ts +12 -0
- package/autoscaling/policy.js +2 -0
- package/autoscaling/policy.js.map +1 -1
- package/cloudfront/getResponseHeadersPolicy.d.ts +4 -0
- package/cloudfront/getResponseHeadersPolicy.js.map +1 -1
- package/cloudfront/responseHeadersPolicy.d.ts +33 -0
- package/cloudfront/responseHeadersPolicy.js +23 -0
- package/cloudfront/responseHeadersPolicy.js.map +1 -1
- package/cloudsearch/domain.d.ts +1 -0
- package/cloudsearch/domain.js +1 -0
- package/cloudsearch/domain.js.map +1 -1
- package/cloudwatch/metricStream.d.ts +44 -0
- package/cloudwatch/metricStream.js +34 -0
- package/cloudwatch/metricStream.js.map +1 -1
- package/config/vars.js +1 -1
- package/config/vars.js.map +1 -1
- package/connect/instance.d.ts +1 -1
- package/connect/instance.js +1 -1
- package/datasync/locationHdfs.d.ts +4 -4
- package/datasync/locationHdfs.js +1 -1
- package/ec2/ami.d.ts +15 -3
- package/ec2/ami.js +2 -0
- package/ec2/ami.js.map +1 -1
- package/ec2/amiCopy.d.ts +11 -3
- package/ec2/amiCopy.js +2 -0
- package/ec2/amiCopy.js.map +1 -1
- package/ec2/amiFromInstance.d.ts +8 -0
- package/ec2/amiFromInstance.js +2 -0
- package/ec2/amiFromInstance.js.map +1 -1
- package/ec2/fleet.d.ts +8 -0
- package/ec2/fleet.js +2 -0
- package/ec2/fleet.js.map +1 -1
- package/ec2/getAmi.d.ts +4 -0
- package/ec2/getAmi.js.map +1 -1
- package/ecr/registryScanningConfiguration.d.ts +1 -1
- package/ecr/registryScanningConfiguration.js +1 -1
- package/efs/index.d.ts +1 -0
- package/efs/index.js +5 -0
- package/efs/index.js.map +1 -1
- package/efs/replicationConfiguration.d.ts +143 -0
- package/efs/replicationConfiguration.js +111 -0
- package/efs/replicationConfiguration.js.map +1 -0
- package/elasticache/globalReplicationGroup.d.ts +51 -31
- package/elasticache/globalReplicationGroup.js +4 -31
- package/elasticache/globalReplicationGroup.js.map +1 -1
- package/elasticache/replicationGroup.d.ts +1 -1
- package/getAmi.d.ts +4 -0
- package/getAmi.js.map +1 -1
- package/getAutoscalingGroups.d.ts +8 -0
- package/getAutoscalingGroups.js +1 -0
- package/getAutoscalingGroups.js.map +1 -1
- package/keyspaces/index.d.ts +1 -0
- package/keyspaces/index.js +5 -0
- package/keyspaces/index.js.map +1 -1
- package/keyspaces/keyspace.d.ts +3 -3
- package/keyspaces/keyspace.js +1 -1
- package/keyspaces/table.d.ts +223 -0
- package/keyspaces/table.js +114 -0
- package/keyspaces/table.js.map +1 -0
- package/lb/getHostedZoneId.d.ts +64 -0
- package/lb/getHostedZoneId.js +46 -0
- package/lb/getHostedZoneId.js.map +1 -0
- package/lb/index.d.ts +1 -0
- package/lb/index.js +1 -0
- package/lb/index.js.map +1 -1
- package/location/getPlaceIndex.d.ts +88 -0
- package/location/getPlaceIndex.js +37 -0
- package/location/getPlaceIndex.js.map +1 -0
- package/location/index.d.ts +2 -0
- package/location/index.js +6 -0
- package/location/index.js.map +1 -1
- package/location/placeIndex.d.ts +150 -0
- package/location/placeIndex.js +94 -0
- package/location/placeIndex.js.map +1 -0
- package/msk/cluster.d.ts +35 -1
- package/msk/cluster.js +35 -1
- package/msk/cluster.js.map +1 -1
- package/networkmanager/getCoreNetworkPolicyDocument.d.ts +146 -0
- package/networkmanager/getCoreNetworkPolicyDocument.js +106 -0
- package/networkmanager/getCoreNetworkPolicyDocument.js.map +1 -0
- package/networkmanager/index.d.ts +1 -0
- package/networkmanager/index.js +1 -0
- package/networkmanager/index.js.map +1 -1
- package/organizations/account.d.ts +20 -9
- package/organizations/account.js +4 -0
- package/organizations/account.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/provider.js +1 -1
- package/provider.js.map +1 -1
- package/rds/cluster.d.ts +30 -0
- package/rds/cluster.js +30 -0
- package/rds/cluster.js.map +1 -1
- package/rds/index.d.ts +1 -0
- package/rds/index.js +5 -0
- package/rds/index.js.map +1 -1
- package/rds/snapshotCopy.d.ts +299 -0
- package/rds/snapshotCopy.js +138 -0
- package/rds/snapshotCopy.js.map +1 -0
- package/redshift/authenticationProfile.d.ts +87 -0
- package/redshift/authenticationProfile.js +84 -0
- package/redshift/authenticationProfile.js.map +1 -0
- package/redshift/cluster.d.ts +69 -9
- package/redshift/cluster.js +10 -0
- package/redshift/cluster.js.map +1 -1
- package/redshift/endpointAccess.d.ts +145 -0
- package/redshift/endpointAccess.js +96 -0
- package/redshift/endpointAccess.js.map +1 -0
- package/redshift/eventSubscription.d.ts +15 -15
- package/redshift/getCluster.d.ts +33 -0
- package/redshift/getCluster.js.map +1 -1
- package/redshift/getSubnetGroup.d.ts +75 -0
- package/redshift/getSubnetGroup.js +37 -0
- package/redshift/getSubnetGroup.js.map +1 -0
- package/redshift/hsmClientCertificate.d.ts +122 -0
- package/redshift/hsmClientCertificate.js +82 -0
- package/redshift/hsmClientCertificate.js.map +1 -0
- package/redshift/index.d.ts +5 -0
- package/redshift/index.js +21 -0
- package/redshift/index.js.map +1 -1
- package/redshift/usageLimit.d.ts +177 -0
- package/redshift/usageLimit.js +102 -0
- package/redshift/usageLimit.js.map +1 -0
- package/route53/getResolverRules.d.ts +27 -2
- package/route53/getResolverRules.js +15 -2
- package/route53/getResolverRules.js.map +1 -1
- package/s3/bucketObjectv2.js +2 -0
- package/s3/bucketObjectv2.js.map +1 -1
- package/s3/bucketV2.d.ts +1 -1
- package/s3/bucketV2.js +1 -1
- package/s3/bucketWebsiteConfigurationV2.d.ts +42 -1
- package/s3/bucketWebsiteConfigurationV2.js +28 -0
- package/s3/bucketWebsiteConfigurationV2.js.map +1 -1
- package/secretsmanager/getSecretVersion.d.ts +1 -1
- package/transfer/server.d.ts +3 -3
- package/types/input.d.ts +1112 -247
- package/types/output.d.ts +768 -27
package/types/input.d.ts
CHANGED
|
@@ -6412,6 +6412,7 @@ export declare namespace autoscaling {
|
|
|
6412
6412
|
* The amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh to allow the operation to continue, as a percentage of the desired capacity of the Auto Scaling group. Defaults to `90`.
|
|
6413
6413
|
*/
|
|
6414
6414
|
minHealthyPercentage?: pulumi.Input<number>;
|
|
6415
|
+
skipMatching?: pulumi.Input<boolean>;
|
|
6415
6416
|
}
|
|
6416
6417
|
interface GroupLaunchTemplate {
|
|
6417
6418
|
/**
|
|
@@ -6488,6 +6489,10 @@ export declare namespace autoscaling {
|
|
|
6488
6489
|
version?: pulumi.Input<string>;
|
|
6489
6490
|
}
|
|
6490
6491
|
interface GroupMixedInstancesPolicyLaunchTemplateOverride {
|
|
6492
|
+
/**
|
|
6493
|
+
* Override the instance type in the Launch Template with instance types that satisfy the requirements.
|
|
6494
|
+
*/
|
|
6495
|
+
instanceRequirements?: pulumi.Input<inputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements>;
|
|
6491
6496
|
/**
|
|
6492
6497
|
* Override the instance type in the Launch Template.
|
|
6493
6498
|
*/
|
|
@@ -6501,6 +6506,172 @@ export declare namespace autoscaling {
|
|
|
6501
6506
|
*/
|
|
6502
6507
|
weightedCapacity?: pulumi.Input<string>;
|
|
6503
6508
|
}
|
|
6509
|
+
interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirements {
|
|
6510
|
+
/**
|
|
6511
|
+
* Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.
|
|
6512
|
+
*/
|
|
6513
|
+
acceleratorCount?: pulumi.Input<inputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount>;
|
|
6514
|
+
/**
|
|
6515
|
+
* List of accelerator manufacturer names. Default is any manufacturer.
|
|
6516
|
+
*/
|
|
6517
|
+
acceleratorManufacturers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6518
|
+
/**
|
|
6519
|
+
* List of accelerator names. Default is any acclerator.
|
|
6520
|
+
*/
|
|
6521
|
+
acceleratorNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6522
|
+
/**
|
|
6523
|
+
* Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.
|
|
6524
|
+
*/
|
|
6525
|
+
acceleratorTotalMemoryMib?: pulumi.Input<inputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib>;
|
|
6526
|
+
/**
|
|
6527
|
+
* List of accelerator types. Default is any accelerator type.
|
|
6528
|
+
*/
|
|
6529
|
+
acceleratorTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6530
|
+
/**
|
|
6531
|
+
* Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.
|
|
6532
|
+
*/
|
|
6533
|
+
bareMetal?: pulumi.Input<string>;
|
|
6534
|
+
/**
|
|
6535
|
+
* Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.
|
|
6536
|
+
*/
|
|
6537
|
+
baselineEbsBandwidthMbps?: pulumi.Input<inputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps>;
|
|
6538
|
+
/**
|
|
6539
|
+
* Indicate whether burstable performance instance types should be `included`, `excluded`, or `required`. Default is `excluded`.
|
|
6540
|
+
*/
|
|
6541
|
+
burstablePerformance?: pulumi.Input<string>;
|
|
6542
|
+
/**
|
|
6543
|
+
* List of CPU manufacturer names. Default is any manufacturer.
|
|
6544
|
+
*/
|
|
6545
|
+
cpuManufacturers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6546
|
+
/**
|
|
6547
|
+
* List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (\*). The following are examples: `c5*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.
|
|
6548
|
+
*/
|
|
6549
|
+
excludedInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6550
|
+
/**
|
|
6551
|
+
* List of instance generation names. Default is any generation.
|
|
6552
|
+
*/
|
|
6553
|
+
instanceGenerations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6554
|
+
/**
|
|
6555
|
+
* Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.
|
|
6556
|
+
*/
|
|
6557
|
+
localStorage?: pulumi.Input<string>;
|
|
6558
|
+
/**
|
|
6559
|
+
* List of local storage type names. Default any storage type.
|
|
6560
|
+
*/
|
|
6561
|
+
localStorageTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6562
|
+
/**
|
|
6563
|
+
* Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.
|
|
6564
|
+
*/
|
|
6565
|
+
memoryGibPerVcpu?: pulumi.Input<inputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu>;
|
|
6566
|
+
/**
|
|
6567
|
+
* Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.
|
|
6568
|
+
*/
|
|
6569
|
+
memoryMib?: pulumi.Input<inputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib>;
|
|
6570
|
+
/**
|
|
6571
|
+
* Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.
|
|
6572
|
+
*/
|
|
6573
|
+
networkInterfaceCount?: pulumi.Input<inputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount>;
|
|
6574
|
+
/**
|
|
6575
|
+
* The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20.
|
|
6576
|
+
*/
|
|
6577
|
+
onDemandMaxPricePercentageOverLowestPrice?: pulumi.Input<number>;
|
|
6578
|
+
/**
|
|
6579
|
+
* Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.
|
|
6580
|
+
*/
|
|
6581
|
+
requireHibernateSupport?: pulumi.Input<boolean>;
|
|
6582
|
+
/**
|
|
6583
|
+
* The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100.
|
|
6584
|
+
*/
|
|
6585
|
+
spotMaxPricePercentageOverLowestPrice?: pulumi.Input<number>;
|
|
6586
|
+
/**
|
|
6587
|
+
* Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.
|
|
6588
|
+
*/
|
|
6589
|
+
totalLocalStorageGb?: pulumi.Input<inputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb>;
|
|
6590
|
+
/**
|
|
6591
|
+
* Block describing the minimum and maximum number of vCPUs. Default is no maximum.
|
|
6592
|
+
*/
|
|
6593
|
+
vcpuCount?: pulumi.Input<inputs.autoscaling.GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount>;
|
|
6594
|
+
}
|
|
6595
|
+
interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCount {
|
|
6596
|
+
/**
|
|
6597
|
+
* Maximum.
|
|
6598
|
+
*/
|
|
6599
|
+
max?: pulumi.Input<number>;
|
|
6600
|
+
/**
|
|
6601
|
+
* Minimum.
|
|
6602
|
+
*/
|
|
6603
|
+
min?: pulumi.Input<number>;
|
|
6604
|
+
}
|
|
6605
|
+
interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMib {
|
|
6606
|
+
/**
|
|
6607
|
+
* Maximum.
|
|
6608
|
+
*/
|
|
6609
|
+
max?: pulumi.Input<number>;
|
|
6610
|
+
/**
|
|
6611
|
+
* Minimum.
|
|
6612
|
+
*/
|
|
6613
|
+
min?: pulumi.Input<number>;
|
|
6614
|
+
}
|
|
6615
|
+
interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbps {
|
|
6616
|
+
/**
|
|
6617
|
+
* Maximum.
|
|
6618
|
+
*/
|
|
6619
|
+
max?: pulumi.Input<number>;
|
|
6620
|
+
/**
|
|
6621
|
+
* Minimum.
|
|
6622
|
+
*/
|
|
6623
|
+
min?: pulumi.Input<number>;
|
|
6624
|
+
}
|
|
6625
|
+
interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpu {
|
|
6626
|
+
/**
|
|
6627
|
+
* Maximum.
|
|
6628
|
+
*/
|
|
6629
|
+
max?: pulumi.Input<number>;
|
|
6630
|
+
/**
|
|
6631
|
+
* Minimum.
|
|
6632
|
+
*/
|
|
6633
|
+
min?: pulumi.Input<number>;
|
|
6634
|
+
}
|
|
6635
|
+
interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMib {
|
|
6636
|
+
/**
|
|
6637
|
+
* Maximum.
|
|
6638
|
+
*/
|
|
6639
|
+
max?: pulumi.Input<number>;
|
|
6640
|
+
/**
|
|
6641
|
+
* Minimum.
|
|
6642
|
+
*/
|
|
6643
|
+
min?: pulumi.Input<number>;
|
|
6644
|
+
}
|
|
6645
|
+
interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCount {
|
|
6646
|
+
/**
|
|
6647
|
+
* Maximum.
|
|
6648
|
+
*/
|
|
6649
|
+
max?: pulumi.Input<number>;
|
|
6650
|
+
/**
|
|
6651
|
+
* Minimum.
|
|
6652
|
+
*/
|
|
6653
|
+
min?: pulumi.Input<number>;
|
|
6654
|
+
}
|
|
6655
|
+
interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGb {
|
|
6656
|
+
/**
|
|
6657
|
+
* Maximum.
|
|
6658
|
+
*/
|
|
6659
|
+
max?: pulumi.Input<number>;
|
|
6660
|
+
/**
|
|
6661
|
+
* Minimum.
|
|
6662
|
+
*/
|
|
6663
|
+
min?: pulumi.Input<number>;
|
|
6664
|
+
}
|
|
6665
|
+
interface GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCount {
|
|
6666
|
+
/**
|
|
6667
|
+
* Maximum.
|
|
6668
|
+
*/
|
|
6669
|
+
max?: pulumi.Input<number>;
|
|
6670
|
+
/**
|
|
6671
|
+
* Minimum.
|
|
6672
|
+
*/
|
|
6673
|
+
min?: pulumi.Input<number>;
|
|
6674
|
+
}
|
|
6504
6675
|
interface GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification {
|
|
6505
6676
|
/**
|
|
6506
6677
|
* The ID of the launch template. Conflicts with `launchTemplateName`.
|
|
@@ -8859,6 +9030,16 @@ export declare namespace cloudfront {
|
|
|
8859
9030
|
*/
|
|
8860
9031
|
reportUri?: pulumi.Input<string>;
|
|
8861
9032
|
}
|
|
9033
|
+
interface ResponseHeadersPolicyServerTimingHeadersConfig {
|
|
9034
|
+
/**
|
|
9035
|
+
* A Boolean that determines whether CloudFront adds the `Server-Timing` header to HTTP responses that it sends in response to requests that match a cache behavior that's associated with this response headers policy.
|
|
9036
|
+
*/
|
|
9037
|
+
enabled: pulumi.Input<boolean>;
|
|
9038
|
+
/**
|
|
9039
|
+
* A number 0–100 (inclusive) that specifies the percentage of responses that you want CloudFront to add the Server-Timing header to. Valid range: Minimum value of 0.0. Maximum value of 100.0.
|
|
9040
|
+
*/
|
|
9041
|
+
samplingRate: pulumi.Input<number>;
|
|
9042
|
+
}
|
|
8862
9043
|
}
|
|
8863
9044
|
export declare namespace cloudhsmv2 {
|
|
8864
9045
|
interface ClusterClusterCertificate {
|
|
@@ -8913,6 +9094,10 @@ export declare namespace cloudsearch {
|
|
|
8913
9094
|
* You can enable the property to be sortable.
|
|
8914
9095
|
*/
|
|
8915
9096
|
sort?: pulumi.Input<boolean>;
|
|
9097
|
+
/**
|
|
9098
|
+
* A comma-separated list of source fields to map to the field. Specifying a source field copies data from one field to another, enabling you to use the same source data in different ways by configuring different options for the fields.
|
|
9099
|
+
*/
|
|
9100
|
+
sourceFields?: pulumi.Input<string>;
|
|
8916
9101
|
/**
|
|
8917
9102
|
* The field type. Valid values: `date`, `date-array`, `double`, `double-array`, `int`, `int-array`, `literal`, `literal-array`, `text`, `text-array`.
|
|
8918
9103
|
*/
|
|
@@ -9516,13 +9701,33 @@ export declare namespace cloudwatch {
|
|
|
9516
9701
|
}
|
|
9517
9702
|
interface MetricStreamExcludeFilter {
|
|
9518
9703
|
/**
|
|
9519
|
-
*
|
|
9704
|
+
* The namespace of the metric.
|
|
9520
9705
|
*/
|
|
9521
9706
|
namespace: pulumi.Input<string>;
|
|
9522
9707
|
}
|
|
9523
9708
|
interface MetricStreamIncludeFilter {
|
|
9524
9709
|
/**
|
|
9525
|
-
*
|
|
9710
|
+
* The namespace of the metric.
|
|
9711
|
+
*/
|
|
9712
|
+
namespace: pulumi.Input<string>;
|
|
9713
|
+
}
|
|
9714
|
+
interface MetricStreamStatisticsConfiguration {
|
|
9715
|
+
/**
|
|
9716
|
+
* The additional statistics to stream for the metrics listed in `includeMetrics`.
|
|
9717
|
+
*/
|
|
9718
|
+
additionalStatistics: pulumi.Input<pulumi.Input<string>[]>;
|
|
9719
|
+
/**
|
|
9720
|
+
* An array that defines the metrics that are to have additional statistics streamed. See details below.
|
|
9721
|
+
*/
|
|
9722
|
+
includeMetrics: pulumi.Input<pulumi.Input<inputs.cloudwatch.MetricStreamStatisticsConfigurationIncludeMetric>[]>;
|
|
9723
|
+
}
|
|
9724
|
+
interface MetricStreamStatisticsConfigurationIncludeMetric {
|
|
9725
|
+
/**
|
|
9726
|
+
* The name of the metric.
|
|
9727
|
+
*/
|
|
9728
|
+
metricName: pulumi.Input<string>;
|
|
9729
|
+
/**
|
|
9730
|
+
* The namespace of the metric.
|
|
9526
9731
|
*/
|
|
9527
9732
|
namespace: pulumi.Input<string>;
|
|
9528
9733
|
}
|
|
@@ -13538,6 +13743,10 @@ export declare namespace ec2 {
|
|
|
13538
13743
|
* Availability Zone in which to launch the instances.
|
|
13539
13744
|
*/
|
|
13540
13745
|
availabilityZone?: pulumi.Input<string>;
|
|
13746
|
+
/**
|
|
13747
|
+
* Override the instance type in the Launch Template with instance types that satisfy the requirements.
|
|
13748
|
+
*/
|
|
13749
|
+
instanceRequirements?: pulumi.Input<inputs.ec2.FleetLaunchTemplateConfigOverrideInstanceRequirements>;
|
|
13541
13750
|
/**
|
|
13542
13751
|
* Instance type.
|
|
13543
13752
|
*/
|
|
@@ -13559,119 +13768,285 @@ export declare namespace ec2 {
|
|
|
13559
13768
|
*/
|
|
13560
13769
|
weightedCapacity?: pulumi.Input<number>;
|
|
13561
13770
|
}
|
|
13562
|
-
interface
|
|
13771
|
+
interface FleetLaunchTemplateConfigOverrideInstanceRequirements {
|
|
13563
13772
|
/**
|
|
13564
|
-
*
|
|
13773
|
+
* Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.
|
|
13565
13774
|
*/
|
|
13566
|
-
|
|
13567
|
-
}
|
|
13568
|
-
interface FleetSpotOptions {
|
|
13775
|
+
acceleratorCount?: pulumi.Input<inputs.ec2.FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount>;
|
|
13569
13776
|
/**
|
|
13570
|
-
*
|
|
13777
|
+
* List of accelerator manufacturer names. Default is any manufacturer.
|
|
13571
13778
|
*/
|
|
13572
|
-
|
|
13779
|
+
acceleratorManufacturers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13573
13780
|
/**
|
|
13574
|
-
*
|
|
13781
|
+
* List of accelerator names. Default is any acclerator.
|
|
13575
13782
|
*/
|
|
13576
|
-
|
|
13783
|
+
acceleratorNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13577
13784
|
/**
|
|
13578
|
-
*
|
|
13785
|
+
* Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.
|
|
13579
13786
|
*/
|
|
13580
|
-
|
|
13787
|
+
acceleratorTotalMemoryMib?: pulumi.Input<inputs.ec2.FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib>;
|
|
13581
13788
|
/**
|
|
13582
|
-
*
|
|
13789
|
+
* List of accelerator types. Default is any accelerator type.
|
|
13583
13790
|
*/
|
|
13584
|
-
|
|
13585
|
-
}
|
|
13586
|
-
interface FleetSpotOptionsMaintenanceStrategies {
|
|
13791
|
+
acceleratorTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13587
13792
|
/**
|
|
13588
|
-
*
|
|
13793
|
+
* Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.
|
|
13589
13794
|
*/
|
|
13590
|
-
|
|
13591
|
-
}
|
|
13592
|
-
interface FleetSpotOptionsMaintenanceStrategiesCapacityRebalance {
|
|
13795
|
+
bareMetal?: pulumi.Input<string>;
|
|
13593
13796
|
/**
|
|
13594
|
-
*
|
|
13797
|
+
* Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.
|
|
13595
13798
|
*/
|
|
13596
|
-
|
|
13597
|
-
}
|
|
13598
|
-
interface FleetTargetCapacitySpecification {
|
|
13799
|
+
baselineEbsBandwidthMbps?: pulumi.Input<inputs.ec2.FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps>;
|
|
13599
13800
|
/**
|
|
13600
|
-
*
|
|
13801
|
+
* Indicate whether burstable performance instance types should be `included`, `excluded`, or `required`. Default is `excluded`.
|
|
13601
13802
|
*/
|
|
13602
|
-
|
|
13803
|
+
burstablePerformance?: pulumi.Input<string>;
|
|
13603
13804
|
/**
|
|
13604
|
-
*
|
|
13805
|
+
* List of CPU manufacturer names. Default is any manufacturer.
|
|
13605
13806
|
*/
|
|
13606
|
-
|
|
13807
|
+
cpuManufacturers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13607
13808
|
/**
|
|
13608
|
-
* The
|
|
13809
|
+
* List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (\*). The following are examples: `c5*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.
|
|
13609
13810
|
*/
|
|
13610
|
-
|
|
13811
|
+
excludedInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13611
13812
|
/**
|
|
13612
|
-
*
|
|
13813
|
+
* List of instance generation names. Default is any generation.
|
|
13613
13814
|
*/
|
|
13614
|
-
|
|
13615
|
-
}
|
|
13616
|
-
interface FlowLogDestinationOptions {
|
|
13815
|
+
instanceGenerations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13617
13816
|
/**
|
|
13618
|
-
*
|
|
13817
|
+
* Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.
|
|
13619
13818
|
*/
|
|
13620
|
-
|
|
13819
|
+
localStorage?: pulumi.Input<string>;
|
|
13621
13820
|
/**
|
|
13622
|
-
*
|
|
13821
|
+
* List of local storage type names. Default any storage type.
|
|
13623
13822
|
*/
|
|
13624
|
-
|
|
13823
|
+
localStorageTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13625
13824
|
/**
|
|
13626
|
-
*
|
|
13825
|
+
* Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.
|
|
13627
13826
|
*/
|
|
13628
|
-
|
|
13629
|
-
}
|
|
13630
|
-
interface GetAmiFilter {
|
|
13827
|
+
memoryGibPerVcpu?: pulumi.Input<inputs.ec2.FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu>;
|
|
13631
13828
|
/**
|
|
13632
|
-
*
|
|
13829
|
+
* Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.
|
|
13633
13830
|
*/
|
|
13634
|
-
|
|
13635
|
-
values: string[];
|
|
13636
|
-
}
|
|
13637
|
-
interface GetAmiFilterArgs {
|
|
13831
|
+
memoryMib: pulumi.Input<inputs.ec2.FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib>;
|
|
13638
13832
|
/**
|
|
13639
|
-
*
|
|
13833
|
+
* Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.
|
|
13834
|
+
*/
|
|
13835
|
+
networkInterfaceCount?: pulumi.Input<inputs.ec2.FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount>;
|
|
13836
|
+
/**
|
|
13837
|
+
* The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20.
|
|
13838
|
+
*/
|
|
13839
|
+
onDemandMaxPricePercentageOverLowestPrice?: pulumi.Input<number>;
|
|
13840
|
+
/**
|
|
13841
|
+
* Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.
|
|
13842
|
+
*/
|
|
13843
|
+
requireHibernateSupport?: pulumi.Input<boolean>;
|
|
13844
|
+
/**
|
|
13845
|
+
* The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100.
|
|
13846
|
+
*/
|
|
13847
|
+
spotMaxPricePercentageOverLowestPrice?: pulumi.Input<number>;
|
|
13848
|
+
/**
|
|
13849
|
+
* Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.
|
|
13850
|
+
*/
|
|
13851
|
+
totalLocalStorageGb?: pulumi.Input<inputs.ec2.FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb>;
|
|
13852
|
+
/**
|
|
13853
|
+
* Block describing the minimum and maximum number of vCPUs. Default is no maximum.
|
|
13854
|
+
*/
|
|
13855
|
+
vcpuCount: pulumi.Input<inputs.ec2.FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount>;
|
|
13856
|
+
}
|
|
13857
|
+
interface FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorCount {
|
|
13858
|
+
/**
|
|
13859
|
+
* Maximum.
|
|
13860
|
+
*/
|
|
13861
|
+
max?: pulumi.Input<number>;
|
|
13862
|
+
/**
|
|
13863
|
+
* Minimum.
|
|
13864
|
+
*/
|
|
13865
|
+
min?: pulumi.Input<number>;
|
|
13866
|
+
}
|
|
13867
|
+
interface FleetLaunchTemplateConfigOverrideInstanceRequirementsAcceleratorTotalMemoryMib {
|
|
13868
|
+
/**
|
|
13869
|
+
* Maximum.
|
|
13870
|
+
*/
|
|
13871
|
+
max?: pulumi.Input<number>;
|
|
13872
|
+
/**
|
|
13873
|
+
* Minimum.
|
|
13874
|
+
*/
|
|
13875
|
+
min?: pulumi.Input<number>;
|
|
13876
|
+
}
|
|
13877
|
+
interface FleetLaunchTemplateConfigOverrideInstanceRequirementsBaselineEbsBandwidthMbps {
|
|
13878
|
+
/**
|
|
13879
|
+
* Maximum.
|
|
13880
|
+
*/
|
|
13881
|
+
max?: pulumi.Input<number>;
|
|
13882
|
+
/**
|
|
13883
|
+
* Minimum.
|
|
13884
|
+
*/
|
|
13885
|
+
min?: pulumi.Input<number>;
|
|
13886
|
+
}
|
|
13887
|
+
interface FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryGibPerVcpu {
|
|
13888
|
+
/**
|
|
13889
|
+
* Maximum.
|
|
13890
|
+
*/
|
|
13891
|
+
max?: pulumi.Input<number>;
|
|
13892
|
+
/**
|
|
13893
|
+
* Minimum.
|
|
13894
|
+
*/
|
|
13895
|
+
min?: pulumi.Input<number>;
|
|
13896
|
+
}
|
|
13897
|
+
interface FleetLaunchTemplateConfigOverrideInstanceRequirementsMemoryMib {
|
|
13898
|
+
/**
|
|
13899
|
+
* Maximum.
|
|
13900
|
+
*/
|
|
13901
|
+
max?: pulumi.Input<number>;
|
|
13902
|
+
/**
|
|
13903
|
+
* Minimum.
|
|
13904
|
+
*/
|
|
13905
|
+
min: pulumi.Input<number>;
|
|
13906
|
+
}
|
|
13907
|
+
interface FleetLaunchTemplateConfigOverrideInstanceRequirementsNetworkInterfaceCount {
|
|
13908
|
+
/**
|
|
13909
|
+
* Maximum.
|
|
13910
|
+
*/
|
|
13911
|
+
max?: pulumi.Input<number>;
|
|
13912
|
+
/**
|
|
13913
|
+
* Minimum.
|
|
13914
|
+
*/
|
|
13915
|
+
min?: pulumi.Input<number>;
|
|
13916
|
+
}
|
|
13917
|
+
interface FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb {
|
|
13918
|
+
/**
|
|
13919
|
+
* Maximum.
|
|
13920
|
+
*/
|
|
13921
|
+
max?: pulumi.Input<number>;
|
|
13922
|
+
/**
|
|
13923
|
+
* Minimum.
|
|
13924
|
+
*/
|
|
13925
|
+
min?: pulumi.Input<number>;
|
|
13926
|
+
}
|
|
13927
|
+
interface FleetLaunchTemplateConfigOverrideInstanceRequirementsVcpuCount {
|
|
13928
|
+
/**
|
|
13929
|
+
* Maximum.
|
|
13930
|
+
*/
|
|
13931
|
+
max?: pulumi.Input<number>;
|
|
13932
|
+
/**
|
|
13933
|
+
* Minimum.
|
|
13934
|
+
*/
|
|
13935
|
+
min: pulumi.Input<number>;
|
|
13936
|
+
}
|
|
13937
|
+
interface FleetOnDemandOptions {
|
|
13938
|
+
/**
|
|
13939
|
+
* How to allocate the target capacity across the Spot pools. Valid values: `diversified`, `lowestPrice`, `capacity-optimized` and `capacity-optimized-prioritized`. Default: `lowestPrice`.
|
|
13940
|
+
*/
|
|
13941
|
+
allocationStrategy?: pulumi.Input<string>;
|
|
13942
|
+
}
|
|
13943
|
+
interface FleetSpotOptions {
|
|
13944
|
+
/**
|
|
13945
|
+
* How to allocate the target capacity across the Spot pools. Valid values: `diversified`, `lowestPrice`, `capacity-optimized` and `capacity-optimized-prioritized`. Default: `lowestPrice`.
|
|
13946
|
+
*/
|
|
13947
|
+
allocationStrategy?: pulumi.Input<string>;
|
|
13948
|
+
/**
|
|
13949
|
+
* Behavior when a Spot Instance is interrupted. Valid values: `hibernate`, `stop`, `terminate`. Default: `terminate`.
|
|
13950
|
+
*/
|
|
13951
|
+
instanceInterruptionBehavior?: pulumi.Input<string>;
|
|
13952
|
+
/**
|
|
13953
|
+
* Number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot `allocationStrategy` is set to `lowestPrice`. Default: `1`.
|
|
13954
|
+
*/
|
|
13955
|
+
instancePoolsToUseCount?: pulumi.Input<number>;
|
|
13956
|
+
/**
|
|
13957
|
+
* Nested argument containing maintenance strategies for managing your Spot Instances that are at an elevated risk of being interrupted. Defined below.
|
|
13958
|
+
*/
|
|
13959
|
+
maintenanceStrategies?: pulumi.Input<inputs.ec2.FleetSpotOptionsMaintenanceStrategies>;
|
|
13960
|
+
}
|
|
13961
|
+
interface FleetSpotOptionsMaintenanceStrategies {
|
|
13962
|
+
/**
|
|
13963
|
+
* Nested argument containing the capacity rebalance for your fleet request. Defined below.
|
|
13964
|
+
*/
|
|
13965
|
+
capacityRebalance?: pulumi.Input<inputs.ec2.FleetSpotOptionsMaintenanceStrategiesCapacityRebalance>;
|
|
13966
|
+
}
|
|
13967
|
+
interface FleetSpotOptionsMaintenanceStrategiesCapacityRebalance {
|
|
13968
|
+
/**
|
|
13969
|
+
* The replacement strategy to use. Only available for fleets of `type` set to `maintain`. Valid values: `launch`.
|
|
13970
|
+
*/
|
|
13971
|
+
replacementStrategy?: pulumi.Input<string>;
|
|
13972
|
+
}
|
|
13973
|
+
interface FleetTargetCapacitySpecification {
|
|
13974
|
+
/**
|
|
13975
|
+
* Default target capacity type. Valid values: `on-demand`, `spot`.
|
|
13976
|
+
*/
|
|
13977
|
+
defaultTargetCapacityType: pulumi.Input<string>;
|
|
13978
|
+
/**
|
|
13979
|
+
* The number of On-Demand units to request.
|
|
13980
|
+
*/
|
|
13981
|
+
onDemandTargetCapacity?: pulumi.Input<number>;
|
|
13982
|
+
/**
|
|
13983
|
+
* The number of Spot units to request.
|
|
13984
|
+
*/
|
|
13985
|
+
spotTargetCapacity?: pulumi.Input<number>;
|
|
13986
|
+
/**
|
|
13987
|
+
* The number of units to request, filled using `defaultTargetCapacityType`.
|
|
13988
|
+
*/
|
|
13989
|
+
totalTargetCapacity: pulumi.Input<number>;
|
|
13990
|
+
}
|
|
13991
|
+
interface FlowLogDestinationOptions {
|
|
13992
|
+
/**
|
|
13993
|
+
* The format for the flow log. Default value: `plain-text`. Valid values: `plain-text`, `parquet`.
|
|
13994
|
+
*/
|
|
13995
|
+
fileFormat?: pulumi.Input<string>;
|
|
13996
|
+
/**
|
|
13997
|
+
* Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. Default value: `false`.
|
|
13998
|
+
*/
|
|
13999
|
+
hiveCompatiblePartitions?: pulumi.Input<boolean>;
|
|
14000
|
+
/**
|
|
14001
|
+
* Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. Default value: `false`.
|
|
14002
|
+
*/
|
|
14003
|
+
perHourPartition?: pulumi.Input<boolean>;
|
|
14004
|
+
}
|
|
14005
|
+
interface GetAmiFilter {
|
|
14006
|
+
/**
|
|
14007
|
+
* The name of the AMI that was provided during image creation.
|
|
14008
|
+
*/
|
|
14009
|
+
name: string;
|
|
14010
|
+
values: string[];
|
|
14011
|
+
}
|
|
14012
|
+
interface GetAmiFilterArgs {
|
|
14013
|
+
/**
|
|
14014
|
+
* The name of the AMI that was provided during image creation.
|
|
13640
14015
|
*/
|
|
13641
14016
|
name: pulumi.Input<string>;
|
|
13642
14017
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13643
14018
|
}
|
|
13644
|
-
interface GetAmiIdsFilter {
|
|
13645
|
-
name: string;
|
|
13646
|
-
values: string[];
|
|
13647
|
-
}
|
|
13648
|
-
interface GetAmiIdsFilterArgs {
|
|
13649
|
-
name: pulumi.Input<string>;
|
|
13650
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13651
|
-
}
|
|
13652
|
-
interface
|
|
14019
|
+
interface GetAmiIdsFilter {
|
|
14020
|
+
name: string;
|
|
14021
|
+
values: string[];
|
|
14022
|
+
}
|
|
14023
|
+
interface GetAmiIdsFilterArgs {
|
|
14024
|
+
name: pulumi.Input<string>;
|
|
14025
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14026
|
+
}
|
|
14027
|
+
interface GetCoipPoolFilterArgs {
|
|
13653
14028
|
/**
|
|
13654
14029
|
* The name of the field to filter by, as defined by
|
|
13655
14030
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
|
|
13656
14031
|
*/
|
|
13657
|
-
name: string
|
|
14032
|
+
name: pulumi.Input<string>;
|
|
13658
14033
|
/**
|
|
13659
14034
|
* Set of values that are accepted for the given field.
|
|
13660
14035
|
* A COIP Pool will be selected if any one of the given values matches.
|
|
13661
14036
|
*/
|
|
13662
|
-
values: string[]
|
|
14037
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13663
14038
|
}
|
|
13664
|
-
interface
|
|
14039
|
+
interface GetCoipPoolFilter {
|
|
13665
14040
|
/**
|
|
13666
14041
|
* The name of the field to filter by, as defined by
|
|
13667
14042
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
|
|
13668
14043
|
*/
|
|
13669
|
-
name:
|
|
14044
|
+
name: string;
|
|
13670
14045
|
/**
|
|
13671
14046
|
* Set of values that are accepted for the given field.
|
|
13672
14047
|
* A COIP Pool will be selected if any one of the given values matches.
|
|
13673
14048
|
*/
|
|
13674
|
-
values:
|
|
14049
|
+
values: string[];
|
|
13675
14050
|
}
|
|
13676
14051
|
interface GetCoipPoolsFilter {
|
|
13677
14052
|
/**
|
|
@@ -13697,14 +14072,14 @@ export declare namespace ec2 {
|
|
|
13697
14072
|
*/
|
|
13698
14073
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13699
14074
|
}
|
|
13700
|
-
interface GetCustomerGatewayFilter {
|
|
13701
|
-
name: string;
|
|
13702
|
-
values: string[];
|
|
13703
|
-
}
|
|
13704
14075
|
interface GetCustomerGatewayFilterArgs {
|
|
13705
14076
|
name: pulumi.Input<string>;
|
|
13706
14077
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13707
14078
|
}
|
|
14079
|
+
interface GetCustomerGatewayFilter {
|
|
14080
|
+
name: string;
|
|
14081
|
+
values: string[];
|
|
14082
|
+
}
|
|
13708
14083
|
interface GetDedicatedHostFilterArgs {
|
|
13709
14084
|
/**
|
|
13710
14085
|
* 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).
|
|
@@ -13725,27 +14100,27 @@ export declare namespace ec2 {
|
|
|
13725
14100
|
*/
|
|
13726
14101
|
values: string[];
|
|
13727
14102
|
}
|
|
13728
|
-
interface
|
|
14103
|
+
interface GetEipsFilter {
|
|
13729
14104
|
/**
|
|
13730
14105
|
* The name of the field to filter by, as defined by
|
|
13731
14106
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAddresses.html).
|
|
13732
14107
|
*/
|
|
13733
|
-
name:
|
|
14108
|
+
name: string;
|
|
13734
14109
|
/**
|
|
13735
14110
|
* Set of values that are accepted for the given field. An Elastic IP will be selected if any one of the given values matches.
|
|
13736
14111
|
*/
|
|
13737
|
-
values:
|
|
14112
|
+
values: string[];
|
|
13738
14113
|
}
|
|
13739
|
-
interface
|
|
14114
|
+
interface GetEipsFilterArgs {
|
|
13740
14115
|
/**
|
|
13741
14116
|
* The name of the field to filter by, as defined by
|
|
13742
14117
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAddresses.html).
|
|
13743
14118
|
*/
|
|
13744
|
-
name: string
|
|
14119
|
+
name: pulumi.Input<string>;
|
|
13745
14120
|
/**
|
|
13746
14121
|
* Set of values that are accepted for the given field. An Elastic IP will be selected if any one of the given values matches.
|
|
13747
14122
|
*/
|
|
13748
|
-
values: string[]
|
|
14123
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13749
14124
|
}
|
|
13750
14125
|
interface GetElasticIpFilterArgs {
|
|
13751
14126
|
name: pulumi.Input<string>;
|
|
@@ -13755,14 +14130,14 @@ export declare namespace ec2 {
|
|
|
13755
14130
|
name: string;
|
|
13756
14131
|
values: string[];
|
|
13757
14132
|
}
|
|
13758
|
-
interface GetInstanceFilterArgs {
|
|
13759
|
-
name: pulumi.Input<string>;
|
|
13760
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13761
|
-
}
|
|
13762
14133
|
interface GetInstanceFilter {
|
|
13763
14134
|
name: string;
|
|
13764
14135
|
values: string[];
|
|
13765
14136
|
}
|
|
14137
|
+
interface GetInstanceFilterArgs {
|
|
14138
|
+
name: pulumi.Input<string>;
|
|
14139
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14140
|
+
}
|
|
13766
14141
|
interface GetInstanceTypeFpga {
|
|
13767
14142
|
count?: number;
|
|
13768
14143
|
manufacturer?: string;
|
|
@@ -13781,15 +14156,6 @@ export declare namespace ec2 {
|
|
|
13781
14156
|
memorySize?: pulumi.Input<number>;
|
|
13782
14157
|
name?: pulumi.Input<string>;
|
|
13783
14158
|
}
|
|
13784
|
-
interface GetInstanceTypeGpus {
|
|
13785
|
-
count?: number;
|
|
13786
|
-
manufacturer?: string;
|
|
13787
|
-
/**
|
|
13788
|
-
* Size of the instance memory, in MiB.
|
|
13789
|
-
*/
|
|
13790
|
-
memorySize?: number;
|
|
13791
|
-
name?: string;
|
|
13792
|
-
}
|
|
13793
14159
|
interface GetInstanceTypeGpusArgs {
|
|
13794
14160
|
count?: pulumi.Input<number>;
|
|
13795
14161
|
manufacturer?: pulumi.Input<string>;
|
|
@@ -13799,9 +14165,13 @@ export declare namespace ec2 {
|
|
|
13799
14165
|
memorySize?: pulumi.Input<number>;
|
|
13800
14166
|
name?: pulumi.Input<string>;
|
|
13801
14167
|
}
|
|
13802
|
-
interface
|
|
14168
|
+
interface GetInstanceTypeGpus {
|
|
13803
14169
|
count?: number;
|
|
13804
14170
|
manufacturer?: string;
|
|
14171
|
+
/**
|
|
14172
|
+
* Size of the instance memory, in MiB.
|
|
14173
|
+
*/
|
|
14174
|
+
memorySize?: number;
|
|
13805
14175
|
name?: string;
|
|
13806
14176
|
}
|
|
13807
14177
|
interface GetInstanceTypeInferenceAcceleratorArgs {
|
|
@@ -13809,16 +14179,21 @@ export declare namespace ec2 {
|
|
|
13809
14179
|
manufacturer?: pulumi.Input<string>;
|
|
13810
14180
|
name?: pulumi.Input<string>;
|
|
13811
14181
|
}
|
|
13812
|
-
interface
|
|
13813
|
-
count?:
|
|
13814
|
-
|
|
13815
|
-
|
|
14182
|
+
interface GetInstanceTypeInferenceAccelerator {
|
|
14183
|
+
count?: number;
|
|
14184
|
+
manufacturer?: string;
|
|
14185
|
+
name?: string;
|
|
13816
14186
|
}
|
|
13817
14187
|
interface GetInstanceTypeInstanceDisk {
|
|
13818
14188
|
count?: number;
|
|
13819
14189
|
size?: number;
|
|
13820
14190
|
type?: string;
|
|
13821
14191
|
}
|
|
14192
|
+
interface GetInstanceTypeInstanceDiskArgs {
|
|
14193
|
+
count?: pulumi.Input<number>;
|
|
14194
|
+
size?: pulumi.Input<number>;
|
|
14195
|
+
type?: pulumi.Input<string>;
|
|
14196
|
+
}
|
|
13822
14197
|
interface GetInstanceTypeOfferingFilter {
|
|
13823
14198
|
/**
|
|
13824
14199
|
* Name of the filter. The `location` filter depends on the top-level `locationType` argument and if not specified, defaults to the current region.
|
|
@@ -13839,45 +14214,45 @@ export declare namespace ec2 {
|
|
|
13839
14214
|
*/
|
|
13840
14215
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13841
14216
|
}
|
|
13842
|
-
interface
|
|
14217
|
+
interface GetInstanceTypeOfferingsFilter {
|
|
13843
14218
|
/**
|
|
13844
14219
|
* Name of the filter. The `location` filter depends on the top-level `locationType` argument and if not specified, defaults to the current region.
|
|
13845
14220
|
*/
|
|
13846
|
-
name:
|
|
14221
|
+
name: string;
|
|
13847
14222
|
/**
|
|
13848
14223
|
* List of one or more values for the filter.
|
|
13849
14224
|
*/
|
|
13850
|
-
values:
|
|
14225
|
+
values: string[];
|
|
13851
14226
|
}
|
|
13852
|
-
interface
|
|
14227
|
+
interface GetInstanceTypeOfferingsFilterArgs {
|
|
13853
14228
|
/**
|
|
13854
14229
|
* Name of the filter. The `location` filter depends on the top-level `locationType` argument and if not specified, defaults to the current region.
|
|
13855
14230
|
*/
|
|
13856
|
-
name: string
|
|
14231
|
+
name: pulumi.Input<string>;
|
|
13857
14232
|
/**
|
|
13858
14233
|
* List of one or more values for the filter.
|
|
13859
14234
|
*/
|
|
13860
|
-
values: string[]
|
|
14235
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13861
14236
|
}
|
|
13862
|
-
interface
|
|
14237
|
+
interface GetInstanceTypesFilterArgs {
|
|
13863
14238
|
/**
|
|
13864
14239
|
* Name of the filter.
|
|
13865
14240
|
*/
|
|
13866
|
-
name: string
|
|
14241
|
+
name: pulumi.Input<string>;
|
|
13867
14242
|
/**
|
|
13868
14243
|
* List of one or more values for the filter.
|
|
13869
14244
|
*/
|
|
13870
|
-
values: string[]
|
|
14245
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13871
14246
|
}
|
|
13872
|
-
interface
|
|
14247
|
+
interface GetInstanceTypesFilter {
|
|
13873
14248
|
/**
|
|
13874
14249
|
* Name of the filter.
|
|
13875
14250
|
*/
|
|
13876
|
-
name:
|
|
14251
|
+
name: string;
|
|
13877
14252
|
/**
|
|
13878
14253
|
* List of one or more values for the filter.
|
|
13879
14254
|
*/
|
|
13880
|
-
values:
|
|
14255
|
+
values: string[];
|
|
13881
14256
|
}
|
|
13882
14257
|
interface GetInstancesFilter {
|
|
13883
14258
|
name: string;
|
|
@@ -13887,49 +14262,49 @@ export declare namespace ec2 {
|
|
|
13887
14262
|
name: pulumi.Input<string>;
|
|
13888
14263
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13889
14264
|
}
|
|
13890
|
-
interface
|
|
14265
|
+
interface GetInternetGatewayFilter {
|
|
13891
14266
|
/**
|
|
13892
14267
|
* The name of the field to filter by, as defined by
|
|
13893
14268
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInternetGateways.html).
|
|
13894
14269
|
*/
|
|
13895
|
-
name:
|
|
14270
|
+
name: string;
|
|
13896
14271
|
/**
|
|
13897
14272
|
* Set of values that are accepted for the given field.
|
|
13898
14273
|
* An Internet Gateway will be selected if any one of the given values matches.
|
|
13899
14274
|
*/
|
|
13900
|
-
values:
|
|
14275
|
+
values: string[];
|
|
13901
14276
|
}
|
|
13902
|
-
interface
|
|
14277
|
+
interface GetInternetGatewayFilterArgs {
|
|
13903
14278
|
/**
|
|
13904
14279
|
* The name of the field to filter by, as defined by
|
|
13905
14280
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInternetGateways.html).
|
|
13906
14281
|
*/
|
|
13907
|
-
name: string
|
|
14282
|
+
name: pulumi.Input<string>;
|
|
13908
14283
|
/**
|
|
13909
14284
|
* Set of values that are accepted for the given field.
|
|
13910
14285
|
* An Internet Gateway will be selected if any one of the given values matches.
|
|
13911
14286
|
*/
|
|
13912
|
-
values: string[]
|
|
14287
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13913
14288
|
}
|
|
13914
|
-
interface
|
|
14289
|
+
interface GetKeyPairFilter {
|
|
13915
14290
|
/**
|
|
13916
14291
|
* 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).
|
|
13917
14292
|
*/
|
|
13918
|
-
name:
|
|
14293
|
+
name: string;
|
|
13919
14294
|
/**
|
|
13920
14295
|
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
13921
14296
|
*/
|
|
13922
|
-
values:
|
|
14297
|
+
values: string[];
|
|
13923
14298
|
}
|
|
13924
|
-
interface
|
|
14299
|
+
interface GetKeyPairFilterArgs {
|
|
13925
14300
|
/**
|
|
13926
14301
|
* 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).
|
|
13927
14302
|
*/
|
|
13928
|
-
name: string
|
|
14303
|
+
name: pulumi.Input<string>;
|
|
13929
14304
|
/**
|
|
13930
14305
|
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
13931
14306
|
*/
|
|
13932
|
-
values: string[]
|
|
14307
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13933
14308
|
}
|
|
13934
14309
|
interface GetLaunchTemplateFilter {
|
|
13935
14310
|
/**
|
|
@@ -13975,29 +14350,29 @@ export declare namespace ec2 {
|
|
|
13975
14350
|
*/
|
|
13976
14351
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13977
14352
|
}
|
|
13978
|
-
interface
|
|
14353
|
+
interface GetLocalGatewayRouteTableFilterArgs {
|
|
13979
14354
|
/**
|
|
13980
14355
|
* The name of the field to filter by, as defined by
|
|
13981
14356
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
13982
14357
|
*/
|
|
13983
|
-
name: string
|
|
14358
|
+
name: pulumi.Input<string>;
|
|
13984
14359
|
/**
|
|
13985
14360
|
* Set of values that are accepted for the given field.
|
|
13986
14361
|
* A local gateway route table will be selected if any one of the given values matches.
|
|
13987
14362
|
*/
|
|
13988
|
-
values: string[]
|
|
14363
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
13989
14364
|
}
|
|
13990
|
-
interface
|
|
14365
|
+
interface GetLocalGatewayRouteTableFilter {
|
|
13991
14366
|
/**
|
|
13992
14367
|
* The name of the field to filter by, as defined by
|
|
13993
14368
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
13994
14369
|
*/
|
|
13995
|
-
name:
|
|
14370
|
+
name: string;
|
|
13996
14371
|
/**
|
|
13997
14372
|
* Set of values that are accepted for the given field.
|
|
13998
14373
|
* A local gateway route table will be selected if any one of the given values matches.
|
|
13999
14374
|
*/
|
|
14000
|
-
values:
|
|
14375
|
+
values: string[];
|
|
14001
14376
|
}
|
|
14002
14377
|
interface GetLocalGatewayRouteTablesFilterArgs {
|
|
14003
14378
|
/**
|
|
@@ -14043,25 +14418,25 @@ export declare namespace ec2 {
|
|
|
14043
14418
|
*/
|
|
14044
14419
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14045
14420
|
}
|
|
14046
|
-
interface
|
|
14421
|
+
interface GetLocalGatewayVirtualInterfaceGroupFilter {
|
|
14047
14422
|
/**
|
|
14048
14423
|
* Name of the filter.
|
|
14049
14424
|
*/
|
|
14050
|
-
name:
|
|
14425
|
+
name: string;
|
|
14051
14426
|
/**
|
|
14052
14427
|
* List of one or more values for the filter.
|
|
14053
14428
|
*/
|
|
14054
|
-
values:
|
|
14429
|
+
values: string[];
|
|
14055
14430
|
}
|
|
14056
|
-
interface
|
|
14431
|
+
interface GetLocalGatewayVirtualInterfaceGroupFilterArgs {
|
|
14057
14432
|
/**
|
|
14058
14433
|
* Name of the filter.
|
|
14059
14434
|
*/
|
|
14060
|
-
name: string
|
|
14435
|
+
name: pulumi.Input<string>;
|
|
14061
14436
|
/**
|
|
14062
14437
|
* List of one or more values for the filter.
|
|
14063
14438
|
*/
|
|
14064
|
-
values: string[]
|
|
14439
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14065
14440
|
}
|
|
14066
14441
|
interface GetLocalGatewayVirtualInterfaceGroupsFilter {
|
|
14067
14442
|
/**
|
|
@@ -14083,73 +14458,73 @@ export declare namespace ec2 {
|
|
|
14083
14458
|
*/
|
|
14084
14459
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14085
14460
|
}
|
|
14086
|
-
interface
|
|
14461
|
+
interface GetLocalGatewaysFilter {
|
|
14087
14462
|
/**
|
|
14088
14463
|
* The name of the field to filter by, as defined by
|
|
14089
14464
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
|
|
14090
14465
|
*/
|
|
14091
|
-
name:
|
|
14466
|
+
name: string;
|
|
14092
14467
|
/**
|
|
14093
14468
|
* Set of values that are accepted for the given field.
|
|
14094
14469
|
* A Local Gateway will be selected if any one of the given values matches.
|
|
14095
14470
|
*/
|
|
14096
|
-
values:
|
|
14471
|
+
values: string[];
|
|
14097
14472
|
}
|
|
14098
|
-
interface
|
|
14473
|
+
interface GetLocalGatewaysFilterArgs {
|
|
14099
14474
|
/**
|
|
14100
14475
|
* The name of the field to filter by, as defined by
|
|
14101
14476
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
|
|
14102
14477
|
*/
|
|
14103
|
-
name: string
|
|
14478
|
+
name: pulumi.Input<string>;
|
|
14104
14479
|
/**
|
|
14105
14480
|
* Set of values that are accepted for the given field.
|
|
14106
14481
|
* A Local Gateway will be selected if any one of the given values matches.
|
|
14107
14482
|
*/
|
|
14108
|
-
values: string[]
|
|
14483
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14109
14484
|
}
|
|
14110
|
-
interface
|
|
14485
|
+
interface GetManagedPrefixListFilter {
|
|
14111
14486
|
/**
|
|
14112
14487
|
* 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.
|
|
14113
14488
|
*/
|
|
14114
|
-
name:
|
|
14489
|
+
name: string;
|
|
14115
14490
|
/**
|
|
14116
14491
|
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
14117
14492
|
*/
|
|
14118
|
-
values:
|
|
14493
|
+
values: string[];
|
|
14119
14494
|
}
|
|
14120
|
-
interface
|
|
14495
|
+
interface GetManagedPrefixListFilterArgs {
|
|
14121
14496
|
/**
|
|
14122
14497
|
* 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.
|
|
14123
14498
|
*/
|
|
14124
|
-
name: string
|
|
14499
|
+
name: pulumi.Input<string>;
|
|
14125
14500
|
/**
|
|
14126
14501
|
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
14127
14502
|
*/
|
|
14128
|
-
values: string[]
|
|
14503
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14129
14504
|
}
|
|
14130
|
-
interface
|
|
14505
|
+
interface GetNatGatewayFilter {
|
|
14131
14506
|
/**
|
|
14132
14507
|
* The name of the field to filter by, as defined by
|
|
14133
14508
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).
|
|
14134
14509
|
*/
|
|
14135
|
-
name:
|
|
14510
|
+
name: string;
|
|
14136
14511
|
/**
|
|
14137
14512
|
* Set of values that are accepted for the given field.
|
|
14138
14513
|
* An Nat Gateway will be selected if any one of the given values matches.
|
|
14139
14514
|
*/
|
|
14140
|
-
values:
|
|
14515
|
+
values: string[];
|
|
14141
14516
|
}
|
|
14142
|
-
interface
|
|
14517
|
+
interface GetNatGatewayFilterArgs {
|
|
14143
14518
|
/**
|
|
14144
14519
|
* The name of the field to filter by, as defined by
|
|
14145
14520
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).
|
|
14146
14521
|
*/
|
|
14147
|
-
name: string
|
|
14522
|
+
name: pulumi.Input<string>;
|
|
14148
14523
|
/**
|
|
14149
14524
|
* Set of values that are accepted for the given field.
|
|
14150
14525
|
* An Nat Gateway will be selected if any one of the given values matches.
|
|
14151
14526
|
*/
|
|
14152
|
-
values: string[]
|
|
14527
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14153
14528
|
}
|
|
14154
14529
|
interface GetNatGatewaysFilterArgs {
|
|
14155
14530
|
/**
|
|
@@ -14207,27 +14582,27 @@ export declare namespace ec2 {
|
|
|
14207
14582
|
name: pulumi.Input<string>;
|
|
14208
14583
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14209
14584
|
}
|
|
14210
|
-
interface
|
|
14585
|
+
interface GetNetworkInterfacesFilterArgs {
|
|
14211
14586
|
/**
|
|
14212
14587
|
* The name of the field to filter by, as defined by
|
|
14213
14588
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInterfaces.html).
|
|
14214
14589
|
*/
|
|
14215
|
-
name: string
|
|
14590
|
+
name: pulumi.Input<string>;
|
|
14216
14591
|
/**
|
|
14217
14592
|
* Set of values that are accepted for the given field.
|
|
14218
14593
|
*/
|
|
14219
|
-
values: string[]
|
|
14594
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14220
14595
|
}
|
|
14221
|
-
interface
|
|
14596
|
+
interface GetNetworkInterfacesFilter {
|
|
14222
14597
|
/**
|
|
14223
14598
|
* The name of the field to filter by, as defined by
|
|
14224
14599
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInterfaces.html).
|
|
14225
14600
|
*/
|
|
14226
|
-
name:
|
|
14601
|
+
name: string;
|
|
14227
14602
|
/**
|
|
14228
14603
|
* Set of values that are accepted for the given field.
|
|
14229
14604
|
*/
|
|
14230
|
-
values:
|
|
14605
|
+
values: string[];
|
|
14231
14606
|
}
|
|
14232
14607
|
interface GetPrefixListFilter {
|
|
14233
14608
|
/**
|
|
@@ -14249,73 +14624,73 @@ export declare namespace ec2 {
|
|
|
14249
14624
|
*/
|
|
14250
14625
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14251
14626
|
}
|
|
14252
|
-
interface
|
|
14627
|
+
interface GetRouteTableFilter {
|
|
14253
14628
|
/**
|
|
14254
14629
|
* 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).
|
|
14255
14630
|
*/
|
|
14256
|
-
name:
|
|
14631
|
+
name: string;
|
|
14257
14632
|
/**
|
|
14258
14633
|
* Set of values that are accepted for the given field. A Route Table will be selected if any one of the given values matches.
|
|
14259
14634
|
*/
|
|
14260
|
-
values:
|
|
14635
|
+
values: string[];
|
|
14261
14636
|
}
|
|
14262
|
-
interface
|
|
14637
|
+
interface GetRouteTableFilterArgs {
|
|
14263
14638
|
/**
|
|
14264
14639
|
* 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).
|
|
14265
14640
|
*/
|
|
14266
|
-
name: string
|
|
14641
|
+
name: pulumi.Input<string>;
|
|
14267
14642
|
/**
|
|
14268
14643
|
* Set of values that are accepted for the given field. A Route Table will be selected if any one of the given values matches.
|
|
14269
14644
|
*/
|
|
14270
|
-
values: string[]
|
|
14645
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14271
14646
|
}
|
|
14272
|
-
interface
|
|
14647
|
+
interface GetRouteTablesFilter {
|
|
14273
14648
|
/**
|
|
14274
14649
|
* The name of the field to filter by, as defined by
|
|
14275
14650
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).
|
|
14276
14651
|
*/
|
|
14277
|
-
name:
|
|
14652
|
+
name: string;
|
|
14278
14653
|
/**
|
|
14279
14654
|
* Set of values that are accepted for the given field.
|
|
14280
14655
|
* A Route Table will be selected if any one of the given values matches.
|
|
14281
14656
|
*/
|
|
14282
|
-
values:
|
|
14657
|
+
values: string[];
|
|
14283
14658
|
}
|
|
14284
|
-
interface
|
|
14659
|
+
interface GetRouteTablesFilterArgs {
|
|
14285
14660
|
/**
|
|
14286
14661
|
* The name of the field to filter by, as defined by
|
|
14287
14662
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).
|
|
14288
14663
|
*/
|
|
14289
|
-
name: string
|
|
14664
|
+
name: pulumi.Input<string>;
|
|
14290
14665
|
/**
|
|
14291
14666
|
* Set of values that are accepted for the given field.
|
|
14292
14667
|
* A Route Table will be selected if any one of the given values matches.
|
|
14293
14668
|
*/
|
|
14294
|
-
values: string[]
|
|
14669
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14295
14670
|
}
|
|
14296
|
-
interface
|
|
14671
|
+
interface GetSecurityGroupFilterArgs {
|
|
14297
14672
|
/**
|
|
14298
14673
|
* The name of the field to filter by, as defined by
|
|
14299
14674
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html).
|
|
14300
14675
|
*/
|
|
14301
|
-
name: string
|
|
14676
|
+
name: pulumi.Input<string>;
|
|
14302
14677
|
/**
|
|
14303
14678
|
* Set of values that are accepted for the given field.
|
|
14304
14679
|
* A Security Group will be selected if any one of the given values matches.
|
|
14305
14680
|
*/
|
|
14306
|
-
values: string[]
|
|
14681
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14307
14682
|
}
|
|
14308
|
-
interface
|
|
14683
|
+
interface GetSecurityGroupFilter {
|
|
14309
14684
|
/**
|
|
14310
14685
|
* The name of the field to filter by, as defined by
|
|
14311
14686
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html).
|
|
14312
14687
|
*/
|
|
14313
|
-
name:
|
|
14688
|
+
name: string;
|
|
14314
14689
|
/**
|
|
14315
14690
|
* Set of values that are accepted for the given field.
|
|
14316
14691
|
* A Security Group will be selected if any one of the given values matches.
|
|
14317
14692
|
*/
|
|
14318
|
-
values:
|
|
14693
|
+
values: string[];
|
|
14319
14694
|
}
|
|
14320
14695
|
interface GetSecurityGroupsFilter {
|
|
14321
14696
|
name: string;
|
|
@@ -14325,25 +14700,25 @@ export declare namespace ec2 {
|
|
|
14325
14700
|
name: pulumi.Input<string>;
|
|
14326
14701
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14327
14702
|
}
|
|
14328
|
-
interface
|
|
14703
|
+
interface GetSpotPriceFilter {
|
|
14329
14704
|
/**
|
|
14330
14705
|
* Name of the filter.
|
|
14331
14706
|
*/
|
|
14332
|
-
name:
|
|
14707
|
+
name: string;
|
|
14333
14708
|
/**
|
|
14334
14709
|
* List of one or more values for the filter.
|
|
14335
14710
|
*/
|
|
14336
|
-
values:
|
|
14711
|
+
values: string[];
|
|
14337
14712
|
}
|
|
14338
|
-
interface
|
|
14713
|
+
interface GetSpotPriceFilterArgs {
|
|
14339
14714
|
/**
|
|
14340
14715
|
* Name of the filter.
|
|
14341
14716
|
*/
|
|
14342
|
-
name: string
|
|
14717
|
+
name: pulumi.Input<string>;
|
|
14343
14718
|
/**
|
|
14344
14719
|
* List of one or more values for the filter.
|
|
14345
14720
|
*/
|
|
14346
|
-
values: string[]
|
|
14721
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14347
14722
|
}
|
|
14348
14723
|
interface GetSubnetFilter {
|
|
14349
14724
|
/**
|
|
@@ -14365,31 +14740,31 @@ export declare namespace ec2 {
|
|
|
14365
14740
|
*/
|
|
14366
14741
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14367
14742
|
}
|
|
14368
|
-
interface
|
|
14743
|
+
interface GetSubnetIdsFilterArgs {
|
|
14369
14744
|
/**
|
|
14370
14745
|
* The name of the field to filter by, as defined by
|
|
14371
14746
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
|
|
14372
14747
|
* For example, if matching against tag `Name`, use:
|
|
14373
14748
|
*/
|
|
14374
|
-
name: string
|
|
14749
|
+
name: pulumi.Input<string>;
|
|
14375
14750
|
/**
|
|
14376
14751
|
* Set of values that are accepted for the given field.
|
|
14377
14752
|
* Subnet IDs will be selected if any one of the given values match.
|
|
14378
14753
|
*/
|
|
14379
|
-
values: string[]
|
|
14754
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14380
14755
|
}
|
|
14381
|
-
interface
|
|
14756
|
+
interface GetSubnetIdsFilter {
|
|
14382
14757
|
/**
|
|
14383
14758
|
* The name of the field to filter by, as defined by
|
|
14384
14759
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
|
|
14385
14760
|
* For example, if matching against tag `Name`, use:
|
|
14386
14761
|
*/
|
|
14387
|
-
name:
|
|
14762
|
+
name: string;
|
|
14388
14763
|
/**
|
|
14389
14764
|
* Set of values that are accepted for the given field.
|
|
14390
14765
|
* Subnet IDs will be selected if any one of the given values match.
|
|
14391
14766
|
*/
|
|
14392
|
-
values:
|
|
14767
|
+
values: string[];
|
|
14393
14768
|
}
|
|
14394
14769
|
interface GetSubnetsFilter {
|
|
14395
14770
|
/**
|
|
@@ -14417,49 +14792,49 @@ export declare namespace ec2 {
|
|
|
14417
14792
|
*/
|
|
14418
14793
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14419
14794
|
}
|
|
14420
|
-
interface
|
|
14795
|
+
interface GetTransitGatewayRouteTablesFilter {
|
|
14421
14796
|
/**
|
|
14422
14797
|
* The name of the field to filter by, as defined by
|
|
14423
14798
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayRouteTables.html).
|
|
14424
14799
|
*/
|
|
14425
|
-
name:
|
|
14800
|
+
name: string;
|
|
14426
14801
|
/**
|
|
14427
14802
|
* Set of values that are accepted for the given field.
|
|
14428
14803
|
* A Transit Gateway Route Table will be selected if any one of the given values matches.
|
|
14429
14804
|
*/
|
|
14430
|
-
values:
|
|
14805
|
+
values: string[];
|
|
14431
14806
|
}
|
|
14432
|
-
interface
|
|
14807
|
+
interface GetTransitGatewayRouteTablesFilterArgs {
|
|
14433
14808
|
/**
|
|
14434
14809
|
* The name of the field to filter by, as defined by
|
|
14435
14810
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayRouteTables.html).
|
|
14436
14811
|
*/
|
|
14437
|
-
name: string
|
|
14812
|
+
name: pulumi.Input<string>;
|
|
14438
14813
|
/**
|
|
14439
14814
|
* Set of values that are accepted for the given field.
|
|
14440
14815
|
* A Transit Gateway Route Table will be selected if any one of the given values matches.
|
|
14441
14816
|
*/
|
|
14442
|
-
values: string[]
|
|
14817
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14443
14818
|
}
|
|
14444
|
-
interface
|
|
14819
|
+
interface GetVpcDhcpOptionsFilterArgs {
|
|
14445
14820
|
/**
|
|
14446
14821
|
* The name of the field to filter.
|
|
14447
14822
|
*/
|
|
14448
|
-
name: string
|
|
14823
|
+
name: pulumi.Input<string>;
|
|
14449
14824
|
/**
|
|
14450
14825
|
* Set of values for filtering.
|
|
14451
14826
|
*/
|
|
14452
|
-
values: string[]
|
|
14827
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14453
14828
|
}
|
|
14454
|
-
interface
|
|
14829
|
+
interface GetVpcDhcpOptionsFilter {
|
|
14455
14830
|
/**
|
|
14456
14831
|
* The name of the field to filter.
|
|
14457
14832
|
*/
|
|
14458
|
-
name:
|
|
14833
|
+
name: string;
|
|
14459
14834
|
/**
|
|
14460
14835
|
* Set of values for filtering.
|
|
14461
14836
|
*/
|
|
14462
|
-
values:
|
|
14837
|
+
values: string[];
|
|
14463
14838
|
}
|
|
14464
14839
|
interface GetVpcEndpointFilter {
|
|
14465
14840
|
/**
|
|
@@ -14505,61 +14880,61 @@ export declare namespace ec2 {
|
|
|
14505
14880
|
*/
|
|
14506
14881
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14507
14882
|
}
|
|
14508
|
-
interface
|
|
14883
|
+
interface GetVpcFilterArgs {
|
|
14509
14884
|
/**
|
|
14510
14885
|
* The name of the field to filter by, as defined by
|
|
14511
14886
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).
|
|
14512
14887
|
*/
|
|
14513
|
-
name: string
|
|
14888
|
+
name: pulumi.Input<string>;
|
|
14514
14889
|
/**
|
|
14515
14890
|
* Set of values that are accepted for the given field.
|
|
14516
14891
|
* A VPC will be selected if any one of the given values matches.
|
|
14517
14892
|
*/
|
|
14518
|
-
values: string[]
|
|
14893
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14519
14894
|
}
|
|
14520
|
-
interface
|
|
14895
|
+
interface GetVpcFilter {
|
|
14521
14896
|
/**
|
|
14522
14897
|
* The name of the field to filter by, as defined by
|
|
14523
14898
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).
|
|
14524
14899
|
*/
|
|
14525
|
-
name:
|
|
14900
|
+
name: string;
|
|
14526
14901
|
/**
|
|
14527
14902
|
* Set of values that are accepted for the given field.
|
|
14528
14903
|
* A VPC will be selected if any one of the given values matches.
|
|
14529
14904
|
*/
|
|
14530
|
-
values:
|
|
14531
|
-
}
|
|
14532
|
-
interface GetVpcIamPoolFilterArgs {
|
|
14533
|
-
name: pulumi.Input<string>;
|
|
14534
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14905
|
+
values: string[];
|
|
14535
14906
|
}
|
|
14536
14907
|
interface GetVpcIamPoolFilter {
|
|
14537
14908
|
name: string;
|
|
14538
14909
|
values: string[];
|
|
14539
14910
|
}
|
|
14540
|
-
interface
|
|
14911
|
+
interface GetVpcIamPoolFilterArgs {
|
|
14912
|
+
name: pulumi.Input<string>;
|
|
14913
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14914
|
+
}
|
|
14915
|
+
interface GetVpcPeeringConnectionFilterArgs {
|
|
14541
14916
|
/**
|
|
14542
14917
|
* The name of the field to filter by, as defined by
|
|
14543
14918
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).
|
|
14544
14919
|
*/
|
|
14545
|
-
name: string
|
|
14920
|
+
name: pulumi.Input<string>;
|
|
14546
14921
|
/**
|
|
14547
14922
|
* Set of values that are accepted for the given field.
|
|
14548
14923
|
* A VPC Peering Connection will be selected if any one of the given values matches.
|
|
14549
14924
|
*/
|
|
14550
|
-
values: string[]
|
|
14925
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14551
14926
|
}
|
|
14552
|
-
interface
|
|
14927
|
+
interface GetVpcPeeringConnectionFilter {
|
|
14553
14928
|
/**
|
|
14554
14929
|
* The name of the field to filter by, as defined by
|
|
14555
14930
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).
|
|
14556
14931
|
*/
|
|
14557
|
-
name:
|
|
14932
|
+
name: string;
|
|
14558
14933
|
/**
|
|
14559
14934
|
* Set of values that are accepted for the given field.
|
|
14560
14935
|
* A VPC Peering Connection will be selected if any one of the given values matches.
|
|
14561
14936
|
*/
|
|
14562
|
-
values:
|
|
14937
|
+
values: string[];
|
|
14563
14938
|
}
|
|
14564
14939
|
interface GetVpcPeeringConnectionsFilter {
|
|
14565
14940
|
/**
|
|
@@ -14609,29 +14984,29 @@ export declare namespace ec2 {
|
|
|
14609
14984
|
*/
|
|
14610
14985
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14611
14986
|
}
|
|
14612
|
-
interface
|
|
14987
|
+
interface GetVpnGatewayFilterArgs {
|
|
14613
14988
|
/**
|
|
14614
14989
|
* The name of the field to filter by, as defined by
|
|
14615
14990
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnGateways.html).
|
|
14616
14991
|
*/
|
|
14617
|
-
name: string
|
|
14992
|
+
name: pulumi.Input<string>;
|
|
14618
14993
|
/**
|
|
14619
14994
|
* Set of values that are accepted for the given field.
|
|
14620
14995
|
* A VPN Gateway will be selected if any one of the given values matches.
|
|
14621
14996
|
*/
|
|
14622
|
-
values: string[]
|
|
14997
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14623
14998
|
}
|
|
14624
|
-
interface
|
|
14999
|
+
interface GetVpnGatewayFilter {
|
|
14625
15000
|
/**
|
|
14626
15001
|
* The name of the field to filter by, as defined by
|
|
14627
15002
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnGateways.html).
|
|
14628
15003
|
*/
|
|
14629
|
-
name:
|
|
15004
|
+
name: string;
|
|
14630
15005
|
/**
|
|
14631
15006
|
* Set of values that are accepted for the given field.
|
|
14632
15007
|
* A VPN Gateway will be selected if any one of the given values matches.
|
|
14633
15008
|
*/
|
|
14634
|
-
values:
|
|
15009
|
+
values: string[];
|
|
14635
15010
|
}
|
|
14636
15011
|
interface InstanceCapacityReservationSpecification {
|
|
14637
15012
|
/**
|
|
@@ -16802,7 +17177,7 @@ export declare namespace ecs {
|
|
|
16802
17177
|
*/
|
|
16803
17178
|
name: pulumi.Input<string>;
|
|
16804
17179
|
/**
|
|
16805
|
-
* The value to assign to the setting.
|
|
17180
|
+
* The value to assign to the setting. Valid values are `enabled` and `disabled`.
|
|
16806
17181
|
*/
|
|
16807
17182
|
value: pulumi.Input<string>;
|
|
16808
17183
|
}
|
|
@@ -17210,6 +17585,22 @@ export declare namespace efs {
|
|
|
17210
17585
|
*/
|
|
17211
17586
|
valueInStandard?: pulumi.Input<number>;
|
|
17212
17587
|
}
|
|
17588
|
+
interface ReplicationConfigurationDestination {
|
|
17589
|
+
/**
|
|
17590
|
+
* The availability zone in which the replica should be created. If specified, the replica will be created with One Zone storage. If omitted, regional storage will be used.
|
|
17591
|
+
*/
|
|
17592
|
+
availabilityZoneName?: pulumi.Input<string>;
|
|
17593
|
+
fileSystemId?: pulumi.Input<string>;
|
|
17594
|
+
/**
|
|
17595
|
+
* The Key ID, ARN, alias, or alias ARN of the KMS key that should be used to encrypt the replica file system. If omitted, the default KMS key for EFS `/aws/elasticfilesystem` will be used.
|
|
17596
|
+
*/
|
|
17597
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
17598
|
+
/**
|
|
17599
|
+
* The region in which the replica should be created.
|
|
17600
|
+
*/
|
|
17601
|
+
region?: pulumi.Input<string>;
|
|
17602
|
+
status?: pulumi.Input<string>;
|
|
17603
|
+
}
|
|
17213
17604
|
}
|
|
17214
17605
|
export declare namespace eks {
|
|
17215
17606
|
interface ClusterCertificateAuthority {
|
|
@@ -20294,7 +20685,7 @@ export declare namespace glue {
|
|
|
20294
20685
|
}
|
|
20295
20686
|
interface CrawlerRecrawlPolicy {
|
|
20296
20687
|
/**
|
|
20297
|
-
* Specifies whether to crawl the entire dataset again
|
|
20688
|
+
* Specifies whether to crawl the entire dataset again, crawl only folders that were added since the last crawler run, or crawl what S3 notifies the crawler of via SQS. Valid Values are: `CRAWL_EVENT_MODE`, `CRAWL_EVERYTHING` and `CRAWL_NEW_FOLDERS_ONLY`. Default value is `CRAWL_EVERYTHING`.
|
|
20298
20689
|
*/
|
|
20299
20690
|
recrawlBehavior?: pulumi.Input<string>;
|
|
20300
20691
|
}
|
|
@@ -22342,59 +22733,153 @@ export declare namespace iot {
|
|
|
22342
22733
|
}
|
|
22343
22734
|
interface TopicRuleStepFunction {
|
|
22344
22735
|
/**
|
|
22345
|
-
* The prefix used to generate, along with a UUID, the unique state machine execution name.
|
|
22736
|
+
* The prefix used to generate, along with a UUID, the unique state machine execution name.
|
|
22737
|
+
*/
|
|
22738
|
+
executionNamePrefix?: pulumi.Input<string>;
|
|
22739
|
+
/**
|
|
22740
|
+
* The ARN of the IAM role that grants access to start execution of the state machine.
|
|
22741
|
+
*/
|
|
22742
|
+
roleArn: pulumi.Input<string>;
|
|
22743
|
+
/**
|
|
22744
|
+
* The name of the Step Functions state machine whose execution will be started.
|
|
22745
|
+
*/
|
|
22746
|
+
stateMachineName: pulumi.Input<string>;
|
|
22747
|
+
}
|
|
22748
|
+
interface TopicRuleTimestream {
|
|
22749
|
+
/**
|
|
22750
|
+
* The name of an Amazon Timestream database.
|
|
22751
|
+
*/
|
|
22752
|
+
databaseName: pulumi.Input<string>;
|
|
22753
|
+
/**
|
|
22754
|
+
* Configuration blocks with metadata attributes of the time series that are written in each measure record. Nested arguments below.
|
|
22755
|
+
*/
|
|
22756
|
+
dimensions: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleTimestreamDimension>[]>;
|
|
22757
|
+
/**
|
|
22758
|
+
* The ARN of the role that grants permission to write to the Amazon Timestream database table.
|
|
22759
|
+
*/
|
|
22760
|
+
roleArn: pulumi.Input<string>;
|
|
22761
|
+
/**
|
|
22762
|
+
* The name of the database table into which to write the measure records.
|
|
22763
|
+
*/
|
|
22764
|
+
tableName: pulumi.Input<string>;
|
|
22765
|
+
/**
|
|
22766
|
+
* Configuration block specifying an application-defined value to replace the default value assigned to the Timestream record's timestamp in the time column. Nested arguments below.
|
|
22767
|
+
*/
|
|
22768
|
+
timestamp?: pulumi.Input<inputs.iot.TopicRuleTimestreamTimestamp>;
|
|
22769
|
+
}
|
|
22770
|
+
interface TopicRuleTimestreamDimension {
|
|
22771
|
+
/**
|
|
22772
|
+
* The name of the rule.
|
|
22773
|
+
*/
|
|
22774
|
+
name: pulumi.Input<string>;
|
|
22775
|
+
/**
|
|
22776
|
+
* The value of the HTTP header.
|
|
22777
|
+
*/
|
|
22778
|
+
value: pulumi.Input<string>;
|
|
22779
|
+
}
|
|
22780
|
+
interface TopicRuleTimestreamTimestamp {
|
|
22781
|
+
/**
|
|
22782
|
+
* The precision of the timestamp value that results from the expression described in value. Valid values: `SECONDS`, `MILLISECONDS`, `MICROSECONDS`, `NANOSECONDS`.
|
|
22783
|
+
*/
|
|
22784
|
+
unit: pulumi.Input<string>;
|
|
22785
|
+
/**
|
|
22786
|
+
* The value of the HTTP header.
|
|
22787
|
+
*/
|
|
22788
|
+
value: pulumi.Input<string>;
|
|
22789
|
+
}
|
|
22790
|
+
}
|
|
22791
|
+
export declare namespace keyspaces {
|
|
22792
|
+
interface TableCapacitySpecification {
|
|
22793
|
+
/**
|
|
22794
|
+
* The throughput capacity specified for read operations defined in read capacity units (RCUs).
|
|
22795
|
+
*/
|
|
22796
|
+
readCapacityUnits?: pulumi.Input<number>;
|
|
22797
|
+
/**
|
|
22798
|
+
* The read/write throughput capacity mode for a table. Valid values: `PAY_PER_REQUEST`, `PROVISIONED`. The default value is `PAY_PER_REQUEST`.
|
|
22799
|
+
*/
|
|
22800
|
+
throughputMode?: pulumi.Input<string>;
|
|
22801
|
+
/**
|
|
22802
|
+
* The throughput capacity specified for write operations defined in write capacity units (WCUs).
|
|
22803
|
+
*/
|
|
22804
|
+
writeCapacityUnits?: pulumi.Input<number>;
|
|
22805
|
+
}
|
|
22806
|
+
interface TableComment {
|
|
22807
|
+
/**
|
|
22808
|
+
* A description of the table.
|
|
22809
|
+
*/
|
|
22810
|
+
message?: pulumi.Input<string>;
|
|
22811
|
+
}
|
|
22812
|
+
interface TableEncryptionSpecification {
|
|
22813
|
+
/**
|
|
22814
|
+
* The Amazon Resource Name (ARN) of the customer managed KMS key.
|
|
22346
22815
|
*/
|
|
22347
|
-
|
|
22816
|
+
kmsKeyIdentifier?: pulumi.Input<string>;
|
|
22348
22817
|
/**
|
|
22349
|
-
* The
|
|
22818
|
+
* The encryption option specified for the table. Valid values: `AWS_OWNED_KMS_KEY`, `CUSTOMER_MANAGED_KMS_KEY`. The default value is `AWS_OWNED_KMS_KEY`.
|
|
22350
22819
|
*/
|
|
22351
|
-
|
|
22820
|
+
type?: pulumi.Input<string>;
|
|
22821
|
+
}
|
|
22822
|
+
interface TablePointInTimeRecovery {
|
|
22352
22823
|
/**
|
|
22353
|
-
*
|
|
22824
|
+
* Valid values: `ENABLED`, `DISABLED`. The default value is `DISABLED`.
|
|
22354
22825
|
*/
|
|
22355
|
-
|
|
22826
|
+
status?: pulumi.Input<string>;
|
|
22356
22827
|
}
|
|
22357
|
-
interface
|
|
22828
|
+
interface TableSchemaDefinition {
|
|
22358
22829
|
/**
|
|
22359
|
-
* The
|
|
22830
|
+
* The columns that are part of the clustering key of the table.
|
|
22360
22831
|
*/
|
|
22361
|
-
|
|
22832
|
+
clusteringKeys?: pulumi.Input<pulumi.Input<inputs.keyspaces.TableSchemaDefinitionClusteringKey>[]>;
|
|
22362
22833
|
/**
|
|
22363
|
-
*
|
|
22834
|
+
* The regular columns of the table.
|
|
22364
22835
|
*/
|
|
22365
|
-
|
|
22836
|
+
columns: pulumi.Input<pulumi.Input<inputs.keyspaces.TableSchemaDefinitionColumn>[]>;
|
|
22366
22837
|
/**
|
|
22367
|
-
* The
|
|
22838
|
+
* The columns that are part of the partition key of the table .
|
|
22368
22839
|
*/
|
|
22369
|
-
|
|
22840
|
+
partitionKeys: pulumi.Input<pulumi.Input<inputs.keyspaces.TableSchemaDefinitionPartitionKey>[]>;
|
|
22370
22841
|
/**
|
|
22371
|
-
* The
|
|
22842
|
+
* The columns that have been defined as `STATIC`. Static columns store values that are shared by all rows in the same partition.
|
|
22372
22843
|
*/
|
|
22373
|
-
|
|
22844
|
+
staticColumns?: pulumi.Input<pulumi.Input<inputs.keyspaces.TableSchemaDefinitionStaticColumn>[]>;
|
|
22845
|
+
}
|
|
22846
|
+
interface TableSchemaDefinitionClusteringKey {
|
|
22374
22847
|
/**
|
|
22375
|
-
*
|
|
22848
|
+
* The name of the clustering key column.
|
|
22376
22849
|
*/
|
|
22377
|
-
|
|
22850
|
+
name: pulumi.Input<string>;
|
|
22851
|
+
/**
|
|
22852
|
+
* The order modifier. Valid values: `ASC`, `DESC`.
|
|
22853
|
+
*/
|
|
22854
|
+
orderBy: pulumi.Input<string>;
|
|
22378
22855
|
}
|
|
22379
|
-
interface
|
|
22856
|
+
interface TableSchemaDefinitionColumn {
|
|
22380
22857
|
/**
|
|
22381
|
-
* The name of the
|
|
22858
|
+
* The name of the column.
|
|
22382
22859
|
*/
|
|
22383
22860
|
name: pulumi.Input<string>;
|
|
22384
22861
|
/**
|
|
22385
|
-
* The
|
|
22862
|
+
* The data type of the column. See the [Developer Guide](https://docs.aws.amazon.com/keyspaces/latest/devguide/cql.elements.html#cql.data-types) for a list of available data types.
|
|
22386
22863
|
*/
|
|
22387
|
-
|
|
22864
|
+
type: pulumi.Input<string>;
|
|
22388
22865
|
}
|
|
22389
|
-
interface
|
|
22866
|
+
interface TableSchemaDefinitionPartitionKey {
|
|
22390
22867
|
/**
|
|
22391
|
-
* The
|
|
22868
|
+
* The name of the partition key column.
|
|
22392
22869
|
*/
|
|
22393
|
-
|
|
22870
|
+
name: pulumi.Input<string>;
|
|
22871
|
+
}
|
|
22872
|
+
interface TableSchemaDefinitionStaticColumn {
|
|
22394
22873
|
/**
|
|
22395
|
-
* The
|
|
22874
|
+
* The name of the static column.
|
|
22396
22875
|
*/
|
|
22397
|
-
|
|
22876
|
+
name: pulumi.Input<string>;
|
|
22877
|
+
}
|
|
22878
|
+
interface TableTtl {
|
|
22879
|
+
/**
|
|
22880
|
+
* Valid values: `ENABLED`.
|
|
22881
|
+
*/
|
|
22882
|
+
status: pulumi.Input<string>;
|
|
22398
22883
|
}
|
|
22399
22884
|
}
|
|
22400
22885
|
export declare namespace kinesis {
|
|
@@ -25495,6 +25980,12 @@ export declare namespace location {
|
|
|
25495
25980
|
*/
|
|
25496
25981
|
style: pulumi.Input<string>;
|
|
25497
25982
|
}
|
|
25983
|
+
interface PlaceIndexDataSourceConfiguration {
|
|
25984
|
+
/**
|
|
25985
|
+
* Specifies how the results of an operation will be stored by the caller. Valid values: `SingleUse`, `Storage`. Default: `SingleUse`.
|
|
25986
|
+
*/
|
|
25987
|
+
intendedUse?: pulumi.Input<string>;
|
|
25988
|
+
}
|
|
25498
25989
|
}
|
|
25499
25990
|
export declare namespace macie {
|
|
25500
25991
|
interface FindingsFilterFindingCriteria {
|
|
@@ -26015,8 +26506,10 @@ export declare namespace msk {
|
|
|
26015
26506
|
connectivityInfo?: pulumi.Input<inputs.msk.ClusterBrokerNodeGroupInfoConnectivityInfo>;
|
|
26016
26507
|
/**
|
|
26017
26508
|
* The size in GiB of the EBS volume for the data drive on each broker node.
|
|
26509
|
+
*
|
|
26510
|
+
* @deprecated use 'storage_info' argument instead
|
|
26018
26511
|
*/
|
|
26019
|
-
ebsVolumeSize
|
|
26512
|
+
ebsVolumeSize?: pulumi.Input<number>;
|
|
26020
26513
|
/**
|
|
26021
26514
|
* Specify the instance type to use for the kafka brokersE.g., kafka.m5.large. ([Pricing info](https://aws.amazon.com/msk/pricing/))
|
|
26022
26515
|
*/
|
|
@@ -26025,6 +26518,10 @@ export declare namespace msk {
|
|
|
26025
26518
|
* A list of the security groups to associate with the elastic network interfaces to control who can communicate with the cluster.
|
|
26026
26519
|
*/
|
|
26027
26520
|
securityGroups: pulumi.Input<pulumi.Input<string>[]>;
|
|
26521
|
+
/**
|
|
26522
|
+
* A block that contains information about storage volumes attached to MSK broker nodes. See below.
|
|
26523
|
+
*/
|
|
26524
|
+
storageInfo?: pulumi.Input<inputs.msk.ClusterBrokerNodeGroupInfoStorageInfo>;
|
|
26028
26525
|
}
|
|
26029
26526
|
interface ClusterBrokerNodeGroupInfoConnectivityInfo {
|
|
26030
26527
|
/**
|
|
@@ -26038,6 +26535,32 @@ export declare namespace msk {
|
|
|
26038
26535
|
*/
|
|
26039
26536
|
type?: pulumi.Input<string>;
|
|
26040
26537
|
}
|
|
26538
|
+
interface ClusterBrokerNodeGroupInfoStorageInfo {
|
|
26539
|
+
/**
|
|
26540
|
+
* A block that contains EBS volume information. See below.
|
|
26541
|
+
*/
|
|
26542
|
+
ebsStorageInfo?: pulumi.Input<inputs.msk.ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo>;
|
|
26543
|
+
}
|
|
26544
|
+
interface ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfo {
|
|
26545
|
+
/**
|
|
26546
|
+
* A block that contains EBS volume provisioned throughput information. To provision storage throughput, you must choose broker type kafka.m5.4xlarge or larger. See below.
|
|
26547
|
+
*/
|
|
26548
|
+
provisionedThroughput?: pulumi.Input<inputs.msk.ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput>;
|
|
26549
|
+
/**
|
|
26550
|
+
* The size in GiB of the EBS volume for the data drive on each broker node. Minimum value of `1` and maximum value of `16384`.
|
|
26551
|
+
*/
|
|
26552
|
+
volumeSize?: pulumi.Input<number>;
|
|
26553
|
+
}
|
|
26554
|
+
interface ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughput {
|
|
26555
|
+
/**
|
|
26556
|
+
* Controls whether provisioned throughput is enabled or not. Default value: `false`.
|
|
26557
|
+
*/
|
|
26558
|
+
enabled?: pulumi.Input<boolean>;
|
|
26559
|
+
/**
|
|
26560
|
+
* Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second. The minimum value is `250`. The maximum value varies between broker type. You can refer to the valid values for the maximum volume throughput at the following [documentation on throughput bottlenecks](https://docs.aws.amazon.com/msk/latest/developerguide/msk-provision-throughput.html#throughput-bottlenecks)
|
|
26561
|
+
*/
|
|
26562
|
+
volumeThroughput?: pulumi.Input<number>;
|
|
26563
|
+
}
|
|
26041
26564
|
interface ClusterClientAuthentication {
|
|
26042
26565
|
/**
|
|
26043
26566
|
* Configuration block for specifying SASL client authentication. See below.
|
|
@@ -26111,7 +26634,7 @@ export declare namespace msk {
|
|
|
26111
26634
|
}
|
|
26112
26635
|
interface ClusterLoggingInfoBrokerLogsCloudwatchLogs {
|
|
26113
26636
|
/**
|
|
26114
|
-
*
|
|
26637
|
+
* Controls whether provisioned throughput is enabled or not. Default value: `false`.
|
|
26115
26638
|
*/
|
|
26116
26639
|
enabled: pulumi.Input<boolean>;
|
|
26117
26640
|
/**
|
|
@@ -26125,7 +26648,7 @@ export declare namespace msk {
|
|
|
26125
26648
|
*/
|
|
26126
26649
|
deliveryStream?: pulumi.Input<string>;
|
|
26127
26650
|
/**
|
|
26128
|
-
*
|
|
26651
|
+
* Controls whether provisioned throughput is enabled or not. Default value: `false`.
|
|
26129
26652
|
*/
|
|
26130
26653
|
enabled: pulumi.Input<boolean>;
|
|
26131
26654
|
}
|
|
@@ -26135,7 +26658,7 @@ export declare namespace msk {
|
|
|
26135
26658
|
*/
|
|
26136
26659
|
bucket?: pulumi.Input<string>;
|
|
26137
26660
|
/**
|
|
26138
|
-
*
|
|
26661
|
+
* Controls whether provisioned throughput is enabled or not. Default value: `false`.
|
|
26139
26662
|
*/
|
|
26140
26663
|
enabled: pulumi.Input<boolean>;
|
|
26141
26664
|
/**
|
|
@@ -26944,6 +27467,308 @@ export declare namespace networkmanager {
|
|
|
26944
27467
|
*/
|
|
26945
27468
|
longitude?: pulumi.Input<string>;
|
|
26946
27469
|
}
|
|
27470
|
+
interface GetCoreNetworkPolicyDocumentAttachmentPolicy {
|
|
27471
|
+
/**
|
|
27472
|
+
* The action to take for the chosen segment. Valid values `create-route` or `share`.
|
|
27473
|
+
*/
|
|
27474
|
+
action: inputs.networkmanager.GetCoreNetworkPolicyDocumentAttachmentPolicyAction;
|
|
27475
|
+
/**
|
|
27476
|
+
* Valid values include `and` or `or`. This is a mandatory parameter only if you have more than one condition. The `conditionLogic` apply to all of the conditions for a rule, which also means nested conditions of `and` or `or` are not supported. Use `or` if you want to associate the attachment with the segment by either the segment name or attachment tag value, or by the chosen conditions. Use `and` if you want to associate the attachment with the segment by either the segment name or attachment tag value and by the chosen conditions. Detailed Below.
|
|
27477
|
+
*/
|
|
27478
|
+
conditionLogic?: string;
|
|
27479
|
+
/**
|
|
27480
|
+
* A block argument. Detailed Below.
|
|
27481
|
+
*/
|
|
27482
|
+
conditions: inputs.networkmanager.GetCoreNetworkPolicyDocumentAttachmentPolicyCondition[];
|
|
27483
|
+
/**
|
|
27484
|
+
* A user-defined string describing the segment action.
|
|
27485
|
+
*/
|
|
27486
|
+
description?: string;
|
|
27487
|
+
/**
|
|
27488
|
+
* An integer from `1` to `65535` indicating the rule's order number. Rules are processed in order from the lowest numbered rule to the highest. Rules stop processing when a rule is matched. It's important to make sure that you number your rules in the exact order that you want them processed.
|
|
27489
|
+
*/
|
|
27490
|
+
ruleNumber: number;
|
|
27491
|
+
}
|
|
27492
|
+
interface GetCoreNetworkPolicyDocumentAttachmentPolicyArgs {
|
|
27493
|
+
/**
|
|
27494
|
+
* The action to take for the chosen segment. Valid values `create-route` or `share`.
|
|
27495
|
+
*/
|
|
27496
|
+
action: pulumi.Input<inputs.networkmanager.GetCoreNetworkPolicyDocumentAttachmentPolicyActionArgs>;
|
|
27497
|
+
/**
|
|
27498
|
+
* Valid values include `and` or `or`. This is a mandatory parameter only if you have more than one condition. The `conditionLogic` apply to all of the conditions for a rule, which also means nested conditions of `and` or `or` are not supported. Use `or` if you want to associate the attachment with the segment by either the segment name or attachment tag value, or by the chosen conditions. Use `and` if you want to associate the attachment with the segment by either the segment name or attachment tag value and by the chosen conditions. Detailed Below.
|
|
27499
|
+
*/
|
|
27500
|
+
conditionLogic?: pulumi.Input<string>;
|
|
27501
|
+
/**
|
|
27502
|
+
* A block argument. Detailed Below.
|
|
27503
|
+
*/
|
|
27504
|
+
conditions: pulumi.Input<pulumi.Input<inputs.networkmanager.GetCoreNetworkPolicyDocumentAttachmentPolicyConditionArgs>[]>;
|
|
27505
|
+
/**
|
|
27506
|
+
* A user-defined string describing the segment action.
|
|
27507
|
+
*/
|
|
27508
|
+
description?: pulumi.Input<string>;
|
|
27509
|
+
/**
|
|
27510
|
+
* An integer from `1` to `65535` indicating the rule's order number. Rules are processed in order from the lowest numbered rule to the highest. Rules stop processing when a rule is matched. It's important to make sure that you number your rules in the exact order that you want them processed.
|
|
27511
|
+
*/
|
|
27512
|
+
ruleNumber: pulumi.Input<number>;
|
|
27513
|
+
}
|
|
27514
|
+
interface GetCoreNetworkPolicyDocumentAttachmentPolicyActionArgs {
|
|
27515
|
+
/**
|
|
27516
|
+
* Defines how a segment is mapped. Values can be `constant` or `tag`. `constant` statically defines the segment to associate the attachment to. `tag` uses the value of a tag to dynamically try to map to a segment.reference_policies_elements_condition_operators.html) to evaluate.
|
|
27517
|
+
*/
|
|
27518
|
+
associationMethod: pulumi.Input<string>;
|
|
27519
|
+
/**
|
|
27520
|
+
* Determines if this mapping should override the segment value for `requireAttachmentAcceptance`. You can only set this to `true`, indicating that this setting applies only to segments that have `requireAttachmentAcceptance` set to `false`. If the segment already has the default `requireAttachmentAcceptance`, you can set this to inherit segment’s acceptance value.
|
|
27521
|
+
*/
|
|
27522
|
+
requireAcceptance?: pulumi.Input<boolean>;
|
|
27523
|
+
/**
|
|
27524
|
+
* The name of the segment.
|
|
27525
|
+
*/
|
|
27526
|
+
segment?: pulumi.Input<string>;
|
|
27527
|
+
/**
|
|
27528
|
+
* Maps the attachment to the value of a known key. This is used with the `associationMethod` is `tag`. For example a `tag` of `stage = “test”`, will map to a segment named `test`. The value must exactly match the name of a segment. This allows you to have many segments, but use only a single rule without having to define multiple nearly identical conditions. This prevents creating many similar conditions that all use the same keys to map to segments.
|
|
27529
|
+
*/
|
|
27530
|
+
tagValueOfKey?: pulumi.Input<string>;
|
|
27531
|
+
}
|
|
27532
|
+
interface GetCoreNetworkPolicyDocumentAttachmentPolicyAction {
|
|
27533
|
+
/**
|
|
27534
|
+
* Defines how a segment is mapped. Values can be `constant` or `tag`. `constant` statically defines the segment to associate the attachment to. `tag` uses the value of a tag to dynamically try to map to a segment.reference_policies_elements_condition_operators.html) to evaluate.
|
|
27535
|
+
*/
|
|
27536
|
+
associationMethod: string;
|
|
27537
|
+
/**
|
|
27538
|
+
* Determines if this mapping should override the segment value for `requireAttachmentAcceptance`. You can only set this to `true`, indicating that this setting applies only to segments that have `requireAttachmentAcceptance` set to `false`. If the segment already has the default `requireAttachmentAcceptance`, you can set this to inherit segment’s acceptance value.
|
|
27539
|
+
*/
|
|
27540
|
+
requireAcceptance?: boolean;
|
|
27541
|
+
/**
|
|
27542
|
+
* The name of the segment.
|
|
27543
|
+
*/
|
|
27544
|
+
segment?: string;
|
|
27545
|
+
/**
|
|
27546
|
+
* Maps the attachment to the value of a known key. This is used with the `associationMethod` is `tag`. For example a `tag` of `stage = “test”`, will map to a segment named `test`. The value must exactly match the name of a segment. This allows you to have many segments, but use only a single rule without having to define multiple nearly identical conditions. This prevents creating many similar conditions that all use the same keys to map to segments.
|
|
27547
|
+
*/
|
|
27548
|
+
tagValueOfKey?: string;
|
|
27549
|
+
}
|
|
27550
|
+
interface GetCoreNetworkPolicyDocumentAttachmentPolicyConditionArgs {
|
|
27551
|
+
/**
|
|
27552
|
+
* string value
|
|
27553
|
+
*/
|
|
27554
|
+
key?: pulumi.Input<string>;
|
|
27555
|
+
/**
|
|
27556
|
+
* Valid values include: `equals`, `not-equals`, `contains`, `begins-with`.
|
|
27557
|
+
*/
|
|
27558
|
+
operator?: pulumi.Input<string>;
|
|
27559
|
+
/**
|
|
27560
|
+
* Valid values include: `account-id`, `any`, `tag-value`, `tag-exists`, `resource-id`, `region`, `attachment-type`.
|
|
27561
|
+
*/
|
|
27562
|
+
type: pulumi.Input<string>;
|
|
27563
|
+
/**
|
|
27564
|
+
* string value
|
|
27565
|
+
*/
|
|
27566
|
+
value?: pulumi.Input<string>;
|
|
27567
|
+
}
|
|
27568
|
+
interface GetCoreNetworkPolicyDocumentAttachmentPolicyCondition {
|
|
27569
|
+
/**
|
|
27570
|
+
* string value
|
|
27571
|
+
*/
|
|
27572
|
+
key?: string;
|
|
27573
|
+
/**
|
|
27574
|
+
* Valid values include: `equals`, `not-equals`, `contains`, `begins-with`.
|
|
27575
|
+
*/
|
|
27576
|
+
operator?: string;
|
|
27577
|
+
/**
|
|
27578
|
+
* Valid values include: `account-id`, `any`, `tag-value`, `tag-exists`, `resource-id`, `region`, `attachment-type`.
|
|
27579
|
+
*/
|
|
27580
|
+
type: string;
|
|
27581
|
+
/**
|
|
27582
|
+
* string value
|
|
27583
|
+
*/
|
|
27584
|
+
value?: string;
|
|
27585
|
+
}
|
|
27586
|
+
interface GetCoreNetworkPolicyDocumentCoreNetworkConfiguration {
|
|
27587
|
+
/**
|
|
27588
|
+
* List of strings containing Autonomous System Numbers (ASNs) to assign to Core Network Edges. By default, the core network automatically assigns an ASN for each Core Network Edge but you can optionally define the ASN in the edge-locations for each Region. The ASN uses an array of integer ranges only from `64512` to `65534` and `4200000000` to `4294967294` expressed as a string like `"64512-65534"`. No other ASN ranges can be used.
|
|
27589
|
+
*/
|
|
27590
|
+
asnRanges: string[];
|
|
27591
|
+
/**
|
|
27592
|
+
* A list of strings of AWS Region names. Allows you to define a more restrictive set of Regions for a segment. The edge location must be a subset of the locations that are defined for `edgeLocations` in the `coreNetworkConfiguration`.
|
|
27593
|
+
*/
|
|
27594
|
+
edgeLocations: inputs.networkmanager.GetCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation[];
|
|
27595
|
+
/**
|
|
27596
|
+
* The local CIDR blocks for this Core Network Edge for AWS Transit Gateway Connect attachments. By default, this CIDR block will be one or more optional IPv4 and IPv6 CIDR prefixes auto-assigned from `insideCidrBlocks`.
|
|
27597
|
+
*/
|
|
27598
|
+
insideCidrBlocks?: string[];
|
|
27599
|
+
/**
|
|
27600
|
+
* Indicates whether the core network forwards traffic over multiple equal-cost routes using VPN. The value can be either `true` or `false`. The default is `true`.
|
|
27601
|
+
*/
|
|
27602
|
+
vpnEcmpSupport?: boolean;
|
|
27603
|
+
}
|
|
27604
|
+
interface GetCoreNetworkPolicyDocumentCoreNetworkConfigurationArgs {
|
|
27605
|
+
/**
|
|
27606
|
+
* List of strings containing Autonomous System Numbers (ASNs) to assign to Core Network Edges. By default, the core network automatically assigns an ASN for each Core Network Edge but you can optionally define the ASN in the edge-locations for each Region. The ASN uses an array of integer ranges only from `64512` to `65534` and `4200000000` to `4294967294` expressed as a string like `"64512-65534"`. No other ASN ranges can be used.
|
|
27607
|
+
*/
|
|
27608
|
+
asnRanges: pulumi.Input<pulumi.Input<string>[]>;
|
|
27609
|
+
/**
|
|
27610
|
+
* A list of strings of AWS Region names. Allows you to define a more restrictive set of Regions for a segment. The edge location must be a subset of the locations that are defined for `edgeLocations` in the `coreNetworkConfiguration`.
|
|
27611
|
+
*/
|
|
27612
|
+
edgeLocations: pulumi.Input<pulumi.Input<inputs.networkmanager.GetCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocationArgs>[]>;
|
|
27613
|
+
/**
|
|
27614
|
+
* The local CIDR blocks for this Core Network Edge for AWS Transit Gateway Connect attachments. By default, this CIDR block will be one or more optional IPv4 and IPv6 CIDR prefixes auto-assigned from `insideCidrBlocks`.
|
|
27615
|
+
*/
|
|
27616
|
+
insideCidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27617
|
+
/**
|
|
27618
|
+
* Indicates whether the core network forwards traffic over multiple equal-cost routes using VPN. The value can be either `true` or `false`. The default is `true`.
|
|
27619
|
+
*/
|
|
27620
|
+
vpnEcmpSupport?: pulumi.Input<boolean>;
|
|
27621
|
+
}
|
|
27622
|
+
interface GetCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocation {
|
|
27623
|
+
/**
|
|
27624
|
+
* The ASN of the Core Network Edge in an AWS Region. By default, the ASN will be a single integer automatically assigned from `asnRanges`
|
|
27625
|
+
*/
|
|
27626
|
+
asn?: number;
|
|
27627
|
+
/**
|
|
27628
|
+
* The local CIDR blocks for this Core Network Edge for AWS Transit Gateway Connect attachments. By default, this CIDR block will be one or more optional IPv4 and IPv6 CIDR prefixes auto-assigned from `insideCidrBlocks`.
|
|
27629
|
+
*/
|
|
27630
|
+
insideCidrBlocks?: string[];
|
|
27631
|
+
location: string;
|
|
27632
|
+
}
|
|
27633
|
+
interface GetCoreNetworkPolicyDocumentCoreNetworkConfigurationEdgeLocationArgs {
|
|
27634
|
+
/**
|
|
27635
|
+
* The ASN of the Core Network Edge in an AWS Region. By default, the ASN will be a single integer automatically assigned from `asnRanges`
|
|
27636
|
+
*/
|
|
27637
|
+
asn?: pulumi.Input<number>;
|
|
27638
|
+
/**
|
|
27639
|
+
* The local CIDR blocks for this Core Network Edge for AWS Transit Gateway Connect attachments. By default, this CIDR block will be one or more optional IPv4 and IPv6 CIDR prefixes auto-assigned from `insideCidrBlocks`.
|
|
27640
|
+
*/
|
|
27641
|
+
insideCidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27642
|
+
location: pulumi.Input<string>;
|
|
27643
|
+
}
|
|
27644
|
+
interface GetCoreNetworkPolicyDocumentSegment {
|
|
27645
|
+
/**
|
|
27646
|
+
* List of strings of segment names that explicitly allows only routes from the segments that are listed in the array. Use the `allowFilter` setting if a segment has a well-defined group of other segments that connectivity should be restricted to. It is applied after routes have been shared in `segmentActions`. If a segment is listed in `allowFilter`, attachments between the two segments will have routes if they are also shared in the segment-actions area. For example, you might have a segment named "video-producer" that should only ever share routes with a "video-distributor" segment, no matter how many other share statements are created.
|
|
27647
|
+
*/
|
|
27648
|
+
allowFilters?: string[];
|
|
27649
|
+
/**
|
|
27650
|
+
* An array of segments that disallows routes from the segments listed in the array. It is applied only after routes have been shared in `segmentActions`. If a segment is listed in the `denyFilter`, attachments between the two segments will never have routes shared across them. For example, you might have a "financial" payment segment that should never share routes with a "development" segment, regardless of how many other share statements are created. Adding the payments segment to the deny-filter parameter prevents any shared routes from being created with other segments.
|
|
27651
|
+
*/
|
|
27652
|
+
denyFilters?: string[];
|
|
27653
|
+
/**
|
|
27654
|
+
* A user-defined string describing the segment action.
|
|
27655
|
+
*/
|
|
27656
|
+
description?: string;
|
|
27657
|
+
/**
|
|
27658
|
+
* A list of strings of AWS Region names. Allows you to define a more restrictive set of Regions for a segment. The edge location must be a subset of the locations that are defined for `edgeLocations` in the `coreNetworkConfiguration`.
|
|
27659
|
+
*/
|
|
27660
|
+
edgeLocations?: string[];
|
|
27661
|
+
/**
|
|
27662
|
+
* This Boolean setting determines whether attachments on the same segment can communicate with each other. If set to `true`, the only routes available will be either shared routes through the share actions, which are attachments in other segments, or static routes. The default value is `false`. For example, you might have a segment dedicated to "development" that should never allow VPCs to talk to each other, even if they’re on the same segment. In this example, you would keep the default parameter of `false`.
|
|
27663
|
+
*/
|
|
27664
|
+
isolateAttachments?: boolean;
|
|
27665
|
+
/**
|
|
27666
|
+
* A unique name for a segment. The name is a string used in other parts of the policy document, as well as in the console for metrics and other reference points. Valid characters are a–z, and 0–9.
|
|
27667
|
+
*/
|
|
27668
|
+
name: string;
|
|
27669
|
+
/**
|
|
27670
|
+
* This Boolean setting determines whether attachment requests are automatically approved or require acceptance. The default is `true`, indicating that attachment requests require acceptance. For example, you might use this setting to allow a "sandbox" segment to allow any attachment request so that a core network or attachment administrator does not need to review and approve attachment requests. In this example, `requireAttachmentAcceptance` is set to `false`.
|
|
27671
|
+
*/
|
|
27672
|
+
requireAttachmentAcceptance?: boolean;
|
|
27673
|
+
}
|
|
27674
|
+
interface GetCoreNetworkPolicyDocumentSegmentArgs {
|
|
27675
|
+
/**
|
|
27676
|
+
* List of strings of segment names that explicitly allows only routes from the segments that are listed in the array. Use the `allowFilter` setting if a segment has a well-defined group of other segments that connectivity should be restricted to. It is applied after routes have been shared in `segmentActions`. If a segment is listed in `allowFilter`, attachments between the two segments will have routes if they are also shared in the segment-actions area. For example, you might have a segment named "video-producer" that should only ever share routes with a "video-distributor" segment, no matter how many other share statements are created.
|
|
27677
|
+
*/
|
|
27678
|
+
allowFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27679
|
+
/**
|
|
27680
|
+
* An array of segments that disallows routes from the segments listed in the array. It is applied only after routes have been shared in `segmentActions`. If a segment is listed in the `denyFilter`, attachments between the two segments will never have routes shared across them. For example, you might have a "financial" payment segment that should never share routes with a "development" segment, regardless of how many other share statements are created. Adding the payments segment to the deny-filter parameter prevents any shared routes from being created with other segments.
|
|
27681
|
+
*/
|
|
27682
|
+
denyFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27683
|
+
/**
|
|
27684
|
+
* A user-defined string describing the segment action.
|
|
27685
|
+
*/
|
|
27686
|
+
description?: pulumi.Input<string>;
|
|
27687
|
+
/**
|
|
27688
|
+
* A list of strings of AWS Region names. Allows you to define a more restrictive set of Regions for a segment. The edge location must be a subset of the locations that are defined for `edgeLocations` in the `coreNetworkConfiguration`.
|
|
27689
|
+
*/
|
|
27690
|
+
edgeLocations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27691
|
+
/**
|
|
27692
|
+
* This Boolean setting determines whether attachments on the same segment can communicate with each other. If set to `true`, the only routes available will be either shared routes through the share actions, which are attachments in other segments, or static routes. The default value is `false`. For example, you might have a segment dedicated to "development" that should never allow VPCs to talk to each other, even if they’re on the same segment. In this example, you would keep the default parameter of `false`.
|
|
27693
|
+
*/
|
|
27694
|
+
isolateAttachments?: pulumi.Input<boolean>;
|
|
27695
|
+
/**
|
|
27696
|
+
* A unique name for a segment. The name is a string used in other parts of the policy document, as well as in the console for metrics and other reference points. Valid characters are a–z, and 0–9.
|
|
27697
|
+
*/
|
|
27698
|
+
name: pulumi.Input<string>;
|
|
27699
|
+
/**
|
|
27700
|
+
* This Boolean setting determines whether attachment requests are automatically approved or require acceptance. The default is `true`, indicating that attachment requests require acceptance. For example, you might use this setting to allow a "sandbox" segment to allow any attachment request so that a core network or attachment administrator does not need to review and approve attachment requests. In this example, `requireAttachmentAcceptance` is set to `false`.
|
|
27701
|
+
*/
|
|
27702
|
+
requireAttachmentAcceptance?: pulumi.Input<boolean>;
|
|
27703
|
+
}
|
|
27704
|
+
interface GetCoreNetworkPolicyDocumentSegmentAction {
|
|
27705
|
+
/**
|
|
27706
|
+
* The action to take for the chosen segment. Valid values `create-route` or `share`.
|
|
27707
|
+
*/
|
|
27708
|
+
action: string;
|
|
27709
|
+
/**
|
|
27710
|
+
* A user-defined string describing the segment action.
|
|
27711
|
+
*/
|
|
27712
|
+
description?: string;
|
|
27713
|
+
/**
|
|
27714
|
+
* List of strings containing CIDRs. You can define the IPv4 and IPv6 CIDR notation for each AWS Region. For example, `10.1.0.0/16` or `2001:db8::/56`. This is an array of CIDR notation strings.
|
|
27715
|
+
*/
|
|
27716
|
+
destinationCidrBlocks?: string[];
|
|
27717
|
+
/**
|
|
27718
|
+
* A list of strings. Valid values include `["blackhole"]` or a list of attachment ids.
|
|
27719
|
+
*/
|
|
27720
|
+
destinations?: string[];
|
|
27721
|
+
/**
|
|
27722
|
+
* A string. This mode places the attachment and return routes in each of the `shareWith` segments. Valid values include: `attachment-route`.
|
|
27723
|
+
*/
|
|
27724
|
+
mode?: string;
|
|
27725
|
+
/**
|
|
27726
|
+
* The name of the segment.
|
|
27727
|
+
*/
|
|
27728
|
+
segment: string;
|
|
27729
|
+
/**
|
|
27730
|
+
* A set subtraction of segments to not share with.
|
|
27731
|
+
*/
|
|
27732
|
+
shareWithExcepts?: string[];
|
|
27733
|
+
/**
|
|
27734
|
+
* A list of strings to share with. Must be a substring is all segments. Valid values include: `["*"]` or `["<segment-names>"]`.
|
|
27735
|
+
*/
|
|
27736
|
+
shareWiths?: string[];
|
|
27737
|
+
}
|
|
27738
|
+
interface GetCoreNetworkPolicyDocumentSegmentActionArgs {
|
|
27739
|
+
/**
|
|
27740
|
+
* The action to take for the chosen segment. Valid values `create-route` or `share`.
|
|
27741
|
+
*/
|
|
27742
|
+
action: pulumi.Input<string>;
|
|
27743
|
+
/**
|
|
27744
|
+
* A user-defined string describing the segment action.
|
|
27745
|
+
*/
|
|
27746
|
+
description?: pulumi.Input<string>;
|
|
27747
|
+
/**
|
|
27748
|
+
* List of strings containing CIDRs. You can define the IPv4 and IPv6 CIDR notation for each AWS Region. For example, `10.1.0.0/16` or `2001:db8::/56`. This is an array of CIDR notation strings.
|
|
27749
|
+
*/
|
|
27750
|
+
destinationCidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27751
|
+
/**
|
|
27752
|
+
* A list of strings. Valid values include `["blackhole"]` or a list of attachment ids.
|
|
27753
|
+
*/
|
|
27754
|
+
destinations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27755
|
+
/**
|
|
27756
|
+
* A string. This mode places the attachment and return routes in each of the `shareWith` segments. Valid values include: `attachment-route`.
|
|
27757
|
+
*/
|
|
27758
|
+
mode?: pulumi.Input<string>;
|
|
27759
|
+
/**
|
|
27760
|
+
* The name of the segment.
|
|
27761
|
+
*/
|
|
27762
|
+
segment: pulumi.Input<string>;
|
|
27763
|
+
/**
|
|
27764
|
+
* A set subtraction of segments to not share with.
|
|
27765
|
+
*/
|
|
27766
|
+
shareWithExcepts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27767
|
+
/**
|
|
27768
|
+
* A list of strings to share with. Must be a substring is all segments. Valid values include: `["*"]` or `["<segment-names>"]`.
|
|
27769
|
+
*/
|
|
27770
|
+
shareWiths?: pulumi.Input<pulumi.Input<string>[]>;
|
|
27771
|
+
}
|
|
26947
27772
|
interface LinkBandwidth {
|
|
26948
27773
|
/**
|
|
26949
27774
|
* Download speed in Mbps.
|
|
@@ -28693,6 +29518,14 @@ export declare namespace redshift {
|
|
|
28693
29518
|
* Enables logging information such as queries and connection attempts, for the specified Amazon Redshift cluster.
|
|
28694
29519
|
*/
|
|
28695
29520
|
enable: pulumi.Input<boolean>;
|
|
29521
|
+
/**
|
|
29522
|
+
* The log destination type. An enum with possible values of `s3` and `cloudwatch`.
|
|
29523
|
+
*/
|
|
29524
|
+
logDestinationType?: pulumi.Input<string>;
|
|
29525
|
+
/**
|
|
29526
|
+
* The collection of exported log types. Log types include the connection log, user log and user activity log. Required when `logDestinationType` is `cloudwatch`.
|
|
29527
|
+
*/
|
|
29528
|
+
logExports?: pulumi.Input<pulumi.Input<string>[]>;
|
|
28696
29529
|
/**
|
|
28697
29530
|
* The prefix applied to the log file names.
|
|
28698
29531
|
*/
|
|
@@ -28712,6 +29545,38 @@ export declare namespace redshift {
|
|
|
28712
29545
|
*/
|
|
28713
29546
|
retentionPeriod?: pulumi.Input<number>;
|
|
28714
29547
|
}
|
|
29548
|
+
interface EndpointAccessVpcEndpoint {
|
|
29549
|
+
/**
|
|
29550
|
+
* One or more network interfaces of the endpoint. Also known as an interface endpoint. See details below.
|
|
29551
|
+
*/
|
|
29552
|
+
networkInterfaces?: pulumi.Input<pulumi.Input<inputs.redshift.EndpointAccessVpcEndpointNetworkInterface>[]>;
|
|
29553
|
+
/**
|
|
29554
|
+
* The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
|
|
29555
|
+
*/
|
|
29556
|
+
vpcEndpointId?: pulumi.Input<string>;
|
|
29557
|
+
/**
|
|
29558
|
+
* The VPC identifier that the endpoint is associated.
|
|
29559
|
+
*/
|
|
29560
|
+
vpcId?: pulumi.Input<string>;
|
|
29561
|
+
}
|
|
29562
|
+
interface EndpointAccessVpcEndpointNetworkInterface {
|
|
29563
|
+
/**
|
|
29564
|
+
* The Availability Zone.
|
|
29565
|
+
*/
|
|
29566
|
+
availabilityZone?: pulumi.Input<string>;
|
|
29567
|
+
/**
|
|
29568
|
+
* The network interface identifier.
|
|
29569
|
+
*/
|
|
29570
|
+
networkInterfaceId?: pulumi.Input<string>;
|
|
29571
|
+
/**
|
|
29572
|
+
* The IPv4 address of the network interface within the subnet.
|
|
29573
|
+
*/
|
|
29574
|
+
privateIpAddress?: pulumi.Input<string>;
|
|
29575
|
+
/**
|
|
29576
|
+
* The subnet identifier.
|
|
29577
|
+
*/
|
|
29578
|
+
subnetId?: pulumi.Input<string>;
|
|
29579
|
+
}
|
|
28715
29580
|
interface ParameterGroupParameter {
|
|
28716
29581
|
/**
|
|
28717
29582
|
* The name of the Redshift parameter.
|