@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/output.d.ts
CHANGED
|
@@ -1120,6 +1120,34 @@ export declare namespace amp {
|
|
|
1120
1120
|
*/
|
|
1121
1121
|
update?: string;
|
|
1122
1122
|
}
|
|
1123
|
+
interface WorkspaceConfigurationLimitsPerLabelSet {
|
|
1124
|
+
/**
|
|
1125
|
+
* 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.
|
|
1126
|
+
*/
|
|
1127
|
+
labelSet: {
|
|
1128
|
+
[key: string]: string;
|
|
1129
|
+
};
|
|
1130
|
+
/**
|
|
1131
|
+
* Configuration block for the limits to apply to the specified label set. Detailed below.
|
|
1132
|
+
*/
|
|
1133
|
+
limits?: outputs.amp.WorkspaceConfigurationLimitsPerLabelSetLimits;
|
|
1134
|
+
}
|
|
1135
|
+
interface WorkspaceConfigurationLimitsPerLabelSetLimits {
|
|
1136
|
+
/**
|
|
1137
|
+
* Maximum number of active time series that can be ingested for metrics matching the label set.
|
|
1138
|
+
*/
|
|
1139
|
+
maxSeries: number;
|
|
1140
|
+
}
|
|
1141
|
+
interface WorkspaceConfigurationTimeouts {
|
|
1142
|
+
/**
|
|
1143
|
+
* 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).
|
|
1144
|
+
*/
|
|
1145
|
+
create?: string;
|
|
1146
|
+
/**
|
|
1147
|
+
* 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).
|
|
1148
|
+
*/
|
|
1149
|
+
update?: string;
|
|
1150
|
+
}
|
|
1123
1151
|
interface WorkspaceLoggingConfiguration {
|
|
1124
1152
|
/**
|
|
1125
1153
|
* The ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist.
|
|
@@ -19513,6 +19541,10 @@ export declare namespace config {
|
|
|
19513
19541
|
* Use this to override the default service endpoint URL
|
|
19514
19542
|
*/
|
|
19515
19543
|
evidently?: string;
|
|
19544
|
+
/**
|
|
19545
|
+
* Use this to override the default service endpoint URL
|
|
19546
|
+
*/
|
|
19547
|
+
evs?: string;
|
|
19516
19548
|
/**
|
|
19517
19549
|
* Use this to override the default service endpoint URL
|
|
19518
19550
|
*/
|
|
@@ -25503,6 +25535,48 @@ export declare namespace drs {
|
|
|
25503
25535
|
update?: string;
|
|
25504
25536
|
}
|
|
25505
25537
|
}
|
|
25538
|
+
export declare namespace dsql {
|
|
25539
|
+
interface ClusterEncryptionDetail {
|
|
25540
|
+
/**
|
|
25541
|
+
* The status of encryption for the DSQL Cluster.
|
|
25542
|
+
*/
|
|
25543
|
+
encryptionStatus: string;
|
|
25544
|
+
/**
|
|
25545
|
+
* The type of encryption that protects the data on the DSQL Cluster.
|
|
25546
|
+
*/
|
|
25547
|
+
encryptionType: string;
|
|
25548
|
+
}
|
|
25549
|
+
interface ClusterMultiRegionProperties {
|
|
25550
|
+
/**
|
|
25551
|
+
* List of DSQL Cluster ARNs peered to this cluster.
|
|
25552
|
+
*/
|
|
25553
|
+
clusters: string[];
|
|
25554
|
+
/**
|
|
25555
|
+
* Witness region for the multi-region clusters. Setting this makes this cluster a multi-region cluster. Changing it recreates the resource.
|
|
25556
|
+
*/
|
|
25557
|
+
witnessRegion?: string;
|
|
25558
|
+
}
|
|
25559
|
+
interface ClusterPeeringTimeouts {
|
|
25560
|
+
/**
|
|
25561
|
+
* 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).
|
|
25562
|
+
*/
|
|
25563
|
+
create?: string;
|
|
25564
|
+
}
|
|
25565
|
+
interface ClusterTimeouts {
|
|
25566
|
+
/**
|
|
25567
|
+
* 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).
|
|
25568
|
+
*/
|
|
25569
|
+
create?: string;
|
|
25570
|
+
/**
|
|
25571
|
+
* 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.
|
|
25572
|
+
*/
|
|
25573
|
+
delete?: string;
|
|
25574
|
+
/**
|
|
25575
|
+
* 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).
|
|
25576
|
+
*/
|
|
25577
|
+
update?: string;
|
|
25578
|
+
}
|
|
25579
|
+
}
|
|
25506
25580
|
export declare namespace dynamodb {
|
|
25507
25581
|
interface GetTableAttribute {
|
|
25508
25582
|
/**
|
|
@@ -37389,6 +37463,16 @@ export declare namespace fsx {
|
|
|
37389
37463
|
iops: number;
|
|
37390
37464
|
mode: string;
|
|
37391
37465
|
}
|
|
37466
|
+
interface LustreFileSystemDataReadCacheConfiguration {
|
|
37467
|
+
/**
|
|
37468
|
+
* Size of the file system's SSD read cache, in gibibytes (GiB). Required when the `sizingMode` is `USER_PROVISIONED`.
|
|
37469
|
+
*/
|
|
37470
|
+
size?: number;
|
|
37471
|
+
/**
|
|
37472
|
+
* Sizing mode for the cache. Valud values are `NO_CACHE`, `USER_PROVISIONED`, and `PROPORTIONAL_TO_THROUGHPUT_CAPACITY`.
|
|
37473
|
+
*/
|
|
37474
|
+
sizingMode: string;
|
|
37475
|
+
}
|
|
37392
37476
|
interface LustreFileSystemLogConfiguration {
|
|
37393
37477
|
/**
|
|
37394
37478
|
* 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.
|
|
@@ -37401,11 +37485,11 @@ export declare namespace fsx {
|
|
|
37401
37485
|
}
|
|
37402
37486
|
interface LustreFileSystemMetadataConfiguration {
|
|
37403
37487
|
/**
|
|
37404
|
-
* 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`.
|
|
37488
|
+
* 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`.
|
|
37405
37489
|
*/
|
|
37406
37490
|
iops: number;
|
|
37407
37491
|
/**
|
|
37408
|
-
* Mode for the metadata configuration of the file system. Valid values are `AUTOMATIC`, and `USER_PROVISIONED`.
|
|
37492
|
+
* 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.
|
|
37409
37493
|
*
|
|
37410
37494
|
* !> **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.
|
|
37411
37495
|
*/
|
|
@@ -48029,7 +48113,7 @@ export declare namespace lambda {
|
|
|
48029
48113
|
*/
|
|
48030
48114
|
logGroup: string;
|
|
48031
48115
|
/**
|
|
48032
|
-
* for JSON structured logs, choose the detail level of the Lambda platform event logs sent to CloudWatch, such as `
|
|
48116
|
+
* for JSON structured logs, choose the detail level of the Lambda platform event logs sent to CloudWatch, such as `WARN`, `DEBUG`, or `INFO`.
|
|
48033
48117
|
*/
|
|
48034
48118
|
systemLogLevel?: string;
|
|
48035
48119
|
}
|
|
@@ -61015,34 +61099,43 @@ export declare namespace licensemanager {
|
|
|
61015
61099
|
export declare namespace lightsail {
|
|
61016
61100
|
interface CertificateDomainValidationOption {
|
|
61017
61101
|
/**
|
|
61018
|
-
*
|
|
61102
|
+
* Domain name for which the certificate should be issued.
|
|
61019
61103
|
*/
|
|
61020
61104
|
domainName: string;
|
|
61105
|
+
/**
|
|
61106
|
+
* Name of the DNS record to create to validate the certificate.
|
|
61107
|
+
*/
|
|
61021
61108
|
resourceRecordName: string;
|
|
61109
|
+
/**
|
|
61110
|
+
* Type of DNS record to create to validate the certificate.
|
|
61111
|
+
*/
|
|
61022
61112
|
resourceRecordType: string;
|
|
61113
|
+
/**
|
|
61114
|
+
* Value of the DNS record to create to validate the certificate.
|
|
61115
|
+
*/
|
|
61023
61116
|
resourceRecordValue: string;
|
|
61024
61117
|
}
|
|
61025
61118
|
interface ContainerServiceDeploymentVersionContainer {
|
|
61026
61119
|
/**
|
|
61027
|
-
*
|
|
61120
|
+
* Launch command for the container. A list of strings.
|
|
61028
61121
|
*/
|
|
61029
61122
|
commands?: string[];
|
|
61030
61123
|
/**
|
|
61031
|
-
*
|
|
61124
|
+
* Name of the container.
|
|
61032
61125
|
*/
|
|
61033
61126
|
containerName: string;
|
|
61034
61127
|
/**
|
|
61035
|
-
*
|
|
61128
|
+
* Key-value map of the environment variables of the container.
|
|
61036
61129
|
*/
|
|
61037
61130
|
environment?: {
|
|
61038
61131
|
[key: string]: string;
|
|
61039
61132
|
};
|
|
61040
61133
|
/**
|
|
61041
|
-
*
|
|
61134
|
+
* 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`.
|
|
61042
61135
|
*/
|
|
61043
61136
|
image: string;
|
|
61044
61137
|
/**
|
|
61045
|
-
*
|
|
61138
|
+
* Key-value map of the open firewall ports of the container. Valid values: `HTTP`, `HTTPS`, `TCP`, `UDP`.
|
|
61046
61139
|
*/
|
|
61047
61140
|
ports?: {
|
|
61048
61141
|
[key: string]: string;
|
|
@@ -61050,188 +61143,195 @@ export declare namespace lightsail {
|
|
|
61050
61143
|
}
|
|
61051
61144
|
interface ContainerServiceDeploymentVersionPublicEndpoint {
|
|
61052
61145
|
/**
|
|
61053
|
-
*
|
|
61146
|
+
* Name of the container for the endpoint.
|
|
61054
61147
|
*/
|
|
61055
61148
|
containerName: string;
|
|
61056
61149
|
/**
|
|
61057
|
-
*
|
|
61150
|
+
* Port of the container to which traffic is forwarded to.
|
|
61058
61151
|
*/
|
|
61059
61152
|
containerPort: number;
|
|
61060
61153
|
/**
|
|
61061
|
-
*
|
|
61154
|
+
* Configuration block that describes the health check configuration of the container. See below.
|
|
61062
61155
|
*/
|
|
61063
61156
|
healthCheck: outputs.lightsail.ContainerServiceDeploymentVersionPublicEndpointHealthCheck;
|
|
61064
61157
|
}
|
|
61065
61158
|
interface ContainerServiceDeploymentVersionPublicEndpointHealthCheck {
|
|
61066
61159
|
/**
|
|
61067
|
-
*
|
|
61160
|
+
* Number of consecutive health check successes required before moving the container to the Healthy state. Defaults to 2.
|
|
61068
61161
|
*/
|
|
61069
61162
|
healthyThreshold?: number;
|
|
61070
61163
|
/**
|
|
61071
|
-
*
|
|
61164
|
+
* Approximate interval, in seconds, between health checks of an individual container. You can specify between 5 and 300 seconds. Defaults to 5.
|
|
61072
61165
|
*/
|
|
61073
61166
|
intervalSeconds?: number;
|
|
61074
61167
|
/**
|
|
61075
|
-
*
|
|
61168
|
+
* Path on the container on which to perform the health check. Defaults to "/".
|
|
61076
61169
|
*/
|
|
61077
61170
|
path?: string;
|
|
61078
61171
|
/**
|
|
61079
|
-
*
|
|
61172
|
+
* 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".
|
|
61080
61173
|
*/
|
|
61081
61174
|
successCodes?: string;
|
|
61082
61175
|
/**
|
|
61083
|
-
*
|
|
61176
|
+
* 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.
|
|
61084
61177
|
*/
|
|
61085
61178
|
timeoutSeconds?: number;
|
|
61086
61179
|
/**
|
|
61087
|
-
*
|
|
61180
|
+
* Number of consecutive health check failures required before moving the container to the Unhealthy state. Defaults to 2.
|
|
61088
61181
|
*/
|
|
61089
61182
|
unhealthyThreshold?: number;
|
|
61090
61183
|
}
|
|
61091
61184
|
interface ContainerServicePrivateRegistryAccess {
|
|
61092
61185
|
/**
|
|
61093
|
-
*
|
|
61186
|
+
* Configuration to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See below.
|
|
61094
61187
|
*/
|
|
61095
61188
|
ecrImagePullerRole: outputs.lightsail.ContainerServicePrivateRegistryAccessEcrImagePullerRole;
|
|
61096
61189
|
}
|
|
61097
61190
|
interface ContainerServicePrivateRegistryAccessEcrImagePullerRole {
|
|
61098
61191
|
/**
|
|
61099
|
-
*
|
|
61192
|
+
* Whether to activate the role. Defaults to `false`.
|
|
61100
61193
|
*/
|
|
61101
61194
|
isActive?: boolean;
|
|
61102
61195
|
/**
|
|
61103
|
-
*
|
|
61104
|
-
* relationship between your standard AWS account and your Lightsail container service. This allows you to give your
|
|
61105
|
-
* service permission to access resources in your standard AWS account.
|
|
61196
|
+
* 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.
|
|
61106
61197
|
*/
|
|
61107
61198
|
principalArn: string;
|
|
61108
61199
|
}
|
|
61109
61200
|
interface ContainerServicePublicDomainNames {
|
|
61201
|
+
/**
|
|
61202
|
+
* Set of certificate configurations for the public domain names. Each element contains the following attributes:
|
|
61203
|
+
*/
|
|
61110
61204
|
certificates: outputs.lightsail.ContainerServicePublicDomainNamesCertificate[];
|
|
61111
61205
|
}
|
|
61112
61206
|
interface ContainerServicePublicDomainNamesCertificate {
|
|
61207
|
+
/**
|
|
61208
|
+
* Name of the certificate.
|
|
61209
|
+
*/
|
|
61113
61210
|
certificateName: string;
|
|
61211
|
+
/**
|
|
61212
|
+
* List of domain names for the certificate.
|
|
61213
|
+
*/
|
|
61114
61214
|
domainNames: string[];
|
|
61115
61215
|
}
|
|
61116
61216
|
interface DistributionCacheBehavior {
|
|
61117
61217
|
/**
|
|
61118
|
-
*
|
|
61218
|
+
* Cache behavior for the specified path. Valid values: `cache`, `dont-cache`.
|
|
61119
61219
|
*/
|
|
61120
61220
|
behavior: string;
|
|
61121
61221
|
/**
|
|
61122
|
-
*
|
|
61222
|
+
* 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.
|
|
61123
61223
|
*/
|
|
61124
61224
|
path: string;
|
|
61125
61225
|
}
|
|
61126
61226
|
interface DistributionCacheBehaviorSettings {
|
|
61127
61227
|
/**
|
|
61128
|
-
*
|
|
61228
|
+
* HTTP methods that are processed and forwarded to the distribution's origin.
|
|
61129
61229
|
*/
|
|
61130
61230
|
allowedHttpMethods?: string;
|
|
61131
61231
|
/**
|
|
61132
|
-
*
|
|
61232
|
+
* HTTP method responses that are cached by your distribution.
|
|
61133
61233
|
*/
|
|
61134
61234
|
cachedHttpMethods?: string;
|
|
61135
61235
|
/**
|
|
61136
|
-
*
|
|
61236
|
+
* 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.
|
|
61137
61237
|
*/
|
|
61138
61238
|
defaultTtl?: number;
|
|
61139
61239
|
/**
|
|
61140
|
-
*
|
|
61240
|
+
* Cookies that are forwarded to the origin. Your content is cached based on the cookies that are forwarded. See below.
|
|
61141
61241
|
*/
|
|
61142
61242
|
forwardedCookies?: outputs.lightsail.DistributionCacheBehaviorSettingsForwardedCookies;
|
|
61143
61243
|
/**
|
|
61144
|
-
*
|
|
61244
|
+
* Headers that are forwarded to the origin. Your content is cached based on the headers that are forwarded. See below.
|
|
61145
61245
|
*/
|
|
61146
61246
|
forwardedHeaders?: outputs.lightsail.DistributionCacheBehaviorSettingsForwardedHeaders;
|
|
61147
61247
|
/**
|
|
61148
|
-
*
|
|
61248
|
+
* Query strings that are forwarded to the origin. Your content is cached based on the query strings that are forwarded. See below.
|
|
61149
61249
|
*/
|
|
61150
61250
|
forwardedQueryStrings?: outputs.lightsail.DistributionCacheBehaviorSettingsForwardedQueryStrings;
|
|
61151
61251
|
/**
|
|
61152
|
-
*
|
|
61252
|
+
* 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.
|
|
61153
61253
|
*/
|
|
61154
61254
|
maximumTtl?: number;
|
|
61155
61255
|
/**
|
|
61156
|
-
*
|
|
61256
|
+
* 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.
|
|
61157
61257
|
*/
|
|
61158
61258
|
minimumTtl?: number;
|
|
61159
61259
|
}
|
|
61160
61260
|
interface DistributionCacheBehaviorSettingsForwardedCookies {
|
|
61161
61261
|
/**
|
|
61162
|
-
*
|
|
61262
|
+
* Specific cookies to forward to your distribution's origin.
|
|
61163
61263
|
*/
|
|
61164
61264
|
cookiesAllowLists?: string[];
|
|
61165
61265
|
/**
|
|
61166
|
-
*
|
|
61266
|
+
* Which cookies to forward to the distribution's origin for a cache behavior. Valid values: `all`, `none`, `allow-list`.
|
|
61167
61267
|
*/
|
|
61168
61268
|
option?: string;
|
|
61169
61269
|
}
|
|
61170
61270
|
interface DistributionCacheBehaviorSettingsForwardedHeaders {
|
|
61171
61271
|
/**
|
|
61172
|
-
*
|
|
61272
|
+
* Specific headers to forward to your distribution's origin.
|
|
61173
61273
|
*/
|
|
61174
61274
|
headersAllowLists?: string[];
|
|
61175
61275
|
/**
|
|
61176
|
-
*
|
|
61276
|
+
* Headers that you want your distribution to forward to your origin and base caching on. Valid values: `default`, `allow-list`, `all`.
|
|
61177
61277
|
*/
|
|
61178
61278
|
option?: string;
|
|
61179
61279
|
}
|
|
61180
61280
|
interface DistributionCacheBehaviorSettingsForwardedQueryStrings {
|
|
61181
61281
|
/**
|
|
61182
|
-
*
|
|
61282
|
+
* Whether the distribution forwards and caches based on query strings.
|
|
61183
61283
|
*/
|
|
61184
61284
|
option?: boolean;
|
|
61185
61285
|
/**
|
|
61186
|
-
*
|
|
61286
|
+
* Specific query strings that the distribution forwards to the origin.
|
|
61187
61287
|
*/
|
|
61188
61288
|
queryStringsAllowedLists?: string[];
|
|
61189
61289
|
}
|
|
61190
61290
|
interface DistributionDefaultCacheBehavior {
|
|
61191
61291
|
/**
|
|
61192
|
-
*
|
|
61292
|
+
* Cache behavior of the distribution. Valid values: `cache`, `dont-cache`.
|
|
61193
61293
|
*/
|
|
61194
61294
|
behavior: string;
|
|
61195
61295
|
}
|
|
61196
61296
|
interface DistributionLocation {
|
|
61197
61297
|
/**
|
|
61198
|
-
*
|
|
61298
|
+
* Availability Zone. Follows the format us-east-2a (case-sensitive).
|
|
61199
61299
|
*/
|
|
61200
61300
|
availabilityZone: string;
|
|
61201
61301
|
/**
|
|
61202
|
-
*
|
|
61302
|
+
* AWS Region name.
|
|
61203
61303
|
*/
|
|
61204
61304
|
regionName: string;
|
|
61205
61305
|
}
|
|
61206
61306
|
interface DistributionOrigin {
|
|
61207
61307
|
/**
|
|
61208
|
-
*
|
|
61308
|
+
* 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.
|
|
61209
61309
|
*/
|
|
61210
61310
|
name: string;
|
|
61211
61311
|
/**
|
|
61212
|
-
*
|
|
61312
|
+
* Protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.
|
|
61213
61313
|
*/
|
|
61214
61314
|
protocolPolicy?: string;
|
|
61215
61315
|
/**
|
|
61216
|
-
*
|
|
61316
|
+
* AWS Region name of the origin resource.
|
|
61217
61317
|
*/
|
|
61218
61318
|
regionName: string;
|
|
61219
61319
|
/**
|
|
61220
|
-
*
|
|
61320
|
+
* Lightsail resource type (e.g., Distribution).
|
|
61221
61321
|
*/
|
|
61222
61322
|
resourceType: string;
|
|
61223
61323
|
}
|
|
61224
61324
|
interface InstanceAddOn {
|
|
61225
61325
|
/**
|
|
61226
|
-
*
|
|
61326
|
+
* 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.
|
|
61227
61327
|
*/
|
|
61228
61328
|
snapshotTime: string;
|
|
61229
61329
|
/**
|
|
61230
|
-
*
|
|
61330
|
+
* Status of the add-on. Valid values: `Enabled`, `Disabled`.
|
|
61231
61331
|
*/
|
|
61232
61332
|
status: string;
|
|
61233
61333
|
/**
|
|
61234
|
-
*
|
|
61334
|
+
* Add-on type. There is currently only one valid type `AutoSnapshot`.
|
|
61235
61335
|
*/
|
|
61236
61336
|
type: string;
|
|
61237
61337
|
}
|
|
@@ -61248,9 +61348,12 @@ export declare namespace lightsail {
|
|
|
61248
61348
|
* First port in a range of open ports on an instance.
|
|
61249
61349
|
*/
|
|
61250
61350
|
fromPort: number;
|
|
61351
|
+
/**
|
|
61352
|
+
* Set of IPv6 CIDR blocks.
|
|
61353
|
+
*/
|
|
61251
61354
|
ipv6Cidrs: string[];
|
|
61252
61355
|
/**
|
|
61253
|
-
* IP protocol name. Valid values
|
|
61356
|
+
* IP protocol name. Valid values: `tcp`, `all`, `udp`, `icmp`.
|
|
61254
61357
|
*/
|
|
61255
61358
|
protocol: string;
|
|
61256
61359
|
/**
|
|
@@ -61262,7 +61365,7 @@ export declare namespace lightsail {
|
|
|
61262
61365
|
}
|
|
61263
61366
|
interface LbCertificateDomainValidationRecord {
|
|
61264
61367
|
/**
|
|
61265
|
-
*
|
|
61368
|
+
* Domain name (e.g., example.com) for your SSL/TLS certificate.
|
|
61266
61369
|
*/
|
|
61267
61370
|
domainName: string;
|
|
61268
61371
|
resourceRecordName: string;
|
|
@@ -65388,17 +65491,17 @@ export declare namespace neptune {
|
|
|
65388
65491
|
}
|
|
65389
65492
|
interface ClusterServerlessV2ScalingConfiguration {
|
|
65390
65493
|
/**
|
|
65391
|
-
*
|
|
65494
|
+
* 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.
|
|
65392
65495
|
*/
|
|
65393
65496
|
maxCapacity?: number;
|
|
65394
65497
|
/**
|
|
65395
|
-
*
|
|
65498
|
+
* 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.
|
|
65396
65499
|
*/
|
|
65397
65500
|
minCapacity?: number;
|
|
65398
65501
|
}
|
|
65399
65502
|
interface GlobalClusterGlobalClusterMember {
|
|
65400
65503
|
/**
|
|
65401
|
-
*
|
|
65504
|
+
* ARN of member DB Cluster.
|
|
65402
65505
|
*/
|
|
65403
65506
|
dbClusterArn: string;
|
|
65404
65507
|
/**
|
|
@@ -65882,7 +65985,7 @@ export declare namespace networkfirewall {
|
|
|
65882
65985
|
*/
|
|
65883
65986
|
rulesSourceList?: outputs.networkfirewall.RuleGroupRuleGroupRulesSourceRulesSourceList;
|
|
65884
65987
|
/**
|
|
65885
|
-
*
|
|
65988
|
+
* 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.
|
|
65886
65989
|
*/
|
|
65887
65990
|
rulesString?: string;
|
|
65888
65991
|
/**
|
|
@@ -75904,6 +76007,18 @@ export declare namespace s3control {
|
|
|
75904
76007
|
[key: string]: string;
|
|
75905
76008
|
};
|
|
75906
76009
|
}
|
|
76010
|
+
interface DirectoryBucketAccessPointScopeScope {
|
|
76011
|
+
/**
|
|
76012
|
+
* You can specify a list of API operations as permissions for the access point.
|
|
76013
|
+
*/
|
|
76014
|
+
permissions?: string[];
|
|
76015
|
+
/**
|
|
76016
|
+
* You can specify a list of prefixes, but the total length of characters of all prefixes must be less than 256 bytes.
|
|
76017
|
+
*
|
|
76018
|
+
* * 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).
|
|
76019
|
+
*/
|
|
76020
|
+
prefixes?: string[];
|
|
76021
|
+
}
|
|
75907
76022
|
interface GetMultiRegionAccessPointPublicAccessBlock {
|
|
75908
76023
|
/**
|
|
75909
76024
|
* Specifies whether Amazon S3 should block public access control lists (ACLs). When set to `true` causes the following behavior:
|
|
@@ -82979,7 +83094,7 @@ export declare namespace ssm {
|
|
|
82979
83094
|
*/
|
|
82980
83095
|
key: string;
|
|
82981
83096
|
/**
|
|
82982
|
-
* A list of instance IDs or tag values.
|
|
83097
|
+
* User-defined criteria that maps to Key. A list of instance IDs or tag values.
|
|
82983
83098
|
*/
|
|
82984
83099
|
values: string[];
|
|
82985
83100
|
}
|
|
@@ -85785,6 +85900,72 @@ export declare namespace vpc {
|
|
|
85785
85900
|
*/
|
|
85786
85901
|
hostedZoneId: string;
|
|
85787
85902
|
}
|
|
85903
|
+
interface RouteServerEndpointTimeouts {
|
|
85904
|
+
/**
|
|
85905
|
+
* 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).
|
|
85906
|
+
*/
|
|
85907
|
+
create?: string;
|
|
85908
|
+
/**
|
|
85909
|
+
* 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.
|
|
85910
|
+
*/
|
|
85911
|
+
delete?: string;
|
|
85912
|
+
}
|
|
85913
|
+
interface RouteServerPeerBgpOptions {
|
|
85914
|
+
/**
|
|
85915
|
+
* 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.
|
|
85916
|
+
*/
|
|
85917
|
+
peerAsn: number;
|
|
85918
|
+
/**
|
|
85919
|
+
* The requested liveness detection protocol for the BGP peer. Valid values are `bgp-keepalive` and `bfd`. Default value is `bgp-keepalive`.
|
|
85920
|
+
*
|
|
85921
|
+
* The following arguments are optional:
|
|
85922
|
+
*/
|
|
85923
|
+
peerLivenessDetection: string;
|
|
85924
|
+
}
|
|
85925
|
+
interface RouteServerPeerTimeouts {
|
|
85926
|
+
/**
|
|
85927
|
+
* 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).
|
|
85928
|
+
*/
|
|
85929
|
+
create?: string;
|
|
85930
|
+
/**
|
|
85931
|
+
* 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.
|
|
85932
|
+
*/
|
|
85933
|
+
delete?: string;
|
|
85934
|
+
}
|
|
85935
|
+
interface RouteServerPropagationTimeouts {
|
|
85936
|
+
/**
|
|
85937
|
+
* 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).
|
|
85938
|
+
*/
|
|
85939
|
+
create?: string;
|
|
85940
|
+
/**
|
|
85941
|
+
* 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.
|
|
85942
|
+
*/
|
|
85943
|
+
delete?: string;
|
|
85944
|
+
}
|
|
85945
|
+
interface RouteServerTimeouts {
|
|
85946
|
+
/**
|
|
85947
|
+
* 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).
|
|
85948
|
+
*/
|
|
85949
|
+
create?: string;
|
|
85950
|
+
/**
|
|
85951
|
+
* 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.
|
|
85952
|
+
*/
|
|
85953
|
+
delete?: string;
|
|
85954
|
+
/**
|
|
85955
|
+
* 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).
|
|
85956
|
+
*/
|
|
85957
|
+
update?: string;
|
|
85958
|
+
}
|
|
85959
|
+
interface RouteServerVpcAssociationTimeouts {
|
|
85960
|
+
/**
|
|
85961
|
+
* 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).
|
|
85962
|
+
*/
|
|
85963
|
+
create?: string;
|
|
85964
|
+
/**
|
|
85965
|
+
* 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.
|
|
85966
|
+
*/
|
|
85967
|
+
delete?: string;
|
|
85968
|
+
}
|
|
85788
85969
|
interface SecurityGroupVpcAssociationTimeouts {
|
|
85789
85970
|
/**
|
|
85790
85971
|
* 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).
|
|
@@ -86945,6 +87126,10 @@ export declare namespace wafv2 {
|
|
|
86945
87126
|
* A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.
|
|
86946
87127
|
*/
|
|
86947
87128
|
andStatement?: outputs.wafv2.RuleGroupRuleStatementAndStatement;
|
|
87129
|
+
/**
|
|
87130
|
+
* 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.
|
|
87131
|
+
*/
|
|
87132
|
+
asnMatchStatement?: outputs.wafv2.RuleGroupRuleStatementAsnMatchStatement;
|
|
86948
87133
|
/**
|
|
86949
87134
|
* A rule statement that defines a string match search for AWS WAF to apply to web requests. See Byte Match Statement below for details.
|
|
86950
87135
|
*/
|
|
@@ -87000,6 +87185,26 @@ export declare namespace wafv2 {
|
|
|
87000
87185
|
*/
|
|
87001
87186
|
statements: outputs.wafv2.RuleGroupRuleStatement[];
|
|
87002
87187
|
}
|
|
87188
|
+
interface RuleGroupRuleStatementAsnMatchStatement {
|
|
87189
|
+
/**
|
|
87190
|
+
* List of Autonomous System Numbers (ASNs).
|
|
87191
|
+
*/
|
|
87192
|
+
asnLists: number[];
|
|
87193
|
+
/**
|
|
87194
|
+
* 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.
|
|
87195
|
+
*/
|
|
87196
|
+
forwardedIpConfig?: outputs.wafv2.RuleGroupRuleStatementAsnMatchStatementForwardedIpConfig;
|
|
87197
|
+
}
|
|
87198
|
+
interface RuleGroupRuleStatementAsnMatchStatementForwardedIpConfig {
|
|
87199
|
+
/**
|
|
87200
|
+
* 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`.
|
|
87201
|
+
*/
|
|
87202
|
+
fallbackBehavior: string;
|
|
87203
|
+
/**
|
|
87204
|
+
* The name of the HTTP header to use for the IP address.
|
|
87205
|
+
*/
|
|
87206
|
+
headerName: string;
|
|
87207
|
+
}
|
|
87003
87208
|
interface RuleGroupRuleStatementByteMatchStatement {
|
|
87004
87209
|
/**
|
|
87005
87210
|
* The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
|
|
@@ -87487,6 +87692,10 @@ export declare namespace wafv2 {
|
|
|
87487
87692
|
* A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.
|
|
87488
87693
|
*/
|
|
87489
87694
|
andStatement?: outputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatement;
|
|
87695
|
+
/**
|
|
87696
|
+
* 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.
|
|
87697
|
+
*/
|
|
87698
|
+
asnMatchStatement?: outputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatement;
|
|
87490
87699
|
/**
|
|
87491
87700
|
* A rule statement that defines a string match search for AWS WAF to apply to web requests. See Byte Match Statement below for details.
|
|
87492
87701
|
*/
|
|
@@ -87538,6 +87747,26 @@ export declare namespace wafv2 {
|
|
|
87538
87747
|
*/
|
|
87539
87748
|
statements: outputs.wafv2.RuleGroupRuleStatement[];
|
|
87540
87749
|
}
|
|
87750
|
+
interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatement {
|
|
87751
|
+
/**
|
|
87752
|
+
* List of Autonomous System Numbers (ASNs).
|
|
87753
|
+
*/
|
|
87754
|
+
asnLists: number[];
|
|
87755
|
+
/**
|
|
87756
|
+
* 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.
|
|
87757
|
+
*/
|
|
87758
|
+
forwardedIpConfig?: outputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatementForwardedIpConfig;
|
|
87759
|
+
}
|
|
87760
|
+
interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatementForwardedIpConfig {
|
|
87761
|
+
/**
|
|
87762
|
+
* 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`.
|
|
87763
|
+
*/
|
|
87764
|
+
fallbackBehavior: string;
|
|
87765
|
+
/**
|
|
87766
|
+
* The name of the HTTP header to use for the IP address.
|
|
87767
|
+
*/
|
|
87768
|
+
headerName: string;
|
|
87769
|
+
}
|
|
87541
87770
|
interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement {
|
|
87542
87771
|
/**
|
|
87543
87772
|
* The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
|
|
@@ -90463,6 +90692,10 @@ export declare namespace wafv2 {
|
|
|
90463
90692
|
* Logical rule statement used to combine other rule statements with AND logic. See `andStatement` below for details.
|
|
90464
90693
|
*/
|
|
90465
90694
|
andStatement?: outputs.wafv2.WebAclRuleStatementAndStatement;
|
|
90695
|
+
/**
|
|
90696
|
+
* 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.
|
|
90697
|
+
*/
|
|
90698
|
+
asnMatchStatement?: outputs.wafv2.WebAclRuleStatementAsnMatchStatement;
|
|
90466
90699
|
/**
|
|
90467
90700
|
* Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byteMatchStatement` below for details.
|
|
90468
90701
|
*/
|
|
@@ -90526,6 +90759,26 @@ export declare namespace wafv2 {
|
|
|
90526
90759
|
*/
|
|
90527
90760
|
statements: outputs.wafv2.WebAclRuleStatement[];
|
|
90528
90761
|
}
|
|
90762
|
+
interface WebAclRuleStatementAsnMatchStatement {
|
|
90763
|
+
/**
|
|
90764
|
+
* List of Autonomous System Numbers (ASNs).
|
|
90765
|
+
*/
|
|
90766
|
+
asnLists: number[];
|
|
90767
|
+
/**
|
|
90768
|
+
* 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.
|
|
90769
|
+
*/
|
|
90770
|
+
forwardedIpConfig?: outputs.wafv2.WebAclRuleStatementAsnMatchStatementForwardedIpConfig;
|
|
90771
|
+
}
|
|
90772
|
+
interface WebAclRuleStatementAsnMatchStatementForwardedIpConfig {
|
|
90773
|
+
/**
|
|
90774
|
+
* 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`.
|
|
90775
|
+
*/
|
|
90776
|
+
fallbackBehavior: string;
|
|
90777
|
+
/**
|
|
90778
|
+
* Name of the HTTP header to use for the IP address.
|
|
90779
|
+
*/
|
|
90780
|
+
headerName: string;
|
|
90781
|
+
}
|
|
90529
90782
|
interface WebAclRuleStatementByteMatchStatement {
|
|
90530
90783
|
/**
|
|
90531
90784
|
* Part of a web request that you want AWS WAF to inspect. See `fieldToMatch` below for details.
|
|
@@ -91275,6 +91528,10 @@ export declare namespace wafv2 {
|
|
|
91275
91528
|
* Logical rule statement used to combine other rule statements with AND logic. See `andStatement` below for details.
|
|
91276
91529
|
*/
|
|
91277
91530
|
andStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement;
|
|
91531
|
+
/**
|
|
91532
|
+
* 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.
|
|
91533
|
+
*/
|
|
91534
|
+
asnMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAsnMatchStatement;
|
|
91278
91535
|
/**
|
|
91279
91536
|
* Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byteMatchStatement` below for details.
|
|
91280
91537
|
*/
|
|
@@ -91326,6 +91583,26 @@ export declare namespace wafv2 {
|
|
|
91326
91583
|
*/
|
|
91327
91584
|
statements: outputs.wafv2.WebAclRuleStatement[];
|
|
91328
91585
|
}
|
|
91586
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAsnMatchStatement {
|
|
91587
|
+
/**
|
|
91588
|
+
* List of Autonomous System Numbers (ASNs).
|
|
91589
|
+
*/
|
|
91590
|
+
asnLists: number[];
|
|
91591
|
+
/**
|
|
91592
|
+
* 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.
|
|
91593
|
+
*/
|
|
91594
|
+
forwardedIpConfig?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAsnMatchStatementForwardedIpConfig;
|
|
91595
|
+
}
|
|
91596
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAsnMatchStatementForwardedIpConfig {
|
|
91597
|
+
/**
|
|
91598
|
+
* 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`.
|
|
91599
|
+
*/
|
|
91600
|
+
fallbackBehavior: string;
|
|
91601
|
+
/**
|
|
91602
|
+
* Name of the HTTP header to use for the IP address.
|
|
91603
|
+
*/
|
|
91604
|
+
headerName: string;
|
|
91605
|
+
}
|
|
91329
91606
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatement {
|
|
91330
91607
|
/**
|
|
91331
91608
|
* Part of a web request that you want AWS WAF to inspect. See `fieldToMatch` below for details.
|
|
@@ -92891,6 +93168,10 @@ export declare namespace wafv2 {
|
|
|
92891
93168
|
* Logical rule statement used to combine other rule statements with AND logic. See `andStatement` below for details.
|
|
92892
93169
|
*/
|
|
92893
93170
|
andStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatement;
|
|
93171
|
+
/**
|
|
93172
|
+
* 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.
|
|
93173
|
+
*/
|
|
93174
|
+
asnMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatement;
|
|
92894
93175
|
/**
|
|
92895
93176
|
* Rule statement that defines a string match search for AWS WAF to apply to web requests. See `byteMatchStatement` below for details.
|
|
92896
93177
|
*/
|
|
@@ -92942,6 +93223,26 @@ export declare namespace wafv2 {
|
|
|
92942
93223
|
*/
|
|
92943
93224
|
statements: outputs.wafv2.WebAclRuleStatement[];
|
|
92944
93225
|
}
|
|
93226
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatement {
|
|
93227
|
+
/**
|
|
93228
|
+
* List of Autonomous System Numbers (ASNs).
|
|
93229
|
+
*/
|
|
93230
|
+
asnLists: number[];
|
|
93231
|
+
/**
|
|
93232
|
+
* 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.
|
|
93233
|
+
*/
|
|
93234
|
+
forwardedIpConfig?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatementForwardedIpConfig;
|
|
93235
|
+
}
|
|
93236
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAsnMatchStatementForwardedIpConfig {
|
|
93237
|
+
/**
|
|
93238
|
+
* 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`.
|
|
93239
|
+
*/
|
|
93240
|
+
fallbackBehavior: string;
|
|
93241
|
+
/**
|
|
93242
|
+
* Name of the HTTP header to use for the IP address.
|
|
93243
|
+
*/
|
|
93244
|
+
headerName: string;
|
|
93245
|
+
}
|
|
92945
93246
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatement {
|
|
92946
93247
|
/**
|
|
92947
93248
|
* Part of a web request that you want AWS WAF to inspect. See `fieldToMatch` below for details.
|
|
@@ -95835,6 +96136,88 @@ export declare namespace workspaces {
|
|
|
95835
96136
|
*/
|
|
95836
96137
|
source: string;
|
|
95837
96138
|
}
|
|
96139
|
+
interface WebDataProtectionSettingsInlineRedactionConfiguration {
|
|
96140
|
+
/**
|
|
96141
|
+
* 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).
|
|
96142
|
+
*/
|
|
96143
|
+
globalConfidenceLevel?: number;
|
|
96144
|
+
/**
|
|
96145
|
+
* The global enforced URL configuration for the inline redaction configuration.
|
|
96146
|
+
*/
|
|
96147
|
+
globalEnforcedUrls?: string[];
|
|
96148
|
+
/**
|
|
96149
|
+
* The global exempt URL configuration for the inline redaction configuration.
|
|
96150
|
+
*/
|
|
96151
|
+
globalExemptUrls?: string[];
|
|
96152
|
+
/**
|
|
96153
|
+
* The inline redaction patterns to be enabled for the inline redaction configuration. Detailed below.
|
|
96154
|
+
*/
|
|
96155
|
+
inlineRedactionPatterns?: outputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern[];
|
|
96156
|
+
}
|
|
96157
|
+
interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern {
|
|
96158
|
+
/**
|
|
96159
|
+
* The built-in pattern from the list of preconfigured patterns. Either a `customPattern` or `builtInPatternId` is required.
|
|
96160
|
+
*/
|
|
96161
|
+
builtInPatternId?: string;
|
|
96162
|
+
/**
|
|
96163
|
+
* 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).
|
|
96164
|
+
*/
|
|
96165
|
+
confidenceLevel?: number;
|
|
96166
|
+
/**
|
|
96167
|
+
* The configuration for a custom pattern. Either a `customPattern` or `builtInPatternId` is required. Detailed below.
|
|
96168
|
+
*/
|
|
96169
|
+
customPattern?: outputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern;
|
|
96170
|
+
/**
|
|
96171
|
+
* The enforced URL configuration for the inline redaction pattern.
|
|
96172
|
+
*/
|
|
96173
|
+
enforcedUrls?: string[];
|
|
96174
|
+
/**
|
|
96175
|
+
* The exempt URL configuration for the inline redaction pattern.
|
|
96176
|
+
*/
|
|
96177
|
+
exemptUrls?: string[];
|
|
96178
|
+
/**
|
|
96179
|
+
* The redaction placeholder that will replace the redacted text in session. Detailed below.
|
|
96180
|
+
*/
|
|
96181
|
+
redactionPlaceHolders?: outputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder[];
|
|
96182
|
+
}
|
|
96183
|
+
interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern {
|
|
96184
|
+
/**
|
|
96185
|
+
* The keyword regex for the customer pattern.
|
|
96186
|
+
*/
|
|
96187
|
+
keywordRegex?: string;
|
|
96188
|
+
/**
|
|
96189
|
+
* The pattern description for the customer pattern.
|
|
96190
|
+
*/
|
|
96191
|
+
patternDescription?: string;
|
|
96192
|
+
/**
|
|
96193
|
+
* The pattern name for the custom pattern.
|
|
96194
|
+
*/
|
|
96195
|
+
patternName: string;
|
|
96196
|
+
/**
|
|
96197
|
+
* The pattern regex for the customer pattern. The format must follow JavaScript regex format.
|
|
96198
|
+
*/
|
|
96199
|
+
patternRegex: string;
|
|
96200
|
+
}
|
|
96201
|
+
interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder {
|
|
96202
|
+
/**
|
|
96203
|
+
* The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
|
|
96204
|
+
*/
|
|
96205
|
+
redactionPlaceHolderText?: string;
|
|
96206
|
+
/**
|
|
96207
|
+
* The redaction placeholder type that will replace the redacted text in session. Currently, only `CustomText` is supported.
|
|
96208
|
+
*/
|
|
96209
|
+
redactionPlaceHolderType: string;
|
|
96210
|
+
}
|
|
96211
|
+
interface WebIpAccessSettingsIpRule {
|
|
96212
|
+
/**
|
|
96213
|
+
* The description of the IP access settings.
|
|
96214
|
+
*/
|
|
96215
|
+
description?: string;
|
|
96216
|
+
/**
|
|
96217
|
+
* The IP range of the IP rule.
|
|
96218
|
+
*/
|
|
96219
|
+
ipRange: string;
|
|
96220
|
+
}
|
|
95838
96221
|
interface WebUserSettingsCookieSynchronizationConfiguration {
|
|
95839
96222
|
/**
|
|
95840
96223
|
* List of cookie specifications that are allowed to be synchronized to the remote browser.
|
|
@@ -95914,6 +96297,146 @@ export declare namespace workspaces {
|
|
|
95914
96297
|
userVolumeSizeGib?: number;
|
|
95915
96298
|
}
|
|
95916
96299
|
}
|
|
96300
|
+
export declare namespace workspacesweb {
|
|
96301
|
+
interface DataProtectionSettingsInlineRedactionConfiguration {
|
|
96302
|
+
/**
|
|
96303
|
+
* 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).
|
|
96304
|
+
*/
|
|
96305
|
+
globalConfidenceLevel?: number;
|
|
96306
|
+
/**
|
|
96307
|
+
* The global enforced URL configuration for the inline redaction configuration.
|
|
96308
|
+
*/
|
|
96309
|
+
globalEnforcedUrls?: string[];
|
|
96310
|
+
/**
|
|
96311
|
+
* The global exempt URL configuration for the inline redaction configuration.
|
|
96312
|
+
*/
|
|
96313
|
+
globalExemptUrls?: string[];
|
|
96314
|
+
/**
|
|
96315
|
+
* The inline redaction patterns to be enabled for the inline redaction configuration. Detailed below.
|
|
96316
|
+
*/
|
|
96317
|
+
inlineRedactionPatterns?: outputs.workspacesweb.DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern[];
|
|
96318
|
+
}
|
|
96319
|
+
interface DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern {
|
|
96320
|
+
/**
|
|
96321
|
+
* The built-in pattern from the list of preconfigured patterns. Either a `customPattern` or `builtInPatternId` is required.
|
|
96322
|
+
*/
|
|
96323
|
+
builtInPatternId?: string;
|
|
96324
|
+
/**
|
|
96325
|
+
* 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).
|
|
96326
|
+
*/
|
|
96327
|
+
confidenceLevel?: number;
|
|
96328
|
+
/**
|
|
96329
|
+
* The configuration for a custom pattern. Either a `customPattern` or `builtInPatternId` is required. Detailed below.
|
|
96330
|
+
*/
|
|
96331
|
+
customPattern?: outputs.workspacesweb.DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern;
|
|
96332
|
+
/**
|
|
96333
|
+
* The enforced URL configuration for the inline redaction pattern.
|
|
96334
|
+
*/
|
|
96335
|
+
enforcedUrls?: string[];
|
|
96336
|
+
/**
|
|
96337
|
+
* The exempt URL configuration for the inline redaction pattern.
|
|
96338
|
+
*/
|
|
96339
|
+
exemptUrls?: string[];
|
|
96340
|
+
/**
|
|
96341
|
+
* The redaction placeholder that will replace the redacted text in session. Detailed below.
|
|
96342
|
+
*/
|
|
96343
|
+
redactionPlaceHolders?: outputs.workspacesweb.DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder[];
|
|
96344
|
+
}
|
|
96345
|
+
interface DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern {
|
|
96346
|
+
/**
|
|
96347
|
+
* The keyword regex for the customer pattern.
|
|
96348
|
+
*/
|
|
96349
|
+
keywordRegex?: string;
|
|
96350
|
+
/**
|
|
96351
|
+
* The pattern description for the customer pattern.
|
|
96352
|
+
*/
|
|
96353
|
+
patternDescription?: string;
|
|
96354
|
+
/**
|
|
96355
|
+
* The pattern name for the custom pattern.
|
|
96356
|
+
*/
|
|
96357
|
+
patternName: string;
|
|
96358
|
+
/**
|
|
96359
|
+
* The pattern regex for the customer pattern. The format must follow JavaScript regex format.
|
|
96360
|
+
*/
|
|
96361
|
+
patternRegex: string;
|
|
96362
|
+
}
|
|
96363
|
+
interface DataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder {
|
|
96364
|
+
/**
|
|
96365
|
+
* The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
|
|
96366
|
+
*/
|
|
96367
|
+
redactionPlaceHolderText?: string;
|
|
96368
|
+
/**
|
|
96369
|
+
* The redaction placeholder type that will replace the redacted text in session. Currently, only `CustomText` is supported.
|
|
96370
|
+
*/
|
|
96371
|
+
redactionPlaceHolderType: string;
|
|
96372
|
+
}
|
|
96373
|
+
interface IpAccessSettingsIpRule {
|
|
96374
|
+
/**
|
|
96375
|
+
* The description of the IP access settings.
|
|
96376
|
+
*/
|
|
96377
|
+
description?: string;
|
|
96378
|
+
/**
|
|
96379
|
+
* The IP range of the IP rule.
|
|
96380
|
+
*/
|
|
96381
|
+
ipRange: string;
|
|
96382
|
+
}
|
|
96383
|
+
interface UserSettingsCookieSynchronizationConfiguration {
|
|
96384
|
+
/**
|
|
96385
|
+
* List of cookie specifications that are allowed to be synchronized to the remote browser.
|
|
96386
|
+
*/
|
|
96387
|
+
allowlists?: outputs.workspacesweb.UserSettingsCookieSynchronizationConfigurationAllowlist[];
|
|
96388
|
+
/**
|
|
96389
|
+
* List of cookie specifications that are blocked from being synchronized to the remote browser.
|
|
96390
|
+
*/
|
|
96391
|
+
blocklists?: outputs.workspacesweb.UserSettingsCookieSynchronizationConfigurationBlocklist[];
|
|
96392
|
+
}
|
|
96393
|
+
interface UserSettingsCookieSynchronizationConfigurationAllowlist {
|
|
96394
|
+
/**
|
|
96395
|
+
* Domain of the cookie.
|
|
96396
|
+
*/
|
|
96397
|
+
domain: string;
|
|
96398
|
+
/**
|
|
96399
|
+
* Name of the cookie.
|
|
96400
|
+
*/
|
|
96401
|
+
name?: string;
|
|
96402
|
+
/**
|
|
96403
|
+
* Path of the cookie.
|
|
96404
|
+
*/
|
|
96405
|
+
path?: string;
|
|
96406
|
+
}
|
|
96407
|
+
interface UserSettingsCookieSynchronizationConfigurationBlocklist {
|
|
96408
|
+
/**
|
|
96409
|
+
* Domain of the cookie.
|
|
96410
|
+
*/
|
|
96411
|
+
domain: string;
|
|
96412
|
+
/**
|
|
96413
|
+
* Name of the cookie.
|
|
96414
|
+
*/
|
|
96415
|
+
name?: string;
|
|
96416
|
+
/**
|
|
96417
|
+
* Path of the cookie.
|
|
96418
|
+
*/
|
|
96419
|
+
path?: string;
|
|
96420
|
+
}
|
|
96421
|
+
interface UserSettingsToolbarConfiguration {
|
|
96422
|
+
/**
|
|
96423
|
+
* List of toolbar items to be hidden.
|
|
96424
|
+
*/
|
|
96425
|
+
hiddenToolbarItems?: string[];
|
|
96426
|
+
/**
|
|
96427
|
+
* Maximum display resolution that is allowed for the session.
|
|
96428
|
+
*/
|
|
96429
|
+
maxDisplayResolution?: string;
|
|
96430
|
+
/**
|
|
96431
|
+
* Type of toolbar displayed during the session.
|
|
96432
|
+
*/
|
|
96433
|
+
toolbarType?: string;
|
|
96434
|
+
/**
|
|
96435
|
+
* Visual mode of the toolbar.
|
|
96436
|
+
*/
|
|
96437
|
+
visualMode?: string;
|
|
96438
|
+
}
|
|
96439
|
+
}
|
|
95917
96440
|
export declare namespace xray {
|
|
95918
96441
|
interface GroupInsightsConfiguration {
|
|
95919
96442
|
/**
|