@pulumi/aws-native 1.24.0-alpha.1736823372 → 1.24.0-alpha.1736872454
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/fms/getPolicy.d.ts +2 -0
- package/fms/getPolicy.js.map +1 -1
- package/fms/policy.d.ts +3 -0
- package/fms/policy.js +2 -0
- package/fms/policy.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/types/enums/fms/index.d.ts +5 -0
- package/types/enums/fms/index.js +5 -1
- package/types/enums/fms/index.js.map +1 -1
- package/types/input.d.ts +56 -28
- package/types/output.d.ts +56 -28
- package/types/output.js.map +1 -1
package/fms/getPolicy.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
3
4
|
/**
|
|
4
5
|
* Creates an AWS Firewall Manager policy.
|
|
5
6
|
*/
|
|
@@ -63,6 +64,7 @@ export interface GetPolicyResult {
|
|
|
63
64
|
* The unique identifiers of the resource sets used by the policy.
|
|
64
65
|
*/
|
|
65
66
|
readonly resourceSetIds?: string[];
|
|
67
|
+
readonly resourceTagLogicalOperator?: enums.fms.PolicyResourceTagLogicalOperator;
|
|
66
68
|
/**
|
|
67
69
|
* An array of `ResourceTag` objects, used to explicitly include resources in the policy scope or explicitly exclude them. If this isn't set, then tags aren't used to modify policy scope. See also `ExcludeResourceTags` .
|
|
68
70
|
*/
|
package/fms/getPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPolicy.js","sourceRoot":"","sources":["../../fms/getPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;
|
|
1
|
+
{"version":3,"file":"getPolicy.js","sourceRoot":"","sources":["../../fms/getPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AA4LD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0BAA0B,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
package/fms/policy.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
4
5
|
/**
|
|
5
6
|
* Creates an AWS Firewall Manager policy.
|
|
6
7
|
*/
|
|
@@ -88,6 +89,7 @@ export declare class Policy extends pulumi.CustomResource {
|
|
|
88
89
|
* The unique identifiers of the resource sets used by the policy.
|
|
89
90
|
*/
|
|
90
91
|
readonly resourceSetIds: pulumi.Output<string[] | undefined>;
|
|
92
|
+
readonly resourceTagLogicalOperator: pulumi.Output<enums.fms.PolicyResourceTagLogicalOperator | undefined>;
|
|
91
93
|
/**
|
|
92
94
|
* An array of `ResourceTag` objects, used to explicitly include resources in the policy scope or explicitly exclude them. If this isn't set, then tags aren't used to modify policy scope. See also `ExcludeResourceTags` .
|
|
93
95
|
*/
|
|
@@ -286,6 +288,7 @@ export interface PolicyArgs {
|
|
|
286
288
|
* The unique identifiers of the resource sets used by the policy.
|
|
287
289
|
*/
|
|
288
290
|
resourceSetIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
291
|
+
resourceTagLogicalOperator?: pulumi.Input<enums.fms.PolicyResourceTagLogicalOperator>;
|
|
289
292
|
/**
|
|
290
293
|
* An array of `ResourceTag` objects, used to explicitly include resources in the policy scope or explicitly exclude them. If this isn't set, then tags aren't used to modify policy scope. See also `ExcludeResourceTags` .
|
|
291
294
|
*/
|
package/fms/policy.js
CHANGED
|
@@ -58,6 +58,7 @@ class Policy extends pulumi.CustomResource {
|
|
|
58
58
|
resourceInputs["policyName"] = args ? args.policyName : undefined;
|
|
59
59
|
resourceInputs["remediationEnabled"] = args ? args.remediationEnabled : undefined;
|
|
60
60
|
resourceInputs["resourceSetIds"] = args ? args.resourceSetIds : undefined;
|
|
61
|
+
resourceInputs["resourceTagLogicalOperator"] = args ? args.resourceTagLogicalOperator : undefined;
|
|
61
62
|
resourceInputs["resourceTags"] = args ? args.resourceTags : undefined;
|
|
62
63
|
resourceInputs["resourceType"] = args ? args.resourceType : undefined;
|
|
63
64
|
resourceInputs["resourceTypeList"] = args ? args.resourceTypeList : undefined;
|
|
@@ -78,6 +79,7 @@ class Policy extends pulumi.CustomResource {
|
|
|
78
79
|
resourceInputs["policyName"] = undefined /*out*/;
|
|
79
80
|
resourceInputs["remediationEnabled"] = undefined /*out*/;
|
|
80
81
|
resourceInputs["resourceSetIds"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["resourceTagLogicalOperator"] = undefined /*out*/;
|
|
81
83
|
resourceInputs["resourceTags"] = undefined /*out*/;
|
|
82
84
|
resourceInputs["resourceType"] = undefined /*out*/;
|
|
83
85
|
resourceInputs["resourceTypeList"] = undefined /*out*/;
|
package/fms/policy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"policy.js","sourceRoot":"","sources":["../../fms/policy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,MAAM,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"policy.js","sourceRoot":"","sources":["../../fms/policy.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws-native",
|
|
3
|
-
"version": "1.24.0-alpha.
|
|
3
|
+
"version": "1.24.0-alpha.1736872454",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc",
|
|
18
|
-
"install": "node scripts/install-pulumi-plugin.js resource aws-native 1.24.0-alpha.
|
|
18
|
+
"install": "node scripts/install-pulumi-plugin.js resource aws-native 1.24.0-alpha.1736872454"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@pulumi/pulumi": "^3.142.0"
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"pulumi": {
|
|
28
28
|
"resource": true,
|
|
29
29
|
"name": "aws-native",
|
|
30
|
-
"version": "1.24.0-alpha.
|
|
30
|
+
"version": "1.24.0-alpha.1736872454"
|
|
31
31
|
}
|
|
32
32
|
}
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws-native",
|
|
3
|
-
"version": "1.24.0-alpha.
|
|
3
|
+
"version": "1.24.0-alpha.1736872454",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"pulumi": {
|
|
27
27
|
"resource": true,
|
|
28
28
|
"name": "aws-native",
|
|
29
|
-
"version": "1.24.0-alpha.
|
|
29
|
+
"version": "1.24.0-alpha.1736872454"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -14,6 +14,11 @@ export declare const PolicyNetworkAclEntryRuleAction: {
|
|
|
14
14
|
* Rule Action.
|
|
15
15
|
*/
|
|
16
16
|
export type PolicyNetworkAclEntryRuleAction = (typeof PolicyNetworkAclEntryRuleAction)[keyof typeof PolicyNetworkAclEntryRuleAction];
|
|
17
|
+
export declare const PolicyResourceTagLogicalOperator: {
|
|
18
|
+
readonly And: "AND";
|
|
19
|
+
readonly Or: "OR";
|
|
20
|
+
};
|
|
21
|
+
export type PolicyResourceTagLogicalOperator = (typeof PolicyResourceTagLogicalOperator)[keyof typeof PolicyResourceTagLogicalOperator];
|
|
17
22
|
export declare const PolicyType: {
|
|
18
23
|
readonly Waf: "WAF";
|
|
19
24
|
readonly Wafv2: "WAFV2";
|
package/types/enums/fms/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.PolicyType = exports.PolicyNetworkAclEntryRuleAction = exports.PolicyFirewallDeploymentModel = void 0;
|
|
5
|
+
exports.PolicyType = exports.PolicyResourceTagLogicalOperator = exports.PolicyNetworkAclEntryRuleAction = exports.PolicyFirewallDeploymentModel = void 0;
|
|
6
6
|
exports.PolicyFirewallDeploymentModel = {
|
|
7
7
|
Distributed: "DISTRIBUTED",
|
|
8
8
|
Centralized: "CENTRALIZED",
|
|
@@ -11,6 +11,10 @@ exports.PolicyNetworkAclEntryRuleAction = {
|
|
|
11
11
|
Allow: "allow",
|
|
12
12
|
Deny: "deny",
|
|
13
13
|
};
|
|
14
|
+
exports.PolicyResourceTagLogicalOperator = {
|
|
15
|
+
And: "AND",
|
|
16
|
+
Or: "OR",
|
|
17
|
+
};
|
|
14
18
|
exports.PolicyType = {
|
|
15
19
|
Waf: "WAF",
|
|
16
20
|
Wafv2: "WAFV2",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/fms/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,6BAA6B,GAAG;IACzC,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;CACpB,CAAC;AAOE,QAAA,+BAA+B,GAAG;IAC3C,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,UAAU,GAAG;IACtB,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,cAAc,EAAE,iBAAiB;IACjC,oBAAoB,EAAE,wBAAwB;IAC9C,0BAA0B,EAAE,+BAA+B;IAC3D,wBAAwB,EAAE,6BAA6B;IACvD,eAAe,EAAE,kBAAkB;IACnC,kBAAkB,EAAE,sBAAsB;IAC1C,WAAW,EAAE,cAAc;IAC3B,qBAAqB,EAAE,yBAAyB;IAChD,gBAAgB,EAAE,oBAAoB;CAChC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/fms/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,6BAA6B,GAAG;IACzC,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;CACpB,CAAC;AAOE,QAAA,+BAA+B,GAAG;IAC3C,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,gCAAgC,GAAG;IAC5C,GAAG,EAAE,KAAK;IACV,EAAE,EAAE,IAAI;CACF,CAAC;AAIE,QAAA,UAAU,GAAG;IACtB,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,cAAc,EAAE,iBAAiB;IACjC,oBAAoB,EAAE,wBAAwB;IAC9C,0BAA0B,EAAE,+BAA+B;IAC3D,wBAAwB,EAAE,6BAA6B;IACvD,eAAe,EAAE,kBAAkB;IACnC,kBAAkB,EAAE,sBAAsB;IAC1C,WAAW,EAAE,cAAc;IAC3B,qBAAqB,EAAE,yBAAyB;IAChD,gBAAgB,EAAE,oBAAoB;CAChC,CAAC"}
|
package/types/input.d.ts
CHANGED
|
@@ -14900,6 +14900,10 @@ export declare namespace codepipeline {
|
|
|
14900
14900
|
* Represents information about condition.
|
|
14901
14901
|
*/
|
|
14902
14902
|
interface PipelineRuleDeclarationArgs {
|
|
14903
|
+
/**
|
|
14904
|
+
* The shell commands to run with your compute action in CodePipeline.
|
|
14905
|
+
*/
|
|
14906
|
+
commands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14903
14907
|
/**
|
|
14904
14908
|
* The rule's configuration. These are key-value pairs that specify input values for a rule.
|
|
14905
14909
|
*/
|
|
@@ -27575,6 +27579,27 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
27575
27579
|
* The name of the attribute.
|
|
27576
27580
|
* The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.
|
|
27577
27581
|
* + ``tcp.idle_timeout.seconds`` - The tcp idle timeout value, in seconds. The valid range is 60-6000 seconds. The default is 350 seconds.
|
|
27582
|
+
*
|
|
27583
|
+
* The following attributes are only supported by Application Load Balancers.
|
|
27584
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_serial_number.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Serial-Number* HTTP request header.
|
|
27585
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_issuer.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Issuer* HTTP request header.
|
|
27586
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_subject.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Subject* HTTP request header.
|
|
27587
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_validity.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Validity* HTTP request header.
|
|
27588
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_leaf.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Leaf* HTTP request header.
|
|
27589
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert* HTTP request header.
|
|
27590
|
+
* + ``routing.http.request.x_amzn_tls_version.header_name`` - Enables you to modify the header name of the *X-Amzn-Tls-Version* HTTP request header.
|
|
27591
|
+
* + ``routing.http.request.x_amzn_tls_cipher_suite.header_name`` - Enables you to modify the header name of the *X-Amzn-Tls-Cipher-Suite* HTTP request header.
|
|
27592
|
+
* + ``routing.http.response.server.enabled`` - Enables you to allow or remove the HTTP response server header.
|
|
27593
|
+
* + ``routing.http.response.strict_transport_security.header_value`` - Informs browsers that the site should only be accessed using HTTPS, and that any future attempts to access it using HTTP should automatically be converted to HTTPS.
|
|
27594
|
+
* + ``routing.http.response.access_control_allow_origin.header_value`` - Specifies which origins are allowed to access the server.
|
|
27595
|
+
* + ``routing.http.response.access_control_allow_methods.header_value`` - Returns which HTTP methods are allowed when accessing the server from a different origin.
|
|
27596
|
+
* + ``routing.http.response.access_control_allow_headers.header_value`` - Specifies which headers can be used during the request.
|
|
27597
|
+
* + ``routing.http.response.access_control_allow_credentials.header_value`` - Indicates whether the browser should include credentials such as cookies or authentication when making requests.
|
|
27598
|
+
* + ``routing.http.response.access_control_expose_headers.header_value`` - Returns which headers the browser can expose to the requesting client.
|
|
27599
|
+
* + ``routing.http.response.access_control_max_age.header_value`` - Specifies how long the results of a preflight request can be cached, in seconds.
|
|
27600
|
+
* + ``routing.http.response.content_security_policy.header_value`` - Specifies restrictions enforced by the browser to help minimize the risk of certain types of security threats.
|
|
27601
|
+
* + ``routing.http.response.x_content_type_options.header_value`` - Indicates whether the MIME types advertised in the *Content-Type* headers should be followed and not be changed.
|
|
27602
|
+
* + ``routing.http.response.x_frame_options.header_value`` - Indicates whether the browser is allowed to render a page in a *frame*, *iframe*, *embed* or *object*.
|
|
27578
27603
|
*/
|
|
27579
27604
|
key?: pulumi.Input<string>;
|
|
27580
27605
|
/**
|
|
@@ -28192,6 +28217,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
28192
28217
|
* + ``access_logs.s3.bucket`` - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
|
|
28193
28218
|
* + ``access_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the access logs.
|
|
28194
28219
|
* + ``ipv6.deny_all_igw_traffic`` - Blocks internet gateway (IGW) access to the load balancer. It is set to ``false`` for internet-facing load balancers and ``true`` for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway.
|
|
28220
|
+
* + ``zonal_shift.config.enabled`` - Indicates whether zonal shift is enabled. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
28195
28221
|
*
|
|
28196
28222
|
* The following attributes are supported by only Application Load Balancers:
|
|
28197
28223
|
* + ``idle_timeout.timeout_seconds`` - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.
|
|
@@ -28214,7 +28240,6 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
28214
28240
|
*
|
|
28215
28241
|
* The following attributes are supported by only Network Load Balancers:
|
|
28216
28242
|
* + ``dns_record.client_routing_policy`` - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are ``availability_zone_affinity`` with 100 percent zonal affinity, ``partial_availability_zone_affinity`` with 85 percent zonal affinity, and ``any_availability_zone`` with 0 percent zonal affinity.
|
|
28217
|
-
* + ``zonal_shift.config.enabled`` - Indicates whether zonal shift is enabled. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
28218
28243
|
*/
|
|
28219
28244
|
key?: pulumi.Input<string>;
|
|
28220
28245
|
/**
|
|
@@ -28222,6 +28247,9 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
28222
28247
|
*/
|
|
28223
28248
|
value?: pulumi.Input<string>;
|
|
28224
28249
|
}
|
|
28250
|
+
/**
|
|
28251
|
+
* The minimum capacity for a load balancer.
|
|
28252
|
+
*/
|
|
28225
28253
|
interface LoadBalancerMinimumLoadBalancerCapacityArgs {
|
|
28226
28254
|
/**
|
|
28227
28255
|
* The number of capacity units.
|
|
@@ -44499,7 +44527,7 @@ export declare namespace logs {
|
|
|
44499
44527
|
*/
|
|
44500
44528
|
addKeys?: pulumi.Input<inputs.logs.TransformerProcessorAddKeysPropertiesArgs>;
|
|
44501
44529
|
/**
|
|
44502
|
-
* Use this parameter to include the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-copyValue) processor in your transformer.
|
|
44530
|
+
* Use this parameter to include the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-copyValue) processor in your transformer.
|
|
44503
44531
|
*/
|
|
44504
44532
|
copyValue?: pulumi.Input<inputs.logs.TransformerProcessorCopyValuePropertiesArgs>;
|
|
44505
44533
|
/**
|
|
@@ -44507,7 +44535,7 @@ export declare namespace logs {
|
|
|
44507
44535
|
*/
|
|
44508
44536
|
csv?: pulumi.Input<inputs.logs.TransformerProcessorCsvPropertiesArgs>;
|
|
44509
44537
|
/**
|
|
44510
|
-
* Use this parameter to include the [datetimeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-datetimeConverter) processor in your transformer.
|
|
44538
|
+
* Use this parameter to include the [datetimeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-datetimeConverter) processor in your transformer.
|
|
44511
44539
|
*/
|
|
44512
44540
|
dateTimeConverter?: pulumi.Input<inputs.logs.TransformerProcessorDateTimeConverterPropertiesArgs>;
|
|
44513
44541
|
/**
|
|
@@ -44515,7 +44543,7 @@ export declare namespace logs {
|
|
|
44515
44543
|
*/
|
|
44516
44544
|
deleteKeys?: pulumi.Input<inputs.logs.TransformerProcessorDeleteKeysPropertiesArgs>;
|
|
44517
44545
|
/**
|
|
44518
|
-
* Use this parameter to include the [grok](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-grok) processor in your transformer.
|
|
44546
|
+
* Use this parameter to include the [grok](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-grok) processor in your transformer.
|
|
44519
44547
|
*/
|
|
44520
44548
|
grok?: pulumi.Input<inputs.logs.TransformerProcessorGrokPropertiesArgs>;
|
|
44521
44549
|
/**
|
|
@@ -44523,25 +44551,25 @@ export declare namespace logs {
|
|
|
44523
44551
|
*/
|
|
44524
44552
|
listToMap?: pulumi.Input<inputs.logs.TransformerProcessorListToMapPropertiesArgs>;
|
|
44525
44553
|
/**
|
|
44526
|
-
* Use this parameter to include the [lowerCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-lowerCaseString) processor in your transformer.
|
|
44554
|
+
* Use this parameter to include the [lowerCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-lowerCaseString) processor in your transformer.
|
|
44527
44555
|
*/
|
|
44528
44556
|
lowerCaseString?: pulumi.Input<inputs.logs.TransformerProcessorLowerCaseStringPropertiesArgs>;
|
|
44529
44557
|
/**
|
|
44530
|
-
* Use this parameter to include the [moveKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-moveKeys) processor in your transformer.
|
|
44558
|
+
* Use this parameter to include the [moveKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-moveKeys) processor in your transformer.
|
|
44531
44559
|
*/
|
|
44532
44560
|
moveKeys?: pulumi.Input<inputs.logs.TransformerProcessorMoveKeysPropertiesArgs>;
|
|
44533
44561
|
/**
|
|
44534
|
-
* Use this parameter to include the [parseCloudfront](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseCloudfront) processor in your transformer.
|
|
44562
|
+
* Use this parameter to include the [parseCloudfront](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseCloudfront) processor in your transformer.
|
|
44535
44563
|
*
|
|
44536
44564
|
* If you use this processor, it must be the first processor in your transformer.
|
|
44537
44565
|
*/
|
|
44538
44566
|
parseCloudfront?: pulumi.Input<inputs.logs.TransformerParseCloudfrontArgs>;
|
|
44539
44567
|
/**
|
|
44540
|
-
* Use this parameter to include the [parseJSON](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseJSON) processor in your transformer.
|
|
44568
|
+
* Use this parameter to include the [parseJSON](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseJSON) processor in your transformer.
|
|
44541
44569
|
*/
|
|
44542
44570
|
parseJson?: pulumi.Input<inputs.logs.TransformerProcessorParseJsonPropertiesArgs>;
|
|
44543
44571
|
/**
|
|
44544
|
-
* Use this parameter to include the [parseKeyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseKeyValue) processor in your transformer.
|
|
44572
|
+
* Use this parameter to include the [parseKeyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseKeyValue) processor in your transformer.
|
|
44545
44573
|
*/
|
|
44546
44574
|
parseKeyValue?: pulumi.Input<inputs.logs.TransformerProcessorParseKeyValuePropertiesArgs>;
|
|
44547
44575
|
/**
|
|
@@ -44551,13 +44579,13 @@ export declare namespace logs {
|
|
|
44551
44579
|
*/
|
|
44552
44580
|
parsePostgres?: pulumi.Input<inputs.logs.TransformerParsePostgresArgs>;
|
|
44553
44581
|
/**
|
|
44554
|
-
* Use this parameter to include the [parseRoute53](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseRoute53) processor in your transformer.
|
|
44582
|
+
* Use this parameter to include the [parseRoute53](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseRoute53) processor in your transformer.
|
|
44555
44583
|
*
|
|
44556
44584
|
* If you use this processor, it must be the first processor in your transformer.
|
|
44557
44585
|
*/
|
|
44558
44586
|
parseRoute53?: pulumi.Input<inputs.logs.TransformerParseRoute53Args>;
|
|
44559
44587
|
/**
|
|
44560
|
-
* Use this parameter to include the [parseVPC](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseVPC) processor in your transformer.
|
|
44588
|
+
* Use this parameter to include the [parseVPC](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseVPC) processor in your transformer.
|
|
44561
44589
|
*
|
|
44562
44590
|
* If you use this processor, it must be the first processor in your transformer.
|
|
44563
44591
|
*/
|
|
@@ -44573,23 +44601,23 @@ export declare namespace logs {
|
|
|
44573
44601
|
*/
|
|
44574
44602
|
renameKeys?: pulumi.Input<inputs.logs.TransformerProcessorRenameKeysPropertiesArgs>;
|
|
44575
44603
|
/**
|
|
44576
|
-
* Use this parameter to include the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-splitString) processor in your transformer.
|
|
44604
|
+
* Use this parameter to include the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-splitString) processor in your transformer.
|
|
44577
44605
|
*/
|
|
44578
44606
|
splitString?: pulumi.Input<inputs.logs.TransformerProcessorSplitStringPropertiesArgs>;
|
|
44579
44607
|
/**
|
|
44580
|
-
* Use this parameter to include the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-substituteString) processor in your transformer.
|
|
44608
|
+
* Use this parameter to include the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-substituteString) processor in your transformer.
|
|
44581
44609
|
*/
|
|
44582
44610
|
substituteString?: pulumi.Input<inputs.logs.TransformerProcessorSubstituteStringPropertiesArgs>;
|
|
44583
44611
|
/**
|
|
44584
|
-
* Use this parameter to include the [trimString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-trimString) processor in your transformer.
|
|
44612
|
+
* Use this parameter to include the [trimString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-trimString) processor in your transformer.
|
|
44585
44613
|
*/
|
|
44586
44614
|
trimString?: pulumi.Input<inputs.logs.TransformerProcessorTrimStringPropertiesArgs>;
|
|
44587
44615
|
/**
|
|
44588
|
-
* Use this parameter to include the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-typeConverter) processor in your transformer.
|
|
44616
|
+
* Use this parameter to include the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-typeConverter) processor in your transformer.
|
|
44589
44617
|
*/
|
|
44590
44618
|
typeConverter?: pulumi.Input<inputs.logs.TransformerProcessorTypeConverterPropertiesArgs>;
|
|
44591
44619
|
/**
|
|
44592
|
-
* Use this parameter to include the [upperCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-upperCaseString) processor in your transformer.
|
|
44620
|
+
* Use this parameter to include the [upperCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-upperCaseString) processor in your transformer.
|
|
44593
44621
|
*/
|
|
44594
44622
|
upperCaseString?: pulumi.Input<inputs.logs.TransformerProcessorUpperCaseStringPropertiesArgs>;
|
|
44595
44623
|
}
|
|
@@ -44600,7 +44628,7 @@ export declare namespace logs {
|
|
|
44600
44628
|
entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerAddKeyEntryArgs>[]>;
|
|
44601
44629
|
}
|
|
44602
44630
|
/**
|
|
44603
|
-
* Use this parameter to include the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-copyValue) processor in your transformer.
|
|
44631
|
+
* Use this parameter to include the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-copyValue) processor in your transformer.
|
|
44604
44632
|
*/
|
|
44605
44633
|
interface TransformerProcessorCopyValuePropertiesArgs {
|
|
44606
44634
|
entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerCopyValueEntryArgs>[]>;
|
|
@@ -44615,7 +44643,7 @@ export declare namespace logs {
|
|
|
44615
44643
|
source?: pulumi.Input<string>;
|
|
44616
44644
|
}
|
|
44617
44645
|
/**
|
|
44618
|
-
* Use this parameter to include the [datetimeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-datetimeConverter) processor in your transformer.
|
|
44646
|
+
* Use this parameter to include the [datetimeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-datetimeConverter) processor in your transformer.
|
|
44619
44647
|
*/
|
|
44620
44648
|
interface TransformerProcessorDateTimeConverterPropertiesArgs {
|
|
44621
44649
|
locale?: pulumi.Input<string>;
|
|
@@ -44633,7 +44661,7 @@ export declare namespace logs {
|
|
|
44633
44661
|
withKeys: pulumi.Input<pulumi.Input<string>[]>;
|
|
44634
44662
|
}
|
|
44635
44663
|
/**
|
|
44636
|
-
* Use this parameter to include the [grok](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-grok) processor in your transformer.
|
|
44664
|
+
* Use this parameter to include the [grok](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-grok) processor in your transformer.
|
|
44637
44665
|
*/
|
|
44638
44666
|
interface TransformerProcessorGrokPropertiesArgs {
|
|
44639
44667
|
match: pulumi.Input<string>;
|
|
@@ -44651,26 +44679,26 @@ export declare namespace logs {
|
|
|
44651
44679
|
valueKey?: pulumi.Input<string>;
|
|
44652
44680
|
}
|
|
44653
44681
|
/**
|
|
44654
|
-
* Use this parameter to include the [lowerCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-lowerCaseString) processor in your transformer.
|
|
44682
|
+
* Use this parameter to include the [lowerCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-lowerCaseString) processor in your transformer.
|
|
44655
44683
|
*/
|
|
44656
44684
|
interface TransformerProcessorLowerCaseStringPropertiesArgs {
|
|
44657
44685
|
withKeys: pulumi.Input<pulumi.Input<string>[]>;
|
|
44658
44686
|
}
|
|
44659
44687
|
/**
|
|
44660
|
-
* Use this parameter to include the [moveKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-moveKeys) processor in your transformer.
|
|
44688
|
+
* Use this parameter to include the [moveKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-moveKeys) processor in your transformer.
|
|
44661
44689
|
*/
|
|
44662
44690
|
interface TransformerProcessorMoveKeysPropertiesArgs {
|
|
44663
44691
|
entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerMoveKeyEntryArgs>[]>;
|
|
44664
44692
|
}
|
|
44665
44693
|
/**
|
|
44666
|
-
* Use this parameter to include the [parseJSON](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseJSON) processor in your transformer.
|
|
44694
|
+
* Use this parameter to include the [parseJSON](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseJSON) processor in your transformer.
|
|
44667
44695
|
*/
|
|
44668
44696
|
interface TransformerProcessorParseJsonPropertiesArgs {
|
|
44669
44697
|
destination?: pulumi.Input<string>;
|
|
44670
44698
|
source?: pulumi.Input<string>;
|
|
44671
44699
|
}
|
|
44672
44700
|
/**
|
|
44673
|
-
* Use this parameter to include the [parseKeyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseKeyValue) processor in your transformer.
|
|
44701
|
+
* Use this parameter to include the [parseKeyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseKeyValue) processor in your transformer.
|
|
44674
44702
|
*/
|
|
44675
44703
|
interface TransformerProcessorParseKeyValuePropertiesArgs {
|
|
44676
44704
|
destination?: pulumi.Input<string>;
|
|
@@ -44688,31 +44716,31 @@ export declare namespace logs {
|
|
|
44688
44716
|
entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerRenameKeyEntryArgs>[]>;
|
|
44689
44717
|
}
|
|
44690
44718
|
/**
|
|
44691
|
-
* Use this parameter to include the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-splitString) processor in your transformer.
|
|
44719
|
+
* Use this parameter to include the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-splitString) processor in your transformer.
|
|
44692
44720
|
*/
|
|
44693
44721
|
interface TransformerProcessorSplitStringPropertiesArgs {
|
|
44694
44722
|
entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerSplitStringEntryArgs>[]>;
|
|
44695
44723
|
}
|
|
44696
44724
|
/**
|
|
44697
|
-
* Use this parameter to include the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-substituteString) processor in your transformer.
|
|
44725
|
+
* Use this parameter to include the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-substituteString) processor in your transformer.
|
|
44698
44726
|
*/
|
|
44699
44727
|
interface TransformerProcessorSubstituteStringPropertiesArgs {
|
|
44700
44728
|
entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerSubstituteStringEntryArgs>[]>;
|
|
44701
44729
|
}
|
|
44702
44730
|
/**
|
|
44703
|
-
* Use this parameter to include the [trimString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-trimString) processor in your transformer.
|
|
44731
|
+
* Use this parameter to include the [trimString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-trimString) processor in your transformer.
|
|
44704
44732
|
*/
|
|
44705
44733
|
interface TransformerProcessorTrimStringPropertiesArgs {
|
|
44706
44734
|
withKeys: pulumi.Input<pulumi.Input<string>[]>;
|
|
44707
44735
|
}
|
|
44708
44736
|
/**
|
|
44709
|
-
* Use this parameter to include the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-typeConverter) processor in your transformer.
|
|
44737
|
+
* Use this parameter to include the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-typeConverter) processor in your transformer.
|
|
44710
44738
|
*/
|
|
44711
44739
|
interface TransformerProcessorTypeConverterPropertiesArgs {
|
|
44712
44740
|
entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerTypeConverterEntryArgs>[]>;
|
|
44713
44741
|
}
|
|
44714
44742
|
/**
|
|
44715
|
-
* Use this parameter to include the [upperCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-upperCaseString) processor in your transformer.
|
|
44743
|
+
* Use this parameter to include the [upperCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-upperCaseString) processor in your transformer.
|
|
44716
44744
|
*/
|
|
44717
44745
|
interface TransformerProcessorUpperCaseStringPropertiesArgs {
|
|
44718
44746
|
withKeys: pulumi.Input<pulumi.Input<string>[]>;
|
package/types/output.d.ts
CHANGED
|
@@ -15413,6 +15413,10 @@ export declare namespace codepipeline {
|
|
|
15413
15413
|
* Represents information about condition.
|
|
15414
15414
|
*/
|
|
15415
15415
|
interface PipelineRuleDeclaration {
|
|
15416
|
+
/**
|
|
15417
|
+
* The shell commands to run with your compute action in CodePipeline.
|
|
15418
|
+
*/
|
|
15419
|
+
commands?: string[];
|
|
15416
15420
|
/**
|
|
15417
15421
|
* The rule's configuration. These are key-value pairs that specify input values for a rule.
|
|
15418
15422
|
*/
|
|
@@ -28810,6 +28814,27 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
28810
28814
|
* The name of the attribute.
|
|
28811
28815
|
* The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.
|
|
28812
28816
|
* + ``tcp.idle_timeout.seconds`` - The tcp idle timeout value, in seconds. The valid range is 60-6000 seconds. The default is 350 seconds.
|
|
28817
|
+
*
|
|
28818
|
+
* The following attributes are only supported by Application Load Balancers.
|
|
28819
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_serial_number.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Serial-Number* HTTP request header.
|
|
28820
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_issuer.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Issuer* HTTP request header.
|
|
28821
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_subject.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Subject* HTTP request header.
|
|
28822
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_validity.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Validity* HTTP request header.
|
|
28823
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_leaf.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Leaf* HTTP request header.
|
|
28824
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert* HTTP request header.
|
|
28825
|
+
* + ``routing.http.request.x_amzn_tls_version.header_name`` - Enables you to modify the header name of the *X-Amzn-Tls-Version* HTTP request header.
|
|
28826
|
+
* + ``routing.http.request.x_amzn_tls_cipher_suite.header_name`` - Enables you to modify the header name of the *X-Amzn-Tls-Cipher-Suite* HTTP request header.
|
|
28827
|
+
* + ``routing.http.response.server.enabled`` - Enables you to allow or remove the HTTP response server header.
|
|
28828
|
+
* + ``routing.http.response.strict_transport_security.header_value`` - Informs browsers that the site should only be accessed using HTTPS, and that any future attempts to access it using HTTP should automatically be converted to HTTPS.
|
|
28829
|
+
* + ``routing.http.response.access_control_allow_origin.header_value`` - Specifies which origins are allowed to access the server.
|
|
28830
|
+
* + ``routing.http.response.access_control_allow_methods.header_value`` - Returns which HTTP methods are allowed when accessing the server from a different origin.
|
|
28831
|
+
* + ``routing.http.response.access_control_allow_headers.header_value`` - Specifies which headers can be used during the request.
|
|
28832
|
+
* + ``routing.http.response.access_control_allow_credentials.header_value`` - Indicates whether the browser should include credentials such as cookies or authentication when making requests.
|
|
28833
|
+
* + ``routing.http.response.access_control_expose_headers.header_value`` - Returns which headers the browser can expose to the requesting client.
|
|
28834
|
+
* + ``routing.http.response.access_control_max_age.header_value`` - Specifies how long the results of a preflight request can be cached, in seconds.
|
|
28835
|
+
* + ``routing.http.response.content_security_policy.header_value`` - Specifies restrictions enforced by the browser to help minimize the risk of certain types of security threats.
|
|
28836
|
+
* + ``routing.http.response.x_content_type_options.header_value`` - Indicates whether the MIME types advertised in the *Content-Type* headers should be followed and not be changed.
|
|
28837
|
+
* + ``routing.http.response.x_frame_options.header_value`` - Indicates whether the browser is allowed to render a page in a *frame*, *iframe*, *embed* or *object*.
|
|
28813
28838
|
*/
|
|
28814
28839
|
key?: string;
|
|
28815
28840
|
/**
|
|
@@ -29427,6 +29452,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
29427
29452
|
* + ``access_logs.s3.bucket`` - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
|
|
29428
29453
|
* + ``access_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the access logs.
|
|
29429
29454
|
* + ``ipv6.deny_all_igw_traffic`` - Blocks internet gateway (IGW) access to the load balancer. It is set to ``false`` for internet-facing load balancers and ``true`` for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway.
|
|
29455
|
+
* + ``zonal_shift.config.enabled`` - Indicates whether zonal shift is enabled. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
29430
29456
|
*
|
|
29431
29457
|
* The following attributes are supported by only Application Load Balancers:
|
|
29432
29458
|
* + ``idle_timeout.timeout_seconds`` - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.
|
|
@@ -29449,7 +29475,6 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
29449
29475
|
*
|
|
29450
29476
|
* The following attributes are supported by only Network Load Balancers:
|
|
29451
29477
|
* + ``dns_record.client_routing_policy`` - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are ``availability_zone_affinity`` with 100 percent zonal affinity, ``partial_availability_zone_affinity`` with 85 percent zonal affinity, and ``any_availability_zone`` with 0 percent zonal affinity.
|
|
29452
|
-
* + ``zonal_shift.config.enabled`` - Indicates whether zonal shift is enabled. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
29453
29478
|
*/
|
|
29454
29479
|
key?: string;
|
|
29455
29480
|
/**
|
|
@@ -29457,6 +29482,9 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
29457
29482
|
*/
|
|
29458
29483
|
value?: string;
|
|
29459
29484
|
}
|
|
29485
|
+
/**
|
|
29486
|
+
* The minimum capacity for a load balancer.
|
|
29487
|
+
*/
|
|
29460
29488
|
interface LoadBalancerMinimumLoadBalancerCapacity {
|
|
29461
29489
|
/**
|
|
29462
29490
|
* The number of capacity units.
|
|
@@ -45841,7 +45869,7 @@ export declare namespace logs {
|
|
|
45841
45869
|
*/
|
|
45842
45870
|
addKeys?: outputs.logs.TransformerProcessorAddKeysProperties;
|
|
45843
45871
|
/**
|
|
45844
|
-
* Use this parameter to include the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-copyValue) processor in your transformer.
|
|
45872
|
+
* Use this parameter to include the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-copyValue) processor in your transformer.
|
|
45845
45873
|
*/
|
|
45846
45874
|
copyValue?: outputs.logs.TransformerProcessorCopyValueProperties;
|
|
45847
45875
|
/**
|
|
@@ -45849,7 +45877,7 @@ export declare namespace logs {
|
|
|
45849
45877
|
*/
|
|
45850
45878
|
csv?: outputs.logs.TransformerProcessorCsvProperties;
|
|
45851
45879
|
/**
|
|
45852
|
-
* Use this parameter to include the [datetimeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-datetimeConverter) processor in your transformer.
|
|
45880
|
+
* Use this parameter to include the [datetimeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-datetimeConverter) processor in your transformer.
|
|
45853
45881
|
*/
|
|
45854
45882
|
dateTimeConverter?: outputs.logs.TransformerProcessorDateTimeConverterProperties;
|
|
45855
45883
|
/**
|
|
@@ -45857,7 +45885,7 @@ export declare namespace logs {
|
|
|
45857
45885
|
*/
|
|
45858
45886
|
deleteKeys?: outputs.logs.TransformerProcessorDeleteKeysProperties;
|
|
45859
45887
|
/**
|
|
45860
|
-
* Use this parameter to include the [grok](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-grok) processor in your transformer.
|
|
45888
|
+
* Use this parameter to include the [grok](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-grok) processor in your transformer.
|
|
45861
45889
|
*/
|
|
45862
45890
|
grok?: outputs.logs.TransformerProcessorGrokProperties;
|
|
45863
45891
|
/**
|
|
@@ -45865,25 +45893,25 @@ export declare namespace logs {
|
|
|
45865
45893
|
*/
|
|
45866
45894
|
listToMap?: outputs.logs.TransformerProcessorListToMapProperties;
|
|
45867
45895
|
/**
|
|
45868
|
-
* Use this parameter to include the [lowerCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-lowerCaseString) processor in your transformer.
|
|
45896
|
+
* Use this parameter to include the [lowerCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-lowerCaseString) processor in your transformer.
|
|
45869
45897
|
*/
|
|
45870
45898
|
lowerCaseString?: outputs.logs.TransformerProcessorLowerCaseStringProperties;
|
|
45871
45899
|
/**
|
|
45872
|
-
* Use this parameter to include the [moveKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-moveKeys) processor in your transformer.
|
|
45900
|
+
* Use this parameter to include the [moveKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-moveKeys) processor in your transformer.
|
|
45873
45901
|
*/
|
|
45874
45902
|
moveKeys?: outputs.logs.TransformerProcessorMoveKeysProperties;
|
|
45875
45903
|
/**
|
|
45876
|
-
* Use this parameter to include the [parseCloudfront](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseCloudfront) processor in your transformer.
|
|
45904
|
+
* Use this parameter to include the [parseCloudfront](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseCloudfront) processor in your transformer.
|
|
45877
45905
|
*
|
|
45878
45906
|
* If you use this processor, it must be the first processor in your transformer.
|
|
45879
45907
|
*/
|
|
45880
45908
|
parseCloudfront?: outputs.logs.TransformerParseCloudfront;
|
|
45881
45909
|
/**
|
|
45882
|
-
* Use this parameter to include the [parseJSON](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseJSON) processor in your transformer.
|
|
45910
|
+
* Use this parameter to include the [parseJSON](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseJSON) processor in your transformer.
|
|
45883
45911
|
*/
|
|
45884
45912
|
parseJson?: outputs.logs.TransformerProcessorParseJsonProperties;
|
|
45885
45913
|
/**
|
|
45886
|
-
* Use this parameter to include the [parseKeyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseKeyValue) processor in your transformer.
|
|
45914
|
+
* Use this parameter to include the [parseKeyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseKeyValue) processor in your transformer.
|
|
45887
45915
|
*/
|
|
45888
45916
|
parseKeyValue?: outputs.logs.TransformerProcessorParseKeyValueProperties;
|
|
45889
45917
|
/**
|
|
@@ -45893,13 +45921,13 @@ export declare namespace logs {
|
|
|
45893
45921
|
*/
|
|
45894
45922
|
parsePostgres?: outputs.logs.TransformerParsePostgres;
|
|
45895
45923
|
/**
|
|
45896
|
-
* Use this parameter to include the [parseRoute53](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseRoute53) processor in your transformer.
|
|
45924
|
+
* Use this parameter to include the [parseRoute53](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseRoute53) processor in your transformer.
|
|
45897
45925
|
*
|
|
45898
45926
|
* If you use this processor, it must be the first processor in your transformer.
|
|
45899
45927
|
*/
|
|
45900
45928
|
parseRoute53?: outputs.logs.TransformerParseRoute53;
|
|
45901
45929
|
/**
|
|
45902
|
-
* Use this parameter to include the [parseVPC](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseVPC) processor in your transformer.
|
|
45930
|
+
* Use this parameter to include the [parseVPC](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseVPC) processor in your transformer.
|
|
45903
45931
|
*
|
|
45904
45932
|
* If you use this processor, it must be the first processor in your transformer.
|
|
45905
45933
|
*/
|
|
@@ -45915,23 +45943,23 @@ export declare namespace logs {
|
|
|
45915
45943
|
*/
|
|
45916
45944
|
renameKeys?: outputs.logs.TransformerProcessorRenameKeysProperties;
|
|
45917
45945
|
/**
|
|
45918
|
-
* Use this parameter to include the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-splitString) processor in your transformer.
|
|
45946
|
+
* Use this parameter to include the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-splitString) processor in your transformer.
|
|
45919
45947
|
*/
|
|
45920
45948
|
splitString?: outputs.logs.TransformerProcessorSplitStringProperties;
|
|
45921
45949
|
/**
|
|
45922
|
-
* Use this parameter to include the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-substituteString) processor in your transformer.
|
|
45950
|
+
* Use this parameter to include the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-substituteString) processor in your transformer.
|
|
45923
45951
|
*/
|
|
45924
45952
|
substituteString?: outputs.logs.TransformerProcessorSubstituteStringProperties;
|
|
45925
45953
|
/**
|
|
45926
|
-
* Use this parameter to include the [trimString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-trimString) processor in your transformer.
|
|
45954
|
+
* Use this parameter to include the [trimString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-trimString) processor in your transformer.
|
|
45927
45955
|
*/
|
|
45928
45956
|
trimString?: outputs.logs.TransformerProcessorTrimStringProperties;
|
|
45929
45957
|
/**
|
|
45930
|
-
* Use this parameter to include the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-typeConverter) processor in your transformer.
|
|
45958
|
+
* Use this parameter to include the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-typeConverter) processor in your transformer.
|
|
45931
45959
|
*/
|
|
45932
45960
|
typeConverter?: outputs.logs.TransformerProcessorTypeConverterProperties;
|
|
45933
45961
|
/**
|
|
45934
|
-
* Use this parameter to include the [upperCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-upperCaseString) processor in your transformer.
|
|
45962
|
+
* Use this parameter to include the [upperCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-upperCaseString) processor in your transformer.
|
|
45935
45963
|
*/
|
|
45936
45964
|
upperCaseString?: outputs.logs.TransformerProcessorUpperCaseStringProperties;
|
|
45937
45965
|
}
|
|
@@ -45942,7 +45970,7 @@ export declare namespace logs {
|
|
|
45942
45970
|
entries: outputs.logs.TransformerAddKeyEntry[];
|
|
45943
45971
|
}
|
|
45944
45972
|
/**
|
|
45945
|
-
* Use this parameter to include the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-copyValue) processor in your transformer.
|
|
45973
|
+
* Use this parameter to include the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-copyValue) processor in your transformer.
|
|
45946
45974
|
*/
|
|
45947
45975
|
interface TransformerProcessorCopyValueProperties {
|
|
45948
45976
|
entries: outputs.logs.TransformerCopyValueEntry[];
|
|
@@ -45957,7 +45985,7 @@ export declare namespace logs {
|
|
|
45957
45985
|
source?: string;
|
|
45958
45986
|
}
|
|
45959
45987
|
/**
|
|
45960
|
-
* Use this parameter to include the [datetimeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-datetimeConverter) processor in your transformer.
|
|
45988
|
+
* Use this parameter to include the [datetimeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-datetimeConverter) processor in your transformer.
|
|
45961
45989
|
*/
|
|
45962
45990
|
interface TransformerProcessorDateTimeConverterProperties {
|
|
45963
45991
|
locale?: string;
|
|
@@ -45975,7 +46003,7 @@ export declare namespace logs {
|
|
|
45975
46003
|
withKeys: string[];
|
|
45976
46004
|
}
|
|
45977
46005
|
/**
|
|
45978
|
-
* Use this parameter to include the [grok](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-grok) processor in your transformer.
|
|
46006
|
+
* Use this parameter to include the [grok](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-grok) processor in your transformer.
|
|
45979
46007
|
*/
|
|
45980
46008
|
interface TransformerProcessorGrokProperties {
|
|
45981
46009
|
match: string;
|
|
@@ -45993,26 +46021,26 @@ export declare namespace logs {
|
|
|
45993
46021
|
valueKey?: string;
|
|
45994
46022
|
}
|
|
45995
46023
|
/**
|
|
45996
|
-
* Use this parameter to include the [lowerCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-lowerCaseString) processor in your transformer.
|
|
46024
|
+
* Use this parameter to include the [lowerCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-lowerCaseString) processor in your transformer.
|
|
45997
46025
|
*/
|
|
45998
46026
|
interface TransformerProcessorLowerCaseStringProperties {
|
|
45999
46027
|
withKeys: string[];
|
|
46000
46028
|
}
|
|
46001
46029
|
/**
|
|
46002
|
-
* Use this parameter to include the [moveKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-moveKeys) processor in your transformer.
|
|
46030
|
+
* Use this parameter to include the [moveKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-moveKeys) processor in your transformer.
|
|
46003
46031
|
*/
|
|
46004
46032
|
interface TransformerProcessorMoveKeysProperties {
|
|
46005
46033
|
entries: outputs.logs.TransformerMoveKeyEntry[];
|
|
46006
46034
|
}
|
|
46007
46035
|
/**
|
|
46008
|
-
* Use this parameter to include the [parseJSON](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseJSON) processor in your transformer.
|
|
46036
|
+
* Use this parameter to include the [parseJSON](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseJSON) processor in your transformer.
|
|
46009
46037
|
*/
|
|
46010
46038
|
interface TransformerProcessorParseJsonProperties {
|
|
46011
46039
|
destination?: string;
|
|
46012
46040
|
source?: string;
|
|
46013
46041
|
}
|
|
46014
46042
|
/**
|
|
46015
|
-
* Use this parameter to include the [parseKeyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseKeyValue) processor in your transformer.
|
|
46043
|
+
* Use this parameter to include the [parseKeyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseKeyValue) processor in your transformer.
|
|
46016
46044
|
*/
|
|
46017
46045
|
interface TransformerProcessorParseKeyValueProperties {
|
|
46018
46046
|
destination?: string;
|
|
@@ -46030,31 +46058,31 @@ export declare namespace logs {
|
|
|
46030
46058
|
entries: outputs.logs.TransformerRenameKeyEntry[];
|
|
46031
46059
|
}
|
|
46032
46060
|
/**
|
|
46033
|
-
* Use this parameter to include the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-splitString) processor in your transformer.
|
|
46061
|
+
* Use this parameter to include the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-splitString) processor in your transformer.
|
|
46034
46062
|
*/
|
|
46035
46063
|
interface TransformerProcessorSplitStringProperties {
|
|
46036
46064
|
entries: outputs.logs.TransformerSplitStringEntry[];
|
|
46037
46065
|
}
|
|
46038
46066
|
/**
|
|
46039
|
-
* Use this parameter to include the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-substituteString) processor in your transformer.
|
|
46067
|
+
* Use this parameter to include the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-substituteString) processor in your transformer.
|
|
46040
46068
|
*/
|
|
46041
46069
|
interface TransformerProcessorSubstituteStringProperties {
|
|
46042
46070
|
entries: outputs.logs.TransformerSubstituteStringEntry[];
|
|
46043
46071
|
}
|
|
46044
46072
|
/**
|
|
46045
|
-
* Use this parameter to include the [trimString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-trimString) processor in your transformer.
|
|
46073
|
+
* Use this parameter to include the [trimString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-trimString) processor in your transformer.
|
|
46046
46074
|
*/
|
|
46047
46075
|
interface TransformerProcessorTrimStringProperties {
|
|
46048
46076
|
withKeys: string[];
|
|
46049
46077
|
}
|
|
46050
46078
|
/**
|
|
46051
|
-
* Use this parameter to include the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-typeConverter) processor in your transformer.
|
|
46079
|
+
* Use this parameter to include the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-typeConverter) processor in your transformer.
|
|
46052
46080
|
*/
|
|
46053
46081
|
interface TransformerProcessorTypeConverterProperties {
|
|
46054
46082
|
entries: outputs.logs.TransformerTypeConverterEntry[];
|
|
46055
46083
|
}
|
|
46056
46084
|
/**
|
|
46057
|
-
* Use this parameter to include the [upperCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-upperCaseString) processor in your transformer.
|
|
46085
|
+
* Use this parameter to include the [upperCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-upperCaseString) processor in your transformer.
|
|
46058
46086
|
*/
|
|
46059
46087
|
interface TransformerProcessorUpperCaseStringProperties {
|
|
46060
46088
|
withKeys: string[];
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAggiBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;;QACrD,uCACO,GAAG,KACN,qBAAqB,EAAE,MAAA,CAAC,GAAG,CAAC,qBAAqB,CAAC,mCAAI,CAAC,IACzD;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}
|