@pulumi/aws-native 1.31.0-alpha.1750420541 → 1.31.0-alpha.1750422127
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/accessanalyzer/analyzer.d.ts +2 -2
- package/amplify/app.d.ts +8 -0
- package/amplify/app.js +2 -0
- package/amplify/app.js.map +1 -1
- package/amplify/getApp.d.ts +4 -0
- package/amplify/getApp.js.map +1 -1
- package/bedrock/getGuardrail.d.ts +1 -0
- package/bedrock/getGuardrail.js.map +1 -1
- package/bedrock/guardrail.d.ts +2 -0
- package/bedrock/guardrail.js +2 -0
- package/bedrock/guardrail.js.map +1 -1
- package/cleanrooms/collaboration.d.ts +4 -4
- package/cleanrooms/collaboration.js +0 -6
- package/cleanrooms/collaboration.js.map +1 -1
- package/connect/evaluationForm.d.ts +2 -0
- package/connect/evaluationForm.js +2 -0
- package/connect/evaluationForm.js.map +1 -1
- package/connect/getEvaluationForm.d.ts +1 -0
- package/connect/getEvaluationForm.js.map +1 -1
- package/customerprofiles/calculatedAttributeDefinition.d.ts +13 -0
- package/customerprofiles/calculatedAttributeDefinition.js +7 -1
- package/customerprofiles/calculatedAttributeDefinition.js.map +1 -1
- package/customerprofiles/getCalculatedAttributeDefinition.d.ts +5 -0
- package/customerprofiles/getCalculatedAttributeDefinition.js.map +1 -1
- package/customerprofiles/getObjectType.d.ts +8 -0
- package/customerprofiles/getObjectType.js.map +1 -1
- package/customerprofiles/objectType.d.ts +12 -0
- package/customerprofiles/objectType.js +4 -0
- package/customerprofiles/objectType.js.map +1 -1
- package/ec2/getTrafficMirrorFilter.d.ts +37 -0
- package/ec2/getTrafficMirrorFilter.js +28 -0
- package/ec2/getTrafficMirrorFilter.js.map +1 -0
- package/ec2/index.d.ts +6 -0
- package/ec2/index.js +11 -4
- package/ec2/index.js.map +1 -1
- package/ec2/trafficMirrorFilter.d.ts +64 -0
- package/ec2/trafficMirrorFilter.js +64 -0
- package/ec2/trafficMirrorFilter.js.map +1 -0
- package/inspectorv2/filter.d.ts +6 -0
- package/inspectorv2/filter.js +2 -0
- package/inspectorv2/filter.js.map +1 -1
- package/inspectorv2/getFilter.d.ts +3 -0
- package/inspectorv2/getFilter.js.map +1 -1
- package/mediatailor/getPlaybackConfiguration.d.ts +4 -0
- package/mediatailor/getPlaybackConfiguration.js.map +1 -1
- package/mediatailor/playbackConfiguration.d.ts +8 -0
- package/mediatailor/playbackConfiguration.js +2 -0
- package/mediatailor/playbackConfiguration.js.map +1 -1
- package/opsworkscm/server.d.ts +2 -2
- package/organizations/policy.d.ts +2 -2
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/rds/dbCluster.d.ts +4 -4
- package/rds/dbInstance.d.ts +2 -2
- package/rds/getDbCluster.d.ts +2 -2
- package/rds/getDbInstance.d.ts +1 -1
- package/redshiftserverless/getSnapshot.d.ts +36 -0
- package/redshiftserverless/getSnapshot.js +28 -0
- package/redshiftserverless/getSnapshot.js.map +1 -0
- package/redshiftserverless/index.d.ts +6 -0
- package/redshiftserverless/index.js +8 -1
- package/redshiftserverless/index.js.map +1 -1
- package/redshiftserverless/snapshot.d.ts +75 -0
- package/redshiftserverless/snapshot.js +68 -0
- package/redshiftserverless/snapshot.js.map +1 -0
- package/securityhub/aggregatorV2.d.ts +64 -0
- package/securityhub/aggregatorV2.js +70 -0
- package/securityhub/aggregatorV2.js.map +1 -0
- package/securityhub/automationRuleV2.d.ts +94 -0
- package/securityhub/automationRuleV2.js +91 -0
- package/securityhub/automationRuleV2.js.map +1 -0
- package/securityhub/getAggregatorV2.d.ts +43 -0
- package/securityhub/getAggregatorV2.js +28 -0
- package/securityhub/getAggregatorV2.js.map +1 -0
- package/securityhub/getAutomationRuleV2.d.ts +59 -0
- package/securityhub/getAutomationRuleV2.js +28 -0
- package/securityhub/getAutomationRuleV2.js.map +1 -0
- package/securityhub/getHubV2.d.ts +31 -0
- package/securityhub/getHubV2.js +28 -0
- package/securityhub/getHubV2.js.map +1 -0
- package/securityhub/hubV2.d.ts +44 -0
- package/securityhub/hubV2.js +60 -0
- package/securityhub/hubV2.js.map +1 -0
- package/securityhub/index.d.ts +18 -0
- package/securityhub/index.js +22 -1
- package/securityhub/index.js.map +1 -1
- package/types/enums/amplify/index.d.ts +21 -0
- package/types/enums/amplify/index.js +6 -1
- package/types/enums/amplify/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +3 -0
- package/types/enums/connect/index.js +3 -0
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/connectcampaignsv2/index.d.ts +8 -0
- package/types/enums/connectcampaignsv2/index.js +5 -1
- package/types/enums/connectcampaignsv2/index.js.map +1 -1
- package/types/enums/customerprofiles/index.d.ts +26 -0
- package/types/enums/customerprofiles/index.js +15 -1
- package/types/enums/customerprofiles/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +7 -0
- package/types/enums/ec2/index.js +4 -1
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/lambda/index.d.ts +0 -9
- package/types/enums/lambda/index.js.map +1 -1
- package/types/enums/organizations/index.d.ts +2 -1
- package/types/enums/organizations/index.js +1 -0
- package/types/enums/organizations/index.js.map +1 -1
- package/types/enums/redshiftserverless/index.d.ts +9 -0
- package/types/enums/redshiftserverless/index.js +9 -1
- package/types/enums/redshiftserverless/index.js.map +1 -1
- package/types/enums/securityhub/index.d.ts +136 -0
- package/types/enums/securityhub/index.js +89 -1
- package/types/enums/securityhub/index.js.map +1 -1
- package/types/enums/wafv2/index.d.ts +3 -0
- package/types/enums/wafv2/index.js.map +1 -1
- package/types/input.d.ts +469 -41
- package/types/output.d.ts +494 -41
- package/types/output.js.map +1 -1
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AutomationRuleV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource schema for AWS::SecurityHub::AutomationRuleV2
|
|
10
|
+
*/
|
|
11
|
+
class AutomationRuleV2 extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing AutomationRuleV2 resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new AutomationRuleV2(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of AutomationRuleV2. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === AutomationRuleV2.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a AutomationRuleV2 resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.actions === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'actions'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.criteria === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'criteria'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.description === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'description'");
|
|
52
|
+
}
|
|
53
|
+
if ((!args || args.ruleName === undefined) && !opts.urn) {
|
|
54
|
+
throw new Error("Missing required property 'ruleName'");
|
|
55
|
+
}
|
|
56
|
+
if ((!args || args.ruleOrder === undefined) && !opts.urn) {
|
|
57
|
+
throw new Error("Missing required property 'ruleOrder'");
|
|
58
|
+
}
|
|
59
|
+
resourceInputs["actions"] = args ? args.actions : undefined;
|
|
60
|
+
resourceInputs["criteria"] = args ? args.criteria : undefined;
|
|
61
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
62
|
+
resourceInputs["ruleName"] = args ? args.ruleName : undefined;
|
|
63
|
+
resourceInputs["ruleOrder"] = args ? args.ruleOrder : undefined;
|
|
64
|
+
resourceInputs["ruleStatus"] = args ? args.ruleStatus : undefined;
|
|
65
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
66
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["ruleArn"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["ruleId"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
resourceInputs["actions"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["criteria"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["ruleArn"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["ruleId"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["ruleName"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["ruleOrder"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["ruleStatus"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
83
|
+
}
|
|
84
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
85
|
+
super(AutomationRuleV2.__pulumiType, name, resourceInputs, opts);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.AutomationRuleV2 = AutomationRuleV2;
|
|
89
|
+
/** @internal */
|
|
90
|
+
AutomationRuleV2.__pulumiType = 'aws-native:securityhub:AutomationRuleV2';
|
|
91
|
+
//# sourceMappingURL=automationRuleV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automationRuleV2.js","sourceRoot":"","sources":["../../securityhub/automationRuleV2.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as enums from "../types/enums";
|
|
3
|
+
/**
|
|
4
|
+
* The AWS::SecurityHub::AggregatorV2 resource represents the AWS Security Hub AggregatorV2 in your account. One aggregatorv2 resource is created for each account in non opt-in region in which you configure region linking mode.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAggregatorV2(args: GetAggregatorV2Args, opts?: pulumi.InvokeOptions): Promise<GetAggregatorV2Result>;
|
|
7
|
+
export interface GetAggregatorV2Args {
|
|
8
|
+
/**
|
|
9
|
+
* The ARN of the AggregatorV2 being created and assigned as the unique identifier
|
|
10
|
+
*/
|
|
11
|
+
aggregatorV2Arn: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GetAggregatorV2Result {
|
|
14
|
+
/**
|
|
15
|
+
* The aggregation Region of the AggregatorV2
|
|
16
|
+
*/
|
|
17
|
+
readonly aggregationRegion?: string;
|
|
18
|
+
/**
|
|
19
|
+
* The ARN of the AggregatorV2 being created and assigned as the unique identifier
|
|
20
|
+
*/
|
|
21
|
+
readonly aggregatorV2Arn?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The list of included Regions
|
|
24
|
+
*/
|
|
25
|
+
readonly linkedRegions?: string[];
|
|
26
|
+
/**
|
|
27
|
+
* Indicates to link a list of included Regions
|
|
28
|
+
*/
|
|
29
|
+
readonly regionLinkingMode?: enums.securityhub.AggregatorV2RegionLinkingMode;
|
|
30
|
+
readonly tags?: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* The AWS::SecurityHub::AggregatorV2 resource represents the AWS Security Hub AggregatorV2 in your account. One aggregatorv2 resource is created for each account in non opt-in region in which you configure region linking mode.
|
|
36
|
+
*/
|
|
37
|
+
export declare function getAggregatorV2Output(args: GetAggregatorV2OutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAggregatorV2Result>;
|
|
38
|
+
export interface GetAggregatorV2OutputArgs {
|
|
39
|
+
/**
|
|
40
|
+
* The ARN of the AggregatorV2 being created and assigned as the unique identifier
|
|
41
|
+
*/
|
|
42
|
+
aggregatorV2Arn: pulumi.Input<string>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAggregatorV2Output = exports.getAggregatorV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The AWS::SecurityHub::AggregatorV2 resource represents the AWS Security Hub AggregatorV2 in your account. One aggregatorv2 resource is created for each account in non opt-in region in which you configure region linking mode.
|
|
10
|
+
*/
|
|
11
|
+
function getAggregatorV2(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:securityhub:getAggregatorV2", {
|
|
14
|
+
"aggregatorV2Arn": args.aggregatorV2Arn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getAggregatorV2 = getAggregatorV2;
|
|
18
|
+
/**
|
|
19
|
+
* The AWS::SecurityHub::AggregatorV2 resource represents the AWS Security Hub AggregatorV2 in your account. One aggregatorv2 resource is created for each account in non opt-in region in which you configure region linking mode.
|
|
20
|
+
*/
|
|
21
|
+
function getAggregatorV2Output(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:securityhub:getAggregatorV2", {
|
|
24
|
+
"aggregatorV2Arn": args.aggregatorV2Arn,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getAggregatorV2Output = getAggregatorV2Output;
|
|
28
|
+
//# sourceMappingURL=getAggregatorV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAggregatorV2.js","sourceRoot":"","sources":["../../securityhub/getAggregatorV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AA4BD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Resource schema for AWS::SecurityHub::AutomationRuleV2
|
|
6
|
+
*/
|
|
7
|
+
export declare function getAutomationRuleV2(args: GetAutomationRuleV2Args, opts?: pulumi.InvokeOptions): Promise<GetAutomationRuleV2Result>;
|
|
8
|
+
export interface GetAutomationRuleV2Args {
|
|
9
|
+
/**
|
|
10
|
+
* The ARN of the automation rule
|
|
11
|
+
*/
|
|
12
|
+
ruleArn: string;
|
|
13
|
+
}
|
|
14
|
+
export interface GetAutomationRuleV2Result {
|
|
15
|
+
/**
|
|
16
|
+
* A list of actions to be performed when the rule criteria is met
|
|
17
|
+
*/
|
|
18
|
+
readonly actions?: outputs.securityhub.AutomationRuleV2AutomationRulesActionV2[];
|
|
19
|
+
readonly createdAt?: string;
|
|
20
|
+
readonly criteria?: outputs.securityhub.AutomationRuleV2Criteria;
|
|
21
|
+
/**
|
|
22
|
+
* A description of the automation rule
|
|
23
|
+
*/
|
|
24
|
+
readonly description?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The ARN of the automation rule
|
|
27
|
+
*/
|
|
28
|
+
readonly ruleArn?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The ID of the automation rule
|
|
31
|
+
*/
|
|
32
|
+
readonly ruleId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the automation rule
|
|
35
|
+
*/
|
|
36
|
+
readonly ruleName?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The value for the rule priority
|
|
39
|
+
*/
|
|
40
|
+
readonly ruleOrder?: number;
|
|
41
|
+
/**
|
|
42
|
+
* The status of the automation rule
|
|
43
|
+
*/
|
|
44
|
+
readonly ruleStatus?: enums.securityhub.AutomationRuleV2RuleStatus;
|
|
45
|
+
readonly tags?: {
|
|
46
|
+
[key: string]: string;
|
|
47
|
+
};
|
|
48
|
+
readonly updatedAt?: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Resource schema for AWS::SecurityHub::AutomationRuleV2
|
|
52
|
+
*/
|
|
53
|
+
export declare function getAutomationRuleV2Output(args: GetAutomationRuleV2OutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAutomationRuleV2Result>;
|
|
54
|
+
export interface GetAutomationRuleV2OutputArgs {
|
|
55
|
+
/**
|
|
56
|
+
* The ARN of the automation rule
|
|
57
|
+
*/
|
|
58
|
+
ruleArn: pulumi.Input<string>;
|
|
59
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAutomationRuleV2Output = exports.getAutomationRuleV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource schema for AWS::SecurityHub::AutomationRuleV2
|
|
10
|
+
*/
|
|
11
|
+
function getAutomationRuleV2(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:securityhub:getAutomationRuleV2", {
|
|
14
|
+
"ruleArn": args.ruleArn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getAutomationRuleV2 = getAutomationRuleV2;
|
|
18
|
+
/**
|
|
19
|
+
* Resource schema for AWS::SecurityHub::AutomationRuleV2
|
|
20
|
+
*/
|
|
21
|
+
function getAutomationRuleV2Output(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:securityhub:getAutomationRuleV2", {
|
|
24
|
+
"ruleArn": args.ruleArn,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getAutomationRuleV2Output = getAutomationRuleV2Output;
|
|
28
|
+
//# sourceMappingURL=getAutomationRuleV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAutomationRuleV2.js","sourceRoot":"","sources":["../../securityhub/getAutomationRuleV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AA2CD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The AWS::SecurityHub::HubV2 resource represents the implementation of the AWS Security Hub V2 service in your account. Only one hubv2 resource can created in each region in which you enable Security Hub V2.
|
|
4
|
+
*/
|
|
5
|
+
export declare function getHubV2(args: GetHubV2Args, opts?: pulumi.InvokeOptions): Promise<GetHubV2Result>;
|
|
6
|
+
export interface GetHubV2Args {
|
|
7
|
+
/**
|
|
8
|
+
* The Amazon Resource Name of the Security Hub V2 resource.
|
|
9
|
+
*/
|
|
10
|
+
hubV2Arn: string;
|
|
11
|
+
}
|
|
12
|
+
export interface GetHubV2Result {
|
|
13
|
+
/**
|
|
14
|
+
* The Amazon Resource Name of the Security Hub V2 resource.
|
|
15
|
+
*/
|
|
16
|
+
readonly hubV2Arn?: string;
|
|
17
|
+
readonly subscribedAt?: string;
|
|
18
|
+
readonly tags?: {
|
|
19
|
+
[key: string]: string;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* The AWS::SecurityHub::HubV2 resource represents the implementation of the AWS Security Hub V2 service in your account. Only one hubv2 resource can created in each region in which you enable Security Hub V2.
|
|
24
|
+
*/
|
|
25
|
+
export declare function getHubV2Output(args: GetHubV2OutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHubV2Result>;
|
|
26
|
+
export interface GetHubV2OutputArgs {
|
|
27
|
+
/**
|
|
28
|
+
* The Amazon Resource Name of the Security Hub V2 resource.
|
|
29
|
+
*/
|
|
30
|
+
hubV2Arn: pulumi.Input<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getHubV2Output = exports.getHubV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The AWS::SecurityHub::HubV2 resource represents the implementation of the AWS Security Hub V2 service in your account. Only one hubv2 resource can created in each region in which you enable Security Hub V2.
|
|
10
|
+
*/
|
|
11
|
+
function getHubV2(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:securityhub:getHubV2", {
|
|
14
|
+
"hubV2Arn": args.hubV2Arn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getHubV2 = getHubV2;
|
|
18
|
+
/**
|
|
19
|
+
* The AWS::SecurityHub::HubV2 resource represents the implementation of the AWS Security Hub V2 service in your account. Only one hubv2 resource can created in each region in which you enable Security Hub V2.
|
|
20
|
+
*/
|
|
21
|
+
function getHubV2Output(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:securityhub:getHubV2", {
|
|
24
|
+
"hubV2Arn": args.hubV2Arn,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getHubV2Output = getHubV2Output;
|
|
28
|
+
//# sourceMappingURL=getHubV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHubV2.js","sourceRoot":"","sources":["../../securityhub/getHubV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAiBD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The AWS::SecurityHub::HubV2 resource represents the implementation of the AWS Security Hub V2 service in your account. Only one hubv2 resource can created in each region in which you enable Security Hub V2.
|
|
4
|
+
*/
|
|
5
|
+
export declare class HubV2 extends pulumi.CustomResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get an existing HubV2 resource's state with the given name, ID, and optional extra
|
|
8
|
+
* properties used to qualify the lookup.
|
|
9
|
+
*
|
|
10
|
+
* @param name The _unique_ name of the resulting resource.
|
|
11
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
12
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
13
|
+
*/
|
|
14
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): HubV2;
|
|
15
|
+
/**
|
|
16
|
+
* Returns true if the given object is an instance of HubV2. This is designed to work even
|
|
17
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
18
|
+
*/
|
|
19
|
+
static isInstance(obj: any): obj is HubV2;
|
|
20
|
+
/**
|
|
21
|
+
* The Amazon Resource Name of the Security Hub V2 resource.
|
|
22
|
+
*/
|
|
23
|
+
readonly hubV2Arn: pulumi.Output<string>;
|
|
24
|
+
readonly subscribedAt: pulumi.Output<string>;
|
|
25
|
+
readonly tags: pulumi.Output<{
|
|
26
|
+
[key: string]: string;
|
|
27
|
+
} | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Create a HubV2 resource with the given unique name, arguments, and options.
|
|
30
|
+
*
|
|
31
|
+
* @param name The _unique_ name of the resource.
|
|
32
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
33
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
34
|
+
*/
|
|
35
|
+
constructor(name: string, args?: HubV2Args, opts?: pulumi.CustomResourceOptions);
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* The set of arguments for constructing a HubV2 resource.
|
|
39
|
+
*/
|
|
40
|
+
export interface HubV2Args {
|
|
41
|
+
tags?: pulumi.Input<{
|
|
42
|
+
[key: string]: pulumi.Input<string>;
|
|
43
|
+
}>;
|
|
44
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.HubV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The AWS::SecurityHub::HubV2 resource represents the implementation of the AWS Security Hub V2 service in your account. Only one hubv2 resource can created in each region in which you enable Security Hub V2.
|
|
10
|
+
*/
|
|
11
|
+
class HubV2 extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing HubV2 resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new HubV2(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of HubV2. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === HubV2.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a HubV2 resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
45
|
+
resourceInputs["hubV2Arn"] = undefined /*out*/;
|
|
46
|
+
resourceInputs["subscribedAt"] = undefined /*out*/;
|
|
47
|
+
}
|
|
48
|
+
else {
|
|
49
|
+
resourceInputs["hubV2Arn"] = undefined /*out*/;
|
|
50
|
+
resourceInputs["subscribedAt"] = undefined /*out*/;
|
|
51
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
52
|
+
}
|
|
53
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
54
|
+
super(HubV2.__pulumiType, name, resourceInputs, opts);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.HubV2 = HubV2;
|
|
58
|
+
/** @internal */
|
|
59
|
+
HubV2.__pulumiType = 'aws-native:securityhub:HubV2';
|
|
60
|
+
//# sourceMappingURL=hubV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hubV2.js","sourceRoot":"","sources":["../../securityhub/hubV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,KAAK,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IASD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAgB,EAAE,IAAmC;QAC3E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACtD;aAAM;YACH,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAvDL,sBAwDC;AA3CG,gBAAgB;AACO,kBAAY,GAAG,8BAA8B,CAAC"}
|
package/securityhub/index.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
export { AggregatorV2Args } from "./aggregatorV2";
|
|
2
|
+
export type AggregatorV2 = import("./aggregatorV2").AggregatorV2;
|
|
3
|
+
export declare const AggregatorV2: typeof import("./aggregatorV2").AggregatorV2;
|
|
1
4
|
export { AutomationRuleArgs } from "./automationRule";
|
|
2
5
|
export type AutomationRule = import("./automationRule").AutomationRule;
|
|
3
6
|
export declare const AutomationRule: typeof import("./automationRule").AutomationRule;
|
|
7
|
+
export { AutomationRuleV2Args } from "./automationRuleV2";
|
|
8
|
+
export type AutomationRuleV2 = import("./automationRuleV2").AutomationRuleV2;
|
|
9
|
+
export declare const AutomationRuleV2: typeof import("./automationRuleV2").AutomationRuleV2;
|
|
4
10
|
export { ConfigurationPolicyArgs } from "./configurationPolicy";
|
|
5
11
|
export type ConfigurationPolicy = import("./configurationPolicy").ConfigurationPolicy;
|
|
6
12
|
export declare const ConfigurationPolicy: typeof import("./configurationPolicy").ConfigurationPolicy;
|
|
@@ -10,9 +16,15 @@ export declare const DelegatedAdmin: typeof import("./delegatedAdmin").Delegated
|
|
|
10
16
|
export { FindingAggregatorArgs } from "./findingAggregator";
|
|
11
17
|
export type FindingAggregator = import("./findingAggregator").FindingAggregator;
|
|
12
18
|
export declare const FindingAggregator: typeof import("./findingAggregator").FindingAggregator;
|
|
19
|
+
export { GetAggregatorV2Args, GetAggregatorV2Result, GetAggregatorV2OutputArgs } from "./getAggregatorV2";
|
|
20
|
+
export declare const getAggregatorV2: typeof import("./getAggregatorV2").getAggregatorV2;
|
|
21
|
+
export declare const getAggregatorV2Output: typeof import("./getAggregatorV2").getAggregatorV2Output;
|
|
13
22
|
export { GetAutomationRuleArgs, GetAutomationRuleResult, GetAutomationRuleOutputArgs } from "./getAutomationRule";
|
|
14
23
|
export declare const getAutomationRule: typeof import("./getAutomationRule").getAutomationRule;
|
|
15
24
|
export declare const getAutomationRuleOutput: typeof import("./getAutomationRule").getAutomationRuleOutput;
|
|
25
|
+
export { GetAutomationRuleV2Args, GetAutomationRuleV2Result, GetAutomationRuleV2OutputArgs } from "./getAutomationRuleV2";
|
|
26
|
+
export declare const getAutomationRuleV2: typeof import("./getAutomationRuleV2").getAutomationRuleV2;
|
|
27
|
+
export declare const getAutomationRuleV2Output: typeof import("./getAutomationRuleV2").getAutomationRuleV2Output;
|
|
16
28
|
export { GetConfigurationPolicyArgs, GetConfigurationPolicyResult, GetConfigurationPolicyOutputArgs } from "./getConfigurationPolicy";
|
|
17
29
|
export declare const getConfigurationPolicy: typeof import("./getConfigurationPolicy").getConfigurationPolicy;
|
|
18
30
|
export declare const getConfigurationPolicyOutput: typeof import("./getConfigurationPolicy").getConfigurationPolicyOutput;
|
|
@@ -25,6 +37,9 @@ export declare const getFindingAggregatorOutput: typeof import("./getFindingAggr
|
|
|
25
37
|
export { GetHubArgs, GetHubResult, GetHubOutputArgs } from "./getHub";
|
|
26
38
|
export declare const getHub: typeof import("./getHub").getHub;
|
|
27
39
|
export declare const getHubOutput: typeof import("./getHub").getHubOutput;
|
|
40
|
+
export { GetHubV2Args, GetHubV2Result, GetHubV2OutputArgs } from "./getHubV2";
|
|
41
|
+
export declare const getHubV2: typeof import("./getHubV2").getHubV2;
|
|
42
|
+
export declare const getHubV2Output: typeof import("./getHubV2").getHubV2Output;
|
|
28
43
|
export { GetInsightArgs, GetInsightResult, GetInsightOutputArgs } from "./getInsight";
|
|
29
44
|
export declare const getInsight: typeof import("./getInsight").getInsight;
|
|
30
45
|
export declare const getInsightOutput: typeof import("./getInsight").getInsightOutput;
|
|
@@ -46,6 +61,9 @@ export declare const getStandardOutput: typeof import("./getStandard").getStanda
|
|
|
46
61
|
export { HubArgs } from "./hub";
|
|
47
62
|
export type Hub = import("./hub").Hub;
|
|
48
63
|
export declare const Hub: typeof import("./hub").Hub;
|
|
64
|
+
export { HubV2Args } from "./hubV2";
|
|
65
|
+
export type HubV2 = import("./hubV2").HubV2;
|
|
66
|
+
export declare const HubV2: typeof import("./hubV2").HubV2;
|
|
49
67
|
export { InsightArgs } from "./insight";
|
|
50
68
|
export type Insight = import("./insight").Insight;
|
|
51
69
|
export declare const Insight: typeof import("./insight").Insight;
|
package/securityhub/index.js
CHANGED
|
@@ -16,20 +16,30 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.Standard = exports.SecurityControl = exports.ProductSubscription = exports.PolicyAssociation = exports.OrganizationConfiguration = exports.Insight = exports.Hub = exports.getStandardOutput = exports.getStandard = exports.getSecurityControlOutput = exports.getSecurityControl = exports.getProductSubscriptionOutput = exports.getProductSubscription = exports.getPolicyAssociationOutput = exports.getPolicyAssociation = exports.getOrganizationConfigurationOutput = exports.getOrganizationConfiguration = exports.getInsightOutput = exports.getInsight = exports.getHubOutput = exports.getHub = exports.getFindingAggregatorOutput = exports.getFindingAggregator = exports.getDelegatedAdminOutput = exports.getDelegatedAdmin = exports.getConfigurationPolicyOutput = exports.getConfigurationPolicy = exports.getAutomationRuleOutput = exports.getAutomationRule = exports.FindingAggregator = exports.DelegatedAdmin = exports.ConfigurationPolicy = exports.AutomationRule = void 0;
|
|
19
|
+
exports.Standard = exports.SecurityControl = exports.ProductSubscription = exports.PolicyAssociation = exports.OrganizationConfiguration = exports.Insight = exports.HubV2 = exports.Hub = exports.getStandardOutput = exports.getStandard = exports.getSecurityControlOutput = exports.getSecurityControl = exports.getProductSubscriptionOutput = exports.getProductSubscription = exports.getPolicyAssociationOutput = exports.getPolicyAssociation = exports.getOrganizationConfigurationOutput = exports.getOrganizationConfiguration = exports.getInsightOutput = exports.getInsight = exports.getHubV2Output = exports.getHubV2 = exports.getHubOutput = exports.getHub = exports.getFindingAggregatorOutput = exports.getFindingAggregator = exports.getDelegatedAdminOutput = exports.getDelegatedAdmin = exports.getConfigurationPolicyOutput = exports.getConfigurationPolicy = exports.getAutomationRuleV2Output = exports.getAutomationRuleV2 = exports.getAutomationRuleOutput = exports.getAutomationRule = exports.getAggregatorV2Output = exports.getAggregatorV2 = exports.FindingAggregator = exports.DelegatedAdmin = exports.ConfigurationPolicy = exports.AutomationRuleV2 = exports.AutomationRule = exports.AggregatorV2 = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../utilities");
|
|
22
|
+
exports.AggregatorV2 = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["AggregatorV2"], () => require("./aggregatorV2"));
|
|
22
24
|
exports.AutomationRule = null;
|
|
23
25
|
utilities.lazyLoad(exports, ["AutomationRule"], () => require("./automationRule"));
|
|
26
|
+
exports.AutomationRuleV2 = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["AutomationRuleV2"], () => require("./automationRuleV2"));
|
|
24
28
|
exports.ConfigurationPolicy = null;
|
|
25
29
|
utilities.lazyLoad(exports, ["ConfigurationPolicy"], () => require("./configurationPolicy"));
|
|
26
30
|
exports.DelegatedAdmin = null;
|
|
27
31
|
utilities.lazyLoad(exports, ["DelegatedAdmin"], () => require("./delegatedAdmin"));
|
|
28
32
|
exports.FindingAggregator = null;
|
|
29
33
|
utilities.lazyLoad(exports, ["FindingAggregator"], () => require("./findingAggregator"));
|
|
34
|
+
exports.getAggregatorV2 = null;
|
|
35
|
+
exports.getAggregatorV2Output = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["getAggregatorV2", "getAggregatorV2Output"], () => require("./getAggregatorV2"));
|
|
30
37
|
exports.getAutomationRule = null;
|
|
31
38
|
exports.getAutomationRuleOutput = null;
|
|
32
39
|
utilities.lazyLoad(exports, ["getAutomationRule", "getAutomationRuleOutput"], () => require("./getAutomationRule"));
|
|
40
|
+
exports.getAutomationRuleV2 = null;
|
|
41
|
+
exports.getAutomationRuleV2Output = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["getAutomationRuleV2", "getAutomationRuleV2Output"], () => require("./getAutomationRuleV2"));
|
|
33
43
|
exports.getConfigurationPolicy = null;
|
|
34
44
|
exports.getConfigurationPolicyOutput = null;
|
|
35
45
|
utilities.lazyLoad(exports, ["getConfigurationPolicy", "getConfigurationPolicyOutput"], () => require("./getConfigurationPolicy"));
|
|
@@ -42,6 +52,9 @@ utilities.lazyLoad(exports, ["getFindingAggregator", "getFindingAggregatorOutput
|
|
|
42
52
|
exports.getHub = null;
|
|
43
53
|
exports.getHubOutput = null;
|
|
44
54
|
utilities.lazyLoad(exports, ["getHub", "getHubOutput"], () => require("./getHub"));
|
|
55
|
+
exports.getHubV2 = null;
|
|
56
|
+
exports.getHubV2Output = null;
|
|
57
|
+
utilities.lazyLoad(exports, ["getHubV2", "getHubV2Output"], () => require("./getHubV2"));
|
|
45
58
|
exports.getInsight = null;
|
|
46
59
|
exports.getInsightOutput = null;
|
|
47
60
|
utilities.lazyLoad(exports, ["getInsight", "getInsightOutput"], () => require("./getInsight"));
|
|
@@ -62,6 +75,8 @@ exports.getStandardOutput = null;
|
|
|
62
75
|
utilities.lazyLoad(exports, ["getStandard", "getStandardOutput"], () => require("./getStandard"));
|
|
63
76
|
exports.Hub = null;
|
|
64
77
|
utilities.lazyLoad(exports, ["Hub"], () => require("./hub"));
|
|
78
|
+
exports.HubV2 = null;
|
|
79
|
+
utilities.lazyLoad(exports, ["HubV2"], () => require("./hubV2"));
|
|
65
80
|
exports.Insight = null;
|
|
66
81
|
utilities.lazyLoad(exports, ["Insight"], () => require("./insight"));
|
|
67
82
|
exports.OrganizationConfiguration = null;
|
|
@@ -80,8 +95,12 @@ const _module = {
|
|
|
80
95
|
version: utilities.getVersion(),
|
|
81
96
|
construct: (name, type, urn) => {
|
|
82
97
|
switch (type) {
|
|
98
|
+
case "aws-native:securityhub:AggregatorV2":
|
|
99
|
+
return new exports.AggregatorV2(name, undefined, { urn });
|
|
83
100
|
case "aws-native:securityhub:AutomationRule":
|
|
84
101
|
return new exports.AutomationRule(name, undefined, { urn });
|
|
102
|
+
case "aws-native:securityhub:AutomationRuleV2":
|
|
103
|
+
return new exports.AutomationRuleV2(name, undefined, { urn });
|
|
85
104
|
case "aws-native:securityhub:ConfigurationPolicy":
|
|
86
105
|
return new exports.ConfigurationPolicy(name, undefined, { urn });
|
|
87
106
|
case "aws-native:securityhub:DelegatedAdmin":
|
|
@@ -90,6 +109,8 @@ const _module = {
|
|
|
90
109
|
return new exports.FindingAggregator(name, undefined, { urn });
|
|
91
110
|
case "aws-native:securityhub:Hub":
|
|
92
111
|
return new exports.Hub(name, undefined, { urn });
|
|
112
|
+
case "aws-native:securityhub:HubV2":
|
|
113
|
+
return new exports.HubV2(name, undefined, { urn });
|
|
93
114
|
case "aws-native:securityhub:Insight":
|
|
94
115
|
return new exports.Insight(name, undefined, { urn });
|
|
95
116
|
case "aws-native:securityhub:OrganizationConfiguration":
|
package/securityhub/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../securityhub/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../securityhub/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIlE,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAItE,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAI1E,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAIhF,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAItE,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAG5E,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGtG,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAG5G,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACvG,QAAA,4BAA4B,GAA2E,IAAW,CAAC;AAChI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,EAAC,8BAA8B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAGrH,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGtG,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,MAAM,GAAqC,IAAW,CAAC;AACvD,QAAA,YAAY,GAA2C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAGrE,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAG3E,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAGjF,QAAA,4BAA4B,GAAiF,IAAW,CAAC;AACzH,QAAA,kCAAkC,GAAuF,IAAW,CAAC;AAClJ,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,8BAA8B,EAAC,oCAAoC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gCAAgC,CAAC,CAAC,CAAC;AAGvI,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACvG,QAAA,4BAA4B,GAA2E,IAAW,CAAC;AAChI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,EAAC,8BAA8B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAGrH,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGzG,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIpF,QAAA,GAAG,GAA+B,IAAW,CAAC;AAC3D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;AAIhD,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAIpD,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxD,QAAA,yBAAyB,GAA2E,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC;AAI5F,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAI5E,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAIhF,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAIxE,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,gBAAgB;AAChB,6DAA2C;AAE3C,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,qCAAqC;gBACtC,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,uCAAuC;gBACxC,OAAO,IAAI,sBAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,4CAA4C;gBAC7C,OAAO,IAAI,2BAAmB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjE,KAAK,uCAAuC;gBACxC,OAAO,IAAI,sBAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,4BAA4B;gBAC7B,OAAO,IAAI,WAAG,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjD,KAAK,8BAA8B;gBAC/B,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,gCAAgC;gBACjC,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,kDAAkD;gBACnD,OAAO,IAAI,iCAAyB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvE,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,4CAA4C;gBAC7C,OAAO,IAAI,2BAAmB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjE,KAAK,wCAAwC;gBACzC,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,iCAAiC;gBAClC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,aAAa,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -21,6 +21,27 @@ export declare const AppCacheConfigType: {
|
|
|
21
21
|
* The `AMPLIFY_MANAGED_NO_COOKIES` cache configuration type is the same as `AMPLIFY_MANAGED` , except that it excludes all cookies from the cache key. This is the default setting.
|
|
22
22
|
*/
|
|
23
23
|
export type AppCacheConfigType = (typeof AppCacheConfigType)[keyof typeof AppCacheConfigType];
|
|
24
|
+
export declare const AppJobConfigBuildComputeType: {
|
|
25
|
+
readonly Standard8gb: "STANDARD_8GB";
|
|
26
|
+
readonly Large16gb: "LARGE_16GB";
|
|
27
|
+
readonly Xlarge72gb: "XLARGE_72GB";
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Specifies the size of the build instance. Amplify supports three instance sizes: `STANDARD_8GB` , `LARGE_16GB` , and `XLARGE_72GB` . If you don't specify a value, Amplify uses the `STANDARD_8GB` default.
|
|
31
|
+
*
|
|
32
|
+
* The following list describes the CPU, memory, and storage capacity for each build instance type:
|
|
33
|
+
*
|
|
34
|
+
* - **STANDARD_8GB** - - vCPUs: 4
|
|
35
|
+
* - Memory: 8 GiB
|
|
36
|
+
* - Disk space: 128 GB
|
|
37
|
+
* - **LARGE_16GB** - - vCPUs: 8
|
|
38
|
+
* - Memory: 16 GiB
|
|
39
|
+
* - Disk space: 128 GB
|
|
40
|
+
* - **XLARGE_72GB** - - vCPUs: 36
|
|
41
|
+
* - Memory: 72 GiB
|
|
42
|
+
* - Disk space: 256 GB
|
|
43
|
+
*/
|
|
44
|
+
export type AppJobConfigBuildComputeType = (typeof AppJobConfigBuildComputeType)[keyof typeof AppJobConfigBuildComputeType];
|
|
24
45
|
export declare const AppPlatform: {
|
|
25
46
|
readonly Web: "WEB";
|
|
26
47
|
readonly WebDynamic: "WEB_DYNAMIC";
|