@pulumi/aws 5.26.0 → 5.27.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/alb/loadBalancer.d.ts +12 -29
- package/alb/loadBalancer.js.map +1 -1
- package/amplify/app.d.ts +10 -0
- package/amplify/app.js +10 -0
- package/amplify/app.js.map +1 -1
- package/applicationloadbalancing/loadBalancer.d.ts +12 -29
- package/applicationloadbalancing/loadBalancer.js.map +1 -1
- package/appstream/imageBuilder.d.ts +1 -1
- package/appstream/imageBuilder.js +1 -1
- package/appsync/index.d.ts +3 -0
- package/appsync/index.js +6 -1
- package/appsync/index.js.map +1 -1
- package/appsync/resolver.d.ts +52 -6
- package/appsync/resolver.js +26 -0
- package/appsync/resolver.js.map +1 -1
- package/appsync/type.d.ts +127 -0
- package/appsync/type.js +99 -0
- package/appsync/type.js.map +1 -0
- package/autoscaling/getGroup.d.ts +4 -0
- package/autoscaling/getGroup.js.map +1 -1
- package/autoscaling/group.d.ts +12 -0
- package/autoscaling/group.js +2 -0
- package/autoscaling/group.js.map +1 -1
- package/autoscaling/schedule.d.ts +27 -39
- package/autoscaling/schedule.js.map +1 -1
- package/batch/jobDefinition.d.ts +7 -5
- package/batch/jobDefinition.js +4 -2
- package/batch/jobDefinition.js.map +1 -1
- package/cloudtrail/trail.d.ts +0 -42
- package/cloudtrail/trail.js +0 -42
- package/cloudtrail/trail.js.map +1 -1
- package/cloudwatch/eventTarget.d.ts +28 -22
- package/cloudwatch/eventTarget.js +25 -19
- package/cloudwatch/eventTarget.js.map +1 -1
- package/cloudwatch/getLogDataProtectionPolicyDocument.d.ts +164 -0
- package/cloudwatch/getLogDataProtectionPolicyDocument.js +134 -0
- package/cloudwatch/getLogDataProtectionPolicyDocument.js.map +1 -0
- package/cloudwatch/index.d.ts +3 -0
- package/cloudwatch/index.js +4 -1
- package/cloudwatch/index.js.map +1 -1
- package/directconnect/macsecKeyAssociation.d.ts +1 -1
- package/directconnect/macsecKeyAssociation.js +1 -1
- package/dms/s3endpoint.d.ts +12 -3
- package/dms/s3endpoint.js.map +1 -1
- package/ec2/getVpcIamPool.d.ts +3 -3
- package/ec2/launchConfiguration.d.ts +45 -86
- package/ec2/launchConfiguration.js +24 -32
- package/ec2/launchConfiguration.js.map +1 -1
- package/ec2transitgateway/index.d.ts +3 -0
- package/ec2transitgateway/index.js +6 -1
- package/ec2transitgateway/index.js.map +1 -1
- package/ec2transitgateway/instanceState.d.ts +118 -0
- package/ec2transitgateway/instanceState.js +105 -0
- package/ec2transitgateway/instanceState.js.map +1 -0
- package/ecs/service.d.ts +27 -0
- package/ecs/service.js +17 -0
- package/ecs/service.js.map +1 -1
- package/eks/nodeGroup.d.ts +3 -3
- package/elasticloadbalancingv2/loadBalancer.d.ts +12 -29
- package/elasticloadbalancingv2/loadBalancer.js.map +1 -1
- package/fsx/ontapStorageVirtualMachine.d.ts +2 -2
- package/glue/getCatalogTable.d.ts +157 -0
- package/glue/getCatalogTable.js +53 -0
- package/glue/getCatalogTable.js.map +1 -0
- package/glue/index.d.ts +3 -0
- package/glue/index.js +4 -1
- package/glue/index.js.map +1 -1
- package/glue/trigger.d.ts +3 -3
- package/lambda/getFunctions.d.ts +31 -0
- package/lambda/getFunctions.js +25 -0
- package/lambda/getFunctions.js.map +1 -0
- package/lambda/index.d.ts +2 -0
- package/lambda/index.js +3 -1
- package/lambda/index.js.map +1 -1
- package/lb/loadBalancer.d.ts +12 -29
- package/lb/loadBalancer.js.map +1 -1
- package/lightsail/bucket.d.ts +152 -0
- package/lightsail/bucket.js +90 -0
- package/lightsail/bucket.js.map +1 -0
- package/lightsail/database.d.ts +1 -1
- package/lightsail/database.js +0 -3
- package/lightsail/database.js.map +1 -1
- package/lightsail/index.d.ts +3 -0
- package/lightsail/index.js +6 -1
- package/lightsail/index.js.map +1 -1
- package/lightsail/instance.d.ts +38 -3
- package/lightsail/instance.js +26 -3
- package/lightsail/instance.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/rds/getInstances.d.ts +77 -0
- package/rds/getInstances.js +56 -0
- package/rds/getInstances.js.map +1 -0
- package/rds/index.d.ts +3 -0
- package/rds/index.js +4 -1
- package/rds/index.js.map +1 -1
- package/rds/instance.d.ts +3 -3
- package/s3/accessPoint.d.ts +12 -0
- package/s3/accessPoint.js +2 -0
- package/s3/accessPoint.js.map +1 -1
- package/s3/bucketV2.d.ts +1 -1
- package/s3/bucketV2.js +1 -1
- package/s3control/getMultiRegionAccessPoint.d.ts +97 -0
- package/s3control/getMultiRegionAccessPoint.js +48 -0
- package/s3control/getMultiRegionAccessPoint.js.map +1 -0
- package/s3control/index.d.ts +3 -0
- package/s3control/index.js +4 -1
- package/s3control/index.js.map +1 -1
- package/sagemaker/domain.d.ts +29 -38
- package/sagemaker/domain.js +20 -20
- package/sagemaker/domain.js.map +1 -1
- package/ssoadmin/index.d.ts +3 -0
- package/ssoadmin/index.js +6 -1
- package/ssoadmin/index.js.map +1 -1
- package/ssoadmin/instanceAccessControlAttributes.d.ts +77 -0
- package/ssoadmin/instanceAccessControlAttributes.js +72 -0
- package/ssoadmin/instanceAccessControlAttributes.js.map +1 -0
- package/synthetics/canary.d.ts +3 -3
- package/types/enums/index.d.ts +7 -2
- package/types/enums/index.js +7 -2
- package/types/enums/index.js.map +1 -1
- package/types/input.d.ts +463 -29
- package/types/output.d.ts +585 -32
package/types/input.d.ts
CHANGED
|
@@ -1227,16 +1227,16 @@ export declare namespace alb {
|
|
|
1227
1227
|
}
|
|
1228
1228
|
interface LoadBalancerSubnetMapping {
|
|
1229
1229
|
/**
|
|
1230
|
-
* The allocation ID of the Elastic IP address.
|
|
1230
|
+
* The allocation ID of the Elastic IP address for an internet-facing load balancer.
|
|
1231
1231
|
*/
|
|
1232
1232
|
allocationId?: pulumi.Input<string>;
|
|
1233
1233
|
/**
|
|
1234
|
-
*
|
|
1234
|
+
* The IPv6 address. You associate IPv6 CIDR blocks with your VPC and choose the subnets where you launch both internet-facing and internal Application Load Balancers or Network Load Balancers.
|
|
1235
1235
|
*/
|
|
1236
1236
|
ipv6Address?: pulumi.Input<string>;
|
|
1237
1237
|
outpostId?: pulumi.Input<string>;
|
|
1238
1238
|
/**
|
|
1239
|
-
*
|
|
1239
|
+
* The private IPv4 address for an internal load balancer.
|
|
1240
1240
|
*/
|
|
1241
1241
|
privateIpv4Address?: pulumi.Input<string>;
|
|
1242
1242
|
/**
|
|
@@ -1714,31 +1714,31 @@ export declare namespace apigatewayv2 {
|
|
|
1714
1714
|
*/
|
|
1715
1715
|
destinationArn: pulumi.Input<string>;
|
|
1716
1716
|
/**
|
|
1717
|
-
* Single line [format](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html#apigateway-cloudwatch-log-formats) of the access logs of data
|
|
1717
|
+
* Single line [format](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html#apigateway-cloudwatch-log-formats) of the access logs of data. Refer to log settings for [HTTP](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-logging-variables.html) or [Websocket](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-logging.html).
|
|
1718
1718
|
*/
|
|
1719
1719
|
format: pulumi.Input<string>;
|
|
1720
1720
|
}
|
|
1721
1721
|
interface StageDefaultRouteSettings {
|
|
1722
1722
|
/**
|
|
1723
|
-
* Whether data trace logging is enabled for the
|
|
1723
|
+
* Whether data trace logging is enabled for the route. Affects the log entries pushed to Amazon CloudWatch Logs.
|
|
1724
1724
|
* Defaults to `false`. Supported only for WebSocket APIs.
|
|
1725
1725
|
*/
|
|
1726
1726
|
dataTraceEnabled?: pulumi.Input<boolean>;
|
|
1727
1727
|
/**
|
|
1728
|
-
* Whether detailed metrics are enabled for the
|
|
1728
|
+
* Whether detailed metrics are enabled for the route. Defaults to `false`.
|
|
1729
1729
|
*/
|
|
1730
1730
|
detailedMetricsEnabled?: pulumi.Input<boolean>;
|
|
1731
1731
|
/**
|
|
1732
|
-
* Logging level for the
|
|
1732
|
+
* Logging level for the route. Affects the log entries pushed to Amazon CloudWatch Logs.
|
|
1733
1733
|
* Valid values: `ERROR`, `INFO`, `OFF`. Defaults to `OFF`. Supported only for WebSocket APIs. This provider will only perform drift detection of its value when present in a configuration.
|
|
1734
1734
|
*/
|
|
1735
1735
|
loggingLevel?: pulumi.Input<string>;
|
|
1736
1736
|
/**
|
|
1737
|
-
* Throttling burst limit for the
|
|
1737
|
+
* Throttling burst limit for the route.
|
|
1738
1738
|
*/
|
|
1739
1739
|
throttlingBurstLimit?: pulumi.Input<number>;
|
|
1740
1740
|
/**
|
|
1741
|
-
* Throttling rate limit for the
|
|
1741
|
+
* Throttling rate limit for the route.
|
|
1742
1742
|
*/
|
|
1743
1743
|
throttlingRateLimit?: pulumi.Input<number>;
|
|
1744
1744
|
}
|
|
@@ -2585,6 +2585,18 @@ export declare namespace appflow {
|
|
|
2585
2585
|
* The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
|
|
2586
2586
|
*/
|
|
2587
2587
|
bucketPrefix?: pulumi.Input<string>;
|
|
2588
|
+
/**
|
|
2589
|
+
* The unique ID that's assigned to an Amazon Redshift cluster.
|
|
2590
|
+
*/
|
|
2591
|
+
clusterIdentifier?: pulumi.Input<string>;
|
|
2592
|
+
/**
|
|
2593
|
+
* ARN of the IAM role that permits AppFlow to access the database through Data API.
|
|
2594
|
+
*/
|
|
2595
|
+
dataApiRoleArn?: pulumi.Input<string>;
|
|
2596
|
+
/**
|
|
2597
|
+
* The name of an Amazon Redshift database.
|
|
2598
|
+
*/
|
|
2599
|
+
databaseName?: pulumi.Input<string>;
|
|
2588
2600
|
/**
|
|
2589
2601
|
* The JDBC URL of the Amazon Redshift cluster.
|
|
2590
2602
|
*/
|
|
@@ -3987,16 +3999,16 @@ export declare namespace applicationloadbalancing {
|
|
|
3987
3999
|
}
|
|
3988
4000
|
interface LoadBalancerSubnetMapping {
|
|
3989
4001
|
/**
|
|
3990
|
-
* The allocation ID of the Elastic IP address.
|
|
4002
|
+
* The allocation ID of the Elastic IP address for an internet-facing load balancer.
|
|
3991
4003
|
*/
|
|
3992
4004
|
allocationId?: pulumi.Input<string>;
|
|
3993
4005
|
/**
|
|
3994
|
-
*
|
|
4006
|
+
* The IPv6 address. You associate IPv6 CIDR blocks with your VPC and choose the subnets where you launch both internet-facing and internal Application Load Balancers or Network Load Balancers.
|
|
3995
4007
|
*/
|
|
3996
4008
|
ipv6Address?: pulumi.Input<string>;
|
|
3997
4009
|
outpostId?: pulumi.Input<string>;
|
|
3998
4010
|
/**
|
|
3999
|
-
*
|
|
4011
|
+
* The private IPv4 address for an internal load balancer.
|
|
4000
4012
|
*/
|
|
4001
4013
|
privateIpv4Address?: pulumi.Input<string>;
|
|
4002
4014
|
/**
|
|
@@ -6522,20 +6534,30 @@ export declare namespace appsync {
|
|
|
6522
6534
|
}
|
|
6523
6535
|
interface ResolverCachingConfig {
|
|
6524
6536
|
/**
|
|
6525
|
-
*
|
|
6537
|
+
* The caching keys for a resolver that has caching activated. Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.
|
|
6526
6538
|
*/
|
|
6527
6539
|
cachingKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6528
6540
|
/**
|
|
6529
|
-
* TTL in seconds.
|
|
6541
|
+
* The TTL in seconds for a resolver that has caching activated. Valid values are between `1` and `3600` seconds.
|
|
6530
6542
|
*/
|
|
6531
6543
|
ttl?: pulumi.Input<number>;
|
|
6532
6544
|
}
|
|
6533
6545
|
interface ResolverPipelineConfig {
|
|
6534
6546
|
/**
|
|
6535
|
-
*
|
|
6547
|
+
* A list of Function objects.
|
|
6536
6548
|
*/
|
|
6537
6549
|
functions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6538
6550
|
}
|
|
6551
|
+
interface ResolverRuntime {
|
|
6552
|
+
/**
|
|
6553
|
+
* The name of the runtime to use. Currently, the only allowed value is `APPSYNC_JS`.
|
|
6554
|
+
*/
|
|
6555
|
+
name: pulumi.Input<string>;
|
|
6556
|
+
/**
|
|
6557
|
+
* The version of the runtime to use. Currently, the only allowed version is `1.0.0`.
|
|
6558
|
+
*/
|
|
6559
|
+
runtimeVersion: pulumi.Input<string>;
|
|
6560
|
+
}
|
|
6539
6561
|
interface ResolverSyncConfig {
|
|
6540
6562
|
/**
|
|
6541
6563
|
* Conflict Detection strategy to use. Valid values are `NONE` and `VERSION`.
|
|
@@ -6587,6 +6609,10 @@ export declare namespace athena {
|
|
|
6587
6609
|
* Configuration block for the Athena Engine Versioning. For more information, see [Athena Engine Versioning](https://docs.aws.amazon.com/athena/latest/ug/engine-versions.html). See Engine Version below.
|
|
6588
6610
|
*/
|
|
6589
6611
|
engineVersion?: pulumi.Input<inputs.athena.WorkgroupConfigurationEngineVersion>;
|
|
6612
|
+
/**
|
|
6613
|
+
* Role used in a notebook session for accessing the user's resources.
|
|
6614
|
+
*/
|
|
6615
|
+
executionRole?: pulumi.Input<string>;
|
|
6590
6616
|
/**
|
|
6591
6617
|
* Boolean whether Amazon CloudWatch metrics are enabled for the workgroup. Defaults to `true`.
|
|
6592
6618
|
*/
|
|
@@ -9834,7 +9860,7 @@ export declare namespace cloudwatch {
|
|
|
9834
9860
|
*/
|
|
9835
9861
|
launchType?: pulumi.Input<string>;
|
|
9836
9862
|
/**
|
|
9837
|
-
* Use this if the ECS task uses the awsvpc network mode. This specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. Required if launchType is FARGATE because the awsvpc mode is required for Fargate tasks.
|
|
9863
|
+
* Use this if the ECS task uses the awsvpc network mode. This specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. Required if `launchType` is `FARGATE` because the awsvpc mode is required for Fargate tasks.
|
|
9838
9864
|
*/
|
|
9839
9865
|
networkConfiguration?: pulumi.Input<inputs.cloudwatch.EventTargetEcsTargetNetworkConfiguration>;
|
|
9840
9866
|
/**
|
|
@@ -9842,7 +9868,7 @@ export declare namespace cloudwatch {
|
|
|
9842
9868
|
*/
|
|
9843
9869
|
placementConstraints?: pulumi.Input<pulumi.Input<inputs.cloudwatch.EventTargetEcsTargetPlacementConstraint>[]>;
|
|
9844
9870
|
/**
|
|
9845
|
-
* Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0
|
|
9871
|
+
* Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as `1.1.0`. This is used only if LaunchType is FARGATE. For more information about valid platform versions, see [AWS Fargate Platform Versions](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html).
|
|
9846
9872
|
*/
|
|
9847
9873
|
platformVersion?: pulumi.Input<string>;
|
|
9848
9874
|
/**
|
|
@@ -9856,7 +9882,7 @@ export declare namespace cloudwatch {
|
|
|
9856
9882
|
[key: string]: pulumi.Input<string>;
|
|
9857
9883
|
}>;
|
|
9858
9884
|
/**
|
|
9859
|
-
* The number of tasks to create based on the TaskDefinition.
|
|
9885
|
+
* The number of tasks to create based on the TaskDefinition. Defaults to `1`.
|
|
9860
9886
|
*/
|
|
9861
9887
|
taskCount?: pulumi.Input<number>;
|
|
9862
9888
|
/**
|
|
@@ -9866,7 +9892,7 @@ export declare namespace cloudwatch {
|
|
|
9866
9892
|
}
|
|
9867
9893
|
interface EventTargetEcsTargetCapacityProviderStrategy {
|
|
9868
9894
|
/**
|
|
9869
|
-
* The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.
|
|
9895
|
+
* The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.
|
|
9870
9896
|
*/
|
|
9871
9897
|
base?: pulumi.Input<number>;
|
|
9872
9898
|
/**
|
|
@@ -9880,7 +9906,7 @@ export declare namespace cloudwatch {
|
|
|
9880
9906
|
}
|
|
9881
9907
|
interface EventTargetEcsTargetNetworkConfiguration {
|
|
9882
9908
|
/**
|
|
9883
|
-
* Assign a public IP address to the ENI (Fargate launch type only). Valid values are `true` or `false`.
|
|
9909
|
+
* Assign a public IP address to the ENI (Fargate launch type only). Valid values are `true` or `false`. Defaults to `false`.
|
|
9884
9910
|
*/
|
|
9885
9911
|
assignPublicIp?: pulumi.Input<boolean>;
|
|
9886
9912
|
/**
|
|
@@ -9993,6 +10019,146 @@ export declare namespace cloudwatch {
|
|
|
9993
10019
|
*/
|
|
9994
10020
|
messageGroupId?: pulumi.Input<string>;
|
|
9995
10021
|
}
|
|
10022
|
+
interface GetLogDataProtectionPolicyDocumentStatement {
|
|
10023
|
+
/**
|
|
10024
|
+
* Set of at least 1 sensitive data identifiers that you want to mask. Read more in [Types of data that you can protect](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/protect-sensitive-log-data-types.html).
|
|
10025
|
+
*/
|
|
10026
|
+
dataIdentifiers: string[];
|
|
10027
|
+
/**
|
|
10028
|
+
* Configures the data protection operation applied by this statement.
|
|
10029
|
+
*/
|
|
10030
|
+
operation: inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperation;
|
|
10031
|
+
/**
|
|
10032
|
+
* Name of this statement.
|
|
10033
|
+
*/
|
|
10034
|
+
sid?: string;
|
|
10035
|
+
}
|
|
10036
|
+
interface GetLogDataProtectionPolicyDocumentStatementArgs {
|
|
10037
|
+
/**
|
|
10038
|
+
* Set of at least 1 sensitive data identifiers that you want to mask. Read more in [Types of data that you can protect](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/protect-sensitive-log-data-types.html).
|
|
10039
|
+
*/
|
|
10040
|
+
dataIdentifiers: pulumi.Input<pulumi.Input<string>[]>;
|
|
10041
|
+
/**
|
|
10042
|
+
* Configures the data protection operation applied by this statement.
|
|
10043
|
+
*/
|
|
10044
|
+
operation: pulumi.Input<inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationArgs>;
|
|
10045
|
+
/**
|
|
10046
|
+
* Name of this statement.
|
|
10047
|
+
*/
|
|
10048
|
+
sid?: pulumi.Input<string>;
|
|
10049
|
+
}
|
|
10050
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperation {
|
|
10051
|
+
/**
|
|
10052
|
+
* Configures the detection of sensitive data.
|
|
10053
|
+
*/
|
|
10054
|
+
audit?: inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationAudit;
|
|
10055
|
+
/**
|
|
10056
|
+
* Configures the masking of sensitive data.
|
|
10057
|
+
*/
|
|
10058
|
+
deidentify?: inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationDeidentify;
|
|
10059
|
+
}
|
|
10060
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationArgs {
|
|
10061
|
+
/**
|
|
10062
|
+
* Configures the detection of sensitive data.
|
|
10063
|
+
*/
|
|
10064
|
+
audit?: pulumi.Input<inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationAuditArgs>;
|
|
10065
|
+
/**
|
|
10066
|
+
* Configures the masking of sensitive data.
|
|
10067
|
+
*/
|
|
10068
|
+
deidentify?: pulumi.Input<inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationDeidentifyArgs>;
|
|
10069
|
+
}
|
|
10070
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationAudit {
|
|
10071
|
+
/**
|
|
10072
|
+
* Configures destinations to send audit findings to.
|
|
10073
|
+
*/
|
|
10074
|
+
findingsDestination: inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination;
|
|
10075
|
+
}
|
|
10076
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationAuditArgs {
|
|
10077
|
+
/**
|
|
10078
|
+
* Configures destinations to send audit findings to.
|
|
10079
|
+
*/
|
|
10080
|
+
findingsDestination: pulumi.Input<inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationArgs>;
|
|
10081
|
+
}
|
|
10082
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestination {
|
|
10083
|
+
/**
|
|
10084
|
+
* Configures CloudWatch Logs as a findings destination.
|
|
10085
|
+
*/
|
|
10086
|
+
cloudwatchLogs?: inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs;
|
|
10087
|
+
/**
|
|
10088
|
+
* Configures Kinesis Firehose as a findings destination.
|
|
10089
|
+
*/
|
|
10090
|
+
firehose?: inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose;
|
|
10091
|
+
/**
|
|
10092
|
+
* Configures S3 as a findings destination.
|
|
10093
|
+
*/
|
|
10094
|
+
s3?: inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3;
|
|
10095
|
+
}
|
|
10096
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationArgs {
|
|
10097
|
+
/**
|
|
10098
|
+
* Configures CloudWatch Logs as a findings destination.
|
|
10099
|
+
*/
|
|
10100
|
+
cloudwatchLogs?: pulumi.Input<inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogsArgs>;
|
|
10101
|
+
/**
|
|
10102
|
+
* Configures Kinesis Firehose as a findings destination.
|
|
10103
|
+
*/
|
|
10104
|
+
firehose?: pulumi.Input<inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehoseArgs>;
|
|
10105
|
+
/**
|
|
10106
|
+
* Configures S3 as a findings destination.
|
|
10107
|
+
*/
|
|
10108
|
+
s3?: pulumi.Input<inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3Args>;
|
|
10109
|
+
}
|
|
10110
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogs {
|
|
10111
|
+
/**
|
|
10112
|
+
* Name of the CloudWatch Log Group to send findings to.
|
|
10113
|
+
*/
|
|
10114
|
+
logGroup: string;
|
|
10115
|
+
}
|
|
10116
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationCloudwatchLogsArgs {
|
|
10117
|
+
/**
|
|
10118
|
+
* Name of the CloudWatch Log Group to send findings to.
|
|
10119
|
+
*/
|
|
10120
|
+
logGroup: pulumi.Input<string>;
|
|
10121
|
+
}
|
|
10122
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehose {
|
|
10123
|
+
/**
|
|
10124
|
+
* Name of the Kinesis Firehose Delivery Stream to send findings to.
|
|
10125
|
+
*/
|
|
10126
|
+
deliveryStream: string;
|
|
10127
|
+
}
|
|
10128
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationFirehoseArgs {
|
|
10129
|
+
/**
|
|
10130
|
+
* Name of the Kinesis Firehose Delivery Stream to send findings to.
|
|
10131
|
+
*/
|
|
10132
|
+
deliveryStream: pulumi.Input<string>;
|
|
10133
|
+
}
|
|
10134
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3 {
|
|
10135
|
+
/**
|
|
10136
|
+
* Name of the S3 Bucket to send findings to.
|
|
10137
|
+
*/
|
|
10138
|
+
bucket: string;
|
|
10139
|
+
}
|
|
10140
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3Args {
|
|
10141
|
+
/**
|
|
10142
|
+
* Name of the S3 Bucket to send findings to.
|
|
10143
|
+
*/
|
|
10144
|
+
bucket: pulumi.Input<string>;
|
|
10145
|
+
}
|
|
10146
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationDeidentify {
|
|
10147
|
+
/**
|
|
10148
|
+
* An empty object that configures masking.
|
|
10149
|
+
*/
|
|
10150
|
+
maskConfig: inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig;
|
|
10151
|
+
}
|
|
10152
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationDeidentifyArgs {
|
|
10153
|
+
/**
|
|
10154
|
+
* An empty object that configures masking.
|
|
10155
|
+
*/
|
|
10156
|
+
maskConfig: pulumi.Input<inputs.cloudwatch.GetLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfigArgs>;
|
|
10157
|
+
}
|
|
10158
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfig {
|
|
10159
|
+
}
|
|
10160
|
+
interface GetLogDataProtectionPolicyDocumentStatementOperationDeidentifyMaskConfigArgs {
|
|
10161
|
+
}
|
|
9996
10162
|
interface LogMetricFilterMetricTransformation {
|
|
9997
10163
|
/**
|
|
9998
10164
|
* The value to emit when a filter pattern does not match a log event. Conflicts with `dimensions`.
|
|
@@ -14008,7 +14174,7 @@ export declare namespace dms {
|
|
|
14008
14174
|
*/
|
|
14009
14175
|
cdcMaxBatchInterval?: pulumi.Input<number>;
|
|
14010
14176
|
/**
|
|
14011
|
-
* Minimum file size
|
|
14177
|
+
* Minimum file size condition as defined in kilobytes to output a file to Amazon S3. Default is `32000`. **NOTE:** Previously, this setting was measured in megabytes but now represents kilobytes. Update configurations accordingly.
|
|
14012
14178
|
*/
|
|
14013
14179
|
cdcMinFileSize?: pulumi.Input<number>;
|
|
14014
14180
|
/**
|
|
@@ -14078,6 +14244,10 @@ export declare namespace dms {
|
|
|
14078
14244
|
/**
|
|
14079
14245
|
* When this value is set to `1`, DMS ignores the first row header in a .csv file. Default is `0`.
|
|
14080
14246
|
*/
|
|
14247
|
+
ignoreHeaderRows?: pulumi.Input<number>;
|
|
14248
|
+
/**
|
|
14249
|
+
* Deprecated. This setting has no effect. Will be removed in a future version.
|
|
14250
|
+
*/
|
|
14081
14251
|
ignoreHeadersRow?: pulumi.Input<number>;
|
|
14082
14252
|
/**
|
|
14083
14253
|
* Whether to enable a full load to write INSERT operations to the .csv output files only to indicate how the rows were added to the source database. Default is `false`.
|
|
@@ -15952,19 +16122,43 @@ export declare namespace ec2 {
|
|
|
15952
16122
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
15953
16123
|
}
|
|
15954
16124
|
interface GetVpcIamPoolFilter {
|
|
16125
|
+
/**
|
|
16126
|
+
* The name of the filter. Filter names are case-sensitive.
|
|
16127
|
+
*/
|
|
15955
16128
|
name: string;
|
|
16129
|
+
/**
|
|
16130
|
+
* The filter values. Filter values are case-sensitive.
|
|
16131
|
+
*/
|
|
15956
16132
|
values: string[];
|
|
15957
16133
|
}
|
|
15958
16134
|
interface GetVpcIamPoolFilterArgs {
|
|
16135
|
+
/**
|
|
16136
|
+
* The name of the filter. Filter names are case-sensitive.
|
|
16137
|
+
*/
|
|
15959
16138
|
name: pulumi.Input<string>;
|
|
16139
|
+
/**
|
|
16140
|
+
* The filter values. Filter values are case-sensitive.
|
|
16141
|
+
*/
|
|
15960
16142
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
15961
16143
|
}
|
|
15962
16144
|
interface GetVpcIamPoolsFilter {
|
|
16145
|
+
/**
|
|
16146
|
+
* The name of the filter. Filter names are case-sensitive.
|
|
16147
|
+
*/
|
|
15963
16148
|
name: string;
|
|
16149
|
+
/**
|
|
16150
|
+
* The filter values. Filter values are case-sensitive.
|
|
16151
|
+
*/
|
|
15964
16152
|
values: string[];
|
|
15965
16153
|
}
|
|
15966
16154
|
interface GetVpcIamPoolsFilterArgs {
|
|
16155
|
+
/**
|
|
16156
|
+
* The name of the filter. Filter names are case-sensitive.
|
|
16157
|
+
*/
|
|
15967
16158
|
name: pulumi.Input<string>;
|
|
16159
|
+
/**
|
|
16160
|
+
* The filter values. Filter values are case-sensitive.
|
|
16161
|
+
*/
|
|
15968
16162
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
15969
16163
|
}
|
|
15970
16164
|
interface GetVpcPeeringConnectionFilter {
|
|
@@ -19125,6 +19319,17 @@ export declare namespace ecs {
|
|
|
19125
19319
|
*/
|
|
19126
19320
|
value: pulumi.Input<string>;
|
|
19127
19321
|
}
|
|
19322
|
+
interface ServiceAlarms {
|
|
19323
|
+
alarmNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
19324
|
+
/**
|
|
19325
|
+
* Determines whether to use the CloudWatch alarm option in the service deployment process.
|
|
19326
|
+
*/
|
|
19327
|
+
enable: pulumi.Input<boolean>;
|
|
19328
|
+
/**
|
|
19329
|
+
* Determines whether to configure Amazon ECS to roll back the service if a service deployment fails. If rollback is used, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.
|
|
19330
|
+
*/
|
|
19331
|
+
rollback: pulumi.Input<boolean>;
|
|
19332
|
+
}
|
|
19128
19333
|
interface ServiceCapacityProviderStrategy {
|
|
19129
19334
|
/**
|
|
19130
19335
|
* Number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.
|
|
@@ -19779,7 +19984,7 @@ export declare namespace eks {
|
|
|
19779
19984
|
}
|
|
19780
19985
|
interface NodeGroupRemoteAccess {
|
|
19781
19986
|
/**
|
|
19782
|
-
* EC2 Key Pair name that provides access for
|
|
19987
|
+
* EC2 Key Pair name that provides access for remote communication with the worker nodes in the EKS Node Group. If you specify this configuration, but do not specify `sourceSecurityGroupIds` when you create an EKS Node Group, either port 3389 for Windows, or port 22 for all other operating systems is opened on the worker nodes to the Internet (0.0.0.0/0). For Windows nodes, this will allow you to use RDP, for all others this allows you to SSH into the worker nodes.
|
|
19783
19988
|
*/
|
|
19784
19989
|
ec2SshKey?: pulumi.Input<string>;
|
|
19785
19990
|
/**
|
|
@@ -20520,16 +20725,16 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
20520
20725
|
}
|
|
20521
20726
|
interface LoadBalancerSubnetMapping {
|
|
20522
20727
|
/**
|
|
20523
|
-
* The allocation ID of the Elastic IP address.
|
|
20728
|
+
* The allocation ID of the Elastic IP address for an internet-facing load balancer.
|
|
20524
20729
|
*/
|
|
20525
20730
|
allocationId?: pulumi.Input<string>;
|
|
20526
20731
|
/**
|
|
20527
|
-
*
|
|
20732
|
+
* The IPv6 address. You associate IPv6 CIDR blocks with your VPC and choose the subnets where you launch both internet-facing and internal Application Load Balancers or Network Load Balancers.
|
|
20528
20733
|
*/
|
|
20529
20734
|
ipv6Address?: pulumi.Input<string>;
|
|
20530
20735
|
outpostId?: pulumi.Input<string>;
|
|
20531
20736
|
/**
|
|
20532
|
-
*
|
|
20737
|
+
* The private IPv4 address for an internal load balancer.
|
|
20533
20738
|
*/
|
|
20534
20739
|
privateIpv4Address?: pulumi.Input<string>;
|
|
20535
20740
|
/**
|
|
@@ -24863,6 +25068,9 @@ export declare namespace iot {
|
|
|
24863
25068
|
* The version of the payload that was sent to the target function. The only valid (and the default) payload version is `"2020-04-01"`.
|
|
24864
25069
|
*/
|
|
24865
25070
|
payloadVersion?: pulumi.Input<string>;
|
|
25071
|
+
/**
|
|
25072
|
+
* The ARN of the target function.
|
|
25073
|
+
*/
|
|
24866
25074
|
targetArn: pulumi.Input<string>;
|
|
24867
25075
|
}
|
|
24868
25076
|
interface ThingGroupMetadata {
|
|
@@ -28088,10 +28296,18 @@ export declare namespace kms {
|
|
|
28088
28296
|
context?: {
|
|
28089
28297
|
[key: string]: string;
|
|
28090
28298
|
};
|
|
28299
|
+
/**
|
|
28300
|
+
* The encryption algorithm that will be used to decrypt the ciphertext. This parameter is required only when the ciphertext was encrypted under an asymmetric KMS key. Valid Values: SYMMETRIC_DEFAULT | RSAES_OAEP_SHA_1 | RSAES_OAEP_SHA_256 | SM2PKE
|
|
28301
|
+
*/
|
|
28302
|
+
encryptionAlgorithm?: string;
|
|
28091
28303
|
/**
|
|
28092
28304
|
* An optional list of Grant Tokens for the secret.
|
|
28093
28305
|
*/
|
|
28094
28306
|
grantTokens?: string[];
|
|
28307
|
+
/**
|
|
28308
|
+
* Specifies the KMS key that AWS KMS uses to decrypt the ciphertext. This parameter is required only when the ciphertext was encrypted under an asymmetric KMS key.
|
|
28309
|
+
*/
|
|
28310
|
+
keyId?: string;
|
|
28095
28311
|
/**
|
|
28096
28312
|
* Name to export this secret under in the attributes.
|
|
28097
28313
|
*/
|
|
@@ -28108,10 +28324,18 @@ export declare namespace kms {
|
|
|
28108
28324
|
context?: pulumi.Input<{
|
|
28109
28325
|
[key: string]: pulumi.Input<string>;
|
|
28110
28326
|
}>;
|
|
28327
|
+
/**
|
|
28328
|
+
* The encryption algorithm that will be used to decrypt the ciphertext. This parameter is required only when the ciphertext was encrypted under an asymmetric KMS key. Valid Values: SYMMETRIC_DEFAULT | RSAES_OAEP_SHA_1 | RSAES_OAEP_SHA_256 | SM2PKE
|
|
28329
|
+
*/
|
|
28330
|
+
encryptionAlgorithm?: pulumi.Input<string>;
|
|
28111
28331
|
/**
|
|
28112
28332
|
* An optional list of Grant Tokens for the secret.
|
|
28113
28333
|
*/
|
|
28114
28334
|
grantTokens?: pulumi.Input<pulumi.Input<string>[]>;
|
|
28335
|
+
/**
|
|
28336
|
+
* Specifies the KMS key that AWS KMS uses to decrypt the ciphertext. This parameter is required only when the ciphertext was encrypted under an asymmetric KMS key.
|
|
28337
|
+
*/
|
|
28338
|
+
keyId?: pulumi.Input<string>;
|
|
28115
28339
|
/**
|
|
28116
28340
|
* Name to export this secret under in the attributes.
|
|
28117
28341
|
*/
|
|
@@ -29184,16 +29408,16 @@ export declare namespace lb {
|
|
|
29184
29408
|
}
|
|
29185
29409
|
interface LoadBalancerSubnetMapping {
|
|
29186
29410
|
/**
|
|
29187
|
-
* The allocation ID of the Elastic IP address.
|
|
29411
|
+
* The allocation ID of the Elastic IP address for an internet-facing load balancer.
|
|
29188
29412
|
*/
|
|
29189
29413
|
allocationId?: pulumi.Input<string>;
|
|
29190
29414
|
/**
|
|
29191
|
-
*
|
|
29415
|
+
* The IPv6 address. You associate IPv6 CIDR blocks with your VPC and choose the subnets where you launch both internet-facing and internal Application Load Balancers or Network Load Balancers.
|
|
29192
29416
|
*/
|
|
29193
29417
|
ipv6Address?: pulumi.Input<string>;
|
|
29194
29418
|
outpostId?: pulumi.Input<string>;
|
|
29195
29419
|
/**
|
|
29196
|
-
*
|
|
29420
|
+
* The private IPv4 address for an internal load balancer.
|
|
29197
29421
|
*/
|
|
29198
29422
|
privateIpv4Address?: pulumi.Input<string>;
|
|
29199
29423
|
/**
|
|
@@ -29761,7 +29985,25 @@ export declare namespace lightsail {
|
|
|
29761
29985
|
certificateName: pulumi.Input<string>;
|
|
29762
29986
|
domainNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
29763
29987
|
}
|
|
29988
|
+
interface InstanceAddOn {
|
|
29989
|
+
/**
|
|
29990
|
+
* The daily time when an automatic snapshot will be created. Must be in HH:00 format, and in an hourly increment and specified in Coordinated Universal Time (UTC). The snapshot will be automatically created between the time specified and up to 45 minutes after.
|
|
29991
|
+
*/
|
|
29992
|
+
snapshotTime: pulumi.Input<string>;
|
|
29993
|
+
/**
|
|
29994
|
+
* The status of the add on. Valid Values: `Enabled`, `Disabled`.
|
|
29995
|
+
*/
|
|
29996
|
+
status: pulumi.Input<string>;
|
|
29997
|
+
/**
|
|
29998
|
+
* The add-on type. There is currently only one valid type `AutoSnapshot`.
|
|
29999
|
+
*/
|
|
30000
|
+
type: pulumi.Input<string>;
|
|
30001
|
+
}
|
|
29764
30002
|
interface InstancePublicPortsPortInfo {
|
|
30003
|
+
/**
|
|
30004
|
+
* Set of CIDR aliases that define access for a preconfigured range of IP addresses.
|
|
30005
|
+
*/
|
|
30006
|
+
cidrListAliases?: pulumi.Input<pulumi.Input<string>[]>;
|
|
29765
30007
|
/**
|
|
29766
30008
|
* Set of CIDR blocks.
|
|
29767
30009
|
*/
|
|
@@ -35436,6 +35678,26 @@ export declare namespace rds {
|
|
|
35436
35678
|
name: pulumi.Input<string>;
|
|
35437
35679
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
35438
35680
|
}
|
|
35681
|
+
interface GetInstancesFilter {
|
|
35682
|
+
/**
|
|
35683
|
+
* Name of the filter field. Valid values can be found in the [RDS DescribeDBClusters API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html).
|
|
35684
|
+
*/
|
|
35685
|
+
name: string;
|
|
35686
|
+
/**
|
|
35687
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
35688
|
+
*/
|
|
35689
|
+
values: string[];
|
|
35690
|
+
}
|
|
35691
|
+
interface GetInstancesFilterArgs {
|
|
35692
|
+
/**
|
|
35693
|
+
* Name of the filter field. Valid values can be found in the [RDS DescribeDBClusters API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html).
|
|
35694
|
+
*/
|
|
35695
|
+
name: pulumi.Input<string>;
|
|
35696
|
+
/**
|
|
35697
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
35698
|
+
*/
|
|
35699
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
35700
|
+
}
|
|
35439
35701
|
interface GlobalClusterGlobalClusterMember {
|
|
35440
35702
|
/**
|
|
35441
35703
|
* Amazon Resource Name (ARN) of member DB Cluster
|
|
@@ -37416,7 +37678,7 @@ export declare namespace s3 {
|
|
|
37416
37678
|
*/
|
|
37417
37679
|
account?: pulumi.Input<string>;
|
|
37418
37680
|
/**
|
|
37419
|
-
* The
|
|
37681
|
+
* The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
|
|
37420
37682
|
*/
|
|
37421
37683
|
bucket: pulumi.Input<string>;
|
|
37422
37684
|
/**
|
|
@@ -38404,10 +38666,22 @@ export declare namespace s3control {
|
|
|
38404
38666
|
* S3 Storage Lens activity metrics. See Activity Metrics below for more details.
|
|
38405
38667
|
*/
|
|
38406
38668
|
activityMetrics?: pulumi.Input<inputs.s3control.StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics>;
|
|
38669
|
+
/**
|
|
38670
|
+
* Advanced cost-optimization metrics for S3 Storage Lens. See Advanced Cost-Optimization Metrics below for more details.
|
|
38671
|
+
*/
|
|
38672
|
+
advancedCostOptimizationMetrics?: pulumi.Input<inputs.s3control.StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics>;
|
|
38673
|
+
/**
|
|
38674
|
+
* Advanced data-protection metrics for S3 Storage Lens. See Advanced Data-Protection Metrics below for more details.
|
|
38675
|
+
*/
|
|
38676
|
+
advancedDataProtectionMetrics?: pulumi.Input<inputs.s3control.StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics>;
|
|
38407
38677
|
/**
|
|
38408
38678
|
* S3 Storage Lens bucket-level configuration. See Bucket Level below for more details.
|
|
38409
38679
|
*/
|
|
38410
38680
|
bucketLevel: pulumi.Input<inputs.s3control.StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel>;
|
|
38681
|
+
/**
|
|
38682
|
+
* Detailed status code metrics for S3 Storage Lens. See Detailed Status Code Metrics below for more details.
|
|
38683
|
+
*/
|
|
38684
|
+
detailedStatusCodeMetrics?: pulumi.Input<inputs.s3control.StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics>;
|
|
38411
38685
|
}
|
|
38412
38686
|
interface StorageLensConfigurationStorageLensConfigurationAccountLevelActivityMetrics {
|
|
38413
38687
|
/**
|
|
@@ -38415,11 +38689,35 @@ export declare namespace s3control {
|
|
|
38415
38689
|
*/
|
|
38416
38690
|
enabled?: pulumi.Input<boolean>;
|
|
38417
38691
|
}
|
|
38692
|
+
interface StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedCostOptimizationMetrics {
|
|
38693
|
+
/**
|
|
38694
|
+
* Whether advanced cost-optimization metrics are enabled.
|
|
38695
|
+
*/
|
|
38696
|
+
enabled?: pulumi.Input<boolean>;
|
|
38697
|
+
}
|
|
38698
|
+
interface StorageLensConfigurationStorageLensConfigurationAccountLevelAdvancedDataProtectionMetrics {
|
|
38699
|
+
/**
|
|
38700
|
+
* Whether advanced data-protection metrics are enabled.
|
|
38701
|
+
*/
|
|
38702
|
+
enabled?: pulumi.Input<boolean>;
|
|
38703
|
+
}
|
|
38418
38704
|
interface StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevel {
|
|
38419
38705
|
/**
|
|
38420
38706
|
* S3 Storage Lens activity metrics. See Activity Metrics above for more details.
|
|
38421
38707
|
*/
|
|
38422
38708
|
activityMetrics?: pulumi.Input<inputs.s3control.StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelActivityMetrics>;
|
|
38709
|
+
/**
|
|
38710
|
+
* Advanced cost-optimization metrics for S3 Storage Lens. See Advanced Cost-Optimization Metrics above for more details.
|
|
38711
|
+
*/
|
|
38712
|
+
advancedCostOptimizationMetrics?: pulumi.Input<inputs.s3control.StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics>;
|
|
38713
|
+
/**
|
|
38714
|
+
* Advanced data-protection metrics for S3 Storage Lens. See Advanced Data-Protection Metrics above for more details.
|
|
38715
|
+
*/
|
|
38716
|
+
advancedDataProtectionMetrics?: pulumi.Input<inputs.s3control.StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics>;
|
|
38717
|
+
/**
|
|
38718
|
+
* Detailed status code metrics for S3 Storage Lens. See Detailed Status Code Metrics above for more details.
|
|
38719
|
+
*/
|
|
38720
|
+
detailedStatusCodeMetrics?: pulumi.Input<inputs.s3control.StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics>;
|
|
38423
38721
|
/**
|
|
38424
38722
|
* Prefix-level metrics for S3 Storage Lens. See Prefix Level below for more details.
|
|
38425
38723
|
*/
|
|
@@ -38431,6 +38729,24 @@ export declare namespace s3control {
|
|
|
38431
38729
|
*/
|
|
38432
38730
|
enabled?: pulumi.Input<boolean>;
|
|
38433
38731
|
}
|
|
38732
|
+
interface StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedCostOptimizationMetrics {
|
|
38733
|
+
/**
|
|
38734
|
+
* Whether advanced cost-optimization metrics are enabled.
|
|
38735
|
+
*/
|
|
38736
|
+
enabled?: pulumi.Input<boolean>;
|
|
38737
|
+
}
|
|
38738
|
+
interface StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelAdvancedDataProtectionMetrics {
|
|
38739
|
+
/**
|
|
38740
|
+
* Whether advanced data-protection metrics are enabled.
|
|
38741
|
+
*/
|
|
38742
|
+
enabled?: pulumi.Input<boolean>;
|
|
38743
|
+
}
|
|
38744
|
+
interface StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelDetailedStatusCodeMetrics {
|
|
38745
|
+
/**
|
|
38746
|
+
* Whether detailed status code metrics are enabled.
|
|
38747
|
+
*/
|
|
38748
|
+
enabled?: pulumi.Input<boolean>;
|
|
38749
|
+
}
|
|
38434
38750
|
interface StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevel {
|
|
38435
38751
|
/**
|
|
38436
38752
|
* Prefix-level storage metrics for S3 Storage Lens. See Prefix Level Storage Metrics below for more details.
|
|
@@ -38461,6 +38777,12 @@ export declare namespace s3control {
|
|
|
38461
38777
|
*/
|
|
38462
38778
|
minStorageBytesPercentage?: pulumi.Input<number>;
|
|
38463
38779
|
}
|
|
38780
|
+
interface StorageLensConfigurationStorageLensConfigurationAccountLevelDetailedStatusCodeMetrics {
|
|
38781
|
+
/**
|
|
38782
|
+
* Whether detailed status code metrics are enabled.
|
|
38783
|
+
*/
|
|
38784
|
+
enabled?: pulumi.Input<boolean>;
|
|
38785
|
+
}
|
|
38464
38786
|
interface StorageLensConfigurationStorageLensConfigurationAwsOrg {
|
|
38465
38787
|
/**
|
|
38466
38788
|
* The Amazon Resource Name (ARN) of the Amazon Web Services organization.
|
|
@@ -42485,6 +42807,22 @@ export declare namespace ssoadmin {
|
|
|
42485
42807
|
*/
|
|
42486
42808
|
path?: pulumi.Input<string>;
|
|
42487
42809
|
}
|
|
42810
|
+
interface InstanceAccessControlAttributesAttribute {
|
|
42811
|
+
/**
|
|
42812
|
+
* The name of the attribute associated with your identities in your identity source. This is used to map a specified attribute in your identity source with an attribute in AWS SSO.
|
|
42813
|
+
*/
|
|
42814
|
+
key: pulumi.Input<string>;
|
|
42815
|
+
/**
|
|
42816
|
+
* The value used for mapping a specified attribute to an identity source. See AccessControlAttributeValue
|
|
42817
|
+
*/
|
|
42818
|
+
values: pulumi.Input<pulumi.Input<inputs.ssoadmin.InstanceAccessControlAttributesAttributeValue>[]>;
|
|
42819
|
+
}
|
|
42820
|
+
interface InstanceAccessControlAttributesAttributeValue {
|
|
42821
|
+
/**
|
|
42822
|
+
* The identity source to use when mapping a specified attribute to AWS SSO.
|
|
42823
|
+
*/
|
|
42824
|
+
sources: pulumi.Input<pulumi.Input<string>[]>;
|
|
42825
|
+
}
|
|
42488
42826
|
interface PermissionsBoundaryAttachmentPermissionsBoundary {
|
|
42489
42827
|
/**
|
|
42490
42828
|
* Specifies the name and path of a customer managed policy. See below.
|
|
@@ -43735,6 +44073,10 @@ export declare namespace wafv2 {
|
|
|
43735
44073
|
* Instructs AWS WAF to block the web request. See Block below for details.
|
|
43736
44074
|
*/
|
|
43737
44075
|
block?: pulumi.Input<inputs.wafv2.RuleGroupRuleActionBlock>;
|
|
44076
|
+
/**
|
|
44077
|
+
* Instructs AWS WAF to run a `CAPTCHA` check against the web request. See Captcha below for details.
|
|
44078
|
+
*/
|
|
44079
|
+
captcha?: pulumi.Input<inputs.wafv2.RuleGroupRuleActionCaptcha>;
|
|
43738
44080
|
/**
|
|
43739
44081
|
* Instructs AWS WAF to count the web request and allow it. See Count below for details.
|
|
43740
44082
|
*/
|
|
@@ -43792,6 +44134,28 @@ export declare namespace wafv2 {
|
|
|
43792
44134
|
*/
|
|
43793
44135
|
value: pulumi.Input<string>;
|
|
43794
44136
|
}
|
|
44137
|
+
interface RuleGroupRuleActionCaptcha {
|
|
44138
|
+
/**
|
|
44139
|
+
* Defines custom handling for the web request. See Custom Request Handling below for details.
|
|
44140
|
+
*/
|
|
44141
|
+
customRequestHandling?: pulumi.Input<inputs.wafv2.RuleGroupRuleActionCaptchaCustomRequestHandling>;
|
|
44142
|
+
}
|
|
44143
|
+
interface RuleGroupRuleActionCaptchaCustomRequestHandling {
|
|
44144
|
+
/**
|
|
44145
|
+
* The `insertHeader` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details.
|
|
44146
|
+
*/
|
|
44147
|
+
insertHeaders: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader>[]>;
|
|
44148
|
+
}
|
|
44149
|
+
interface RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader {
|
|
44150
|
+
/**
|
|
44151
|
+
* The label string.
|
|
44152
|
+
*/
|
|
44153
|
+
name: pulumi.Input<string>;
|
|
44154
|
+
/**
|
|
44155
|
+
* The value of the custom header.
|
|
44156
|
+
*/
|
|
44157
|
+
value: pulumi.Input<string>;
|
|
44158
|
+
}
|
|
43795
44159
|
interface RuleGroupRuleActionCount {
|
|
43796
44160
|
/**
|
|
43797
44161
|
* Defines custom handling for the web request. See Custom Request Handling below for details.
|
|
@@ -63261,6 +63625,10 @@ export declare namespace wafv2 {
|
|
|
63261
63625
|
* Instructs AWS WAF to run a Captcha check against the web request. See Captcha below for details.
|
|
63262
63626
|
*/
|
|
63263
63627
|
captcha?: pulumi.Input<inputs.wafv2.WebAclRuleActionCaptcha>;
|
|
63628
|
+
/**
|
|
63629
|
+
* Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See Challenge below for details.
|
|
63630
|
+
*/
|
|
63631
|
+
challenge?: pulumi.Input<inputs.wafv2.WebAclRuleActionChallenge>;
|
|
63264
63632
|
/**
|
|
63265
63633
|
* Instructs AWS WAF to count the web request and allow it. See Count below for details.
|
|
63266
63634
|
*/
|
|
@@ -63340,6 +63708,28 @@ export declare namespace wafv2 {
|
|
|
63340
63708
|
*/
|
|
63341
63709
|
value: pulumi.Input<string>;
|
|
63342
63710
|
}
|
|
63711
|
+
interface WebAclRuleActionChallenge {
|
|
63712
|
+
/**
|
|
63713
|
+
* Defines custom handling for the web request. See Custom Request Handling below for details.
|
|
63714
|
+
*/
|
|
63715
|
+
customRequestHandling?: pulumi.Input<inputs.wafv2.WebAclRuleActionChallengeCustomRequestHandling>;
|
|
63716
|
+
}
|
|
63717
|
+
interface WebAclRuleActionChallengeCustomRequestHandling {
|
|
63718
|
+
/**
|
|
63719
|
+
* The `insertHeader` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details.
|
|
63720
|
+
*/
|
|
63721
|
+
insertHeaders: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclRuleActionChallengeCustomRequestHandlingInsertHeader>[]>;
|
|
63722
|
+
}
|
|
63723
|
+
interface WebAclRuleActionChallengeCustomRequestHandlingInsertHeader {
|
|
63724
|
+
/**
|
|
63725
|
+
* Label string.
|
|
63726
|
+
*/
|
|
63727
|
+
name: pulumi.Input<string>;
|
|
63728
|
+
/**
|
|
63729
|
+
* Value of the custom header.
|
|
63730
|
+
*/
|
|
63731
|
+
value: pulumi.Input<string>;
|
|
63732
|
+
}
|
|
63343
63733
|
interface WebAclRuleActionCount {
|
|
63344
63734
|
/**
|
|
63345
63735
|
* Defines custom handling for the web request. See Custom Request Handling below for details.
|
|
@@ -78340,6 +78730,10 @@ export declare namespace wafv2 {
|
|
|
78340
78730
|
* @deprecated Use rule_action_override instead
|
|
78341
78731
|
*/
|
|
78342
78732
|
excludedRules?: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementExcludedRule>[]>;
|
|
78733
|
+
/**
|
|
78734
|
+
* Additional information that's used by a managed rule group. Only one rule attribute is allowed in each config. See Managed Rule Group Configs for more details
|
|
78735
|
+
*/
|
|
78736
|
+
managedRuleGroupConfigs?: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig>[]>;
|
|
78343
78737
|
/**
|
|
78344
78738
|
* Name of the managed rule group.
|
|
78345
78739
|
*/
|
|
@@ -78367,6 +78761,46 @@ export declare namespace wafv2 {
|
|
|
78367
78761
|
*/
|
|
78368
78762
|
name: pulumi.Input<string>;
|
|
78369
78763
|
}
|
|
78764
|
+
interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfig {
|
|
78765
|
+
/**
|
|
78766
|
+
* Additional configuration for using the Bot Control managed rule group. Use this to specify the inspection level that you want to use. See AWS Managed Rules Bot Control Rule Set for more details
|
|
78767
|
+
*/
|
|
78768
|
+
awsManagedRulesBotControlRuleSet?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet>;
|
|
78769
|
+
/**
|
|
78770
|
+
* The path of the login endpoint for your application.
|
|
78771
|
+
*/
|
|
78772
|
+
loginPath?: pulumi.Input<string>;
|
|
78773
|
+
/**
|
|
78774
|
+
* Details about your login page password field. See Password Field for more details.
|
|
78775
|
+
*/
|
|
78776
|
+
passwordField?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField>;
|
|
78777
|
+
/**
|
|
78778
|
+
* The payload type for your login endpoint, either JSON or form encoded.
|
|
78779
|
+
*/
|
|
78780
|
+
payloadType?: pulumi.Input<string>;
|
|
78781
|
+
/**
|
|
78782
|
+
* Details about your login page username field. See Username Field for more details.
|
|
78783
|
+
*/
|
|
78784
|
+
usernameField?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField>;
|
|
78785
|
+
}
|
|
78786
|
+
interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesBotControlRuleSet {
|
|
78787
|
+
/**
|
|
78788
|
+
* The inspection level to use for the Bot Control rule group.
|
|
78789
|
+
*/
|
|
78790
|
+
inspectionLevel: pulumi.Input<string>;
|
|
78791
|
+
}
|
|
78792
|
+
interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField {
|
|
78793
|
+
/**
|
|
78794
|
+
* The name of the username field.
|
|
78795
|
+
*/
|
|
78796
|
+
identifier: pulumi.Input<string>;
|
|
78797
|
+
}
|
|
78798
|
+
interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigUsernameField {
|
|
78799
|
+
/**
|
|
78800
|
+
* The name of the username field.
|
|
78801
|
+
*/
|
|
78802
|
+
identifier: pulumi.Input<string>;
|
|
78803
|
+
}
|
|
78370
78804
|
interface WebAclRuleStatementManagedRuleGroupStatementRuleActionOverride {
|
|
78371
78805
|
/**
|
|
78372
78806
|
* Override action to use, in place of the configured action of the rule in the rule group. See Action below for details.
|