@pulumi/aws 5.12.1 → 5.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessanalyzer/archiveRule.d.ts +1 -1
- package/accessanalyzer/archiveRule.js +1 -1
- package/ec2/getNetworkInsightsAnalysis.d.ts +112 -0
- package/ec2/getNetworkInsightsAnalysis.js +39 -0
- package/ec2/getNetworkInsightsAnalysis.js.map +1 -0
- package/ec2/getNetworkInsightsPath.d.ts +101 -0
- package/ec2/getNetworkInsightsPath.js +39 -0
- package/ec2/getNetworkInsightsPath.js.map +1 -0
- package/ec2/index.d.ts +3 -0
- package/ec2/index.js +7 -0
- package/ec2/index.js.map +1 -1
- package/ec2/launchConfiguration.d.ts +12 -0
- package/ec2/launchConfiguration.js.map +1 -1
- package/ec2/networkInsightsAnalysis.d.ts +214 -0
- package/ec2/networkInsightsAnalysis.js +105 -0
- package/ec2/networkInsightsAnalysis.js.map +1 -0
- package/ec2/vpc.d.ts +12 -0
- package/ec2/vpc.js.map +1 -1
- package/ec2transitgateway/getAttachment.d.ts +110 -0
- package/ec2transitgateway/getAttachment.js +48 -0
- package/ec2transitgateway/getAttachment.js.map +1 -0
- package/ec2transitgateway/index.d.ts +3 -0
- package/ec2transitgateway/index.js +11 -0
- package/ec2transitgateway/index.js.map +1 -1
- package/ec2transitgateway/policyTable.d.ts +107 -0
- package/ec2transitgateway/policyTable.js +85 -0
- package/ec2transitgateway/policyTable.js.map +1 -0
- package/ec2transitgateway/policyTableAssociation.d.ts +99 -0
- package/ec2transitgateway/policyTableAssociation.js +84 -0
- package/ec2transitgateway/policyTableAssociation.js.map +1 -0
- package/elasticache/cluster.d.ts +6 -0
- package/elasticache/cluster.js.map +1 -1
- package/elasticache/securityGroup.d.ts +0 -7
- package/elasticache/securityGroup.js +0 -7
- package/elasticache/securityGroup.js.map +1 -1
- package/grafana/index.d.ts +1 -0
- package/grafana/index.js +5 -0
- package/grafana/index.js.map +1 -1
- package/grafana/workspaceApiKey.d.ts +110 -0
- package/grafana/workspaceApiKey.js +87 -0
- package/grafana/workspaceApiKey.js.map +1 -0
- package/kendra/index_.d.ts +474 -16
- package/kendra/index_.js +455 -1
- package/kendra/index_.js.map +1 -1
- package/location/getTrackerAssociation.d.ts +56 -0
- package/location/getTrackerAssociation.js +39 -0
- package/location/getTrackerAssociation.js.map +1 -0
- package/location/index.d.ts +1 -0
- package/location/index.js +1 -0
- package/location/index.js.map +1 -1
- package/networkmanager/index.d.ts +2 -0
- package/networkmanager/index.js +10 -0
- package/networkmanager/index.js.map +1 -1
- package/networkmanager/transitGatewayPeering.d.ts +157 -0
- package/networkmanager/transitGatewayPeering.js +98 -0
- package/networkmanager/transitGatewayPeering.js.map +1 -0
- package/networkmanager/transitGatewayRouteTableAttachment.d.ts +181 -0
- package/networkmanager/transitGatewayRouteTableAttachment.js +104 -0
- package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -0
- package/networkmanager/vpcAttachment.d.ts +1 -1
- package/networkmanager/vpcAttachment.js +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/rds/getInstance.d.ts +4 -0
- package/rds/getInstance.js.map +1 -1
- package/rds/getOrderableDbInstance.d.ts +4 -0
- package/rds/getOrderableDbInstance.js.map +1 -1
- package/rds/getSubnetGroup.d.ts +5 -1
- package/rds/getSubnetGroup.js.map +1 -1
- package/rds/instance.d.ts +18 -0
- package/rds/instance.js +2 -0
- package/rds/instance.js.map +1 -1
- package/rds/securityGroup.d.ts +0 -5
- package/rds/securityGroup.js +0 -5
- package/rds/securityGroup.js.map +1 -1
- package/rds/subnetGroup.d.ts +8 -0
- package/rds/subnetGroup.js +2 -0
- package/rds/subnetGroup.js.map +1 -1
- package/redshift/cluster.d.ts +6 -0
- package/redshift/cluster.js.map +1 -1
- package/redshift/securityGroup.d.ts +0 -2
- package/redshift/securityGroup.js +0 -2
- package/redshift/securityGroup.js.map +1 -1
- package/redshiftserverless/index.d.ts +1 -0
- package/redshiftserverless/index.js +5 -0
- package/redshiftserverless/index.js.map +1 -1
- package/redshiftserverless/namespace.d.ts +2 -2
- package/redshiftserverless/namespace.js +1 -1
- package/redshiftserverless/workgroup.d.ts +181 -0
- package/redshiftserverless/workgroup.js +100 -0
- package/redshiftserverless/workgroup.js.map +1 -0
- package/route53/record.d.ts +5 -3
- package/route53/record.js +2 -0
- package/route53/record.js.map +1 -1
- package/types/input.d.ts +994 -133
- package/types/output.d.ts +2277 -687
package/types/input.d.ts
CHANGED
|
@@ -14709,14 +14709,14 @@ export declare namespace ec2 {
|
|
|
14709
14709
|
*/
|
|
14710
14710
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14711
14711
|
}
|
|
14712
|
-
interface GetElasticIpFilterArgs {
|
|
14713
|
-
name: pulumi.Input<string>;
|
|
14714
|
-
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14715
|
-
}
|
|
14716
14712
|
interface GetElasticIpFilter {
|
|
14717
14713
|
name: string;
|
|
14718
14714
|
values: string[];
|
|
14719
14715
|
}
|
|
14716
|
+
interface GetElasticIpFilterArgs {
|
|
14717
|
+
name: pulumi.Input<string>;
|
|
14718
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14719
|
+
}
|
|
14720
14720
|
interface GetInstanceFilterArgs {
|
|
14721
14721
|
name: pulumi.Input<string>;
|
|
14722
14722
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -14857,29 +14857,29 @@ export declare namespace ec2 {
|
|
|
14857
14857
|
*/
|
|
14858
14858
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14859
14859
|
}
|
|
14860
|
-
interface
|
|
14860
|
+
interface GetLocalGatewayFilter {
|
|
14861
14861
|
/**
|
|
14862
14862
|
* The name of the field to filter by, as defined by
|
|
14863
14863
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
|
|
14864
14864
|
*/
|
|
14865
|
-
name:
|
|
14865
|
+
name: string;
|
|
14866
14866
|
/**
|
|
14867
14867
|
* Set of values that are accepted for the given field.
|
|
14868
14868
|
* A Local Gateway will be selected if any one of the given values matches.
|
|
14869
14869
|
*/
|
|
14870
|
-
values:
|
|
14870
|
+
values: string[];
|
|
14871
14871
|
}
|
|
14872
|
-
interface
|
|
14872
|
+
interface GetLocalGatewayFilterArgs {
|
|
14873
14873
|
/**
|
|
14874
14874
|
* The name of the field to filter by, as defined by
|
|
14875
14875
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
|
|
14876
14876
|
*/
|
|
14877
|
-
name: string
|
|
14877
|
+
name: pulumi.Input<string>;
|
|
14878
14878
|
/**
|
|
14879
14879
|
* Set of values that are accepted for the given field.
|
|
14880
14880
|
* A Local Gateway will be selected if any one of the given values matches.
|
|
14881
14881
|
*/
|
|
14882
|
-
values: string[]
|
|
14882
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14883
14883
|
}
|
|
14884
14884
|
interface GetLocalGatewayRouteTableFilter {
|
|
14885
14885
|
/**
|
|
@@ -14905,49 +14905,49 @@ export declare namespace ec2 {
|
|
|
14905
14905
|
*/
|
|
14906
14906
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14907
14907
|
}
|
|
14908
|
-
interface
|
|
14908
|
+
interface GetLocalGatewayRouteTablesFilter {
|
|
14909
14909
|
/**
|
|
14910
14910
|
* The name of the field to filter by, as defined by
|
|
14911
14911
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
14912
14912
|
*/
|
|
14913
|
-
name:
|
|
14913
|
+
name: string;
|
|
14914
14914
|
/**
|
|
14915
14915
|
* Set of values that are accepted for the given field.
|
|
14916
14916
|
* A Local Gateway Route Table will be selected if any one of the given values matches.
|
|
14917
14917
|
*/
|
|
14918
|
-
values:
|
|
14918
|
+
values: string[];
|
|
14919
14919
|
}
|
|
14920
|
-
interface
|
|
14920
|
+
interface GetLocalGatewayRouteTablesFilterArgs {
|
|
14921
14921
|
/**
|
|
14922
14922
|
* The name of the field to filter by, as defined by
|
|
14923
14923
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
14924
14924
|
*/
|
|
14925
|
-
name: string
|
|
14925
|
+
name: pulumi.Input<string>;
|
|
14926
14926
|
/**
|
|
14927
14927
|
* Set of values that are accepted for the given field.
|
|
14928
14928
|
* A Local Gateway Route Table will be selected if any one of the given values matches.
|
|
14929
14929
|
*/
|
|
14930
|
-
values: string[]
|
|
14930
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14931
14931
|
}
|
|
14932
|
-
interface
|
|
14932
|
+
interface GetLocalGatewayVirtualInterfaceFilter {
|
|
14933
14933
|
/**
|
|
14934
14934
|
* Name of the filter.
|
|
14935
14935
|
*/
|
|
14936
|
-
name:
|
|
14936
|
+
name: string;
|
|
14937
14937
|
/**
|
|
14938
14938
|
* List of one or more values for the filter.
|
|
14939
14939
|
*/
|
|
14940
|
-
values:
|
|
14940
|
+
values: string[];
|
|
14941
14941
|
}
|
|
14942
|
-
interface
|
|
14942
|
+
interface GetLocalGatewayVirtualInterfaceFilterArgs {
|
|
14943
14943
|
/**
|
|
14944
14944
|
* Name of the filter.
|
|
14945
14945
|
*/
|
|
14946
|
-
name: string
|
|
14946
|
+
name: pulumi.Input<string>;
|
|
14947
14947
|
/**
|
|
14948
14948
|
* List of one or more values for the filter.
|
|
14949
14949
|
*/
|
|
14950
|
-
values: string[]
|
|
14950
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
14951
14951
|
}
|
|
14952
14952
|
interface GetLocalGatewayVirtualInterfaceGroupFilter {
|
|
14953
14953
|
/**
|
|
@@ -15105,6 +15105,46 @@ export declare namespace ec2 {
|
|
|
15105
15105
|
*/
|
|
15106
15106
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
15107
15107
|
}
|
|
15108
|
+
interface GetNetworkInsightsAnalysisFilter {
|
|
15109
|
+
/**
|
|
15110
|
+
* The name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.
|
|
15111
|
+
*/
|
|
15112
|
+
name: string;
|
|
15113
|
+
/**
|
|
15114
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
15115
|
+
*/
|
|
15116
|
+
values: string[];
|
|
15117
|
+
}
|
|
15118
|
+
interface GetNetworkInsightsAnalysisFilterArgs {
|
|
15119
|
+
/**
|
|
15120
|
+
* The name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.
|
|
15121
|
+
*/
|
|
15122
|
+
name: pulumi.Input<string>;
|
|
15123
|
+
/**
|
|
15124
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
15125
|
+
*/
|
|
15126
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
15127
|
+
}
|
|
15128
|
+
interface GetNetworkInsightsPathFilter {
|
|
15129
|
+
/**
|
|
15130
|
+
* The name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsPaths`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsPaths.html) API Reference.
|
|
15131
|
+
*/
|
|
15132
|
+
name: string;
|
|
15133
|
+
/**
|
|
15134
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
15135
|
+
*/
|
|
15136
|
+
values: string[];
|
|
15137
|
+
}
|
|
15138
|
+
interface GetNetworkInsightsPathFilterArgs {
|
|
15139
|
+
/**
|
|
15140
|
+
* The name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsPaths`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsPaths.html) API Reference.
|
|
15141
|
+
*/
|
|
15142
|
+
name: pulumi.Input<string>;
|
|
15143
|
+
/**
|
|
15144
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
15145
|
+
*/
|
|
15146
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
15147
|
+
}
|
|
15108
15148
|
interface GetNetworkInterfaceFilter {
|
|
15109
15149
|
name: string;
|
|
15110
15150
|
values: string[];
|
|
@@ -15155,25 +15195,25 @@ export declare namespace ec2 {
|
|
|
15155
15195
|
*/
|
|
15156
15196
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
15157
15197
|
}
|
|
15158
|
-
interface
|
|
15198
|
+
interface GetRouteTableFilter {
|
|
15159
15199
|
/**
|
|
15160
15200
|
* 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).
|
|
15161
15201
|
*/
|
|
15162
|
-
name:
|
|
15202
|
+
name: string;
|
|
15163
15203
|
/**
|
|
15164
15204
|
* Set of values that are accepted for the given field. A Route Table will be selected if any one of the given values matches.
|
|
15165
15205
|
*/
|
|
15166
|
-
values:
|
|
15206
|
+
values: string[];
|
|
15167
15207
|
}
|
|
15168
|
-
interface
|
|
15208
|
+
interface GetRouteTableFilterArgs {
|
|
15169
15209
|
/**
|
|
15170
15210
|
* 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).
|
|
15171
15211
|
*/
|
|
15172
|
-
name: string
|
|
15212
|
+
name: pulumi.Input<string>;
|
|
15173
15213
|
/**
|
|
15174
15214
|
* Set of values that are accepted for the given field. A Route Table will be selected if any one of the given values matches.
|
|
15175
15215
|
*/
|
|
15176
|
-
values: string[]
|
|
15216
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
15177
15217
|
}
|
|
15178
15218
|
interface GetRouteTablesFilter {
|
|
15179
15219
|
/**
|
|
@@ -15391,25 +15431,25 @@ export declare namespace ec2 {
|
|
|
15391
15431
|
*/
|
|
15392
15432
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
15393
15433
|
}
|
|
15394
|
-
interface
|
|
15434
|
+
interface GetVpcEndpointServiceFilterArgs {
|
|
15395
15435
|
/**
|
|
15396
15436
|
* The name of the filter field. Valid values can be found in the [EC2 DescribeVpcEndpointServices API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpointServices.html).
|
|
15397
15437
|
*/
|
|
15398
|
-
name: string
|
|
15438
|
+
name: pulumi.Input<string>;
|
|
15399
15439
|
/**
|
|
15400
15440
|
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
15401
15441
|
*/
|
|
15402
|
-
values: string[]
|
|
15442
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
15403
15443
|
}
|
|
15404
|
-
interface
|
|
15444
|
+
interface GetVpcEndpointServiceFilter {
|
|
15405
15445
|
/**
|
|
15406
15446
|
* The name of the filter field. Valid values can be found in the [EC2 DescribeVpcEndpointServices API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpointServices.html).
|
|
15407
15447
|
*/
|
|
15408
|
-
name:
|
|
15448
|
+
name: string;
|
|
15409
15449
|
/**
|
|
15410
15450
|
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
15411
15451
|
*/
|
|
15412
|
-
values:
|
|
15452
|
+
values: string[];
|
|
15413
15453
|
}
|
|
15414
15454
|
interface GetVpcFilter {
|
|
15415
15455
|
/**
|
|
@@ -16219,167 +16259,932 @@ export declare namespace ec2 {
|
|
|
16219
16259
|
*/
|
|
16220
16260
|
networkInterfaceId?: pulumi.Input<string>;
|
|
16221
16261
|
/**
|
|
16222
|
-
* The primary private IPv4 address.
|
|
16262
|
+
* The primary private IPv4 address.
|
|
16263
|
+
*/
|
|
16264
|
+
privateIpAddress?: pulumi.Input<string>;
|
|
16265
|
+
/**
|
|
16266
|
+
* A list of security group IDs to associate.
|
|
16267
|
+
*/
|
|
16268
|
+
securityGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
16269
|
+
/**
|
|
16270
|
+
* The VPC Subnet ID to associate.
|
|
16271
|
+
*/
|
|
16272
|
+
subnetId?: pulumi.Input<string>;
|
|
16273
|
+
}
|
|
16274
|
+
interface LaunchTemplatePlacement {
|
|
16275
|
+
/**
|
|
16276
|
+
* The affinity setting for an instance on a Dedicated Host.
|
|
16277
|
+
*/
|
|
16278
|
+
affinity?: pulumi.Input<string>;
|
|
16279
|
+
/**
|
|
16280
|
+
* The Availability Zone for the instance.
|
|
16281
|
+
*/
|
|
16282
|
+
availabilityZone?: pulumi.Input<string>;
|
|
16283
|
+
/**
|
|
16284
|
+
* The name of the placement group for the instance.
|
|
16285
|
+
*/
|
|
16286
|
+
groupName?: pulumi.Input<string>;
|
|
16287
|
+
/**
|
|
16288
|
+
* The ID of the Dedicated Host for the instance.
|
|
16289
|
+
*/
|
|
16290
|
+
hostId?: pulumi.Input<string>;
|
|
16291
|
+
/**
|
|
16292
|
+
* The ARN of the Host Resource Group in which to launch instances.
|
|
16293
|
+
*/
|
|
16294
|
+
hostResourceGroupArn?: pulumi.Input<string>;
|
|
16295
|
+
/**
|
|
16296
|
+
* The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.
|
|
16297
|
+
*/
|
|
16298
|
+
partitionNumber?: pulumi.Input<number>;
|
|
16299
|
+
/**
|
|
16300
|
+
* Reserved for future use.
|
|
16301
|
+
*/
|
|
16302
|
+
spreadDomain?: pulumi.Input<string>;
|
|
16303
|
+
/**
|
|
16304
|
+
* The tenancy of the instance (if the instance is running in a VPC). Can be `default`, `dedicated`, or `host`.
|
|
16305
|
+
*/
|
|
16306
|
+
tenancy?: pulumi.Input<string>;
|
|
16307
|
+
}
|
|
16308
|
+
interface LaunchTemplatePrivateDnsNameOptions {
|
|
16309
|
+
/**
|
|
16310
|
+
* Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
|
16311
|
+
*/
|
|
16312
|
+
enableResourceNameDnsARecord?: pulumi.Input<boolean>;
|
|
16313
|
+
/**
|
|
16314
|
+
* Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
|
16315
|
+
*/
|
|
16316
|
+
enableResourceNameDnsAaaaRecord?: pulumi.Input<boolean>;
|
|
16317
|
+
/**
|
|
16318
|
+
* The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name` and `resource-name`.
|
|
16319
|
+
*/
|
|
16320
|
+
hostnameType?: pulumi.Input<string>;
|
|
16321
|
+
}
|
|
16322
|
+
interface LaunchTemplateTagSpecification {
|
|
16323
|
+
/**
|
|
16324
|
+
* The type of resource to tag.
|
|
16325
|
+
*/
|
|
16326
|
+
resourceType?: pulumi.Input<string>;
|
|
16327
|
+
/**
|
|
16328
|
+
* A map of tags to assign to the resource.
|
|
16329
|
+
*/
|
|
16330
|
+
tags?: pulumi.Input<{
|
|
16331
|
+
[key: string]: pulumi.Input<string>;
|
|
16332
|
+
}>;
|
|
16333
|
+
}
|
|
16334
|
+
interface ManagedPrefixListEntry {
|
|
16335
|
+
/**
|
|
16336
|
+
* CIDR block of this entry.
|
|
16337
|
+
*/
|
|
16338
|
+
cidr: pulumi.Input<string>;
|
|
16339
|
+
/**
|
|
16340
|
+
* Description of this entry. Due to API limitations, updating only the description of an existing entry requires temporarily removing and re-adding the entry.
|
|
16341
|
+
*/
|
|
16342
|
+
description?: pulumi.Input<string>;
|
|
16343
|
+
}
|
|
16344
|
+
interface NetworkAclEgress {
|
|
16345
|
+
/**
|
|
16346
|
+
* The action to take.
|
|
16347
|
+
*/
|
|
16348
|
+
action: pulumi.Input<string>;
|
|
16349
|
+
/**
|
|
16350
|
+
* The CIDR block to match. This must be a
|
|
16351
|
+
* valid network mask.
|
|
16352
|
+
*/
|
|
16353
|
+
cidrBlock?: pulumi.Input<string>;
|
|
16354
|
+
/**
|
|
16355
|
+
* The from port to match.
|
|
16356
|
+
*/
|
|
16357
|
+
fromPort: pulumi.Input<number>;
|
|
16358
|
+
/**
|
|
16359
|
+
* The ICMP type code to be used. Default 0.
|
|
16360
|
+
*/
|
|
16361
|
+
icmpCode?: pulumi.Input<number>;
|
|
16362
|
+
/**
|
|
16363
|
+
* The ICMP type to be used. Default 0.
|
|
16364
|
+
*/
|
|
16365
|
+
icmpType?: pulumi.Input<number>;
|
|
16366
|
+
/**
|
|
16367
|
+
* The IPv6 CIDR block.
|
|
16368
|
+
*/
|
|
16369
|
+
ipv6CidrBlock?: pulumi.Input<string>;
|
|
16370
|
+
/**
|
|
16371
|
+
* The protocol to match. If using the -1 'all'
|
|
16372
|
+
* protocol, you must specify a from and to port of 0.
|
|
16373
|
+
*/
|
|
16374
|
+
protocol: pulumi.Input<string>;
|
|
16375
|
+
/**
|
|
16376
|
+
* The rule number. Used for ordering.
|
|
16377
|
+
*/
|
|
16378
|
+
ruleNo: pulumi.Input<number>;
|
|
16379
|
+
/**
|
|
16380
|
+
* The to port to match.
|
|
16381
|
+
*/
|
|
16382
|
+
toPort: pulumi.Input<number>;
|
|
16383
|
+
}
|
|
16384
|
+
interface NetworkAclIngress {
|
|
16385
|
+
/**
|
|
16386
|
+
* The action to take.
|
|
16387
|
+
*/
|
|
16388
|
+
action: pulumi.Input<string>;
|
|
16389
|
+
/**
|
|
16390
|
+
* The CIDR block to match. This must be a
|
|
16391
|
+
* valid network mask.
|
|
16392
|
+
*/
|
|
16393
|
+
cidrBlock?: pulumi.Input<string>;
|
|
16394
|
+
/**
|
|
16395
|
+
* The from port to match.
|
|
16396
|
+
*/
|
|
16397
|
+
fromPort: pulumi.Input<number>;
|
|
16398
|
+
/**
|
|
16399
|
+
* The ICMP type code to be used. Default 0.
|
|
16400
|
+
*/
|
|
16401
|
+
icmpCode?: pulumi.Input<number>;
|
|
16402
|
+
/**
|
|
16403
|
+
* The ICMP type to be used. Default 0.
|
|
16404
|
+
*/
|
|
16405
|
+
icmpType?: pulumi.Input<number>;
|
|
16406
|
+
/**
|
|
16407
|
+
* The IPv6 CIDR block.
|
|
16408
|
+
*/
|
|
16409
|
+
ipv6CidrBlock?: pulumi.Input<string>;
|
|
16410
|
+
/**
|
|
16411
|
+
* The protocol to match. If using the -1 'all'
|
|
16412
|
+
* protocol, you must specify a from and to port of 0.
|
|
16413
|
+
*/
|
|
16414
|
+
protocol: pulumi.Input<string>;
|
|
16415
|
+
/**
|
|
16416
|
+
* The rule number. Used for ordering.
|
|
16417
|
+
*/
|
|
16418
|
+
ruleNo: pulumi.Input<number>;
|
|
16419
|
+
/**
|
|
16420
|
+
* The to port to match.
|
|
16421
|
+
*/
|
|
16422
|
+
toPort: pulumi.Input<number>;
|
|
16423
|
+
}
|
|
16424
|
+
interface NetworkInsightsAnalysisAlternatePathHint {
|
|
16425
|
+
/**
|
|
16426
|
+
* The Amazon Resource Name (ARN) of the component.
|
|
16427
|
+
*/
|
|
16428
|
+
componentArn?: pulumi.Input<string>;
|
|
16429
|
+
/**
|
|
16430
|
+
* The ID of the component.
|
|
16431
|
+
*/
|
|
16432
|
+
componentId?: pulumi.Input<string>;
|
|
16433
|
+
}
|
|
16434
|
+
interface NetworkInsightsAnalysisExplanation {
|
|
16435
|
+
aclRules?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationAclRule>[]>;
|
|
16436
|
+
acls?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationAcl>[]>;
|
|
16437
|
+
address?: pulumi.Input<string>;
|
|
16438
|
+
addresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
16439
|
+
attachedTos?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationAttachedTo>[]>;
|
|
16440
|
+
availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
16441
|
+
cidrs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
16442
|
+
classicLoadBalancerListeners?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationClassicLoadBalancerListener>[]>;
|
|
16443
|
+
components?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationComponent>[]>;
|
|
16444
|
+
customerGateways?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationCustomerGateway>[]>;
|
|
16445
|
+
destinationVpcs?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationDestinationVpc>[]>;
|
|
16446
|
+
destinations?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationDestination>[]>;
|
|
16447
|
+
direction?: pulumi.Input<string>;
|
|
16448
|
+
elasticLoadBalancerListeners?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationElasticLoadBalancerListener>[]>;
|
|
16449
|
+
explanationCode?: pulumi.Input<string>;
|
|
16450
|
+
ingressRouteTables?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationIngressRouteTable>[]>;
|
|
16451
|
+
internetGateways?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationInternetGateway>[]>;
|
|
16452
|
+
loadBalancerArn?: pulumi.Input<string>;
|
|
16453
|
+
loadBalancerListenerPort?: pulumi.Input<number>;
|
|
16454
|
+
loadBalancerTargetGroups?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup>[]>;
|
|
16455
|
+
loadBalancerTargetPort?: pulumi.Input<number>;
|
|
16456
|
+
missingComponent?: pulumi.Input<string>;
|
|
16457
|
+
natGateways?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationNatGateway>[]>;
|
|
16458
|
+
networkInterfaces?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationNetworkInterface>[]>;
|
|
16459
|
+
packetField?: pulumi.Input<string>;
|
|
16460
|
+
port?: pulumi.Input<number>;
|
|
16461
|
+
portRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationPortRange>[]>;
|
|
16462
|
+
prefixLists?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationPrefixList>[]>;
|
|
16463
|
+
protocols?: pulumi.Input<pulumi.Input<string>[]>;
|
|
16464
|
+
routeTableRoutes?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationRouteTableRoute>[]>;
|
|
16465
|
+
routeTables?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationRouteTable>[]>;
|
|
16466
|
+
securityGroupRules?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationSecurityGroupRule>[]>;
|
|
16467
|
+
securityGroups?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationSecurityGroup>[]>;
|
|
16468
|
+
sourceVpcs?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationSourceVpc>[]>;
|
|
16469
|
+
state?: pulumi.Input<string>;
|
|
16470
|
+
subnetRouteTables?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationSubnetRouteTable>[]>;
|
|
16471
|
+
subnets?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationSubnet>[]>;
|
|
16472
|
+
transitGatewayAttachments?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationTransitGatewayAttachment>[]>;
|
|
16473
|
+
transitGatewayRouteTableRoutes?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute>[]>;
|
|
16474
|
+
transitGatewayRouteTables?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationTransitGatewayRouteTable>[]>;
|
|
16475
|
+
transitGateways?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationTransitGateway>[]>;
|
|
16476
|
+
vpcEndpoints?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationVpcEndpoint>[]>;
|
|
16477
|
+
vpcPeeringConnections?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationVpcPeeringConnection>[]>;
|
|
16478
|
+
vpcs?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationVpc>[]>;
|
|
16479
|
+
vpnConnections?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationVpnConnection>[]>;
|
|
16480
|
+
vpnGateways?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationVpnGateway>[]>;
|
|
16481
|
+
}
|
|
16482
|
+
interface NetworkInsightsAnalysisExplanationAcl {
|
|
16483
|
+
/**
|
|
16484
|
+
* ARN of the Network Insights Analysis.
|
|
16485
|
+
*/
|
|
16486
|
+
arn?: pulumi.Input<string>;
|
|
16487
|
+
/**
|
|
16488
|
+
* ID of the Network Insights Analysis.
|
|
16489
|
+
*/
|
|
16490
|
+
id?: pulumi.Input<string>;
|
|
16491
|
+
name?: pulumi.Input<string>;
|
|
16492
|
+
}
|
|
16493
|
+
interface NetworkInsightsAnalysisExplanationAclRule {
|
|
16494
|
+
cidr?: pulumi.Input<string>;
|
|
16495
|
+
egress?: pulumi.Input<boolean>;
|
|
16496
|
+
portRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationAclRulePortRange>[]>;
|
|
16497
|
+
protocol?: pulumi.Input<string>;
|
|
16498
|
+
ruleAction?: pulumi.Input<string>;
|
|
16499
|
+
ruleNumber?: pulumi.Input<number>;
|
|
16500
|
+
}
|
|
16501
|
+
interface NetworkInsightsAnalysisExplanationAclRulePortRange {
|
|
16502
|
+
from?: pulumi.Input<number>;
|
|
16503
|
+
to?: pulumi.Input<number>;
|
|
16504
|
+
}
|
|
16505
|
+
interface NetworkInsightsAnalysisExplanationAttachedTo {
|
|
16506
|
+
/**
|
|
16507
|
+
* ARN of the Network Insights Analysis.
|
|
16508
|
+
*/
|
|
16509
|
+
arn?: pulumi.Input<string>;
|
|
16510
|
+
/**
|
|
16511
|
+
* ID of the Network Insights Analysis.
|
|
16512
|
+
*/
|
|
16513
|
+
id?: pulumi.Input<string>;
|
|
16514
|
+
name?: pulumi.Input<string>;
|
|
16515
|
+
}
|
|
16516
|
+
interface NetworkInsightsAnalysisExplanationClassicLoadBalancerListener {
|
|
16517
|
+
instancePort?: pulumi.Input<number>;
|
|
16518
|
+
loadBalancerPort?: pulumi.Input<number>;
|
|
16519
|
+
}
|
|
16520
|
+
interface NetworkInsightsAnalysisExplanationComponent {
|
|
16521
|
+
/**
|
|
16522
|
+
* ARN of the Network Insights Analysis.
|
|
16523
|
+
*/
|
|
16524
|
+
arn?: pulumi.Input<string>;
|
|
16525
|
+
/**
|
|
16526
|
+
* ID of the Network Insights Analysis.
|
|
16527
|
+
*/
|
|
16528
|
+
id?: pulumi.Input<string>;
|
|
16529
|
+
name?: pulumi.Input<string>;
|
|
16530
|
+
}
|
|
16531
|
+
interface NetworkInsightsAnalysisExplanationCustomerGateway {
|
|
16532
|
+
/**
|
|
16533
|
+
* ARN of the Network Insights Analysis.
|
|
16534
|
+
*/
|
|
16535
|
+
arn?: pulumi.Input<string>;
|
|
16536
|
+
/**
|
|
16537
|
+
* ID of the Network Insights Analysis.
|
|
16538
|
+
*/
|
|
16539
|
+
id?: pulumi.Input<string>;
|
|
16540
|
+
name?: pulumi.Input<string>;
|
|
16541
|
+
}
|
|
16542
|
+
interface NetworkInsightsAnalysisExplanationDestination {
|
|
16543
|
+
/**
|
|
16544
|
+
* ARN of the Network Insights Analysis.
|
|
16545
|
+
*/
|
|
16546
|
+
arn?: pulumi.Input<string>;
|
|
16547
|
+
/**
|
|
16548
|
+
* ID of the Network Insights Analysis.
|
|
16549
|
+
*/
|
|
16550
|
+
id?: pulumi.Input<string>;
|
|
16551
|
+
name?: pulumi.Input<string>;
|
|
16552
|
+
}
|
|
16553
|
+
interface NetworkInsightsAnalysisExplanationDestinationVpc {
|
|
16554
|
+
/**
|
|
16555
|
+
* ARN of the Network Insights Analysis.
|
|
16556
|
+
*/
|
|
16557
|
+
arn?: pulumi.Input<string>;
|
|
16558
|
+
/**
|
|
16559
|
+
* ID of the Network Insights Analysis.
|
|
16560
|
+
*/
|
|
16561
|
+
id?: pulumi.Input<string>;
|
|
16562
|
+
name?: pulumi.Input<string>;
|
|
16563
|
+
}
|
|
16564
|
+
interface NetworkInsightsAnalysisExplanationElasticLoadBalancerListener {
|
|
16565
|
+
/**
|
|
16566
|
+
* ARN of the Network Insights Analysis.
|
|
16567
|
+
*/
|
|
16568
|
+
arn?: pulumi.Input<string>;
|
|
16569
|
+
/**
|
|
16570
|
+
* ID of the Network Insights Analysis.
|
|
16571
|
+
*/
|
|
16572
|
+
id?: pulumi.Input<string>;
|
|
16573
|
+
name?: pulumi.Input<string>;
|
|
16574
|
+
}
|
|
16575
|
+
interface NetworkInsightsAnalysisExplanationIngressRouteTable {
|
|
16576
|
+
/**
|
|
16577
|
+
* ARN of the Network Insights Analysis.
|
|
16578
|
+
*/
|
|
16579
|
+
arn?: pulumi.Input<string>;
|
|
16580
|
+
/**
|
|
16581
|
+
* ID of the Network Insights Analysis.
|
|
16582
|
+
*/
|
|
16583
|
+
id?: pulumi.Input<string>;
|
|
16584
|
+
name?: pulumi.Input<string>;
|
|
16585
|
+
}
|
|
16586
|
+
interface NetworkInsightsAnalysisExplanationInternetGateway {
|
|
16587
|
+
/**
|
|
16588
|
+
* ARN of the Network Insights Analysis.
|
|
16589
|
+
*/
|
|
16590
|
+
arn?: pulumi.Input<string>;
|
|
16591
|
+
/**
|
|
16592
|
+
* ID of the Network Insights Analysis.
|
|
16593
|
+
*/
|
|
16594
|
+
id?: pulumi.Input<string>;
|
|
16595
|
+
name?: pulumi.Input<string>;
|
|
16596
|
+
}
|
|
16597
|
+
interface NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup {
|
|
16598
|
+
/**
|
|
16599
|
+
* ARN of the Network Insights Analysis.
|
|
16600
|
+
*/
|
|
16601
|
+
arn?: pulumi.Input<string>;
|
|
16602
|
+
/**
|
|
16603
|
+
* ID of the Network Insights Analysis.
|
|
16604
|
+
*/
|
|
16605
|
+
id?: pulumi.Input<string>;
|
|
16606
|
+
name?: pulumi.Input<string>;
|
|
16607
|
+
}
|
|
16608
|
+
interface NetworkInsightsAnalysisExplanationNatGateway {
|
|
16609
|
+
/**
|
|
16610
|
+
* ARN of the Network Insights Analysis.
|
|
16611
|
+
*/
|
|
16612
|
+
arn?: pulumi.Input<string>;
|
|
16613
|
+
/**
|
|
16614
|
+
* ID of the Network Insights Analysis.
|
|
16615
|
+
*/
|
|
16616
|
+
id?: pulumi.Input<string>;
|
|
16617
|
+
name?: pulumi.Input<string>;
|
|
16618
|
+
}
|
|
16619
|
+
interface NetworkInsightsAnalysisExplanationNetworkInterface {
|
|
16620
|
+
/**
|
|
16621
|
+
* ARN of the Network Insights Analysis.
|
|
16622
|
+
*/
|
|
16623
|
+
arn?: pulumi.Input<string>;
|
|
16624
|
+
/**
|
|
16625
|
+
* ID of the Network Insights Analysis.
|
|
16626
|
+
*/
|
|
16627
|
+
id?: pulumi.Input<string>;
|
|
16628
|
+
name?: pulumi.Input<string>;
|
|
16629
|
+
}
|
|
16630
|
+
interface NetworkInsightsAnalysisExplanationPortRange {
|
|
16631
|
+
from?: pulumi.Input<number>;
|
|
16632
|
+
to?: pulumi.Input<number>;
|
|
16633
|
+
}
|
|
16634
|
+
interface NetworkInsightsAnalysisExplanationPrefixList {
|
|
16635
|
+
/**
|
|
16636
|
+
* ARN of the Network Insights Analysis.
|
|
16637
|
+
*/
|
|
16638
|
+
arn?: pulumi.Input<string>;
|
|
16639
|
+
/**
|
|
16640
|
+
* ID of the Network Insights Analysis.
|
|
16641
|
+
*/
|
|
16642
|
+
id?: pulumi.Input<string>;
|
|
16643
|
+
name?: pulumi.Input<string>;
|
|
16644
|
+
}
|
|
16645
|
+
interface NetworkInsightsAnalysisExplanationRouteTable {
|
|
16646
|
+
/**
|
|
16647
|
+
* ARN of the Network Insights Analysis.
|
|
16648
|
+
*/
|
|
16649
|
+
arn?: pulumi.Input<string>;
|
|
16650
|
+
/**
|
|
16651
|
+
* ID of the Network Insights Analysis.
|
|
16652
|
+
*/
|
|
16653
|
+
id?: pulumi.Input<string>;
|
|
16654
|
+
name?: pulumi.Input<string>;
|
|
16655
|
+
}
|
|
16656
|
+
interface NetworkInsightsAnalysisExplanationRouteTableRoute {
|
|
16657
|
+
destinationCidr?: pulumi.Input<string>;
|
|
16658
|
+
destinationPrefixListId?: pulumi.Input<string>;
|
|
16659
|
+
egressOnlyInternetGatewayId?: pulumi.Input<string>;
|
|
16660
|
+
gatewayId?: pulumi.Input<string>;
|
|
16661
|
+
instanceId?: pulumi.Input<string>;
|
|
16662
|
+
natGatewayId?: pulumi.Input<string>;
|
|
16663
|
+
networkInterfaceId?: pulumi.Input<string>;
|
|
16664
|
+
origin?: pulumi.Input<string>;
|
|
16665
|
+
transitGatewayId?: pulumi.Input<string>;
|
|
16666
|
+
vpcPeeringConnectionId?: pulumi.Input<string>;
|
|
16667
|
+
}
|
|
16668
|
+
interface NetworkInsightsAnalysisExplanationSecurityGroup {
|
|
16669
|
+
/**
|
|
16670
|
+
* ARN of the Network Insights Analysis.
|
|
16671
|
+
*/
|
|
16672
|
+
arn?: pulumi.Input<string>;
|
|
16673
|
+
/**
|
|
16674
|
+
* ID of the Network Insights Analysis.
|
|
16675
|
+
*/
|
|
16676
|
+
id?: pulumi.Input<string>;
|
|
16677
|
+
name?: pulumi.Input<string>;
|
|
16678
|
+
}
|
|
16679
|
+
interface NetworkInsightsAnalysisExplanationSecurityGroupRule {
|
|
16680
|
+
cidr?: pulumi.Input<string>;
|
|
16681
|
+
direction?: pulumi.Input<string>;
|
|
16682
|
+
portRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange>[]>;
|
|
16683
|
+
prefixListId?: pulumi.Input<string>;
|
|
16684
|
+
protocol?: pulumi.Input<string>;
|
|
16685
|
+
securityGroupId?: pulumi.Input<string>;
|
|
16686
|
+
}
|
|
16687
|
+
interface NetworkInsightsAnalysisExplanationSecurityGroupRulePortRange {
|
|
16688
|
+
from?: pulumi.Input<number>;
|
|
16689
|
+
to?: pulumi.Input<number>;
|
|
16690
|
+
}
|
|
16691
|
+
interface NetworkInsightsAnalysisExplanationSourceVpc {
|
|
16692
|
+
/**
|
|
16693
|
+
* ARN of the Network Insights Analysis.
|
|
16694
|
+
*/
|
|
16695
|
+
arn?: pulumi.Input<string>;
|
|
16696
|
+
/**
|
|
16697
|
+
* ID of the Network Insights Analysis.
|
|
16698
|
+
*/
|
|
16699
|
+
id?: pulumi.Input<string>;
|
|
16700
|
+
name?: pulumi.Input<string>;
|
|
16701
|
+
}
|
|
16702
|
+
interface NetworkInsightsAnalysisExplanationSubnet {
|
|
16703
|
+
/**
|
|
16704
|
+
* ARN of the Network Insights Analysis.
|
|
16705
|
+
*/
|
|
16706
|
+
arn?: pulumi.Input<string>;
|
|
16707
|
+
/**
|
|
16708
|
+
* ID of the Network Insights Analysis.
|
|
16709
|
+
*/
|
|
16710
|
+
id?: pulumi.Input<string>;
|
|
16711
|
+
name?: pulumi.Input<string>;
|
|
16712
|
+
}
|
|
16713
|
+
interface NetworkInsightsAnalysisExplanationSubnetRouteTable {
|
|
16714
|
+
/**
|
|
16715
|
+
* ARN of the Network Insights Analysis.
|
|
16716
|
+
*/
|
|
16717
|
+
arn?: pulumi.Input<string>;
|
|
16718
|
+
/**
|
|
16719
|
+
* ID of the Network Insights Analysis.
|
|
16720
|
+
*/
|
|
16721
|
+
id?: pulumi.Input<string>;
|
|
16722
|
+
name?: pulumi.Input<string>;
|
|
16723
|
+
}
|
|
16724
|
+
interface NetworkInsightsAnalysisExplanationTransitGateway {
|
|
16725
|
+
/**
|
|
16726
|
+
* ARN of the Network Insights Analysis.
|
|
16727
|
+
*/
|
|
16728
|
+
arn?: pulumi.Input<string>;
|
|
16729
|
+
/**
|
|
16730
|
+
* ID of the Network Insights Analysis.
|
|
16731
|
+
*/
|
|
16732
|
+
id?: pulumi.Input<string>;
|
|
16733
|
+
name?: pulumi.Input<string>;
|
|
16734
|
+
}
|
|
16735
|
+
interface NetworkInsightsAnalysisExplanationTransitGatewayAttachment {
|
|
16736
|
+
/**
|
|
16737
|
+
* ARN of the Network Insights Analysis.
|
|
16738
|
+
*/
|
|
16739
|
+
arn?: pulumi.Input<string>;
|
|
16740
|
+
/**
|
|
16741
|
+
* ID of the Network Insights Analysis.
|
|
16742
|
+
*/
|
|
16743
|
+
id?: pulumi.Input<string>;
|
|
16744
|
+
name?: pulumi.Input<string>;
|
|
16745
|
+
}
|
|
16746
|
+
interface NetworkInsightsAnalysisExplanationTransitGatewayRouteTable {
|
|
16747
|
+
/**
|
|
16748
|
+
* ARN of the Network Insights Analysis.
|
|
16749
|
+
*/
|
|
16750
|
+
arn?: pulumi.Input<string>;
|
|
16751
|
+
/**
|
|
16752
|
+
* ID of the Network Insights Analysis.
|
|
16753
|
+
*/
|
|
16754
|
+
id?: pulumi.Input<string>;
|
|
16755
|
+
name?: pulumi.Input<string>;
|
|
16756
|
+
}
|
|
16757
|
+
interface NetworkInsightsAnalysisExplanationTransitGatewayRouteTableRoute {
|
|
16758
|
+
attachmentId?: pulumi.Input<string>;
|
|
16759
|
+
destinationCidr?: pulumi.Input<string>;
|
|
16760
|
+
prefixListId?: pulumi.Input<string>;
|
|
16761
|
+
resourceId?: pulumi.Input<string>;
|
|
16762
|
+
resourceType?: pulumi.Input<string>;
|
|
16763
|
+
routeOrigin?: pulumi.Input<string>;
|
|
16764
|
+
state?: pulumi.Input<string>;
|
|
16765
|
+
}
|
|
16766
|
+
interface NetworkInsightsAnalysisExplanationVpc {
|
|
16767
|
+
/**
|
|
16768
|
+
* ARN of the Network Insights Analysis.
|
|
16769
|
+
*/
|
|
16770
|
+
arn?: pulumi.Input<string>;
|
|
16771
|
+
/**
|
|
16772
|
+
* ID of the Network Insights Analysis.
|
|
16773
|
+
*/
|
|
16774
|
+
id?: pulumi.Input<string>;
|
|
16775
|
+
name?: pulumi.Input<string>;
|
|
16776
|
+
}
|
|
16777
|
+
interface NetworkInsightsAnalysisExplanationVpcEndpoint {
|
|
16778
|
+
/**
|
|
16779
|
+
* ARN of the Network Insights Analysis.
|
|
16780
|
+
*/
|
|
16781
|
+
arn?: pulumi.Input<string>;
|
|
16782
|
+
/**
|
|
16783
|
+
* ID of the Network Insights Analysis.
|
|
16784
|
+
*/
|
|
16785
|
+
id?: pulumi.Input<string>;
|
|
16786
|
+
name?: pulumi.Input<string>;
|
|
16787
|
+
}
|
|
16788
|
+
interface NetworkInsightsAnalysisExplanationVpcPeeringConnection {
|
|
16789
|
+
/**
|
|
16790
|
+
* ARN of the Network Insights Analysis.
|
|
16791
|
+
*/
|
|
16792
|
+
arn?: pulumi.Input<string>;
|
|
16793
|
+
/**
|
|
16794
|
+
* ID of the Network Insights Analysis.
|
|
16223
16795
|
*/
|
|
16224
|
-
|
|
16796
|
+
id?: pulumi.Input<string>;
|
|
16797
|
+
name?: pulumi.Input<string>;
|
|
16798
|
+
}
|
|
16799
|
+
interface NetworkInsightsAnalysisExplanationVpnConnection {
|
|
16225
16800
|
/**
|
|
16226
|
-
*
|
|
16801
|
+
* ARN of the Network Insights Analysis.
|
|
16227
16802
|
*/
|
|
16228
|
-
|
|
16803
|
+
arn?: pulumi.Input<string>;
|
|
16229
16804
|
/**
|
|
16230
|
-
*
|
|
16805
|
+
* ID of the Network Insights Analysis.
|
|
16231
16806
|
*/
|
|
16232
|
-
|
|
16807
|
+
id?: pulumi.Input<string>;
|
|
16808
|
+
name?: pulumi.Input<string>;
|
|
16233
16809
|
}
|
|
16234
|
-
interface
|
|
16810
|
+
interface NetworkInsightsAnalysisExplanationVpnGateway {
|
|
16235
16811
|
/**
|
|
16236
|
-
*
|
|
16812
|
+
* ARN of the Network Insights Analysis.
|
|
16237
16813
|
*/
|
|
16238
|
-
|
|
16814
|
+
arn?: pulumi.Input<string>;
|
|
16239
16815
|
/**
|
|
16240
|
-
*
|
|
16816
|
+
* ID of the Network Insights Analysis.
|
|
16241
16817
|
*/
|
|
16242
|
-
|
|
16818
|
+
id?: pulumi.Input<string>;
|
|
16819
|
+
name?: pulumi.Input<string>;
|
|
16820
|
+
}
|
|
16821
|
+
interface NetworkInsightsAnalysisForwardPathComponent {
|
|
16822
|
+
aclRules?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentAclRule>[]>;
|
|
16823
|
+
additionalDetails?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentAdditionalDetail>[]>;
|
|
16824
|
+
attachedTos?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentAttachedTo>[]>;
|
|
16825
|
+
components?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentComponent>[]>;
|
|
16826
|
+
destinationVpcs?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentDestinationVpc>[]>;
|
|
16827
|
+
inboundHeaders?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentInboundHeader>[]>;
|
|
16828
|
+
outboundHeaders?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentOutboundHeader>[]>;
|
|
16829
|
+
routeTableRoutes?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentRouteTableRoute>[]>;
|
|
16830
|
+
securityGroupRules?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule>[]>;
|
|
16831
|
+
sequenceNumber?: pulumi.Input<number>;
|
|
16832
|
+
sourceVpcs?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentSourceVpc>[]>;
|
|
16833
|
+
subnets?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentSubnet>[]>;
|
|
16834
|
+
transitGatewayRouteTableRoutes?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute>[]>;
|
|
16835
|
+
transitGateways?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentTransitGateway>[]>;
|
|
16836
|
+
vpcs?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentVpc>[]>;
|
|
16837
|
+
}
|
|
16838
|
+
interface NetworkInsightsAnalysisForwardPathComponentAclRule {
|
|
16839
|
+
cidr?: pulumi.Input<string>;
|
|
16840
|
+
egress?: pulumi.Input<boolean>;
|
|
16841
|
+
portRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentAclRulePortRange>[]>;
|
|
16842
|
+
protocol?: pulumi.Input<string>;
|
|
16843
|
+
ruleAction?: pulumi.Input<string>;
|
|
16844
|
+
ruleNumber?: pulumi.Input<number>;
|
|
16845
|
+
}
|
|
16846
|
+
interface NetworkInsightsAnalysisForwardPathComponentAclRulePortRange {
|
|
16847
|
+
from?: pulumi.Input<number>;
|
|
16848
|
+
to?: pulumi.Input<number>;
|
|
16849
|
+
}
|
|
16850
|
+
interface NetworkInsightsAnalysisForwardPathComponentAdditionalDetail {
|
|
16851
|
+
additionalDetailType?: pulumi.Input<string>;
|
|
16852
|
+
components?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent>[]>;
|
|
16853
|
+
}
|
|
16854
|
+
interface NetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent {
|
|
16243
16855
|
/**
|
|
16244
|
-
*
|
|
16856
|
+
* ARN of the Network Insights Analysis.
|
|
16245
16857
|
*/
|
|
16246
|
-
|
|
16858
|
+
arn?: pulumi.Input<string>;
|
|
16247
16859
|
/**
|
|
16248
|
-
*
|
|
16860
|
+
* ID of the Network Insights Analysis.
|
|
16249
16861
|
*/
|
|
16250
|
-
|
|
16862
|
+
id?: pulumi.Input<string>;
|
|
16863
|
+
name?: pulumi.Input<string>;
|
|
16864
|
+
}
|
|
16865
|
+
interface NetworkInsightsAnalysisForwardPathComponentAttachedTo {
|
|
16251
16866
|
/**
|
|
16252
|
-
*
|
|
16867
|
+
* ARN of the Network Insights Analysis.
|
|
16253
16868
|
*/
|
|
16254
|
-
|
|
16869
|
+
arn?: pulumi.Input<string>;
|
|
16255
16870
|
/**
|
|
16256
|
-
*
|
|
16871
|
+
* ID of the Network Insights Analysis.
|
|
16257
16872
|
*/
|
|
16258
|
-
|
|
16873
|
+
id?: pulumi.Input<string>;
|
|
16874
|
+
name?: pulumi.Input<string>;
|
|
16875
|
+
}
|
|
16876
|
+
interface NetworkInsightsAnalysisForwardPathComponentComponent {
|
|
16259
16877
|
/**
|
|
16260
|
-
*
|
|
16878
|
+
* ARN of the Network Insights Analysis.
|
|
16261
16879
|
*/
|
|
16262
|
-
|
|
16880
|
+
arn?: pulumi.Input<string>;
|
|
16263
16881
|
/**
|
|
16264
|
-
*
|
|
16882
|
+
* ID of the Network Insights Analysis.
|
|
16265
16883
|
*/
|
|
16266
|
-
|
|
16884
|
+
id?: pulumi.Input<string>;
|
|
16885
|
+
name?: pulumi.Input<string>;
|
|
16267
16886
|
}
|
|
16268
|
-
interface
|
|
16887
|
+
interface NetworkInsightsAnalysisForwardPathComponentDestinationVpc {
|
|
16269
16888
|
/**
|
|
16270
|
-
*
|
|
16889
|
+
* ARN of the Network Insights Analysis.
|
|
16271
16890
|
*/
|
|
16272
|
-
|
|
16891
|
+
arn?: pulumi.Input<string>;
|
|
16273
16892
|
/**
|
|
16274
|
-
*
|
|
16893
|
+
* ID of the Network Insights Analysis.
|
|
16275
16894
|
*/
|
|
16276
|
-
|
|
16895
|
+
id?: pulumi.Input<string>;
|
|
16896
|
+
name?: pulumi.Input<string>;
|
|
16897
|
+
}
|
|
16898
|
+
interface NetworkInsightsAnalysisForwardPathComponentInboundHeader {
|
|
16899
|
+
destinationAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
16900
|
+
destinationPortRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange>[]>;
|
|
16901
|
+
protocol?: pulumi.Input<string>;
|
|
16902
|
+
sourceAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
16903
|
+
sourcePortRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange>[]>;
|
|
16904
|
+
}
|
|
16905
|
+
interface NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange {
|
|
16906
|
+
from?: pulumi.Input<number>;
|
|
16907
|
+
to?: pulumi.Input<number>;
|
|
16908
|
+
}
|
|
16909
|
+
interface NetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange {
|
|
16910
|
+
from?: pulumi.Input<number>;
|
|
16911
|
+
to?: pulumi.Input<number>;
|
|
16912
|
+
}
|
|
16913
|
+
interface NetworkInsightsAnalysisForwardPathComponentOutboundHeader {
|
|
16914
|
+
destinationAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
16915
|
+
destinationPortRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange>[]>;
|
|
16916
|
+
protocol?: pulumi.Input<string>;
|
|
16917
|
+
sourceAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
16918
|
+
sourcePortRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange>[]>;
|
|
16919
|
+
}
|
|
16920
|
+
interface NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange {
|
|
16921
|
+
from?: pulumi.Input<number>;
|
|
16922
|
+
to?: pulumi.Input<number>;
|
|
16923
|
+
}
|
|
16924
|
+
interface NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange {
|
|
16925
|
+
from?: pulumi.Input<number>;
|
|
16926
|
+
to?: pulumi.Input<number>;
|
|
16927
|
+
}
|
|
16928
|
+
interface NetworkInsightsAnalysisForwardPathComponentRouteTableRoute {
|
|
16929
|
+
destinationCidr?: pulumi.Input<string>;
|
|
16930
|
+
destinationPrefixListId?: pulumi.Input<string>;
|
|
16931
|
+
egressOnlyInternetGatewayId?: pulumi.Input<string>;
|
|
16932
|
+
gatewayId?: pulumi.Input<string>;
|
|
16933
|
+
instanceId?: pulumi.Input<string>;
|
|
16934
|
+
natGatewayId?: pulumi.Input<string>;
|
|
16935
|
+
networkInterfaceId?: pulumi.Input<string>;
|
|
16936
|
+
origin?: pulumi.Input<string>;
|
|
16937
|
+
transitGatewayId?: pulumi.Input<string>;
|
|
16938
|
+
vpcPeeringConnectionId?: pulumi.Input<string>;
|
|
16939
|
+
}
|
|
16940
|
+
interface NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule {
|
|
16941
|
+
cidr?: pulumi.Input<string>;
|
|
16942
|
+
direction?: pulumi.Input<string>;
|
|
16943
|
+
portRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange>[]>;
|
|
16944
|
+
prefixListId?: pulumi.Input<string>;
|
|
16945
|
+
protocol?: pulumi.Input<string>;
|
|
16946
|
+
securityGroupId?: pulumi.Input<string>;
|
|
16947
|
+
}
|
|
16948
|
+
interface NetworkInsightsAnalysisForwardPathComponentSecurityGroupRulePortRange {
|
|
16949
|
+
from?: pulumi.Input<number>;
|
|
16950
|
+
to?: pulumi.Input<number>;
|
|
16951
|
+
}
|
|
16952
|
+
interface NetworkInsightsAnalysisForwardPathComponentSourceVpc {
|
|
16277
16953
|
/**
|
|
16278
|
-
*
|
|
16954
|
+
* ARN of the Network Insights Analysis.
|
|
16279
16955
|
*/
|
|
16280
|
-
|
|
16956
|
+
arn?: pulumi.Input<string>;
|
|
16957
|
+
/**
|
|
16958
|
+
* ID of the Network Insights Analysis.
|
|
16959
|
+
*/
|
|
16960
|
+
id?: pulumi.Input<string>;
|
|
16961
|
+
name?: pulumi.Input<string>;
|
|
16281
16962
|
}
|
|
16282
|
-
interface
|
|
16963
|
+
interface NetworkInsightsAnalysisForwardPathComponentSubnet {
|
|
16283
16964
|
/**
|
|
16284
|
-
*
|
|
16965
|
+
* ARN of the Network Insights Analysis.
|
|
16285
16966
|
*/
|
|
16286
|
-
|
|
16967
|
+
arn?: pulumi.Input<string>;
|
|
16287
16968
|
/**
|
|
16288
|
-
*
|
|
16969
|
+
* ID of the Network Insights Analysis.
|
|
16289
16970
|
*/
|
|
16290
|
-
|
|
16291
|
-
|
|
16292
|
-
}>;
|
|
16971
|
+
id?: pulumi.Input<string>;
|
|
16972
|
+
name?: pulumi.Input<string>;
|
|
16293
16973
|
}
|
|
16294
|
-
interface
|
|
16974
|
+
interface NetworkInsightsAnalysisForwardPathComponentTransitGateway {
|
|
16295
16975
|
/**
|
|
16296
|
-
*
|
|
16976
|
+
* ARN of the Network Insights Analysis.
|
|
16297
16977
|
*/
|
|
16298
|
-
|
|
16978
|
+
arn?: pulumi.Input<string>;
|
|
16299
16979
|
/**
|
|
16300
|
-
*
|
|
16980
|
+
* ID of the Network Insights Analysis.
|
|
16301
16981
|
*/
|
|
16302
|
-
|
|
16982
|
+
id?: pulumi.Input<string>;
|
|
16983
|
+
name?: pulumi.Input<string>;
|
|
16303
16984
|
}
|
|
16304
|
-
interface
|
|
16985
|
+
interface NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute {
|
|
16986
|
+
attachmentId?: pulumi.Input<string>;
|
|
16987
|
+
destinationCidr?: pulumi.Input<string>;
|
|
16988
|
+
prefixListId?: pulumi.Input<string>;
|
|
16989
|
+
resourceId?: pulumi.Input<string>;
|
|
16990
|
+
resourceType?: pulumi.Input<string>;
|
|
16991
|
+
routeOrigin?: pulumi.Input<string>;
|
|
16992
|
+
state?: pulumi.Input<string>;
|
|
16993
|
+
}
|
|
16994
|
+
interface NetworkInsightsAnalysisForwardPathComponentVpc {
|
|
16305
16995
|
/**
|
|
16306
|
-
*
|
|
16996
|
+
* ARN of the Network Insights Analysis.
|
|
16307
16997
|
*/
|
|
16308
|
-
|
|
16998
|
+
arn?: pulumi.Input<string>;
|
|
16309
16999
|
/**
|
|
16310
|
-
*
|
|
16311
|
-
* valid network mask.
|
|
17000
|
+
* ID of the Network Insights Analysis.
|
|
16312
17001
|
*/
|
|
16313
|
-
|
|
17002
|
+
id?: pulumi.Input<string>;
|
|
17003
|
+
name?: pulumi.Input<string>;
|
|
17004
|
+
}
|
|
17005
|
+
interface NetworkInsightsAnalysisReturnPathComponent {
|
|
17006
|
+
aclRules?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentAclRule>[]>;
|
|
17007
|
+
additionalDetails?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentAdditionalDetail>[]>;
|
|
17008
|
+
attachedTos?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentAttachedTo>[]>;
|
|
17009
|
+
components?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentComponent>[]>;
|
|
17010
|
+
destinationVpcs?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentDestinationVpc>[]>;
|
|
17011
|
+
inboundHeaders?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentInboundHeader>[]>;
|
|
17012
|
+
outboundHeaders?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentOutboundHeader>[]>;
|
|
17013
|
+
routeTableRoutes?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentRouteTableRoute>[]>;
|
|
17014
|
+
securityGroupRules?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule>[]>;
|
|
17015
|
+
sequenceNumber?: pulumi.Input<number>;
|
|
17016
|
+
sourceVpcs?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentSourceVpc>[]>;
|
|
17017
|
+
subnets?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentSubnet>[]>;
|
|
17018
|
+
transitGatewayRouteTableRoutes?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute>[]>;
|
|
17019
|
+
transitGateways?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentTransitGateway>[]>;
|
|
17020
|
+
vpcs?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentVpc>[]>;
|
|
17021
|
+
}
|
|
17022
|
+
interface NetworkInsightsAnalysisReturnPathComponentAclRule {
|
|
17023
|
+
cidr?: pulumi.Input<string>;
|
|
17024
|
+
egress?: pulumi.Input<boolean>;
|
|
17025
|
+
portRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentAclRulePortRange>[]>;
|
|
17026
|
+
protocol?: pulumi.Input<string>;
|
|
17027
|
+
ruleAction?: pulumi.Input<string>;
|
|
17028
|
+
ruleNumber?: pulumi.Input<number>;
|
|
17029
|
+
}
|
|
17030
|
+
interface NetworkInsightsAnalysisReturnPathComponentAclRulePortRange {
|
|
17031
|
+
from?: pulumi.Input<number>;
|
|
17032
|
+
to?: pulumi.Input<number>;
|
|
17033
|
+
}
|
|
17034
|
+
interface NetworkInsightsAnalysisReturnPathComponentAdditionalDetail {
|
|
17035
|
+
additionalDetailType?: pulumi.Input<string>;
|
|
17036
|
+
components?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent>[]>;
|
|
17037
|
+
}
|
|
17038
|
+
interface NetworkInsightsAnalysisReturnPathComponentAdditionalDetailComponent {
|
|
16314
17039
|
/**
|
|
16315
|
-
*
|
|
17040
|
+
* ARN of the Network Insights Analysis.
|
|
16316
17041
|
*/
|
|
16317
|
-
|
|
17042
|
+
arn?: pulumi.Input<string>;
|
|
16318
17043
|
/**
|
|
16319
|
-
*
|
|
17044
|
+
* ID of the Network Insights Analysis.
|
|
16320
17045
|
*/
|
|
16321
|
-
|
|
17046
|
+
id?: pulumi.Input<string>;
|
|
17047
|
+
name?: pulumi.Input<string>;
|
|
17048
|
+
}
|
|
17049
|
+
interface NetworkInsightsAnalysisReturnPathComponentAttachedTo {
|
|
16322
17050
|
/**
|
|
16323
|
-
*
|
|
17051
|
+
* ARN of the Network Insights Analysis.
|
|
16324
17052
|
*/
|
|
16325
|
-
|
|
17053
|
+
arn?: pulumi.Input<string>;
|
|
16326
17054
|
/**
|
|
16327
|
-
*
|
|
17055
|
+
* ID of the Network Insights Analysis.
|
|
16328
17056
|
*/
|
|
16329
|
-
|
|
17057
|
+
id?: pulumi.Input<string>;
|
|
17058
|
+
name?: pulumi.Input<string>;
|
|
17059
|
+
}
|
|
17060
|
+
interface NetworkInsightsAnalysisReturnPathComponentComponent {
|
|
16330
17061
|
/**
|
|
16331
|
-
*
|
|
16332
|
-
* protocol, you must specify a from and to port of 0.
|
|
17062
|
+
* ARN of the Network Insights Analysis.
|
|
16333
17063
|
*/
|
|
16334
|
-
|
|
17064
|
+
arn?: pulumi.Input<string>;
|
|
16335
17065
|
/**
|
|
16336
|
-
*
|
|
17066
|
+
* ID of the Network Insights Analysis.
|
|
16337
17067
|
*/
|
|
16338
|
-
|
|
17068
|
+
id?: pulumi.Input<string>;
|
|
17069
|
+
name?: pulumi.Input<string>;
|
|
17070
|
+
}
|
|
17071
|
+
interface NetworkInsightsAnalysisReturnPathComponentDestinationVpc {
|
|
16339
17072
|
/**
|
|
16340
|
-
*
|
|
17073
|
+
* ARN of the Network Insights Analysis.
|
|
16341
17074
|
*/
|
|
16342
|
-
|
|
16343
|
-
}
|
|
16344
|
-
interface NetworkAclIngress {
|
|
17075
|
+
arn?: pulumi.Input<string>;
|
|
16345
17076
|
/**
|
|
16346
|
-
*
|
|
17077
|
+
* ID of the Network Insights Analysis.
|
|
16347
17078
|
*/
|
|
16348
|
-
|
|
17079
|
+
id?: pulumi.Input<string>;
|
|
17080
|
+
name?: pulumi.Input<string>;
|
|
17081
|
+
}
|
|
17082
|
+
interface NetworkInsightsAnalysisReturnPathComponentInboundHeader {
|
|
17083
|
+
destinationAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
17084
|
+
destinationPortRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange>[]>;
|
|
17085
|
+
protocol?: pulumi.Input<string>;
|
|
17086
|
+
sourceAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
17087
|
+
sourcePortRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange>[]>;
|
|
17088
|
+
}
|
|
17089
|
+
interface NetworkInsightsAnalysisReturnPathComponentInboundHeaderDestinationPortRange {
|
|
17090
|
+
from?: pulumi.Input<number>;
|
|
17091
|
+
to?: pulumi.Input<number>;
|
|
17092
|
+
}
|
|
17093
|
+
interface NetworkInsightsAnalysisReturnPathComponentInboundHeaderSourcePortRange {
|
|
17094
|
+
from?: pulumi.Input<number>;
|
|
17095
|
+
to?: pulumi.Input<number>;
|
|
17096
|
+
}
|
|
17097
|
+
interface NetworkInsightsAnalysisReturnPathComponentOutboundHeader {
|
|
17098
|
+
destinationAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
17099
|
+
destinationPortRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange>[]>;
|
|
17100
|
+
protocol?: pulumi.Input<string>;
|
|
17101
|
+
sourceAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
17102
|
+
sourcePortRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange>[]>;
|
|
17103
|
+
}
|
|
17104
|
+
interface NetworkInsightsAnalysisReturnPathComponentOutboundHeaderDestinationPortRange {
|
|
17105
|
+
from?: pulumi.Input<number>;
|
|
17106
|
+
to?: pulumi.Input<number>;
|
|
17107
|
+
}
|
|
17108
|
+
interface NetworkInsightsAnalysisReturnPathComponentOutboundHeaderSourcePortRange {
|
|
17109
|
+
from?: pulumi.Input<number>;
|
|
17110
|
+
to?: pulumi.Input<number>;
|
|
17111
|
+
}
|
|
17112
|
+
interface NetworkInsightsAnalysisReturnPathComponentRouteTableRoute {
|
|
17113
|
+
destinationCidr?: pulumi.Input<string>;
|
|
17114
|
+
destinationPrefixListId?: pulumi.Input<string>;
|
|
17115
|
+
egressOnlyInternetGatewayId?: pulumi.Input<string>;
|
|
17116
|
+
gatewayId?: pulumi.Input<string>;
|
|
17117
|
+
instanceId?: pulumi.Input<string>;
|
|
17118
|
+
natGatewayId?: pulumi.Input<string>;
|
|
17119
|
+
networkInterfaceId?: pulumi.Input<string>;
|
|
17120
|
+
origin?: pulumi.Input<string>;
|
|
17121
|
+
transitGatewayId?: pulumi.Input<string>;
|
|
17122
|
+
vpcPeeringConnectionId?: pulumi.Input<string>;
|
|
17123
|
+
}
|
|
17124
|
+
interface NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule {
|
|
17125
|
+
cidr?: pulumi.Input<string>;
|
|
17126
|
+
direction?: pulumi.Input<string>;
|
|
17127
|
+
portRanges?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange>[]>;
|
|
17128
|
+
prefixListId?: pulumi.Input<string>;
|
|
17129
|
+
protocol?: pulumi.Input<string>;
|
|
17130
|
+
securityGroupId?: pulumi.Input<string>;
|
|
17131
|
+
}
|
|
17132
|
+
interface NetworkInsightsAnalysisReturnPathComponentSecurityGroupRulePortRange {
|
|
17133
|
+
from?: pulumi.Input<number>;
|
|
17134
|
+
to?: pulumi.Input<number>;
|
|
17135
|
+
}
|
|
17136
|
+
interface NetworkInsightsAnalysisReturnPathComponentSourceVpc {
|
|
16349
17137
|
/**
|
|
16350
|
-
*
|
|
16351
|
-
* valid network mask.
|
|
17138
|
+
* ARN of the Network Insights Analysis.
|
|
16352
17139
|
*/
|
|
16353
|
-
|
|
17140
|
+
arn?: pulumi.Input<string>;
|
|
16354
17141
|
/**
|
|
16355
|
-
*
|
|
17142
|
+
* ID of the Network Insights Analysis.
|
|
16356
17143
|
*/
|
|
16357
|
-
|
|
17144
|
+
id?: pulumi.Input<string>;
|
|
17145
|
+
name?: pulumi.Input<string>;
|
|
17146
|
+
}
|
|
17147
|
+
interface NetworkInsightsAnalysisReturnPathComponentSubnet {
|
|
16358
17148
|
/**
|
|
16359
|
-
*
|
|
17149
|
+
* ARN of the Network Insights Analysis.
|
|
16360
17150
|
*/
|
|
16361
|
-
|
|
17151
|
+
arn?: pulumi.Input<string>;
|
|
16362
17152
|
/**
|
|
16363
|
-
*
|
|
17153
|
+
* ID of the Network Insights Analysis.
|
|
16364
17154
|
*/
|
|
16365
|
-
|
|
17155
|
+
id?: pulumi.Input<string>;
|
|
17156
|
+
name?: pulumi.Input<string>;
|
|
17157
|
+
}
|
|
17158
|
+
interface NetworkInsightsAnalysisReturnPathComponentTransitGateway {
|
|
16366
17159
|
/**
|
|
16367
|
-
*
|
|
17160
|
+
* ARN of the Network Insights Analysis.
|
|
16368
17161
|
*/
|
|
16369
|
-
|
|
17162
|
+
arn?: pulumi.Input<string>;
|
|
16370
17163
|
/**
|
|
16371
|
-
*
|
|
16372
|
-
* protocol, you must specify a from and to port of 0.
|
|
17164
|
+
* ID of the Network Insights Analysis.
|
|
16373
17165
|
*/
|
|
16374
|
-
|
|
17166
|
+
id?: pulumi.Input<string>;
|
|
17167
|
+
name?: pulumi.Input<string>;
|
|
17168
|
+
}
|
|
17169
|
+
interface NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute {
|
|
17170
|
+
attachmentId?: pulumi.Input<string>;
|
|
17171
|
+
destinationCidr?: pulumi.Input<string>;
|
|
17172
|
+
prefixListId?: pulumi.Input<string>;
|
|
17173
|
+
resourceId?: pulumi.Input<string>;
|
|
17174
|
+
resourceType?: pulumi.Input<string>;
|
|
17175
|
+
routeOrigin?: pulumi.Input<string>;
|
|
17176
|
+
state?: pulumi.Input<string>;
|
|
17177
|
+
}
|
|
17178
|
+
interface NetworkInsightsAnalysisReturnPathComponentVpc {
|
|
16375
17179
|
/**
|
|
16376
|
-
*
|
|
17180
|
+
* ARN of the Network Insights Analysis.
|
|
16377
17181
|
*/
|
|
16378
|
-
|
|
17182
|
+
arn?: pulumi.Input<string>;
|
|
16379
17183
|
/**
|
|
16380
|
-
*
|
|
17184
|
+
* ID of the Network Insights Analysis.
|
|
16381
17185
|
*/
|
|
16382
|
-
|
|
17186
|
+
id?: pulumi.Input<string>;
|
|
17187
|
+
name?: pulumi.Input<string>;
|
|
16383
17188
|
}
|
|
16384
17189
|
interface NetworkInterfaceAttachment {
|
|
16385
17190
|
attachmentId?: pulumi.Input<string>;
|
|
@@ -16397,6 +17202,8 @@ export declare namespace ec2 {
|
|
|
16397
17202
|
* Allow a local linked EC2-Classic instance to communicate
|
|
16398
17203
|
* with instances in a peer VPC. This enables an outbound communication from the local ClassicLink connection
|
|
16399
17204
|
* to the remote VPC. This option is not supported for inter-region VPC peering.
|
|
17205
|
+
*
|
|
17206
|
+
* @deprecated With the retirement of EC2-Classic the allow_classic_link_to_remote_vpc attribute has been deprecated and will be removed in a future version.
|
|
16400
17207
|
*/
|
|
16401
17208
|
allowClassicLinkToRemoteVpc?: pulumi.Input<boolean>;
|
|
16402
17209
|
/**
|
|
@@ -16408,6 +17215,8 @@ export declare namespace ec2 {
|
|
|
16408
17215
|
* Allow a local VPC to communicate with a linked EC2-Classic
|
|
16409
17216
|
* instance in a peer VPC. This enables an outbound communication from the local VPC to the remote ClassicLink
|
|
16410
17217
|
* connection. This option is not supported for inter-region VPC peering.
|
|
17218
|
+
*
|
|
17219
|
+
* @deprecated With the retirement of EC2-Classic the allow_vpc_to_remote_classic_link attribute has been deprecated and will be removed in a future version.
|
|
16411
17220
|
*/
|
|
16412
17221
|
allowVpcToRemoteClassicLink?: pulumi.Input<boolean>;
|
|
16413
17222
|
}
|
|
@@ -16416,6 +17225,8 @@ export declare namespace ec2 {
|
|
|
16416
17225
|
* Allow a local linked EC2-Classic instance to communicate
|
|
16417
17226
|
* with instances in a peer VPC. This enables an outbound communication from the local ClassicLink connection
|
|
16418
17227
|
* to the remote VPC. This option is not supported for inter-region VPC peering.
|
|
17228
|
+
*
|
|
17229
|
+
* @deprecated With the retirement of EC2-Classic the allow_classic_link_to_remote_vpc attribute has been deprecated and will be removed in a future version.
|
|
16419
17230
|
*/
|
|
16420
17231
|
allowClassicLinkToRemoteVpc?: pulumi.Input<boolean>;
|
|
16421
17232
|
/**
|
|
@@ -16427,6 +17238,8 @@ export declare namespace ec2 {
|
|
|
16427
17238
|
* Allow a local VPC to communicate with a linked EC2-Classic
|
|
16428
17239
|
* instance in a peer VPC. This enables an outbound communication from the local VPC to the remote ClassicLink
|
|
16429
17240
|
* connection. This option is not supported for inter-region VPC peering.
|
|
17241
|
+
*
|
|
17242
|
+
* @deprecated With the retirement of EC2-Classic the allow_vpc_to_remote_classic_link attribute has been deprecated and will be removed in a future version.
|
|
16430
17243
|
*/
|
|
16431
17244
|
allowVpcToRemoteClassicLink?: pulumi.Input<boolean>;
|
|
16432
17245
|
}
|
|
@@ -17141,6 +17954,8 @@ export declare namespace ec2 {
|
|
|
17141
17954
|
* Allow a local linked EC2-Classic instance to communicate
|
|
17142
17955
|
* with instances in a peer VPC. This enables an outbound communication from the local ClassicLink connection
|
|
17143
17956
|
* to the remote VPC.
|
|
17957
|
+
*
|
|
17958
|
+
* @deprecated With the retirement of EC2-Classic the allow_classic_link_to_remote_vpc attribute has been deprecated and will be removed in a future version.
|
|
17144
17959
|
*/
|
|
17145
17960
|
allowClassicLinkToRemoteVpc?: pulumi.Input<boolean>;
|
|
17146
17961
|
/**
|
|
@@ -17152,6 +17967,8 @@ export declare namespace ec2 {
|
|
|
17152
17967
|
* Allow a local VPC to communicate with a linked EC2-Classic
|
|
17153
17968
|
* instance in a peer VPC. This enables an outbound communication from the local VPC to the remote ClassicLink
|
|
17154
17969
|
* connection.
|
|
17970
|
+
*
|
|
17971
|
+
* @deprecated With the retirement of EC2-Classic the allow_vpc_to_remote_classic_link attribute has been deprecated and will be removed in a future version.
|
|
17155
17972
|
*/
|
|
17156
17973
|
allowVpcToRemoteClassicLink?: pulumi.Input<boolean>;
|
|
17157
17974
|
}
|
|
@@ -17159,6 +17976,8 @@ export declare namespace ec2 {
|
|
|
17159
17976
|
/**
|
|
17160
17977
|
* Indicates whether a local ClassicLink connection can communicate
|
|
17161
17978
|
* with the peer VPC over the VPC Peering Connection.
|
|
17979
|
+
*
|
|
17980
|
+
* @deprecated With the retirement of EC2-Classic the allow_classic_link_to_remote_vpc attribute has been deprecated and will be removed in a future version.
|
|
17162
17981
|
*/
|
|
17163
17982
|
allowClassicLinkToRemoteVpc?: pulumi.Input<boolean>;
|
|
17164
17983
|
/**
|
|
@@ -17169,6 +17988,8 @@ export declare namespace ec2 {
|
|
|
17169
17988
|
/**
|
|
17170
17989
|
* Indicates whether a local VPC can communicate with a ClassicLink
|
|
17171
17990
|
* connection in the peer VPC over the VPC Peering Connection.
|
|
17991
|
+
*
|
|
17992
|
+
* @deprecated With the retirement of EC2-Classic the allow_vpc_to_remote_classic_link attribute has been deprecated and will be removed in a future version.
|
|
17172
17993
|
*/
|
|
17173
17994
|
allowVpcToRemoteClassicLink?: pulumi.Input<boolean>;
|
|
17174
17995
|
}
|
|
@@ -17176,6 +17997,8 @@ export declare namespace ec2 {
|
|
|
17176
17997
|
/**
|
|
17177
17998
|
* Indicates whether a local ClassicLink connection can communicate
|
|
17178
17999
|
* with the peer VPC over the VPC Peering Connection.
|
|
18000
|
+
*
|
|
18001
|
+
* @deprecated With the retirement of EC2-Classic the allow_classic_link_to_remote_vpc attribute has been deprecated and will be removed in a future version.
|
|
17179
18002
|
*/
|
|
17180
18003
|
allowClassicLinkToRemoteVpc?: pulumi.Input<boolean>;
|
|
17181
18004
|
/**
|
|
@@ -17186,6 +18009,8 @@ export declare namespace ec2 {
|
|
|
17186
18009
|
/**
|
|
17187
18010
|
* Indicates whether a local VPC can communicate with a ClassicLink
|
|
17188
18011
|
* connection in the peer VPC over the VPC Peering Connection.
|
|
18012
|
+
*
|
|
18013
|
+
* @deprecated With the retirement of EC2-Classic the allow_vpc_to_remote_classic_link attribute has been deprecated and will be removed in a future version.
|
|
17189
18014
|
*/
|
|
17190
18015
|
allowVpcToRemoteClassicLink?: pulumi.Input<boolean>;
|
|
17191
18016
|
}
|
|
@@ -17194,6 +18019,8 @@ export declare namespace ec2 {
|
|
|
17194
18019
|
* Allow a local linked EC2-Classic instance to communicate
|
|
17195
18020
|
* with instances in a peer VPC. This enables an outbound communication from the local ClassicLink connection
|
|
17196
18021
|
* to the remote VPC.
|
|
18022
|
+
*
|
|
18023
|
+
* @deprecated With the retirement of EC2-Classic the allow_classic_link_to_remote_vpc attribute has been deprecated and will be removed in a future version.
|
|
17197
18024
|
*/
|
|
17198
18025
|
allowClassicLinkToRemoteVpc?: pulumi.Input<boolean>;
|
|
17199
18026
|
/**
|
|
@@ -17205,6 +18032,8 @@ export declare namespace ec2 {
|
|
|
17205
18032
|
* Allow a local VPC to communicate with a linked EC2-Classic
|
|
17206
18033
|
* instance in a peer VPC. This enables an outbound communication from the local VPC to the remote ClassicLink
|
|
17207
18034
|
* connection.
|
|
18035
|
+
*
|
|
18036
|
+
* @deprecated With the retirement of EC2-Classic the allow_vpc_to_remote_classic_link attribute has been deprecated and will be removed in a future version.
|
|
17208
18037
|
*/
|
|
17209
18038
|
allowVpcToRemoteClassicLink?: pulumi.Input<boolean>;
|
|
17210
18039
|
}
|
|
@@ -17328,6 +18157,26 @@ export declare namespace ec2clientvpn {
|
|
|
17328
18157
|
}
|
|
17329
18158
|
}
|
|
17330
18159
|
export declare namespace ec2transitgateway {
|
|
18160
|
+
interface GetAttachmentFilter {
|
|
18161
|
+
/**
|
|
18162
|
+
* The name of the field to filter by, as defined by the [underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html).
|
|
18163
|
+
*/
|
|
18164
|
+
name: string;
|
|
18165
|
+
/**
|
|
18166
|
+
* List of one or more values for the filter.
|
|
18167
|
+
*/
|
|
18168
|
+
values: string[];
|
|
18169
|
+
}
|
|
18170
|
+
interface GetAttachmentFilterArgs {
|
|
18171
|
+
/**
|
|
18172
|
+
* The name of the field to filter by, as defined by the [underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html).
|
|
18173
|
+
*/
|
|
18174
|
+
name: pulumi.Input<string>;
|
|
18175
|
+
/**
|
|
18176
|
+
* List of one or more values for the filter.
|
|
18177
|
+
*/
|
|
18178
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
18179
|
+
}
|
|
17331
18180
|
interface GetConnectFilter {
|
|
17332
18181
|
/**
|
|
17333
18182
|
* Name of the filter.
|
|
@@ -18507,7 +19356,7 @@ export declare namespace elasticloadbalancing {
|
|
|
18507
19356
|
*/
|
|
18508
19357
|
enabled?: pulumi.Input<boolean>;
|
|
18509
19358
|
/**
|
|
18510
|
-
* The publishing interval in minutes. Default: 60
|
|
19359
|
+
* The publishing interval in minutes. Valid values: `5` and `60`. Default: `60`
|
|
18511
19360
|
*/
|
|
18512
19361
|
interval?: pulumi.Input<number>;
|
|
18513
19362
|
}
|
|
@@ -19633,7 +20482,7 @@ export declare namespace elb {
|
|
|
19633
20482
|
*/
|
|
19634
20483
|
enabled?: pulumi.Input<boolean>;
|
|
19635
20484
|
/**
|
|
19636
|
-
* The publishing interval in minutes. Default: 60
|
|
20485
|
+
* The publishing interval in minutes. Valid values: `5` and `60`. Default: `60`
|
|
19637
20486
|
*/
|
|
19638
20487
|
interval?: pulumi.Input<number>;
|
|
19639
20488
|
}
|
|
@@ -21631,7 +22480,7 @@ export declare namespace glue {
|
|
|
21631
22480
|
*/
|
|
21632
22481
|
name?: pulumi.Input<string>;
|
|
21633
22482
|
/**
|
|
21634
|
-
* The Python version being used to execute a Python shell job. Allowed values are 2 or 3.
|
|
22483
|
+
* The Python version being used to execute a Python shell job. Allowed values are 2, 3 or 3.9. Version 3 refers to Python 3.6.
|
|
21635
22484
|
*/
|
|
21636
22485
|
pythonVersion?: pulumi.Input<string>;
|
|
21637
22486
|
/**
|
|
@@ -24105,21 +24954,21 @@ export declare namespace kendra {
|
|
|
24105
24954
|
}
|
|
24106
24955
|
interface IndexDocumentMetadataConfigurationUpdate {
|
|
24107
24956
|
/**
|
|
24108
|
-
*
|
|
24957
|
+
* The name of the index field. Minimum length of 1. Maximum length of 30.
|
|
24109
24958
|
*/
|
|
24110
|
-
name
|
|
24959
|
+
name: pulumi.Input<string>;
|
|
24111
24960
|
/**
|
|
24112
|
-
* A block that provides manual tuning parameters to determine how the field affects the search results.
|
|
24961
|
+
* A block that provides manual tuning parameters to determine how the field affects the search results. Detailed below
|
|
24113
24962
|
*/
|
|
24114
|
-
|
|
24963
|
+
relevance?: pulumi.Input<inputs.kendra.IndexDocumentMetadataConfigurationUpdateRelevance>;
|
|
24115
24964
|
/**
|
|
24116
|
-
* A block that provides information about how the field is used during a search. Documented below.
|
|
24965
|
+
* A block that provides information about how the field is used during a search. Documented below. Detailed below
|
|
24117
24966
|
*/
|
|
24118
|
-
|
|
24967
|
+
search?: pulumi.Input<inputs.kendra.IndexDocumentMetadataConfigurationUpdateSearch>;
|
|
24119
24968
|
/**
|
|
24120
24969
|
* The data type of the index field. Valid values are `STRING_VALUE`, `STRING_LIST_VALUE`, `LONG_VALUE`, `DATE_VALUE`.
|
|
24121
24970
|
*/
|
|
24122
|
-
type
|
|
24971
|
+
type: pulumi.Input<string>;
|
|
24123
24972
|
}
|
|
24124
24973
|
interface IndexDocumentMetadataConfigurationUpdateRelevance {
|
|
24125
24974
|
/**
|
|
@@ -24165,11 +25014,11 @@ export declare namespace kendra {
|
|
|
24165
25014
|
}
|
|
24166
25015
|
interface IndexIndexStatistic {
|
|
24167
25016
|
/**
|
|
24168
|
-
* A block that specifies the number of question and answer topics in the index.
|
|
25017
|
+
* A block that specifies the number of question and answer topics in the index. Detailed below.
|
|
24169
25018
|
*/
|
|
24170
25019
|
faqStatistics?: pulumi.Input<pulumi.Input<inputs.kendra.IndexIndexStatisticFaqStatistic>[]>;
|
|
24171
25020
|
/**
|
|
24172
|
-
* A block that specifies the number of text documents indexed.
|
|
25021
|
+
* A block that specifies the number of text documents indexed. Detailed below.
|
|
24173
25022
|
*/
|
|
24174
25023
|
textDocumentStatistics?: pulumi.Input<pulumi.Input<inputs.kendra.IndexIndexStatisticTextDocumentStatistic>[]>;
|
|
24175
25024
|
}
|
|
@@ -24203,11 +25052,11 @@ export declare namespace kendra {
|
|
|
24203
25052
|
}
|
|
24204
25053
|
interface IndexUserTokenConfigurations {
|
|
24205
25054
|
/**
|
|
24206
|
-
* A block that specifies the information about the JSON token type configuration.
|
|
25055
|
+
* A block that specifies the information about the JSON token type configuration. Detailed below.
|
|
24207
25056
|
*/
|
|
24208
25057
|
jsonTokenTypeConfiguration?: pulumi.Input<inputs.kendra.IndexUserTokenConfigurationsJsonTokenTypeConfiguration>;
|
|
24209
25058
|
/**
|
|
24210
|
-
* A block that specifies the information about the JWT token type configuration.
|
|
25059
|
+
* A block that specifies the information about the JWT token type configuration. Detailed below.
|
|
24211
25060
|
*/
|
|
24212
25061
|
jwtTokenTypeConfiguration?: pulumi.Input<inputs.kendra.IndexUserTokenConfigurationsJwtTokenTypeConfiguration>;
|
|
24213
25062
|
}
|
|
@@ -31567,6 +32416,18 @@ export declare namespace redshiftdata {
|
|
|
31567
32416
|
value: pulumi.Input<string>;
|
|
31568
32417
|
}
|
|
31569
32418
|
}
|
|
32419
|
+
export declare namespace redshiftserverless {
|
|
32420
|
+
interface WorkgroupConfigParameter {
|
|
32421
|
+
/**
|
|
32422
|
+
* The key of the parameter. The options are `datestyle`, `enableUserActivityLogging`, `queryGroup`, `searchPath`, and `maxQueryExecutionTime`.
|
|
32423
|
+
*/
|
|
32424
|
+
parameterKey: pulumi.Input<string>;
|
|
32425
|
+
/**
|
|
32426
|
+
* The value of the parameter to set.
|
|
32427
|
+
*/
|
|
32428
|
+
parameterValue: pulumi.Input<string>;
|
|
32429
|
+
}
|
|
32430
|
+
}
|
|
31570
32431
|
export declare namespace resourcegroups {
|
|
31571
32432
|
interface GroupResourceQuery {
|
|
31572
32433
|
/**
|