@pulumi/aws 6.83.0-alpha.1749735083 → 6.83.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/amp/index.d.ts +3 -0
- package/amp/index.js +6 -1
- package/amp/index.js.map +1 -1
- package/amp/workspaceConfiguration.d.ts +149 -0
- package/amp/workspaceConfiguration.js +124 -0
- package/amp/workspaceConfiguration.js.map +1 -0
- package/cloudfront/keyvaluestoreKeysExclusive.d.ts +12 -0
- package/cloudfront/keyvaluestoreKeysExclusive.js +2 -0
- package/cloudfront/keyvaluestoreKeysExclusive.js.map +1 -1
- package/dsql/cluster.d.ts +170 -0
- package/dsql/cluster.js +94 -0
- package/dsql/cluster.js.map +1 -0
- package/dsql/clusterPeering.d.ts +114 -0
- package/dsql/clusterPeering.js +101 -0
- package/dsql/clusterPeering.js.map +1 -0
- package/dsql/index.d.ts +6 -0
- package/dsql/index.js +27 -0
- package/dsql/index.js.map +1 -0
- package/ec2/vpnConnection.d.ts +20 -0
- package/ec2/vpnConnection.js +4 -0
- package/ec2/vpnConnection.js.map +1 -1
- package/fsx/lustreFileSystem.d.ts +18 -3
- package/fsx/lustreFileSystem.js +4 -0
- package/fsx/lustreFileSystem.js.map +1 -1
- package/glue/job.d.ts +102 -5
- package/glue/job.js +102 -5
- package/glue/job.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +7 -3
- package/index.js.map +1 -1
- package/lambda/codeSigningConfig.d.ts +2 -2
- package/lambda/codeSigningConfig.js +2 -2
- package/lightsail/bucket.d.ts +40 -28
- package/lightsail/bucket.js +4 -4
- package/lightsail/bucket.js.map +1 -1
- package/lightsail/bucketAccessKey.d.ts +16 -16
- package/lightsail/bucketAccessKey.js +5 -5
- package/lightsail/bucketResourceAccess.d.ts +30 -8
- package/lightsail/bucketResourceAccess.js +24 -2
- package/lightsail/bucketResourceAccess.js.map +1 -1
- package/lightsail/certificate.d.ts +29 -23
- package/lightsail/certificate.js +6 -6
- package/lightsail/certificate.js.map +1 -1
- package/lightsail/containerService.d.ts +62 -97
- package/lightsail/containerService.js +11 -15
- package/lightsail/containerService.js.map +1 -1
- package/lightsail/containerServiceDeploymentVersion.d.ts +22 -16
- package/lightsail/containerServiceDeploymentVersion.js +1 -1
- package/lightsail/containerServiceDeploymentVersion.js.map +1 -1
- package/lightsail/database.d.ts +113 -109
- package/lightsail/database.js +36 -38
- package/lightsail/database.js.map +1 -1
- package/lightsail/disk.d.ts +30 -24
- package/lightsail/disk.js +4 -4
- package/lightsail/disk.js.map +1 -1
- package/lightsail/disk_attachment.d.ts +19 -19
- package/lightsail/disk_attachment.js +10 -10
- package/lightsail/distribution.d.ts +84 -88
- package/lightsail/distribution.js +32 -38
- package/lightsail/distribution.js.map +1 -1
- package/lightsail/domain.d.ts +10 -12
- package/lightsail/domain.js +5 -7
- package/lightsail/domain.js.map +1 -1
- package/lightsail/domainEntry.d.ts +27 -21
- package/lightsail/domainEntry.js +6 -6
- package/lightsail/domainEntry.js.map +1 -1
- package/lightsail/instance.d.ts +60 -78
- package/lightsail/instance.js +9 -12
- package/lightsail/instance.js.map +1 -1
- package/lightsail/instancePublicPorts.d.ts +29 -14
- package/lightsail/instancePublicPorts.js +26 -11
- package/lightsail/instancePublicPorts.js.map +1 -1
- package/lightsail/keyPair.d.ts +44 -34
- package/lightsail/keyPair.js +6 -9
- package/lightsail/keyPair.js.map +1 -1
- package/lightsail/lb.d.ts +47 -30
- package/lightsail/lb.js +6 -4
- package/lightsail/lb.js.map +1 -1
- package/lightsail/lbAttachment.d.ts +15 -15
- package/lightsail/lbAttachment.js +9 -9
- package/lightsail/lbCertificate.d.ts +41 -21
- package/lightsail/lbCertificate.js +10 -8
- package/lightsail/lbCertificate.js.map +1 -1
- package/lightsail/lbCertificateAttachment.d.ts +19 -17
- package/lightsail/lbCertificateAttachment.js +13 -11
- package/lightsail/lbCertificateAttachment.js.map +1 -1
- package/lightsail/lbHttpsRedirectionPolicy.d.ts +21 -19
- package/lightsail/lbHttpsRedirectionPolicy.js +15 -13
- package/lightsail/lbHttpsRedirectionPolicy.js.map +1 -1
- package/lightsail/lbStickinessPolicy.d.ts +17 -15
- package/lightsail/lbStickinessPolicy.js +8 -6
- package/lightsail/lbStickinessPolicy.js.map +1 -1
- package/lightsail/staticIp.d.ts +22 -12
- package/lightsail/staticIp.js +13 -3
- package/lightsail/staticIp.js.map +1 -1
- package/lightsail/staticIpAttachment.d.ts +28 -19
- package/lightsail/staticIpAttachment.js +20 -11
- package/lightsail/staticIpAttachment.js.map +1 -1
- package/neptune/cluster.d.ts +81 -90
- package/neptune/cluster.js.map +1 -1
- package/neptune/getEngineVersion.d.ts +95 -13
- package/neptune/getEngineVersion.js +22 -6
- package/neptune/getEngineVersion.js.map +1 -1
- package/neptune/globalCluster.d.ts +11 -14
- package/neptune/globalCluster.js.map +1 -1
- package/networkfirewall/ruleGroup.d.ts +46 -0
- package/networkfirewall/ruleGroup.js +46 -0
- package/networkfirewall/ruleGroup.js.map +1 -1
- package/package.json +2 -2
- package/pinpoint/smsvoicev2PhoneNumber.d.ts +12 -0
- package/pinpoint/smsvoicev2PhoneNumber.js +2 -0
- package/pinpoint/smsvoicev2PhoneNumber.js.map +1 -1
- package/s3/accessPoint.d.ts +22 -1
- package/s3/accessPoint.js +22 -1
- package/s3/accessPoint.js.map +1 -1
- package/s3control/directoryBucketAccessPointScope.d.ts +120 -0
- package/s3control/directoryBucketAccessPointScope.js +102 -0
- package/s3control/directoryBucketAccessPointScope.js.map +1 -0
- package/s3control/index.d.ts +3 -0
- package/s3control/index.js +6 -1
- package/s3control/index.js.map +1 -1
- package/ssm/association.d.ts +155 -0
- package/ssm/association.js +155 -0
- package/ssm/association.js.map +1 -1
- package/types/input.d.ts +579 -56
- package/types/input.js.map +1 -1
- package/types/output.d.ts +579 -56
- package/types/output.js.map +1 -1
- package/vpc/index.d.ts +15 -0
- package/vpc/index.js +26 -1
- package/vpc/index.js.map +1 -1
- package/vpc/routeServer.d.ts +197 -0
- package/vpc/routeServer.js +114 -0
- package/vpc/routeServer.js.map +1 -0
- package/vpc/routeServerEndpoint.d.ts +173 -0
- package/vpc/routeServerEndpoint.js +101 -0
- package/vpc/routeServerEndpoint.js.map +1 -0
- package/vpc/routeServerPeer.d.ts +233 -0
- package/vpc/routeServerPeer.js +154 -0
- package/vpc/routeServerPeer.js.map +1 -0
- package/vpc/routeServerPropagation.d.ts +90 -0
- package/vpc/routeServerPropagation.js +84 -0
- package/vpc/routeServerPropagation.js.map +1 -0
- package/vpc/routeServerVpcAssociation.d.ts +90 -0
- package/vpc/routeServerVpcAssociation.js +84 -0
- package/vpc/routeServerVpcAssociation.js.map +1 -0
- package/workspaces/index.d.ts +9 -0
- package/workspaces/index.js +16 -1
- package/workspaces/index.js.map +1 -1
- package/workspaces/webBrowserSettings.d.ts +5 -2
- package/workspaces/webBrowserSettings.js +7 -2
- package/workspaces/webBrowserSettings.js.map +1 -1
- package/workspaces/webDataProtectionSettings.d.ts +264 -0
- package/workspaces/webDataProtectionSettings.js +174 -0
- package/workspaces/webDataProtectionSettings.js.map +1 -0
- package/workspaces/webIpAccessSettings.d.ts +245 -0
- package/workspaces/webIpAccessSettings.js +155 -0
- package/workspaces/webIpAccessSettings.js.map +1 -0
- package/workspaces/webNetworkSettings.d.ts +4 -1
- package/workspaces/webNetworkSettings.js +6 -1
- package/workspaces/webNetworkSettings.js.map +1 -1
- package/workspaces/webUserAccessLoggingSettings.d.ts +152 -0
- package/workspaces/webUserAccessLoggingSettings.js +110 -0
- package/workspaces/webUserAccessLoggingSettings.js.map +1 -0
- package/workspaces/webUserSettings.d.ts +6 -3
- package/workspaces/webUserSettings.js +8 -3
- package/workspaces/webUserSettings.js.map +1 -1
- package/workspacesweb/browserSettings.d.ts +190 -0
- package/workspacesweb/browserSettings.js +122 -0
- package/workspacesweb/browserSettings.js.map +1 -0
- package/workspacesweb/dataProtectionSettings.d.ts +261 -0
- package/workspacesweb/dataProtectionSettings.js +171 -0
- package/workspacesweb/dataProtectionSettings.js.map +1 -0
- package/workspacesweb/index.d.ts +18 -0
- package/workspacesweb/index.js +47 -0
- package/workspacesweb/index.js.map +1 -0
- package/workspacesweb/ipAccessSettings.d.ts +242 -0
- package/workspacesweb/ipAccessSettings.js +152 -0
- package/workspacesweb/ipAccessSettings.js.map +1 -0
- package/workspacesweb/networkSettings.d.ts +181 -0
- package/workspacesweb/networkSettings.js +125 -0
- package/workspacesweb/networkSettings.js.map +1 -0
- package/workspacesweb/userAccessLoggingSettings.d.ts +149 -0
- package/workspacesweb/userAccessLoggingSettings.js +107 -0
- package/workspacesweb/userAccessLoggingSettings.js.map +1 -0
- package/workspacesweb/userSettings.d.ts +342 -0
- package/workspacesweb/userSettings.js +194 -0
- package/workspacesweb/userSettings.js.map +1 -0
package/types/input.d.ts
CHANGED
|
@@ -646,6 +646,10 @@ export interface ProviderEndpoint {
|
|
|
646
646
|
* Use this to override the default service endpoint URL
|
|
647
647
|
*/
|
|
648
648
|
evidently?: pulumi.Input<string>;
|
|
649
|
+
/**
|
|
650
|
+
* Use this to override the default service endpoint URL
|
|
651
|
+
*/
|
|
652
|
+
evs?: pulumi.Input<string>;
|
|
649
653
|
/**
|
|
650
654
|
* Use this to override the default service endpoint URL
|
|
651
655
|
*/
|
|
@@ -2294,6 +2298,34 @@ export declare namespace amp {
|
|
|
2294
2298
|
*/
|
|
2295
2299
|
update?: pulumi.Input<string>;
|
|
2296
2300
|
}
|
|
2301
|
+
interface WorkspaceConfigurationLimitsPerLabelSet {
|
|
2302
|
+
/**
|
|
2303
|
+
* Map of label key-value pairs that identify the metrics to which the limits apply. An empty map represents the default bucket for metrics that don't match any other label set.
|
|
2304
|
+
*/
|
|
2305
|
+
labelSet: pulumi.Input<{
|
|
2306
|
+
[key: string]: pulumi.Input<string>;
|
|
2307
|
+
}>;
|
|
2308
|
+
/**
|
|
2309
|
+
* Configuration block for the limits to apply to the specified label set. Detailed below.
|
|
2310
|
+
*/
|
|
2311
|
+
limits?: pulumi.Input<inputs.amp.WorkspaceConfigurationLimitsPerLabelSetLimits>;
|
|
2312
|
+
}
|
|
2313
|
+
interface WorkspaceConfigurationLimitsPerLabelSetLimits {
|
|
2314
|
+
/**
|
|
2315
|
+
* Maximum number of active time series that can be ingested for metrics matching the label set.
|
|
2316
|
+
*/
|
|
2317
|
+
maxSeries: pulumi.Input<number>;
|
|
2318
|
+
}
|
|
2319
|
+
interface WorkspaceConfigurationTimeouts {
|
|
2320
|
+
/**
|
|
2321
|
+
* 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).
|
|
2322
|
+
*/
|
|
2323
|
+
create?: pulumi.Input<string>;
|
|
2324
|
+
/**
|
|
2325
|
+
* 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).
|
|
2326
|
+
*/
|
|
2327
|
+
update?: pulumi.Input<string>;
|
|
2328
|
+
}
|
|
2297
2329
|
interface WorkspaceLoggingConfiguration {
|
|
2298
2330
|
/**
|
|
2299
2331
|
* The ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist.
|
|
@@ -21061,6 +21093,48 @@ export declare namespace drs {
|
|
|
21061
21093
|
update?: pulumi.Input<string>;
|
|
21062
21094
|
}
|
|
21063
21095
|
}
|
|
21096
|
+
export declare namespace dsql {
|
|
21097
|
+
interface ClusterEncryptionDetail {
|
|
21098
|
+
/**
|
|
21099
|
+
* The status of encryption for the DSQL Cluster.
|
|
21100
|
+
*/
|
|
21101
|
+
encryptionStatus: pulumi.Input<string>;
|
|
21102
|
+
/**
|
|
21103
|
+
* The type of encryption that protects the data on the DSQL Cluster.
|
|
21104
|
+
*/
|
|
21105
|
+
encryptionType: pulumi.Input<string>;
|
|
21106
|
+
}
|
|
21107
|
+
interface ClusterMultiRegionProperties {
|
|
21108
|
+
/**
|
|
21109
|
+
* List of DSQL Cluster ARNs peered to this cluster.
|
|
21110
|
+
*/
|
|
21111
|
+
clusters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21112
|
+
/**
|
|
21113
|
+
* Witness region for the multi-region clusters. Setting this makes this cluster a multi-region cluster. Changing it recreates the resource.
|
|
21114
|
+
*/
|
|
21115
|
+
witnessRegion?: pulumi.Input<string>;
|
|
21116
|
+
}
|
|
21117
|
+
interface ClusterPeeringTimeouts {
|
|
21118
|
+
/**
|
|
21119
|
+
* 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).
|
|
21120
|
+
*/
|
|
21121
|
+
create?: pulumi.Input<string>;
|
|
21122
|
+
}
|
|
21123
|
+
interface ClusterTimeouts {
|
|
21124
|
+
/**
|
|
21125
|
+
* 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).
|
|
21126
|
+
*/
|
|
21127
|
+
create?: pulumi.Input<string>;
|
|
21128
|
+
/**
|
|
21129
|
+
* 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.
|
|
21130
|
+
*/
|
|
21131
|
+
delete?: pulumi.Input<string>;
|
|
21132
|
+
/**
|
|
21133
|
+
* 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).
|
|
21134
|
+
*/
|
|
21135
|
+
update?: pulumi.Input<string>;
|
|
21136
|
+
}
|
|
21137
|
+
}
|
|
21064
21138
|
export declare namespace dynamodb {
|
|
21065
21139
|
interface GetTableServerSideEncryption {
|
|
21066
21140
|
enabled?: boolean;
|
|
@@ -31196,6 +31270,16 @@ export declare namespace fsx {
|
|
|
31196
31270
|
name: pulumi.Input<string>;
|
|
31197
31271
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
31198
31272
|
}
|
|
31273
|
+
interface LustreFileSystemDataReadCacheConfiguration {
|
|
31274
|
+
/**
|
|
31275
|
+
* Size of the file system's SSD read cache, in gibibytes (GiB). Required when the `sizingMode` is `USER_PROVISIONED`.
|
|
31276
|
+
*/
|
|
31277
|
+
size?: pulumi.Input<number>;
|
|
31278
|
+
/**
|
|
31279
|
+
* Sizing mode for the cache. Valud values are `NO_CACHE`, `USER_PROVISIONED`, and `PROPORTIONAL_TO_THROUGHPUT_CAPACITY`.
|
|
31280
|
+
*/
|
|
31281
|
+
sizingMode: pulumi.Input<string>;
|
|
31282
|
+
}
|
|
31199
31283
|
interface LustreFileSystemLogConfiguration {
|
|
31200
31284
|
/**
|
|
31201
31285
|
* The Amazon Resource Name (ARN) that specifies the destination of the logs. The name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs `/aws/fsx/lustre` log group.
|
|
@@ -31208,11 +31292,11 @@ export declare namespace fsx {
|
|
|
31208
31292
|
}
|
|
31209
31293
|
interface LustreFileSystemMetadataConfiguration {
|
|
31210
31294
|
/**
|
|
31211
|
-
* Amount of IOPS provisioned for metadata. This parameter should only be used when the mode is set to `USER_PROVISIONED`. Valid Values are `1500`,`3000`,`6000` and `12000` through `192000` in increments of `12000`.
|
|
31295
|
+
* Amount of IOPS provisioned for metadata. This parameter should only be used when the mode is set to `USER_PROVISIONED`. Valid Values are `1500`,`3000`,`6000` and `12000` through `192000` in increments of `12000`. Valid values for `INTELLIGENT_TIERING` storage type are `6000` or `12000`.
|
|
31212
31296
|
*/
|
|
31213
31297
|
iops?: pulumi.Input<number>;
|
|
31214
31298
|
/**
|
|
31215
|
-
* Mode for the metadata configuration of the file system. Valid values are `AUTOMATIC`, and `USER_PROVISIONED`.
|
|
31299
|
+
* Mode for the metadata configuration of the file system. Valid values are `AUTOMATIC`, and `USER_PROVISIONED`. Must be set to `USER_PROVISIONED` for `INTELLIGENT_TIERING` storage type.
|
|
31216
31300
|
*
|
|
31217
31301
|
* !> **WARNING:** Updating the value of `iops` from a higher to a lower value will force a recreation of the resource. Any data on the file system will be lost when recreating.
|
|
31218
31302
|
*/
|
|
@@ -40798,7 +40882,7 @@ export declare namespace lambda {
|
|
|
40798
40882
|
*/
|
|
40799
40883
|
logGroup?: pulumi.Input<string>;
|
|
40800
40884
|
/**
|
|
40801
|
-
* for JSON structured logs, choose the detail level of the Lambda platform event logs sent to CloudWatch, such as `
|
|
40885
|
+
* for JSON structured logs, choose the detail level of the Lambda platform event logs sent to CloudWatch, such as `WARN`, `DEBUG`, or `INFO`.
|
|
40802
40886
|
*/
|
|
40803
40887
|
systemLogLevel?: pulumi.Input<string>;
|
|
40804
40888
|
}
|
|
@@ -53831,34 +53915,43 @@ export declare namespace licensemanager {
|
|
|
53831
53915
|
export declare namespace lightsail {
|
|
53832
53916
|
interface CertificateDomainValidationOption {
|
|
53833
53917
|
/**
|
|
53834
|
-
*
|
|
53918
|
+
* Domain name for which the certificate should be issued.
|
|
53835
53919
|
*/
|
|
53836
53920
|
domainName?: pulumi.Input<string>;
|
|
53921
|
+
/**
|
|
53922
|
+
* Name of the DNS record to create to validate the certificate.
|
|
53923
|
+
*/
|
|
53837
53924
|
resourceRecordName?: pulumi.Input<string>;
|
|
53925
|
+
/**
|
|
53926
|
+
* Type of DNS record to create to validate the certificate.
|
|
53927
|
+
*/
|
|
53838
53928
|
resourceRecordType?: pulumi.Input<string>;
|
|
53929
|
+
/**
|
|
53930
|
+
* Value of the DNS record to create to validate the certificate.
|
|
53931
|
+
*/
|
|
53839
53932
|
resourceRecordValue?: pulumi.Input<string>;
|
|
53840
53933
|
}
|
|
53841
53934
|
interface ContainerServiceDeploymentVersionContainer {
|
|
53842
53935
|
/**
|
|
53843
|
-
*
|
|
53936
|
+
* Launch command for the container. A list of strings.
|
|
53844
53937
|
*/
|
|
53845
53938
|
commands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
53846
53939
|
/**
|
|
53847
|
-
*
|
|
53940
|
+
* Name of the container.
|
|
53848
53941
|
*/
|
|
53849
53942
|
containerName: pulumi.Input<string>;
|
|
53850
53943
|
/**
|
|
53851
|
-
*
|
|
53944
|
+
* Key-value map of the environment variables of the container.
|
|
53852
53945
|
*/
|
|
53853
53946
|
environment?: pulumi.Input<{
|
|
53854
53947
|
[key: string]: pulumi.Input<string>;
|
|
53855
53948
|
}>;
|
|
53856
53949
|
/**
|
|
53857
|
-
*
|
|
53950
|
+
* Name of the image used for the container. Container images sourced from your Lightsail container service, that are registered and stored on your service, start with a colon (`:`). For example, `:container-service-1.mystaticwebsite.1`. Container images sourced from a public registry like Docker Hub don't start with a colon. For example, `nginx:latest` or `nginx`.
|
|
53858
53951
|
*/
|
|
53859
53952
|
image: pulumi.Input<string>;
|
|
53860
53953
|
/**
|
|
53861
|
-
*
|
|
53954
|
+
* Key-value map of the open firewall ports of the container. Valid values: `HTTP`, `HTTPS`, `TCP`, `UDP`.
|
|
53862
53955
|
*/
|
|
53863
53956
|
ports?: pulumi.Input<{
|
|
53864
53957
|
[key: string]: pulumi.Input<string>;
|
|
@@ -53866,188 +53959,195 @@ export declare namespace lightsail {
|
|
|
53866
53959
|
}
|
|
53867
53960
|
interface ContainerServiceDeploymentVersionPublicEndpoint {
|
|
53868
53961
|
/**
|
|
53869
|
-
*
|
|
53962
|
+
* Name of the container for the endpoint.
|
|
53870
53963
|
*/
|
|
53871
53964
|
containerName: pulumi.Input<string>;
|
|
53872
53965
|
/**
|
|
53873
|
-
*
|
|
53966
|
+
* Port of the container to which traffic is forwarded to.
|
|
53874
53967
|
*/
|
|
53875
53968
|
containerPort: pulumi.Input<number>;
|
|
53876
53969
|
/**
|
|
53877
|
-
*
|
|
53970
|
+
* Configuration block that describes the health check configuration of the container. See below.
|
|
53878
53971
|
*/
|
|
53879
53972
|
healthCheck: pulumi.Input<inputs.lightsail.ContainerServiceDeploymentVersionPublicEndpointHealthCheck>;
|
|
53880
53973
|
}
|
|
53881
53974
|
interface ContainerServiceDeploymentVersionPublicEndpointHealthCheck {
|
|
53882
53975
|
/**
|
|
53883
|
-
*
|
|
53976
|
+
* Number of consecutive health check successes required before moving the container to the Healthy state. Defaults to 2.
|
|
53884
53977
|
*/
|
|
53885
53978
|
healthyThreshold?: pulumi.Input<number>;
|
|
53886
53979
|
/**
|
|
53887
|
-
*
|
|
53980
|
+
* Approximate interval, in seconds, between health checks of an individual container. You can specify between 5 and 300 seconds. Defaults to 5.
|
|
53888
53981
|
*/
|
|
53889
53982
|
intervalSeconds?: pulumi.Input<number>;
|
|
53890
53983
|
/**
|
|
53891
|
-
*
|
|
53984
|
+
* Path on the container on which to perform the health check. Defaults to "/".
|
|
53892
53985
|
*/
|
|
53893
53986
|
path?: pulumi.Input<string>;
|
|
53894
53987
|
/**
|
|
53895
|
-
*
|
|
53988
|
+
* HTTP codes to use when checking for a successful response from a container. You can specify values between 200 and 499. Defaults to "200-499".
|
|
53896
53989
|
*/
|
|
53897
53990
|
successCodes?: pulumi.Input<string>;
|
|
53898
53991
|
/**
|
|
53899
|
-
*
|
|
53992
|
+
* Amount of time, in seconds, during which no response means a failed health check. You can specify between 2 and 60 seconds. Defaults to 2.
|
|
53900
53993
|
*/
|
|
53901
53994
|
timeoutSeconds?: pulumi.Input<number>;
|
|
53902
53995
|
/**
|
|
53903
|
-
*
|
|
53996
|
+
* Number of consecutive health check failures required before moving the container to the Unhealthy state. Defaults to 2.
|
|
53904
53997
|
*/
|
|
53905
53998
|
unhealthyThreshold?: pulumi.Input<number>;
|
|
53906
53999
|
}
|
|
53907
54000
|
interface ContainerServicePrivateRegistryAccess {
|
|
53908
54001
|
/**
|
|
53909
|
-
*
|
|
54002
|
+
* Configuration to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See below.
|
|
53910
54003
|
*/
|
|
53911
54004
|
ecrImagePullerRole?: pulumi.Input<inputs.lightsail.ContainerServicePrivateRegistryAccessEcrImagePullerRole>;
|
|
53912
54005
|
}
|
|
53913
54006
|
interface ContainerServicePrivateRegistryAccessEcrImagePullerRole {
|
|
53914
54007
|
/**
|
|
53915
|
-
*
|
|
54008
|
+
* Whether to activate the role. Defaults to `false`.
|
|
53916
54009
|
*/
|
|
53917
54010
|
isActive?: pulumi.Input<boolean>;
|
|
53918
54011
|
/**
|
|
53919
|
-
*
|
|
53920
|
-
* relationship between your standard AWS account and your Lightsail container service. This allows you to give your
|
|
53921
|
-
* service permission to access resources in your standard AWS account.
|
|
54012
|
+
* Principal ARN of the container service. The principal ARN can be used to create a trust relationship between your standard AWS account and your Lightsail container service.
|
|
53922
54013
|
*/
|
|
53923
54014
|
principalArn?: pulumi.Input<string>;
|
|
53924
54015
|
}
|
|
53925
54016
|
interface ContainerServicePublicDomainNames {
|
|
54017
|
+
/**
|
|
54018
|
+
* Set of certificate configurations for the public domain names. Each element contains the following attributes:
|
|
54019
|
+
*/
|
|
53926
54020
|
certificates: pulumi.Input<pulumi.Input<inputs.lightsail.ContainerServicePublicDomainNamesCertificate>[]>;
|
|
53927
54021
|
}
|
|
53928
54022
|
interface ContainerServicePublicDomainNamesCertificate {
|
|
54023
|
+
/**
|
|
54024
|
+
* Name of the certificate.
|
|
54025
|
+
*/
|
|
53929
54026
|
certificateName: pulumi.Input<string>;
|
|
54027
|
+
/**
|
|
54028
|
+
* List of domain names for the certificate.
|
|
54029
|
+
*/
|
|
53930
54030
|
domainNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
53931
54031
|
}
|
|
53932
54032
|
interface DistributionCacheBehavior {
|
|
53933
54033
|
/**
|
|
53934
|
-
*
|
|
54034
|
+
* Cache behavior for the specified path. Valid values: `cache`, `dont-cache`.
|
|
53935
54035
|
*/
|
|
53936
54036
|
behavior: pulumi.Input<string>;
|
|
53937
54037
|
/**
|
|
53938
|
-
*
|
|
54038
|
+
* Path to a directory or file to cache, or not cache. Use an asterisk symbol to specify wildcard directories (`path/to/assets/*`), and file types (`*.html`, `*.jpg`, `*.js`). Directories and file paths are case-sensitive.
|
|
53939
54039
|
*/
|
|
53940
54040
|
path: pulumi.Input<string>;
|
|
53941
54041
|
}
|
|
53942
54042
|
interface DistributionCacheBehaviorSettings {
|
|
53943
54043
|
/**
|
|
53944
|
-
*
|
|
54044
|
+
* HTTP methods that are processed and forwarded to the distribution's origin.
|
|
53945
54045
|
*/
|
|
53946
54046
|
allowedHttpMethods?: pulumi.Input<string>;
|
|
53947
54047
|
/**
|
|
53948
|
-
*
|
|
54048
|
+
* HTTP method responses that are cached by your distribution.
|
|
53949
54049
|
*/
|
|
53950
54050
|
cachedHttpMethods?: pulumi.Input<string>;
|
|
53951
54051
|
/**
|
|
53952
|
-
*
|
|
54052
|
+
* Default amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the content has been updated.
|
|
53953
54053
|
*/
|
|
53954
54054
|
defaultTtl?: pulumi.Input<number>;
|
|
53955
54055
|
/**
|
|
53956
|
-
*
|
|
54056
|
+
* Cookies that are forwarded to the origin. Your content is cached based on the cookies that are forwarded. See below.
|
|
53957
54057
|
*/
|
|
53958
54058
|
forwardedCookies?: pulumi.Input<inputs.lightsail.DistributionCacheBehaviorSettingsForwardedCookies>;
|
|
53959
54059
|
/**
|
|
53960
|
-
*
|
|
54060
|
+
* Headers that are forwarded to the origin. Your content is cached based on the headers that are forwarded. See below.
|
|
53961
54061
|
*/
|
|
53962
54062
|
forwardedHeaders?: pulumi.Input<inputs.lightsail.DistributionCacheBehaviorSettingsForwardedHeaders>;
|
|
53963
54063
|
/**
|
|
53964
|
-
*
|
|
54064
|
+
* Query strings that are forwarded to the origin. Your content is cached based on the query strings that are forwarded. See below.
|
|
53965
54065
|
*/
|
|
53966
54066
|
forwardedQueryStrings?: pulumi.Input<inputs.lightsail.DistributionCacheBehaviorSettingsForwardedQueryStrings>;
|
|
53967
54067
|
/**
|
|
53968
|
-
*
|
|
54068
|
+
* Maximum amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the object has been updated.
|
|
53969
54069
|
*/
|
|
53970
54070
|
maximumTtl?: pulumi.Input<number>;
|
|
53971
54071
|
/**
|
|
53972
|
-
*
|
|
54072
|
+
* Minimum amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the object has been updated.
|
|
53973
54073
|
*/
|
|
53974
54074
|
minimumTtl?: pulumi.Input<number>;
|
|
53975
54075
|
}
|
|
53976
54076
|
interface DistributionCacheBehaviorSettingsForwardedCookies {
|
|
53977
54077
|
/**
|
|
53978
|
-
*
|
|
54078
|
+
* Specific cookies to forward to your distribution's origin.
|
|
53979
54079
|
*/
|
|
53980
54080
|
cookiesAllowLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
53981
54081
|
/**
|
|
53982
|
-
*
|
|
54082
|
+
* Which cookies to forward to the distribution's origin for a cache behavior. Valid values: `all`, `none`, `allow-list`.
|
|
53983
54083
|
*/
|
|
53984
54084
|
option?: pulumi.Input<string>;
|
|
53985
54085
|
}
|
|
53986
54086
|
interface DistributionCacheBehaviorSettingsForwardedHeaders {
|
|
53987
54087
|
/**
|
|
53988
|
-
*
|
|
54088
|
+
* Specific headers to forward to your distribution's origin.
|
|
53989
54089
|
*/
|
|
53990
54090
|
headersAllowLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
53991
54091
|
/**
|
|
53992
|
-
*
|
|
54092
|
+
* Headers that you want your distribution to forward to your origin and base caching on. Valid values: `default`, `allow-list`, `all`.
|
|
53993
54093
|
*/
|
|
53994
54094
|
option?: pulumi.Input<string>;
|
|
53995
54095
|
}
|
|
53996
54096
|
interface DistributionCacheBehaviorSettingsForwardedQueryStrings {
|
|
53997
54097
|
/**
|
|
53998
|
-
*
|
|
54098
|
+
* Whether the distribution forwards and caches based on query strings.
|
|
53999
54099
|
*/
|
|
54000
54100
|
option?: pulumi.Input<boolean>;
|
|
54001
54101
|
/**
|
|
54002
|
-
*
|
|
54102
|
+
* Specific query strings that the distribution forwards to the origin.
|
|
54003
54103
|
*/
|
|
54004
54104
|
queryStringsAllowedLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
54005
54105
|
}
|
|
54006
54106
|
interface DistributionDefaultCacheBehavior {
|
|
54007
54107
|
/**
|
|
54008
|
-
*
|
|
54108
|
+
* Cache behavior of the distribution. Valid values: `cache`, `dont-cache`.
|
|
54009
54109
|
*/
|
|
54010
54110
|
behavior: pulumi.Input<string>;
|
|
54011
54111
|
}
|
|
54012
54112
|
interface DistributionLocation {
|
|
54013
54113
|
/**
|
|
54014
|
-
*
|
|
54114
|
+
* Availability Zone. Follows the format us-east-2a (case-sensitive).
|
|
54015
54115
|
*/
|
|
54016
54116
|
availabilityZone: pulumi.Input<string>;
|
|
54017
54117
|
/**
|
|
54018
|
-
*
|
|
54118
|
+
* AWS Region name.
|
|
54019
54119
|
*/
|
|
54020
54120
|
regionName: pulumi.Input<string>;
|
|
54021
54121
|
}
|
|
54022
54122
|
interface DistributionOrigin {
|
|
54023
54123
|
/**
|
|
54024
|
-
*
|
|
54124
|
+
* Name of the origin resource. Your origin can be an instance with an attached static IP, a bucket, or a load balancer that has at least one instance attached to it.
|
|
54025
54125
|
*/
|
|
54026
54126
|
name: pulumi.Input<string>;
|
|
54027
54127
|
/**
|
|
54028
|
-
*
|
|
54128
|
+
* Protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.
|
|
54029
54129
|
*/
|
|
54030
54130
|
protocolPolicy?: pulumi.Input<string>;
|
|
54031
54131
|
/**
|
|
54032
|
-
*
|
|
54132
|
+
* AWS Region name of the origin resource.
|
|
54033
54133
|
*/
|
|
54034
54134
|
regionName: pulumi.Input<string>;
|
|
54035
54135
|
/**
|
|
54036
|
-
*
|
|
54136
|
+
* Lightsail resource type (e.g., Distribution).
|
|
54037
54137
|
*/
|
|
54038
54138
|
resourceType?: pulumi.Input<string>;
|
|
54039
54139
|
}
|
|
54040
54140
|
interface InstanceAddOn {
|
|
54041
54141
|
/**
|
|
54042
|
-
*
|
|
54142
|
+
* 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.
|
|
54043
54143
|
*/
|
|
54044
54144
|
snapshotTime: pulumi.Input<string>;
|
|
54045
54145
|
/**
|
|
54046
|
-
*
|
|
54146
|
+
* Status of the add-on. Valid values: `Enabled`, `Disabled`.
|
|
54047
54147
|
*/
|
|
54048
54148
|
status: pulumi.Input<string>;
|
|
54049
54149
|
/**
|
|
54050
|
-
*
|
|
54150
|
+
* Add-on type. There is currently only one valid type `AutoSnapshot`.
|
|
54051
54151
|
*/
|
|
54052
54152
|
type: pulumi.Input<string>;
|
|
54053
54153
|
}
|
|
@@ -54064,9 +54164,12 @@ export declare namespace lightsail {
|
|
|
54064
54164
|
* First port in a range of open ports on an instance.
|
|
54065
54165
|
*/
|
|
54066
54166
|
fromPort: pulumi.Input<number>;
|
|
54167
|
+
/**
|
|
54168
|
+
* Set of IPv6 CIDR blocks.
|
|
54169
|
+
*/
|
|
54067
54170
|
ipv6Cidrs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
54068
54171
|
/**
|
|
54069
|
-
* IP protocol name. Valid values
|
|
54172
|
+
* IP protocol name. Valid values: `tcp`, `all`, `udp`, `icmp`.
|
|
54070
54173
|
*/
|
|
54071
54174
|
protocol: pulumi.Input<string>;
|
|
54072
54175
|
/**
|
|
@@ -54078,7 +54181,7 @@ export declare namespace lightsail {
|
|
|
54078
54181
|
}
|
|
54079
54182
|
interface LbCertificateDomainValidationRecord {
|
|
54080
54183
|
/**
|
|
54081
|
-
*
|
|
54184
|
+
* Domain name (e.g., example.com) for your SSL/TLS certificate.
|
|
54082
54185
|
*/
|
|
54083
54186
|
domainName?: pulumi.Input<string>;
|
|
54084
54187
|
resourceRecordName?: pulumi.Input<string>;
|
|
@@ -57891,17 +57994,17 @@ export declare namespace neptune {
|
|
|
57891
57994
|
}
|
|
57892
57995
|
interface ClusterServerlessV2ScalingConfiguration {
|
|
57893
57996
|
/**
|
|
57894
|
-
*
|
|
57997
|
+
* Maximum Neptune Capacity Units (NCUs) for this cluster. Must be lower or equal than **128**. See [AWS Documentation](https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-capacity-scaling.html) for more details.
|
|
57895
57998
|
*/
|
|
57896
57999
|
maxCapacity?: pulumi.Input<number>;
|
|
57897
58000
|
/**
|
|
57898
|
-
*
|
|
58001
|
+
* Minimum Neptune Capacity Units (NCUs) for this cluster. Must be greater or equal than **1**. See [AWS Documentation](https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-capacity-scaling.html) for more details.
|
|
57899
58002
|
*/
|
|
57900
58003
|
minCapacity?: pulumi.Input<number>;
|
|
57901
58004
|
}
|
|
57902
58005
|
interface GlobalClusterGlobalClusterMember {
|
|
57903
58006
|
/**
|
|
57904
|
-
*
|
|
58007
|
+
* ARN of member DB Cluster.
|
|
57905
58008
|
*/
|
|
57906
58009
|
dbClusterArn?: pulumi.Input<string>;
|
|
57907
58010
|
/**
|
|
@@ -58257,7 +58360,7 @@ export declare namespace networkfirewall {
|
|
|
58257
58360
|
*/
|
|
58258
58361
|
rulesSourceList?: pulumi.Input<inputs.networkfirewall.RuleGroupRuleGroupRulesSourceRulesSourceList>;
|
|
58259
58362
|
/**
|
|
58260
|
-
*
|
|
58363
|
+
* Stateful inspection criteria, provided in Suricata compatible rules. These rules contain the inspection criteria and the action to take for traffic that matches the criteria, so this type of rule group doesn’t have a separate action setting.
|
|
58261
58364
|
*/
|
|
58262
58365
|
rulesString?: pulumi.Input<string>;
|
|
58263
58366
|
/**
|
|
@@ -67625,6 +67728,18 @@ export declare namespace s3control {
|
|
|
67625
67728
|
[key: string]: pulumi.Input<string>;
|
|
67626
67729
|
}>;
|
|
67627
67730
|
}
|
|
67731
|
+
interface DirectoryBucketAccessPointScopeScope {
|
|
67732
|
+
/**
|
|
67733
|
+
* You can specify a list of API operations as permissions for the access point.
|
|
67734
|
+
*/
|
|
67735
|
+
permissions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
67736
|
+
/**
|
|
67737
|
+
* You can specify a list of prefixes, but the total length of characters of all prefixes must be less than 256 bytes.
|
|
67738
|
+
*
|
|
67739
|
+
* * For more information on access point scope, see [AWS Documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets-manage-scope.html).
|
|
67740
|
+
*/
|
|
67741
|
+
prefixes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
67742
|
+
}
|
|
67628
67743
|
interface MultiRegionAccessPointDetails {
|
|
67629
67744
|
name: pulumi.Input<string>;
|
|
67630
67745
|
publicAccessBlock?: pulumi.Input<inputs.s3control.MultiRegionAccessPointDetailsPublicAccessBlock>;
|
|
@@ -74349,7 +74464,7 @@ export declare namespace ssm {
|
|
|
74349
74464
|
*/
|
|
74350
74465
|
key: pulumi.Input<string>;
|
|
74351
74466
|
/**
|
|
74352
|
-
* A list of instance IDs or tag values.
|
|
74467
|
+
* User-defined criteria that maps to Key. A list of instance IDs or tag values.
|
|
74353
74468
|
*/
|
|
74354
74469
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
74355
74470
|
}
|
|
@@ -76870,6 +76985,72 @@ export declare namespace vpc {
|
|
|
76870
76985
|
*/
|
|
76871
76986
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
76872
76987
|
}
|
|
76988
|
+
interface RouteServerEndpointTimeouts {
|
|
76989
|
+
/**
|
|
76990
|
+
* 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).
|
|
76991
|
+
*/
|
|
76992
|
+
create?: pulumi.Input<string>;
|
|
76993
|
+
/**
|
|
76994
|
+
* 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.
|
|
76995
|
+
*/
|
|
76996
|
+
delete?: pulumi.Input<string>;
|
|
76997
|
+
}
|
|
76998
|
+
interface RouteServerPeerBgpOptions {
|
|
76999
|
+
/**
|
|
77000
|
+
* The Border Gateway Protocol (BGP) Autonomous System Number (ASN) for the appliance. Valid values are from 1 to 4294967295. We recommend using a private ASN in the 64512–65534 (16-bit ASN) or 4200000000–4294967294 (32-bit ASN) range.
|
|
77001
|
+
*/
|
|
77002
|
+
peerAsn: pulumi.Input<number>;
|
|
77003
|
+
/**
|
|
77004
|
+
* The requested liveness detection protocol for the BGP peer. Valid values are `bgp-keepalive` and `bfd`. Default value is `bgp-keepalive`.
|
|
77005
|
+
*
|
|
77006
|
+
* The following arguments are optional:
|
|
77007
|
+
*/
|
|
77008
|
+
peerLivenessDetection?: pulumi.Input<string>;
|
|
77009
|
+
}
|
|
77010
|
+
interface RouteServerPeerTimeouts {
|
|
77011
|
+
/**
|
|
77012
|
+
* 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).
|
|
77013
|
+
*/
|
|
77014
|
+
create?: pulumi.Input<string>;
|
|
77015
|
+
/**
|
|
77016
|
+
* 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.
|
|
77017
|
+
*/
|
|
77018
|
+
delete?: pulumi.Input<string>;
|
|
77019
|
+
}
|
|
77020
|
+
interface RouteServerPropagationTimeouts {
|
|
77021
|
+
/**
|
|
77022
|
+
* 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).
|
|
77023
|
+
*/
|
|
77024
|
+
create?: pulumi.Input<string>;
|
|
77025
|
+
/**
|
|
77026
|
+
* 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.
|
|
77027
|
+
*/
|
|
77028
|
+
delete?: pulumi.Input<string>;
|
|
77029
|
+
}
|
|
77030
|
+
interface RouteServerTimeouts {
|
|
77031
|
+
/**
|
|
77032
|
+
* 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).
|
|
77033
|
+
*/
|
|
77034
|
+
create?: pulumi.Input<string>;
|
|
77035
|
+
/**
|
|
77036
|
+
* 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.
|
|
77037
|
+
*/
|
|
77038
|
+
delete?: pulumi.Input<string>;
|
|
77039
|
+
/**
|
|
77040
|
+
* 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).
|
|
77041
|
+
*/
|
|
77042
|
+
update?: pulumi.Input<string>;
|
|
77043
|
+
}
|
|
77044
|
+
interface RouteServerVpcAssociationTimeouts {
|
|
77045
|
+
/**
|
|
77046
|
+
* 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).
|
|
77047
|
+
*/
|
|
77048
|
+
create?: pulumi.Input<string>;
|
|
77049
|
+
/**
|
|
77050
|
+
* 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.
|
|
77051
|
+
*/
|
|
77052
|
+
delete?: pulumi.Input<string>;
|
|
77053
|
+
}
|
|
76873
77054
|
interface SecurityGroupVpcAssociationTimeouts {
|
|
76874
77055
|
/**
|
|
76875
77056
|
* 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).
|
|
@@ -78000,6 +78181,10 @@ export declare namespace wafv2 {
|
|
|
78000
78181
|
* A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.
|
|
78001
78182
|
*/
|
|
78002
78183
|
andStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementAndStatement>;
|
|
78184
|
+
/**
|
|
78185
|
+
* Rule statement that inspects web traffic based on the Autonomous System Number (ASN) associated with the request's IP address. See `asnMatchStatement` below for details.
|
|
78186
|
+
*/
|
|
78187
|
+
asnMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementAsnMatchStatement>;
|
|
78003
78188
|
/**
|
|
78004
78189
|
* A rule statement that defines a string match search for AWS WAF to apply to web requests. See Byte Match Statement below for details.
|
|
78005
78190
|
*/
|
|
@@ -78055,6 +78240,26 @@ export declare namespace wafv2 {
|
|
|
78055
78240
|
*/
|
|
78056
78241
|
statements: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupRuleStatement>[]>;
|
|
78057
78242
|
}
|
|
78243
|
+
interface RuleGroupRuleStatementAsnMatchStatement {
|
|
78244
|
+
/**
|
|
78245
|
+
* List of Autonomous System Numbers (ASNs).
|
|
78246
|
+
*/
|
|
78247
|
+
asnLists: pulumi.Input<pulumi.Input<number>[]>;
|
|
78248
|
+
/**
|
|
78249
|
+
* Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See Forwarded IP Config below for more details.
|
|
78250
|
+
*/
|
|
78251
|
+
forwardedIpConfig?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementAsnMatchStatementForwardedIpConfig>;
|
|
78252
|
+
}
|
|
78253
|
+
interface RuleGroupRuleStatementAsnMatchStatementForwardedIpConfig {
|
|
78254
|
+
/**
|
|
78255
|
+
* The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.
|
|
78256
|
+
*/
|
|
78257
|
+
fallbackBehavior: pulumi.Input<string>;
|
|
78258
|
+
/**
|
|
78259
|
+
* The name of the HTTP header to use for the IP address.
|
|
78260
|
+
*/
|
|
78261
|
+
headerName: pulumi.Input<string>;
|
|
78262
|
+
}
|
|
78058
78263
|
interface RuleGroupRuleStatementByteMatchStatement {
|
|
78059
78264
|
/**
|
|
78060
78265
|
* The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
|
|
@@ -78542,6 +78747,10 @@ export declare namespace wafv2 {
|
|
|
78542
78747
|
* A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.
|
|
78543
78748
|
*/
|
|
78544
78749
|
andStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement>;
|
|
78750
|
+
/**
|
|
78751
|
+
* Rule statement that inspects web traffic based on the Autonomous System Number (ASN) associated with the request's IP address. See `asnMatchStatement` below for details.
|
|
78752
|
+
*/
|
|
78753
|
+
asnMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatement>;
|
|
78545
78754
|
/**
|
|
78546
78755
|
* A rule statement that defines a string match search for AWS WAF to apply to web requests. See Byte Match Statement below for details.
|
|
78547
78756
|
*/
|
|
@@ -78593,6 +78802,26 @@ export declare namespace wafv2 {
|
|
|
78593
78802
|
*/
|
|
78594
78803
|
statements: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupRuleStatement>[]>;
|
|
78595
78804
|
}
|
|
78805
|
+
interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatement {
|
|
78806
|
+
/**
|
|
78807
|
+
* List of Autonomous System Numbers (ASNs).
|
|
78808
|
+
*/
|
|
78809
|
+
asnLists: pulumi.Input<pulumi.Input<number>[]>;
|
|
78810
|
+
/**
|
|
78811
|
+
* Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See Forwarded IP Config below for more details.
|
|
78812
|
+
*/
|
|
78813
|
+
forwardedIpConfig?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatementForwardedIpConfig>;
|
|
78814
|
+
}
|
|
78815
|
+
interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatementForwardedIpConfig {
|
|
78816
|
+
/**
|
|
78817
|
+
* The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.
|
|
78818
|
+
*/
|
|
78819
|
+
fallbackBehavior: pulumi.Input<string>;
|
|
78820
|
+
/**
|
|
78821
|
+
* The name of the HTTP header to use for the IP address.
|
|
78822
|
+
*/
|
|
78823
|
+
headerName: pulumi.Input<string>;
|
|
78824
|
+
}
|
|
78596
78825
|
interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement {
|
|
78597
78826
|
/**
|
|
78598
78827
|
* The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
|
|
@@ -81518,6 +81747,10 @@ export declare namespace wafv2 {
|
|
|
81518
81747
|
* Logical rule statement used to combine other rule statements with AND logic. See `andStatement` below for details.
|
|
81519
81748
|
*/
|
|
81520
81749
|
andStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatement>;
|
|
81750
|
+
/**
|
|
81751
|
+
* Rule statement that inspects web traffic based on the Autonomous System Number (ASN) associated with the request's IP address. See `asnMatchStatement` below for details.
|
|
81752
|
+
*/
|
|
81753
|
+
asnMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAsnMatchStatement>;
|
|
81521
81754
|
/**
|
|
81522
81755
|
* Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byteMatchStatement` below for details.
|
|
81523
81756
|
*/
|
|
@@ -81581,6 +81814,26 @@ export declare namespace wafv2 {
|
|
|
81581
81814
|
*/
|
|
81582
81815
|
statements: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclRuleStatement>[]>;
|
|
81583
81816
|
}
|
|
81817
|
+
interface WebAclRuleStatementAsnMatchStatement {
|
|
81818
|
+
/**
|
|
81819
|
+
* List of Autonomous System Numbers (ASNs).
|
|
81820
|
+
*/
|
|
81821
|
+
asnLists: pulumi.Input<pulumi.Input<number>[]>;
|
|
81822
|
+
/**
|
|
81823
|
+
* Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See `forwardedIpConfig` below for more details.
|
|
81824
|
+
*/
|
|
81825
|
+
forwardedIpConfig?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAsnMatchStatementForwardedIpConfig>;
|
|
81826
|
+
}
|
|
81827
|
+
interface WebAclRuleStatementAsnMatchStatementForwardedIpConfig {
|
|
81828
|
+
/**
|
|
81829
|
+
* Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.
|
|
81830
|
+
*/
|
|
81831
|
+
fallbackBehavior: pulumi.Input<string>;
|
|
81832
|
+
/**
|
|
81833
|
+
* Name of the HTTP header to use for the IP address.
|
|
81834
|
+
*/
|
|
81835
|
+
headerName: pulumi.Input<string>;
|
|
81836
|
+
}
|
|
81584
81837
|
interface WebAclRuleStatementByteMatchStatement {
|
|
81585
81838
|
/**
|
|
81586
81839
|
* Part of a web request that you want AWS WAF to inspect. See `fieldToMatch` below for details.
|
|
@@ -82330,6 +82583,10 @@ export declare namespace wafv2 {
|
|
|
82330
82583
|
* Logical rule statement used to combine other rule statements with AND logic. See `andStatement` below for details.
|
|
82331
82584
|
*/
|
|
82332
82585
|
andStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement>;
|
|
82586
|
+
/**
|
|
82587
|
+
* Rule statement that inspects web traffic based on the Autonomous System Number (ASN) associated with the request's IP address. See `asnMatchStatement` below for details.
|
|
82588
|
+
*/
|
|
82589
|
+
asnMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAsnMatchStatement>;
|
|
82333
82590
|
/**
|
|
82334
82591
|
* Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byteMatchStatement` below for details.
|
|
82335
82592
|
*/
|
|
@@ -82381,6 +82638,26 @@ export declare namespace wafv2 {
|
|
|
82381
82638
|
*/
|
|
82382
82639
|
statements: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclRuleStatement>[]>;
|
|
82383
82640
|
}
|
|
82641
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAsnMatchStatement {
|
|
82642
|
+
/**
|
|
82643
|
+
* List of Autonomous System Numbers (ASNs).
|
|
82644
|
+
*/
|
|
82645
|
+
asnLists: pulumi.Input<pulumi.Input<number>[]>;
|
|
82646
|
+
/**
|
|
82647
|
+
* Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See `forwardedIpConfig` below for more details.
|
|
82648
|
+
*/
|
|
82649
|
+
forwardedIpConfig?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAsnMatchStatementForwardedIpConfig>;
|
|
82650
|
+
}
|
|
82651
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAsnMatchStatementForwardedIpConfig {
|
|
82652
|
+
/**
|
|
82653
|
+
* Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.
|
|
82654
|
+
*/
|
|
82655
|
+
fallbackBehavior: pulumi.Input<string>;
|
|
82656
|
+
/**
|
|
82657
|
+
* Name of the HTTP header to use for the IP address.
|
|
82658
|
+
*/
|
|
82659
|
+
headerName: pulumi.Input<string>;
|
|
82660
|
+
}
|
|
82384
82661
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement {
|
|
82385
82662
|
/**
|
|
82386
82663
|
* Part of a web request that you want AWS WAF to inspect. See `fieldToMatch` below for details.
|
|
@@ -83946,6 +84223,10 @@ export declare namespace wafv2 {
|
|
|
83946
84223
|
* Logical rule statement used to combine other rule statements with AND logic. See `andStatement` below for details.
|
|
83947
84224
|
*/
|
|
83948
84225
|
andStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement>;
|
|
84226
|
+
/**
|
|
84227
|
+
* Rule statement that inspects web traffic based on the Autonomous System Number (ASN) associated with the request's IP address. See `asnMatchStatement` below for details.
|
|
84228
|
+
*/
|
|
84229
|
+
asnMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatement>;
|
|
83949
84230
|
/**
|
|
83950
84231
|
* Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byteMatchStatement` below for details.
|
|
83951
84232
|
*/
|
|
@@ -83997,6 +84278,26 @@ export declare namespace wafv2 {
|
|
|
83997
84278
|
*/
|
|
83998
84279
|
statements: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclRuleStatement>[]>;
|
|
83999
84280
|
}
|
|
84281
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatement {
|
|
84282
|
+
/**
|
|
84283
|
+
* List of Autonomous System Numbers (ASNs).
|
|
84284
|
+
*/
|
|
84285
|
+
asnLists: pulumi.Input<pulumi.Input<number>[]>;
|
|
84286
|
+
/**
|
|
84287
|
+
* Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See `forwardedIpConfig` below for more details.
|
|
84288
|
+
*/
|
|
84289
|
+
forwardedIpConfig?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatementForwardedIpConfig>;
|
|
84290
|
+
}
|
|
84291
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatementForwardedIpConfig {
|
|
84292
|
+
/**
|
|
84293
|
+
* Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.
|
|
84294
|
+
*/
|
|
84295
|
+
fallbackBehavior: pulumi.Input<string>;
|
|
84296
|
+
/**
|
|
84297
|
+
* Name of the HTTP header to use for the IP address.
|
|
84298
|
+
*/
|
|
84299
|
+
headerName: pulumi.Input<string>;
|
|
84300
|
+
}
|
|
84000
84301
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement {
|
|
84001
84302
|
/**
|
|
84002
84303
|
* Part of a web request that you want AWS WAF to inspect. See `fieldToMatch` below for details.
|
|
@@ -86753,6 +87054,88 @@ export declare namespace workspaces {
|
|
|
86753
87054
|
*/
|
|
86754
87055
|
source: pulumi.Input<string>;
|
|
86755
87056
|
}
|
|
87057
|
+
interface WebDataProtectionSettingsInlineRedactionConfiguration {
|
|
87058
|
+
/**
|
|
87059
|
+
* The global confidence level for the inline redaction configuration. This indicates the certainty of data type matches in the redaction process. Values range from 1 (low confidence) to 3 (high confidence).
|
|
87060
|
+
*/
|
|
87061
|
+
globalConfidenceLevel?: pulumi.Input<number>;
|
|
87062
|
+
/**
|
|
87063
|
+
* The global enforced URL configuration for the inline redaction configuration.
|
|
87064
|
+
*/
|
|
87065
|
+
globalEnforcedUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
87066
|
+
/**
|
|
87067
|
+
* The global exempt URL configuration for the inline redaction configuration.
|
|
87068
|
+
*/
|
|
87069
|
+
globalExemptUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
87070
|
+
/**
|
|
87071
|
+
* The inline redaction patterns to be enabled for the inline redaction configuration. Detailed below.
|
|
87072
|
+
*/
|
|
87073
|
+
inlineRedactionPatterns?: pulumi.Input<pulumi.Input<inputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern>[]>;
|
|
87074
|
+
}
|
|
87075
|
+
interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern {
|
|
87076
|
+
/**
|
|
87077
|
+
* The built-in pattern from the list of preconfigured patterns. Either a `customPattern` or `builtInPatternId` is required.
|
|
87078
|
+
*/
|
|
87079
|
+
builtInPatternId?: pulumi.Input<string>;
|
|
87080
|
+
/**
|
|
87081
|
+
* The confidence level for inline redaction pattern. This indicates the certainty of data type matches in the redaction process. Values range from 1 (low confidence) to 3 (high confidence).
|
|
87082
|
+
*/
|
|
87083
|
+
confidenceLevel?: pulumi.Input<number>;
|
|
87084
|
+
/**
|
|
87085
|
+
* The configuration for a custom pattern. Either a `customPattern` or `builtInPatternId` is required. Detailed below.
|
|
87086
|
+
*/
|
|
87087
|
+
customPattern?: pulumi.Input<inputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern>;
|
|
87088
|
+
/**
|
|
87089
|
+
* The enforced URL configuration for the inline redaction pattern.
|
|
87090
|
+
*/
|
|
87091
|
+
enforcedUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
87092
|
+
/**
|
|
87093
|
+
* The exempt URL configuration for the inline redaction pattern.
|
|
87094
|
+
*/
|
|
87095
|
+
exemptUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
87096
|
+
/**
|
|
87097
|
+
* The redaction placeholder that will replace the redacted text in session. Detailed below.
|
|
87098
|
+
*/
|
|
87099
|
+
redactionPlaceHolders?: pulumi.Input<pulumi.Input<inputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder>[]>;
|
|
87100
|
+
}
|
|
87101
|
+
interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern {
|
|
87102
|
+
/**
|
|
87103
|
+
* The keyword regex for the customer pattern.
|
|
87104
|
+
*/
|
|
87105
|
+
keywordRegex?: pulumi.Input<string>;
|
|
87106
|
+
/**
|
|
87107
|
+
* The pattern description for the customer pattern.
|
|
87108
|
+
*/
|
|
87109
|
+
patternDescription?: pulumi.Input<string>;
|
|
87110
|
+
/**
|
|
87111
|
+
* The pattern name for the custom pattern.
|
|
87112
|
+
*/
|
|
87113
|
+
patternName: pulumi.Input<string>;
|
|
87114
|
+
/**
|
|
87115
|
+
* The pattern regex for the customer pattern. The format must follow JavaScript regex format.
|
|
87116
|
+
*/
|
|
87117
|
+
patternRegex: pulumi.Input<string>;
|
|
87118
|
+
}
|
|
87119
|
+
interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder {
|
|
87120
|
+
/**
|
|
87121
|
+
* The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
|
|
87122
|
+
*/
|
|
87123
|
+
redactionPlaceHolderText?: pulumi.Input<string>;
|
|
87124
|
+
/**
|
|
87125
|
+
* The redaction placeholder type that will replace the redacted text in session. Currently, only `CustomText` is supported.
|
|
87126
|
+
*/
|
|
87127
|
+
redactionPlaceHolderType: pulumi.Input<string>;
|
|
87128
|
+
}
|
|
87129
|
+
interface WebIpAccessSettingsIpRule {
|
|
87130
|
+
/**
|
|
87131
|
+
* The description of the IP access settings.
|
|
87132
|
+
*/
|
|
87133
|
+
description?: pulumi.Input<string>;
|
|
87134
|
+
/**
|
|
87135
|
+
* The IP range of the IP rule.
|
|
87136
|
+
*/
|
|
87137
|
+
ipRange: pulumi.Input<string>;
|
|
87138
|
+
}
|
|
86756
87139
|
interface WebUserSettingsCookieSynchronizationConfiguration {
|
|
86757
87140
|
/**
|
|
86758
87141
|
* List of cookie specifications that are allowed to be synchronized to the remote browser.
|
|
@@ -86832,6 +87215,146 @@ export declare namespace workspaces {
|
|
|
86832
87215
|
userVolumeSizeGib?: pulumi.Input<number>;
|
|
86833
87216
|
}
|
|
86834
87217
|
}
|
|
87218
|
+
export declare namespace workspacesweb {
|
|
87219
|
+
interface DataProtectionSettingsInlineRedactionConfiguration {
|
|
87220
|
+
/**
|
|
87221
|
+
* The global confidence level for the inline redaction configuration. This indicates the certainty of data type matches in the redaction process. Values range from 1 (low confidence) to 3 (high confidence).
|
|
87222
|
+
*/
|
|
87223
|
+
globalConfidenceLevel?: pulumi.Input<number>;
|
|
87224
|
+
/**
|
|
87225
|
+
* The global enforced URL configuration for the inline redaction configuration.
|
|
87226
|
+
*/
|
|
87227
|
+
globalEnforcedUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
87228
|
+
/**
|
|
87229
|
+
* The global exempt URL configuration for the inline redaction configuration.
|
|
87230
|
+
*/
|
|
87231
|
+
globalExemptUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
87232
|
+
/**
|
|
87233
|
+
* The inline redaction patterns to be enabled for the inline redaction configuration. Detailed below.
|
|
87234
|
+
*/
|
|
87235
|
+
inlineRedactionPatterns?: pulumi.Input<pulumi.Input<inputs.workspacesweb.DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern>[]>;
|
|
87236
|
+
}
|
|
87237
|
+
interface DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern {
|
|
87238
|
+
/**
|
|
87239
|
+
* The built-in pattern from the list of preconfigured patterns. Either a `customPattern` or `builtInPatternId` is required.
|
|
87240
|
+
*/
|
|
87241
|
+
builtInPatternId?: pulumi.Input<string>;
|
|
87242
|
+
/**
|
|
87243
|
+
* The confidence level for inline redaction pattern. This indicates the certainty of data type matches in the redaction process. Values range from 1 (low confidence) to 3 (high confidence).
|
|
87244
|
+
*/
|
|
87245
|
+
confidenceLevel?: pulumi.Input<number>;
|
|
87246
|
+
/**
|
|
87247
|
+
* The configuration for a custom pattern. Either a `customPattern` or `builtInPatternId` is required. Detailed below.
|
|
87248
|
+
*/
|
|
87249
|
+
customPattern?: pulumi.Input<inputs.workspacesweb.DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern>;
|
|
87250
|
+
/**
|
|
87251
|
+
* The enforced URL configuration for the inline redaction pattern.
|
|
87252
|
+
*/
|
|
87253
|
+
enforcedUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
87254
|
+
/**
|
|
87255
|
+
* The exempt URL configuration for the inline redaction pattern.
|
|
87256
|
+
*/
|
|
87257
|
+
exemptUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
87258
|
+
/**
|
|
87259
|
+
* The redaction placeholder that will replace the redacted text in session. Detailed below.
|
|
87260
|
+
*/
|
|
87261
|
+
redactionPlaceHolders?: pulumi.Input<pulumi.Input<inputs.workspacesweb.DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder>[]>;
|
|
87262
|
+
}
|
|
87263
|
+
interface DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern {
|
|
87264
|
+
/**
|
|
87265
|
+
* The keyword regex for the customer pattern.
|
|
87266
|
+
*/
|
|
87267
|
+
keywordRegex?: pulumi.Input<string>;
|
|
87268
|
+
/**
|
|
87269
|
+
* The pattern description for the customer pattern.
|
|
87270
|
+
*/
|
|
87271
|
+
patternDescription?: pulumi.Input<string>;
|
|
87272
|
+
/**
|
|
87273
|
+
* The pattern name for the custom pattern.
|
|
87274
|
+
*/
|
|
87275
|
+
patternName: pulumi.Input<string>;
|
|
87276
|
+
/**
|
|
87277
|
+
* The pattern regex for the customer pattern. The format must follow JavaScript regex format.
|
|
87278
|
+
*/
|
|
87279
|
+
patternRegex: pulumi.Input<string>;
|
|
87280
|
+
}
|
|
87281
|
+
interface DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder {
|
|
87282
|
+
/**
|
|
87283
|
+
* The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
|
|
87284
|
+
*/
|
|
87285
|
+
redactionPlaceHolderText?: pulumi.Input<string>;
|
|
87286
|
+
/**
|
|
87287
|
+
* The redaction placeholder type that will replace the redacted text in session. Currently, only `CustomText` is supported.
|
|
87288
|
+
*/
|
|
87289
|
+
redactionPlaceHolderType: pulumi.Input<string>;
|
|
87290
|
+
}
|
|
87291
|
+
interface IpAccessSettingsIpRule {
|
|
87292
|
+
/**
|
|
87293
|
+
* The description of the IP access settings.
|
|
87294
|
+
*/
|
|
87295
|
+
description?: pulumi.Input<string>;
|
|
87296
|
+
/**
|
|
87297
|
+
* The IP range of the IP rule.
|
|
87298
|
+
*/
|
|
87299
|
+
ipRange: pulumi.Input<string>;
|
|
87300
|
+
}
|
|
87301
|
+
interface UserSettingsCookieSynchronizationConfiguration {
|
|
87302
|
+
/**
|
|
87303
|
+
* List of cookie specifications that are allowed to be synchronized to the remote browser.
|
|
87304
|
+
*/
|
|
87305
|
+
allowlists?: pulumi.Input<pulumi.Input<inputs.workspacesweb.UserSettingsCookieSynchronizationConfigurationAllowlist>[]>;
|
|
87306
|
+
/**
|
|
87307
|
+
* List of cookie specifications that are blocked from being synchronized to the remote browser.
|
|
87308
|
+
*/
|
|
87309
|
+
blocklists?: pulumi.Input<pulumi.Input<inputs.workspacesweb.UserSettingsCookieSynchronizationConfigurationBlocklist>[]>;
|
|
87310
|
+
}
|
|
87311
|
+
interface UserSettingsCookieSynchronizationConfigurationAllowlist {
|
|
87312
|
+
/**
|
|
87313
|
+
* Domain of the cookie.
|
|
87314
|
+
*/
|
|
87315
|
+
domain: pulumi.Input<string>;
|
|
87316
|
+
/**
|
|
87317
|
+
* Name of the cookie.
|
|
87318
|
+
*/
|
|
87319
|
+
name?: pulumi.Input<string>;
|
|
87320
|
+
/**
|
|
87321
|
+
* Path of the cookie.
|
|
87322
|
+
*/
|
|
87323
|
+
path?: pulumi.Input<string>;
|
|
87324
|
+
}
|
|
87325
|
+
interface UserSettingsCookieSynchronizationConfigurationBlocklist {
|
|
87326
|
+
/**
|
|
87327
|
+
* Domain of the cookie.
|
|
87328
|
+
*/
|
|
87329
|
+
domain: pulumi.Input<string>;
|
|
87330
|
+
/**
|
|
87331
|
+
* Name of the cookie.
|
|
87332
|
+
*/
|
|
87333
|
+
name?: pulumi.Input<string>;
|
|
87334
|
+
/**
|
|
87335
|
+
* Path of the cookie.
|
|
87336
|
+
*/
|
|
87337
|
+
path?: pulumi.Input<string>;
|
|
87338
|
+
}
|
|
87339
|
+
interface UserSettingsToolbarConfiguration {
|
|
87340
|
+
/**
|
|
87341
|
+
* List of toolbar items to be hidden.
|
|
87342
|
+
*/
|
|
87343
|
+
hiddenToolbarItems?: pulumi.Input<pulumi.Input<string>[]>;
|
|
87344
|
+
/**
|
|
87345
|
+
* Maximum display resolution that is allowed for the session.
|
|
87346
|
+
*/
|
|
87347
|
+
maxDisplayResolution?: pulumi.Input<string>;
|
|
87348
|
+
/**
|
|
87349
|
+
* Type of toolbar displayed during the session.
|
|
87350
|
+
*/
|
|
87351
|
+
toolbarType?: pulumi.Input<string>;
|
|
87352
|
+
/**
|
|
87353
|
+
* Visual mode of the toolbar.
|
|
87354
|
+
*/
|
|
87355
|
+
visualMode?: pulumi.Input<string>;
|
|
87356
|
+
}
|
|
87357
|
+
}
|
|
86835
87358
|
export declare namespace xray {
|
|
86836
87359
|
interface GroupInsightsConfiguration {
|
|
86837
87360
|
/**
|