@pulumi/aws 7.2.0-alpha.1753487600 → 7.2.0-alpha.1753734409
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/listener.d.ts +33 -0
- package/alb/listener.js +33 -0
- package/alb/listener.js.map +1 -1
- package/bedrock/agentAgentCollaborator.d.ts +15 -0
- package/bedrock/agentAgentCollaborator.js.map +1 -1
- package/cognito/index.d.ts +3 -0
- package/cognito/index.js +6 -1
- package/cognito/index.js.map +1 -1
- package/cognito/logDeliveryConfiguration.d.ts +212 -0
- package/cognito/logDeliveryConfiguration.js +188 -0
- package/cognito/logDeliveryConfiguration.js.map +1 -0
- package/comprehend/documentClassifier.d.ts +1 -1
- package/comprehend/documentClassifier.js +1 -1
- package/comprehend/entityRecognizer.d.ts +2 -2
- package/comprehend/entityRecognizer.js +2 -2
- package/directconnect/gatewayAssociation.d.ts +8 -0
- package/directconnect/gatewayAssociation.js +2 -0
- package/directconnect/gatewayAssociation.js.map +1 -1
- package/dms/endpoint.d.ts +12 -0
- package/dms/endpoint.js +2 -0
- package/dms/endpoint.js.map +1 -1
- package/dms/replicationInstance.d.ts +26 -0
- package/dms/replicationInstance.js +4 -0
- package/dms/replicationInstance.js.map +1 -1
- package/ecr/getImages.d.ts +86 -0
- package/ecr/getImages.js +58 -0
- package/ecr/getImages.js.map +1 -0
- package/ecr/index.d.ts +3 -0
- package/ecr/index.js +4 -1
- package/ecr/index.js.map +1 -1
- package/elasticbeanstalk/applicationVersion.d.ts +1 -1
- package/elasticbeanstalk/applicationVersion.js +1 -1
- package/iam/getPrincipalPolicySimulation.d.ts +2 -2
- package/iam/getPrincipalPolicySimulation.js +2 -2
- package/inspector2/enabler.d.ts +3 -3
- package/inspector2/organizationConfiguration.d.ts +1 -0
- package/inspector2/organizationConfiguration.js +1 -0
- package/inspector2/organizationConfiguration.js.map +1 -1
- package/lb/listener.d.ts +33 -0
- package/lb/listener.js +33 -0
- package/lb/listener.js.map +1 -1
- package/networkfirewall/firewall.d.ts +82 -10
- package/networkfirewall/firewall.js +36 -6
- package/networkfirewall/firewall.js.map +1 -1
- package/networkfirewall/firewallTransitGatewayAttachmentAccepter.d.ts +94 -0
- package/networkfirewall/firewallTransitGatewayAttachmentAccepter.js +85 -0
- package/networkfirewall/firewallTransitGatewayAttachmentAccepter.js.map +1 -0
- package/networkfirewall/getFirewall.d.ts +16 -0
- package/networkfirewall/getFirewall.js.map +1 -1
- package/networkfirewall/index.d.ts +3 -0
- package/networkfirewall/index.js +6 -1
- package/networkfirewall/index.js.map +1 -1
- package/package.json +2 -2
- package/quicksight/accountSubscription.d.ts +5 -1
- package/quicksight/accountSubscription.js +5 -1
- package/quicksight/accountSubscription.js.map +1 -1
- package/rds/cluster.d.ts +3 -3
- package/rekognition/project.d.ts +17 -3
- package/rekognition/project.js +14 -0
- package/rekognition/project.js.map +1 -1
- package/s3/bucketMetadataConfiguration.d.ts +130 -0
- package/s3/bucketMetadataConfiguration.js +104 -0
- package/s3/bucketMetadataConfiguration.js.map +1 -0
- package/s3/index.d.ts +3 -0
- package/s3/index.js +7 -2
- package/s3/index.js.map +1 -1
- package/secretsmanager/getSecretRotation.d.ts +3 -3
- package/types/input.d.ts +210 -1
- package/types/input.js.map +1 -1
- package/types/output.d.ts +265 -1
- package/types/output.js.map +1 -1
- package/wafv2/ruleGroup.d.ts +3 -0
- package/wafv2/ruleGroup.js +2 -0
- package/wafv2/ruleGroup.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -18668,6 +18668,48 @@ export declare namespace cognito {
|
|
|
18668
18668
|
*/
|
|
18669
18669
|
value: string;
|
|
18670
18670
|
}
|
|
18671
|
+
interface LogDeliveryConfigurationLogConfiguration {
|
|
18672
|
+
/**
|
|
18673
|
+
* Configuration for CloudWatch Logs delivery. See CloudWatch Logs Configuration below.
|
|
18674
|
+
*/
|
|
18675
|
+
cloudWatchLogsConfiguration?: outputs.cognito.LogDeliveryConfigurationLogConfigurationCloudWatchLogsConfiguration;
|
|
18676
|
+
/**
|
|
18677
|
+
* The event source to configure logging for. Valid values are `userNotification` and `userAuthEvents`.
|
|
18678
|
+
*/
|
|
18679
|
+
eventSource: string;
|
|
18680
|
+
/**
|
|
18681
|
+
* Configuration for Kinesis Data Firehose delivery. See Firehose Configuration below.
|
|
18682
|
+
*/
|
|
18683
|
+
firehoseConfiguration?: outputs.cognito.LogDeliveryConfigurationLogConfigurationFirehoseConfiguration;
|
|
18684
|
+
/**
|
|
18685
|
+
* The log level to set for the event source. Valid values are `ERROR` and `INFO`.
|
|
18686
|
+
*/
|
|
18687
|
+
logLevel: string;
|
|
18688
|
+
/**
|
|
18689
|
+
* Configuration for S3 delivery. See S3 Configuration below.
|
|
18690
|
+
*
|
|
18691
|
+
* > **Note:** At least one destination configuration (`cloudWatchLogsConfiguration`, `firehoseConfiguration`, or `s3Configuration`) must be specified for each log configuration.
|
|
18692
|
+
*/
|
|
18693
|
+
s3Configuration?: outputs.cognito.LogDeliveryConfigurationLogConfigurationS3Configuration;
|
|
18694
|
+
}
|
|
18695
|
+
interface LogDeliveryConfigurationLogConfigurationCloudWatchLogsConfiguration {
|
|
18696
|
+
/**
|
|
18697
|
+
* The ARN of the CloudWatch Logs log group to which the logs should be delivered.
|
|
18698
|
+
*/
|
|
18699
|
+
logGroupArn?: string;
|
|
18700
|
+
}
|
|
18701
|
+
interface LogDeliveryConfigurationLogConfigurationFirehoseConfiguration {
|
|
18702
|
+
/**
|
|
18703
|
+
* The ARN of the Kinesis Data Firehose delivery stream to which the logs should be delivered.
|
|
18704
|
+
*/
|
|
18705
|
+
streamArn?: string;
|
|
18706
|
+
}
|
|
18707
|
+
interface LogDeliveryConfigurationLogConfigurationS3Configuration {
|
|
18708
|
+
/**
|
|
18709
|
+
* The ARN of the S3 bucket to which the logs should be delivered.
|
|
18710
|
+
*/
|
|
18711
|
+
bucketArn?: string;
|
|
18712
|
+
}
|
|
18671
18713
|
interface ManagedUserPoolClientAnalyticsConfiguration {
|
|
18672
18714
|
/**
|
|
18673
18715
|
* Application ARN for an Amazon Pinpoint application. It conflicts with `externalId` and `roleArn`.
|
|
@@ -25511,11 +25553,21 @@ export declare namespace dms {
|
|
|
25511
25553
|
*/
|
|
25512
25554
|
nestingLevel?: string;
|
|
25513
25555
|
}
|
|
25556
|
+
interface EndpointOracleSettings {
|
|
25557
|
+
/**
|
|
25558
|
+
* Authentication mechanism to access the Oracle source endpoint. Default is `password`. Valid values are `password` and `kerberos`.
|
|
25559
|
+
*/
|
|
25560
|
+
authenticationMethod: string;
|
|
25561
|
+
}
|
|
25514
25562
|
interface EndpointPostgresSettings {
|
|
25515
25563
|
/**
|
|
25516
25564
|
* For use with change data capture (CDC) only, this attribute has AWS DMS bypass foreign keys and user triggers to reduce the time it takes to bulk load data.
|
|
25517
25565
|
*/
|
|
25518
25566
|
afterConnectScript?: string;
|
|
25567
|
+
/**
|
|
25568
|
+
* Specifies the authentication method. Valid values: `password`, `iam`.
|
|
25569
|
+
*/
|
|
25570
|
+
authenticationMethod: string;
|
|
25519
25571
|
/**
|
|
25520
25572
|
* The Babelfish for Aurora PostgreSQL database name for the endpoint.
|
|
25521
25573
|
*/
|
|
@@ -25572,6 +25624,10 @@ export declare namespace dms {
|
|
|
25572
25624
|
* Specifies the plugin to use to create a replication slot. Valid values: `pglogical`, `testDecoding`.
|
|
25573
25625
|
*/
|
|
25574
25626
|
pluginName?: string;
|
|
25627
|
+
/**
|
|
25628
|
+
* Specifies the IAM role to use to authenticate the connection.
|
|
25629
|
+
*/
|
|
25630
|
+
serviceAccessRoleArn?: string;
|
|
25575
25631
|
/**
|
|
25576
25632
|
* Sets the name of a previously created logical replication slot for a CDC load of the PostgreSQL source instance.
|
|
25577
25633
|
*/
|
|
@@ -25678,6 +25734,7 @@ export declare namespace dms {
|
|
|
25678
25734
|
}
|
|
25679
25735
|
interface GetEndpointPostgresSetting {
|
|
25680
25736
|
afterConnectScript: string;
|
|
25737
|
+
authenticationMethod: string;
|
|
25681
25738
|
babelfishDatabaseName: string;
|
|
25682
25739
|
captureDdls: boolean;
|
|
25683
25740
|
databaseMode: string;
|
|
@@ -25692,6 +25749,7 @@ export declare namespace dms {
|
|
|
25692
25749
|
mapLongVarcharAs: string;
|
|
25693
25750
|
maxFileSize: number;
|
|
25694
25751
|
pluginName: string;
|
|
25752
|
+
serviceAccessRoleArn: string;
|
|
25695
25753
|
slotName: string;
|
|
25696
25754
|
}
|
|
25697
25755
|
interface GetEndpointRedisSetting {
|
|
@@ -25794,6 +25852,20 @@ export declare namespace dms {
|
|
|
25794
25852
|
*/
|
|
25795
25853
|
vpcSecurityGroupIds: string[];
|
|
25796
25854
|
}
|
|
25855
|
+
interface ReplicationInstanceKerberosAuthenticationSettings {
|
|
25856
|
+
/**
|
|
25857
|
+
* ARN of the IAM role that grants AWS DMS access to the secret containing key cache file for the Kerberos authentication.
|
|
25858
|
+
*/
|
|
25859
|
+
keyCacheSecretIamArn: string;
|
|
25860
|
+
/**
|
|
25861
|
+
* Secret ID that stores the key cache file required for Kerberos authentication.
|
|
25862
|
+
*/
|
|
25863
|
+
keyCacheSecretId: string;
|
|
25864
|
+
/**
|
|
25865
|
+
* Contents of krb5 configuration file required for Kerberos authentication.
|
|
25866
|
+
*/
|
|
25867
|
+
krb5FileContents: string;
|
|
25868
|
+
}
|
|
25797
25869
|
}
|
|
25798
25870
|
export declare namespace docdb {
|
|
25799
25871
|
interface ClusterMasterUserSecret {
|
|
@@ -32577,6 +32649,16 @@ export declare namespace ec2transitgateway {
|
|
|
32577
32649
|
}
|
|
32578
32650
|
}
|
|
32579
32651
|
export declare namespace ecr {
|
|
32652
|
+
interface GetImagesImageId {
|
|
32653
|
+
/**
|
|
32654
|
+
* The sha256 digest of the image manifest.
|
|
32655
|
+
*/
|
|
32656
|
+
imageDigest: string;
|
|
32657
|
+
/**
|
|
32658
|
+
* The tag associated with the image.
|
|
32659
|
+
*/
|
|
32660
|
+
imageTag: string;
|
|
32661
|
+
}
|
|
32580
32662
|
interface GetLifecyclePolicyDocumentRule {
|
|
32581
32663
|
/**
|
|
32582
32664
|
* Specifies the action type.
|
|
@@ -33966,7 +34048,7 @@ export declare namespace eks {
|
|
|
33966
34048
|
*/
|
|
33967
34049
|
authenticationMode: string;
|
|
33968
34050
|
/**
|
|
33969
|
-
* Whether or not to bootstrap the access config values to the cluster. Default is `
|
|
34051
|
+
* Whether or not to bootstrap the access config values to the cluster. Default is `true`.
|
|
33970
34052
|
*/
|
|
33971
34053
|
bootstrapClusterCreatorAdminPermissions?: boolean;
|
|
33972
34054
|
}
|
|
@@ -42765,6 +42847,10 @@ export declare namespace inspector2 {
|
|
|
42765
42847
|
value: string;
|
|
42766
42848
|
}
|
|
42767
42849
|
interface OrganizationConfigurationAutoEnable {
|
|
42850
|
+
/**
|
|
42851
|
+
* Whether code repository scans are automatically enabled for new members of your Amazon Inspector organization.
|
|
42852
|
+
*/
|
|
42853
|
+
codeRepository?: boolean;
|
|
42768
42854
|
/**
|
|
42769
42855
|
* Whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
|
|
42770
42856
|
*/
|
|
@@ -65994,6 +66080,12 @@ export declare namespace neptunegraph {
|
|
|
65994
66080
|
}
|
|
65995
66081
|
}
|
|
65996
66082
|
export declare namespace networkfirewall {
|
|
66083
|
+
interface FirewallAvailabilityZoneMapping {
|
|
66084
|
+
/**
|
|
66085
|
+
* The ID of the Availability Zone where the firewall endpoint is located..
|
|
66086
|
+
*/
|
|
66087
|
+
availabilityZoneId: string;
|
|
66088
|
+
}
|
|
65997
66089
|
interface FirewallEncryptionConfiguration {
|
|
65998
66090
|
/**
|
|
65999
66091
|
* The ID of the customer managed key. You can use any of the [key identifiers](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id) that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN.
|
|
@@ -66009,6 +66101,10 @@ export declare namespace networkfirewall {
|
|
|
66009
66101
|
* Set of subnets configured for use by the firewall.
|
|
66010
66102
|
*/
|
|
66011
66103
|
syncStates: outputs.networkfirewall.FirewallFirewallStatusSyncState[];
|
|
66104
|
+
/**
|
|
66105
|
+
* Set of transit gateway configured for use by the firewall.
|
|
66106
|
+
*/
|
|
66107
|
+
transitGatewayAttachmentSyncStates: outputs.networkfirewall.FirewallFirewallStatusTransitGatewayAttachmentSyncState[];
|
|
66012
66108
|
}
|
|
66013
66109
|
interface FirewallFirewallStatusSyncState {
|
|
66014
66110
|
/**
|
|
@@ -66030,6 +66126,12 @@ export declare namespace networkfirewall {
|
|
|
66030
66126
|
*/
|
|
66031
66127
|
subnetId: string;
|
|
66032
66128
|
}
|
|
66129
|
+
interface FirewallFirewallStatusTransitGatewayAttachmentSyncState {
|
|
66130
|
+
/**
|
|
66131
|
+
* The unique identifier of the transit gateway attachment.
|
|
66132
|
+
*/
|
|
66133
|
+
attachmentId: string;
|
|
66134
|
+
}
|
|
66033
66135
|
interface FirewallPolicyEncryptionConfiguration {
|
|
66034
66136
|
/**
|
|
66035
66137
|
* The ID of the customer managed key. You can use any of the [key identifiers](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id) that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN.
|
|
@@ -66193,6 +66295,22 @@ export declare namespace networkfirewall {
|
|
|
66193
66295
|
*/
|
|
66194
66296
|
subnetId: string;
|
|
66195
66297
|
}
|
|
66298
|
+
interface FirewallTransitGatewayAttachmentAccepterTimeouts {
|
|
66299
|
+
/**
|
|
66300
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
66301
|
+
*/
|
|
66302
|
+
create?: string;
|
|
66303
|
+
/**
|
|
66304
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
66305
|
+
*/
|
|
66306
|
+
delete?: string;
|
|
66307
|
+
}
|
|
66308
|
+
interface GetFirewallAvailabilityZoneMapping {
|
|
66309
|
+
/**
|
|
66310
|
+
* The ID of the Availability Zone where the firewall endpoint is located.
|
|
66311
|
+
*/
|
|
66312
|
+
availabilityZoneId: string;
|
|
66313
|
+
}
|
|
66196
66314
|
interface GetFirewallEncryptionConfiguration {
|
|
66197
66315
|
/**
|
|
66198
66316
|
* The ID of the AWS Key Management Service (AWS KMS) customer managed key.
|
|
@@ -66212,11 +66330,18 @@ export declare namespace networkfirewall {
|
|
|
66212
66330
|
* Summary of sync states for all availability zones in which the firewall is configured.
|
|
66213
66331
|
*/
|
|
66214
66332
|
configurationSyncStateSummary: string;
|
|
66333
|
+
/**
|
|
66334
|
+
* The current status of the firewall endpoint instantiation in the subnet.
|
|
66335
|
+
*/
|
|
66215
66336
|
status: string;
|
|
66216
66337
|
/**
|
|
66217
66338
|
* Set of subnets configured for use by the firewall.
|
|
66218
66339
|
*/
|
|
66219
66340
|
syncStates: outputs.networkfirewall.GetFirewallFirewallStatusSyncState[];
|
|
66341
|
+
/**
|
|
66342
|
+
* Set of transit gateway configured for use by the firewall.
|
|
66343
|
+
*/
|
|
66344
|
+
transitGatewayAttachmentSyncStates: outputs.networkfirewall.GetFirewallFirewallStatusTransitGatewayAttachmentSyncState[];
|
|
66220
66345
|
}
|
|
66221
66346
|
interface GetFirewallFirewallStatusCapacityUsageSummary {
|
|
66222
66347
|
/**
|
|
@@ -66259,12 +66384,33 @@ export declare namespace networkfirewall {
|
|
|
66259
66384
|
* The identifier of the firewall endpoint that AWS Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint.
|
|
66260
66385
|
*/
|
|
66261
66386
|
endpointId: string;
|
|
66387
|
+
/**
|
|
66388
|
+
* The current status of the firewall endpoint instantiation in the subnet.
|
|
66389
|
+
*/
|
|
66262
66390
|
status: string;
|
|
66391
|
+
/**
|
|
66392
|
+
* A message providing additional information about the current status.
|
|
66393
|
+
*/
|
|
66394
|
+
statusMessage: string;
|
|
66263
66395
|
/**
|
|
66264
66396
|
* The unique identifier for the subnet.
|
|
66265
66397
|
*/
|
|
66266
66398
|
subnetId: string;
|
|
66267
66399
|
}
|
|
66400
|
+
interface GetFirewallFirewallStatusTransitGatewayAttachmentSyncState {
|
|
66401
|
+
/**
|
|
66402
|
+
* The unique identifier of the transit gateway attachment.
|
|
66403
|
+
*/
|
|
66404
|
+
attachmentId: string;
|
|
66405
|
+
/**
|
|
66406
|
+
* A message providing additional information about the current status.
|
|
66407
|
+
*/
|
|
66408
|
+
statusMessage: string;
|
|
66409
|
+
/**
|
|
66410
|
+
* The current status of the transit gateway attachment.
|
|
66411
|
+
*/
|
|
66412
|
+
transitGatewayAttachmentStatus: string;
|
|
66413
|
+
}
|
|
66268
66414
|
interface GetFirewallPolicyFirewallPolicy {
|
|
66269
66415
|
policyVariables: outputs.networkfirewall.GetFirewallPolicyFirewallPolicyPolicyVariable[];
|
|
66270
66416
|
statefulDefaultActions: string[];
|
|
@@ -74653,6 +74799,106 @@ export declare namespace s3 {
|
|
|
74653
74799
|
}
|
|
74654
74800
|
interface BucketLoggingV2TargetObjectKeyFormatSimplePrefix {
|
|
74655
74801
|
}
|
|
74802
|
+
interface BucketMetadataConfigurationMetadataConfiguration {
|
|
74803
|
+
/**
|
|
74804
|
+
* Destination information for the S3 Metadata configuration.
|
|
74805
|
+
*/
|
|
74806
|
+
destinations: outputs.s3.BucketMetadataConfigurationMetadataConfigurationDestination[];
|
|
74807
|
+
/**
|
|
74808
|
+
* Inventory table configuration. See `inventoryTableConfiguration` Block for details.
|
|
74809
|
+
*/
|
|
74810
|
+
inventoryTableConfiguration?: outputs.s3.BucketMetadataConfigurationMetadataConfigurationInventoryTableConfiguration;
|
|
74811
|
+
/**
|
|
74812
|
+
* Journal table configuration. See `journalTableConfiguration` Block for details.
|
|
74813
|
+
*/
|
|
74814
|
+
journalTableConfiguration?: outputs.s3.BucketMetadataConfigurationMetadataConfigurationJournalTableConfiguration;
|
|
74815
|
+
}
|
|
74816
|
+
interface BucketMetadataConfigurationMetadataConfigurationDestination {
|
|
74817
|
+
/**
|
|
74818
|
+
* ARN of the table bucket where the metadata configuration is stored.
|
|
74819
|
+
*/
|
|
74820
|
+
tableBucketArn: string;
|
|
74821
|
+
/**
|
|
74822
|
+
* Type of the table bucket where the metadata configuration is stored.
|
|
74823
|
+
*/
|
|
74824
|
+
tableBucketType: string;
|
|
74825
|
+
/**
|
|
74826
|
+
* Namespace in the table bucket where the metadata tables for the metadata configuration are stored.
|
|
74827
|
+
*/
|
|
74828
|
+
tableNamespace: string;
|
|
74829
|
+
}
|
|
74830
|
+
interface BucketMetadataConfigurationMetadataConfigurationInventoryTableConfiguration {
|
|
74831
|
+
/**
|
|
74832
|
+
* Configuration state of the inventory table, indicating whether the inventory table is enabled or disabled. Valid values: `ENABLED`, `DISABLED`.
|
|
74833
|
+
*/
|
|
74834
|
+
configurationState: string;
|
|
74835
|
+
/**
|
|
74836
|
+
* Encryption configuration for the inventory table. See `encryptionConfiguration` Block for details.
|
|
74837
|
+
*/
|
|
74838
|
+
encryptionConfiguration?: outputs.s3.BucketMetadataConfigurationMetadataConfigurationInventoryTableConfigurationEncryptionConfiguration;
|
|
74839
|
+
/**
|
|
74840
|
+
* Inventory table ARN.
|
|
74841
|
+
*/
|
|
74842
|
+
tableArn: string;
|
|
74843
|
+
/**
|
|
74844
|
+
* Inventory table name.
|
|
74845
|
+
*/
|
|
74846
|
+
tableName: string;
|
|
74847
|
+
}
|
|
74848
|
+
interface BucketMetadataConfigurationMetadataConfigurationInventoryTableConfigurationEncryptionConfiguration {
|
|
74849
|
+
/**
|
|
74850
|
+
* KMS key ARN when `sseAlgorithm` is `aws:kms`.
|
|
74851
|
+
*/
|
|
74852
|
+
kmsKeyArn?: string;
|
|
74853
|
+
/**
|
|
74854
|
+
* Encryption type for the metadata table. Valid values: `aws:kms`, `AES256`.
|
|
74855
|
+
*/
|
|
74856
|
+
sseAlgorithm: string;
|
|
74857
|
+
}
|
|
74858
|
+
interface BucketMetadataConfigurationMetadataConfigurationJournalTableConfiguration {
|
|
74859
|
+
/**
|
|
74860
|
+
* Encryption configuration for the journal table. See `encryptionConfiguration` Block for details.
|
|
74861
|
+
*/
|
|
74862
|
+
encryptionConfiguration?: outputs.s3.BucketMetadataConfigurationMetadataConfigurationJournalTableConfigurationEncryptionConfiguration;
|
|
74863
|
+
/**
|
|
74864
|
+
* Journal table record expiration settings. See `recordExpiration` Block for details.
|
|
74865
|
+
*/
|
|
74866
|
+
recordExpiration?: outputs.s3.BucketMetadataConfigurationMetadataConfigurationJournalTableConfigurationRecordExpiration;
|
|
74867
|
+
/**
|
|
74868
|
+
* Journal table ARN.
|
|
74869
|
+
*/
|
|
74870
|
+
tableArn: string;
|
|
74871
|
+
/**
|
|
74872
|
+
* Journal table name.
|
|
74873
|
+
*/
|
|
74874
|
+
tableName: string;
|
|
74875
|
+
}
|
|
74876
|
+
interface BucketMetadataConfigurationMetadataConfigurationJournalTableConfigurationEncryptionConfiguration {
|
|
74877
|
+
/**
|
|
74878
|
+
* KMS key ARN when `sseAlgorithm` is `aws:kms`.
|
|
74879
|
+
*/
|
|
74880
|
+
kmsKeyArn?: string;
|
|
74881
|
+
/**
|
|
74882
|
+
* Encryption type for the metadata table. Valid values: `aws:kms`, `AES256`.
|
|
74883
|
+
*/
|
|
74884
|
+
sseAlgorithm: string;
|
|
74885
|
+
}
|
|
74886
|
+
interface BucketMetadataConfigurationMetadataConfigurationJournalTableConfigurationRecordExpiration {
|
|
74887
|
+
/**
|
|
74888
|
+
* Number of days to retain journal table records.
|
|
74889
|
+
*/
|
|
74890
|
+
days?: number;
|
|
74891
|
+
/**
|
|
74892
|
+
* Whether journal table record expiration is enabled or disabled. Valid values: `ENABLED`, `DISABLED`.
|
|
74893
|
+
*/
|
|
74894
|
+
expiration: string;
|
|
74895
|
+
}
|
|
74896
|
+
interface BucketMetadataConfigurationTimeouts {
|
|
74897
|
+
/**
|
|
74898
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
74899
|
+
*/
|
|
74900
|
+
create?: string;
|
|
74901
|
+
}
|
|
74656
74902
|
interface BucketMetricFilter {
|
|
74657
74903
|
/**
|
|
74658
74904
|
* S3 Access Point ARN for filtering (singular).
|
|
@@ -79876,8 +80122,17 @@ export declare namespace scheduler {
|
|
|
79876
80122
|
}
|
|
79877
80123
|
export declare namespace secretsmanager {
|
|
79878
80124
|
interface GetSecretRotationRotationRule {
|
|
80125
|
+
/**
|
|
80126
|
+
* Number of days between automatic scheduled rotations of the secret.
|
|
80127
|
+
*/
|
|
79879
80128
|
automaticallyAfterDays: number;
|
|
80129
|
+
/**
|
|
80130
|
+
* Length of the rotation window in hours.
|
|
80131
|
+
*/
|
|
79880
80132
|
duration: string;
|
|
80133
|
+
/**
|
|
80134
|
+
* A `cron()` or `rate()` expression that defines the schedule for rotating the secret.
|
|
80135
|
+
*/
|
|
79881
80136
|
scheduleExpression: string;
|
|
79882
80137
|
}
|
|
79883
80138
|
interface GetSecretVersionsVersion {
|
|
@@ -87456,6 +87711,7 @@ export declare namespace wafv2 {
|
|
|
87456
87711
|
scopeDownStatement?: outputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatement;
|
|
87457
87712
|
}
|
|
87458
87713
|
interface RuleGroupRuleStatementRateBasedStatementCustomKey {
|
|
87714
|
+
asn?: outputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyAsn;
|
|
87459
87715
|
/**
|
|
87460
87716
|
* (Optional) Use the value of a cookie in the request as an aggregate key. See RateLimit `cookie` below for details.
|
|
87461
87717
|
*/
|
|
@@ -87501,6 +87757,8 @@ export declare namespace wafv2 {
|
|
|
87501
87757
|
*/
|
|
87502
87758
|
uriPath?: outputs.wafv2.RuleGroupRuleStatementRateBasedStatementCustomKeyUriPath;
|
|
87503
87759
|
}
|
|
87760
|
+
interface RuleGroupRuleStatementRateBasedStatementCustomKeyAsn {
|
|
87761
|
+
}
|
|
87504
87762
|
interface RuleGroupRuleStatementRateBasedStatementCustomKeyCookie {
|
|
87505
87763
|
/**
|
|
87506
87764
|
* A friendly name of the rule group.
|
|
@@ -92969,6 +93227,10 @@ export declare namespace wafv2 {
|
|
|
92969
93227
|
scopeDownStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatement;
|
|
92970
93228
|
}
|
|
92971
93229
|
interface WebAclRuleStatementRateBasedStatementCustomKey {
|
|
93230
|
+
/**
|
|
93231
|
+
* Use an Autonomous System Number (ASN) derived from the request's originating or forwarded IP address as an aggregate key. See RateLimit `asn` below for details.
|
|
93232
|
+
*/
|
|
93233
|
+
asn?: outputs.wafv2.WebAclRuleStatementRateBasedStatementCustomKeyAsn;
|
|
92972
93234
|
/**
|
|
92973
93235
|
* Use the value of a cookie in the request as an aggregate key. See RateLimit `cookie` below for details.
|
|
92974
93236
|
*/
|
|
@@ -93014,6 +93276,8 @@ export declare namespace wafv2 {
|
|
|
93014
93276
|
*/
|
|
93015
93277
|
uriPath?: outputs.wafv2.WebAclRuleStatementRateBasedStatementCustomKeyUriPath;
|
|
93016
93278
|
}
|
|
93279
|
+
interface WebAclRuleStatementRateBasedStatementCustomKeyAsn {
|
|
93280
|
+
}
|
|
93017
93281
|
interface WebAclRuleStatementRateBasedStatementCustomKeyCookie {
|
|
93018
93282
|
/**
|
|
93019
93283
|
* The name of the cookie to use.
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAom2EjF,IAAiB,GAAG,CA4cnB;AA5cD,WAAiB,GAAG;IA4XhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAwEL,CAAC,EA5cgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA4cnB"}
|
package/wafv2/ruleGroup.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ export declare class RuleGroup extends pulumi.CustomResource {
|
|
|
50
50
|
* The rule blocks used to identify the web requests that you want to `allow`, `block`, or `count`. See Rules below for details.
|
|
51
51
|
*/
|
|
52
52
|
readonly rules: pulumi.Output<outputs.wafv2.RuleGroupRule[] | undefined>;
|
|
53
|
+
readonly rulesJson: pulumi.Output<string | undefined>;
|
|
53
54
|
/**
|
|
54
55
|
* Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.
|
|
55
56
|
*/
|
|
@@ -116,6 +117,7 @@ export interface RuleGroupState {
|
|
|
116
117
|
* The rule blocks used to identify the web requests that you want to `allow`, `block`, or `count`. See Rules below for details.
|
|
117
118
|
*/
|
|
118
119
|
rules?: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupRule>[]>;
|
|
120
|
+
rulesJson?: pulumi.Input<string>;
|
|
119
121
|
/**
|
|
120
122
|
* Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.
|
|
121
123
|
*/
|
|
@@ -169,6 +171,7 @@ export interface RuleGroupArgs {
|
|
|
169
171
|
* The rule blocks used to identify the web requests that you want to `allow`, `block`, or `count`. See Rules below for details.
|
|
170
172
|
*/
|
|
171
173
|
rules?: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupRule>[]>;
|
|
174
|
+
rulesJson?: pulumi.Input<string>;
|
|
172
175
|
/**
|
|
173
176
|
* Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.
|
|
174
177
|
*/
|
package/wafv2/ruleGroup.js
CHANGED
|
@@ -42,6 +42,7 @@ class RuleGroup extends pulumi.CustomResource {
|
|
|
42
42
|
resourceInputs["namePrefix"] = state ? state.namePrefix : undefined;
|
|
43
43
|
resourceInputs["region"] = state ? state.region : undefined;
|
|
44
44
|
resourceInputs["rules"] = state ? state.rules : undefined;
|
|
45
|
+
resourceInputs["rulesJson"] = state ? state.rulesJson : undefined;
|
|
45
46
|
resourceInputs["scope"] = state ? state.scope : undefined;
|
|
46
47
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
47
48
|
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
@@ -65,6 +66,7 @@ class RuleGroup extends pulumi.CustomResource {
|
|
|
65
66
|
resourceInputs["namePrefix"] = args ? args.namePrefix : undefined;
|
|
66
67
|
resourceInputs["region"] = args ? args.region : undefined;
|
|
67
68
|
resourceInputs["rules"] = args ? args.rules : undefined;
|
|
69
|
+
resourceInputs["rulesJson"] = args ? args.rulesJson : undefined;
|
|
68
70
|
resourceInputs["scope"] = args ? args.scope : undefined;
|
|
69
71
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
70
72
|
resourceInputs["visibilityConfig"] = args ? args.visibilityConfig : undefined;
|
package/wafv2/ruleGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ruleGroup.js","sourceRoot":"","sources":["../../wafv2/ruleGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;
|
|
1
|
+
{"version":3,"file":"ruleGroup.js","sourceRoot":"","sources":["../../wafv2/ruleGroup.ts"],"names":[],"mappings":"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"}
|