aws-cdk-lib 2.146.0__py3-none-any.whl → 2.147.0__py3-none-any.whl
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.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +10 -11
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.146.0.jsii.tgz → aws-cdk-lib@2.147.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigateway/__init__.py +32 -12
- aws_cdk/aws_apigatewayv2/__init__.py +48 -2
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +142 -4
- aws_cdk/aws_appconfig/__init__.py +8 -4
- aws_cdk/aws_applicationsignals/__init__.py +1766 -0
- aws_cdk/aws_auditmanager/__init__.py +5 -1
- aws_cdk/aws_autoscaling/__init__.py +65 -20
- aws_cdk/aws_batch/__init__.py +215 -0
- aws_cdk/aws_bedrock/__init__.py +272 -103
- aws_cdk/aws_cloudformation/__init__.py +5 -11
- aws_cdk/aws_cloudfront/__init__.py +10 -3
- aws_cdk/aws_cloudtrail/__init__.py +56 -2
- aws_cdk/aws_codebuild/__init__.py +62 -29
- aws_cdk/aws_codepipeline/__init__.py +10 -5
- aws_cdk/aws_datazone/__init__.py +80 -68
- aws_cdk/aws_deadline/__init__.py +603 -17
- aws_cdk/aws_ec2/__init__.py +237 -112
- aws_cdk/aws_ecs/__init__.py +20 -18
- aws_cdk/aws_eks/__init__.py +15 -9
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +11 -5
- aws_cdk/aws_emrserverless/__init__.py +5 -5
- aws_cdk/aws_events/__init__.py +36 -16
- aws_cdk/aws_fsx/__init__.py +126 -21
- aws_cdk/aws_globalaccelerator/__init__.py +2 -1
- aws_cdk/aws_globalaccelerator_endpoints/__init__.py +35 -4
- aws_cdk/aws_glue/__init__.py +26 -0
- aws_cdk/aws_grafana/__init__.py +4 -4
- aws_cdk/aws_groundstation/__init__.py +55 -35
- aws_cdk/aws_guardduty/__init__.py +826 -0
- aws_cdk/aws_iot/__init__.py +3 -3
- aws_cdk/aws_lambda/__init__.py +7 -5
- aws_cdk/aws_lightsail/__init__.py +1 -1
- aws_cdk/aws_location/__init__.py +10 -11
- aws_cdk/aws_mediapackagev2/__init__.py +38 -20
- aws_cdk/aws_mediatailor/__init__.py +2 -2
- aws_cdk/aws_msk/__init__.py +4 -4
- aws_cdk/aws_mwaa/__init__.py +16 -8
- aws_cdk/aws_nimblestudio/__init__.py +9 -9
- aws_cdk/aws_opensearchservice/__init__.py +5 -4
- aws_cdk/aws_opsworks/__init__.py +3 -3
- aws_cdk/aws_osis/__init__.py +33 -4
- aws_cdk/aws_pipes/__init__.py +97 -45
- aws_cdk/aws_quicksight/__init__.py +23 -21
- aws_cdk/aws_rds/__init__.py +43 -11
- aws_cdk/aws_refactorspaces/__init__.py +3 -3
- aws_cdk/aws_rolesanywhere/__init__.py +21 -14
- aws_cdk/aws_sagemaker/__init__.py +5 -2
- aws_cdk/aws_securityhub/__init__.py +163 -78
- aws_cdk/aws_securitylake/__init__.py +7 -5
- aws_cdk/aws_ses/__init__.py +117 -0
- aws_cdk/aws_simspaceweaver/__init__.py +2 -2
- aws_cdk/aws_sns/__init__.py +6 -4
- aws_cdk/aws_sqs/__init__.py +3 -3
- aws_cdk/aws_stepfunctions/__init__.py +51 -28
- aws_cdk/aws_stepfunctions_tasks/__init__.py +56 -2
- aws_cdk/aws_transfer/__init__.py +8 -2
- aws_cdk/aws_wafv2/__init__.py +10 -10
- aws_cdk/aws_workspacesweb/__init__.py +8 -8
- {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/RECORD +67 -66
- {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.146.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/top_level.txt +0 -0
|
@@ -2933,7 +2933,9 @@ class CfnConfigurationPolicy(
|
|
|
2933
2933
|
metaclass=jsii.JSIIMeta,
|
|
2934
2934
|
jsii_type="aws-cdk-lib.aws_securityhub.CfnConfigurationPolicy",
|
|
2935
2935
|
):
|
|
2936
|
-
'''The AWS::SecurityHub::ConfigurationPolicy resource
|
|
2936
|
+
'''The ``AWS::SecurityHub::ConfigurationPolicy`` resource creates a central configuration policy with the defined settings.
|
|
2937
|
+
|
|
2938
|
+
Only the AWS Security Hub delegated administrator can create this resource in the home Region. For more information, see `Central configuration in Security Hub <https://docs.aws.amazon.com/securityhub/latest/userguide/central-configuration-intro.html>`_ in the *AWS Security Hub User Guide* .
|
|
2937
2939
|
|
|
2938
2940
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-configurationpolicy.html
|
|
2939
2941
|
:cloudformationResource: AWS::SecurityHub::ConfigurationPolicy
|
|
@@ -2999,10 +3001,10 @@ class CfnConfigurationPolicy(
|
|
|
2999
3001
|
'''
|
|
3000
3002
|
:param scope: Scope in which this resource is defined.
|
|
3001
3003
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3002
|
-
:param configuration_policy: An object that defines how Security Hub is configured.
|
|
3003
|
-
:param name: The name of the configuration policy.
|
|
3004
|
+
:param configuration_policy: An object that defines how AWS Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
|
|
3005
|
+
:param name: The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: ``-, ., !, *, /`` .
|
|
3004
3006
|
:param description: The description of the configuration policy.
|
|
3005
|
-
:param tags:
|
|
3007
|
+
:param tags: User-defined tags associated with a configuration policy. For more information, see `Tagging AWS Security Hub resources <https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html>`_ in the *Security Hub user guide* .
|
|
3006
3008
|
'''
|
|
3007
3009
|
if __debug__:
|
|
3008
3010
|
type_hints = typing.get_type_hints(_typecheckingstub__e2cee5cf3fe5ba0b354ff30ea357f97d4a69893bed692305ae2919f0061404d2)
|
|
@@ -3050,7 +3052,7 @@ class CfnConfigurationPolicy(
|
|
|
3050
3052
|
@builtins.property
|
|
3051
3053
|
@jsii.member(jsii_name="attrArn")
|
|
3052
3054
|
def attr_arn(self) -> builtins.str:
|
|
3053
|
-
'''The
|
|
3055
|
+
'''The ARN of the configuration policy.
|
|
3054
3056
|
|
|
3055
3057
|
:cloudformationAttribute: Arn
|
|
3056
3058
|
'''
|
|
@@ -3070,6 +3072,8 @@ class CfnConfigurationPolicy(
|
|
|
3070
3072
|
def attr_id(self) -> builtins.str:
|
|
3071
3073
|
'''The universally unique identifier (UUID) of the configuration policy.
|
|
3072
3074
|
|
|
3075
|
+
A self-managed configuration has no UUID. The identifier of a self-managed configuration is ``SELF_MANAGED_SECURITY_HUB`` .
|
|
3076
|
+
|
|
3073
3077
|
:cloudformationAttribute: Id
|
|
3074
3078
|
'''
|
|
3075
3079
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
@@ -3086,7 +3090,7 @@ class CfnConfigurationPolicy(
|
|
|
3086
3090
|
@builtins.property
|
|
3087
3091
|
@jsii.member(jsii_name="attrUpdatedAt")
|
|
3088
3092
|
def attr_updated_at(self) -> builtins.str:
|
|
3089
|
-
'''The date and time, in UTC and ISO 8601 format.
|
|
3093
|
+
'''The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
|
|
3090
3094
|
|
|
3091
3095
|
:cloudformationAttribute: UpdatedAt
|
|
3092
3096
|
'''
|
|
@@ -3108,7 +3112,7 @@ class CfnConfigurationPolicy(
|
|
|
3108
3112
|
def configuration_policy(
|
|
3109
3113
|
self,
|
|
3110
3114
|
) -> typing.Union[_IResolvable_da3f097b, "CfnConfigurationPolicy.PolicyProperty"]:
|
|
3111
|
-
'''An object that defines how Security Hub is configured.'''
|
|
3115
|
+
'''An object that defines how AWS Security Hub is configured.'''
|
|
3112
3116
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnConfigurationPolicy.PolicyProperty"], jsii.get(self, "configurationPolicy"))
|
|
3113
3117
|
|
|
3114
3118
|
@configuration_policy.setter
|
|
@@ -3150,7 +3154,7 @@ class CfnConfigurationPolicy(
|
|
|
3150
3154
|
@builtins.property
|
|
3151
3155
|
@jsii.member(jsii_name="tags")
|
|
3152
3156
|
def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
3153
|
-
'''
|
|
3157
|
+
'''User-defined tags associated with a configuration policy.'''
|
|
3154
3158
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tags"))
|
|
3155
3159
|
|
|
3156
3160
|
@tags.setter
|
|
@@ -3177,8 +3181,8 @@ class CfnConfigurationPolicy(
|
|
|
3177
3181
|
) -> None:
|
|
3178
3182
|
'''An object that provides the current value of a security control parameter and identifies whether it has been customized.
|
|
3179
3183
|
|
|
3180
|
-
:param value_type: Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub behavior.
|
|
3181
|
-
:param value:
|
|
3184
|
+
:param value_type: Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub behavior. When ``ValueType`` is set equal to ``DEFAULT`` , the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When ``ValueType`` is set equal to ``DEFAULT`` , Security Hub ignores user-provided input for the ``Value`` field. When ``ValueType`` is set equal to ``CUSTOM`` , the ``Value`` field can't be empty.
|
|
3185
|
+
:param value: The current value of a control parameter.
|
|
3182
3186
|
|
|
3183
3187
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-parameterconfiguration.html
|
|
3184
3188
|
:exampleMetadata: fixture=_generated
|
|
@@ -3219,6 +3223,10 @@ class CfnConfigurationPolicy(
|
|
|
3219
3223
|
def value_type(self) -> builtins.str:
|
|
3220
3224
|
'''Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub behavior.
|
|
3221
3225
|
|
|
3226
|
+
When ``ValueType`` is set equal to ``DEFAULT`` , the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When ``ValueType`` is set equal to ``DEFAULT`` , Security Hub ignores user-provided input for the ``Value`` field.
|
|
3227
|
+
|
|
3228
|
+
When ``ValueType`` is set equal to ``CUSTOM`` , the ``Value`` field can't be empty.
|
|
3229
|
+
|
|
3222
3230
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-parameterconfiguration.html#cfn-securityhub-configurationpolicy-parameterconfiguration-valuetype
|
|
3223
3231
|
'''
|
|
3224
3232
|
result = self._values.get("value_type")
|
|
@@ -3229,7 +3237,7 @@ class CfnConfigurationPolicy(
|
|
|
3229
3237
|
def value(
|
|
3230
3238
|
self,
|
|
3231
3239
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConfigurationPolicy.ParameterValueProperty"]]:
|
|
3232
|
-
'''
|
|
3240
|
+
'''The current value of a control parameter.
|
|
3233
3241
|
|
|
3234
3242
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-parameterconfiguration.html#cfn-securityhub-configurationpolicy-parameterconfiguration-value
|
|
3235
3243
|
'''
|
|
@@ -3431,9 +3439,11 @@ class CfnConfigurationPolicy(
|
|
|
3431
3439
|
*,
|
|
3432
3440
|
security_hub: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationPolicy.SecurityHubPolicyProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3433
3441
|
) -> None:
|
|
3434
|
-
'''An object that defines how Security Hub is configured.
|
|
3442
|
+
'''An object that defines how AWS Security Hub is configured.
|
|
3443
|
+
|
|
3444
|
+
It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
|
|
3435
3445
|
|
|
3436
|
-
:param security_hub:
|
|
3446
|
+
:param security_hub: The AWS service that the configuration policy applies to.
|
|
3437
3447
|
|
|
3438
3448
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-policy.html
|
|
3439
3449
|
:exampleMetadata: fixture=_generated
|
|
@@ -3486,7 +3496,7 @@ class CfnConfigurationPolicy(
|
|
|
3486
3496
|
def security_hub(
|
|
3487
3497
|
self,
|
|
3488
3498
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConfigurationPolicy.SecurityHubPolicyProperty"]]:
|
|
3489
|
-
'''
|
|
3499
|
+
'''The AWS service that the configuration policy applies to.
|
|
3490
3500
|
|
|
3491
3501
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-policy.html#cfn-securityhub-configurationpolicy-policy-securityhub
|
|
3492
3502
|
'''
|
|
@@ -3519,7 +3529,7 @@ class CfnConfigurationPolicy(
|
|
|
3519
3529
|
parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationPolicy.ParameterConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3520
3530
|
security_control_id: typing.Optional[builtins.str] = None,
|
|
3521
3531
|
) -> None:
|
|
3522
|
-
'''
|
|
3532
|
+
'''A list of security controls and control parameter values that are included in a configuration policy.
|
|
3523
3533
|
|
|
3524
3534
|
:param parameters: An object that specifies parameter values for a control in a configuration policy.
|
|
3525
3535
|
:param security_control_id: The ID of the security control.
|
|
@@ -3614,8 +3624,10 @@ class CfnConfigurationPolicy(
|
|
|
3614
3624
|
) -> None:
|
|
3615
3625
|
'''An object that defines which security controls are enabled in an AWS Security Hub configuration policy.
|
|
3616
3626
|
|
|
3617
|
-
|
|
3618
|
-
|
|
3627
|
+
The enablement status of a control is aligned across all of the enabled standards in an account.
|
|
3628
|
+
|
|
3629
|
+
:param disabled_security_control_identifiers: A list of security controls that are disabled in the configuration policy. Security Hub enables all other controls (including newly released controls) other than the listed controls.
|
|
3630
|
+
:param enabled_security_control_identifiers: A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls.
|
|
3619
3631
|
:param security_control_custom_parameters: A list of security controls and control parameter values that are included in a configuration policy.
|
|
3620
3632
|
|
|
3621
3633
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-securitycontrolsconfiguration.html
|
|
@@ -3671,6 +3683,8 @@ class CfnConfigurationPolicy(
|
|
|
3671
3683
|
) -> typing.Optional[typing.List[builtins.str]]:
|
|
3672
3684
|
'''A list of security controls that are disabled in the configuration policy.
|
|
3673
3685
|
|
|
3686
|
+
Security Hub enables all other controls (including newly released controls) other than the listed controls.
|
|
3687
|
+
|
|
3674
3688
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-securitycontrolsconfiguration.html#cfn-securityhub-configurationpolicy-securitycontrolsconfiguration-disabledsecuritycontrolidentifiers
|
|
3675
3689
|
'''
|
|
3676
3690
|
result = self._values.get("disabled_security_control_identifiers")
|
|
@@ -3682,6 +3696,8 @@ class CfnConfigurationPolicy(
|
|
|
3682
3696
|
) -> typing.Optional[typing.List[builtins.str]]:
|
|
3683
3697
|
'''A list of security controls that are enabled in the configuration policy.
|
|
3684
3698
|
|
|
3699
|
+
Security Hub disables all other controls (including newly released controls) other than the listed controls.
|
|
3700
|
+
|
|
3685
3701
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-securitycontrolsconfiguration.html#cfn-securityhub-configurationpolicy-securitycontrolsconfiguration-enabledsecuritycontrolidentifiers
|
|
3686
3702
|
'''
|
|
3687
3703
|
result = self._values.get("enabled_security_control_identifiers")
|
|
@@ -3728,8 +3744,10 @@ class CfnConfigurationPolicy(
|
|
|
3728
3744
|
) -> None:
|
|
3729
3745
|
'''An object that defines how AWS Security Hub is configured.
|
|
3730
3746
|
|
|
3747
|
+
The configuration policy includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
|
|
3748
|
+
|
|
3731
3749
|
:param enabled_standard_identifiers: A list that defines which security standards are enabled in the configuration policy.
|
|
3732
|
-
:param security_controls_configuration: An object that defines which security controls are enabled in
|
|
3750
|
+
:param security_controls_configuration: An object that defines which security controls are enabled in the configuration policy. The enablement status of a control is aligned across all of the enabled standards in an account.
|
|
3733
3751
|
:param service_enabled: Indicates whether Security Hub is enabled in the policy.
|
|
3734
3752
|
|
|
3735
3753
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-securityhubpolicy.html
|
|
@@ -3798,7 +3816,9 @@ class CfnConfigurationPolicy(
|
|
|
3798
3816
|
def security_controls_configuration(
|
|
3799
3817
|
self,
|
|
3800
3818
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConfigurationPolicy.SecurityControlsConfigurationProperty"]]:
|
|
3801
|
-
'''An object that defines which security controls are enabled in
|
|
3819
|
+
'''An object that defines which security controls are enabled in the configuration policy.
|
|
3820
|
+
|
|
3821
|
+
The enablement status of a control is aligned across all of the enabled standards in an account.
|
|
3802
3822
|
|
|
3803
3823
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-securityhubpolicy.html#cfn-securityhub-configurationpolicy-securityhubpolicy-securitycontrolsconfiguration
|
|
3804
3824
|
'''
|
|
@@ -3849,10 +3869,10 @@ class CfnConfigurationPolicyProps:
|
|
|
3849
3869
|
) -> None:
|
|
3850
3870
|
'''Properties for defining a ``CfnConfigurationPolicy``.
|
|
3851
3871
|
|
|
3852
|
-
:param configuration_policy: An object that defines how Security Hub is configured.
|
|
3853
|
-
:param name: The name of the configuration policy.
|
|
3872
|
+
:param configuration_policy: An object that defines how AWS Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
|
|
3873
|
+
:param name: The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: ``-, ., !, *, /`` .
|
|
3854
3874
|
:param description: The description of the configuration policy.
|
|
3855
|
-
:param tags:
|
|
3875
|
+
:param tags: User-defined tags associated with a configuration policy. For more information, see `Tagging AWS Security Hub resources <https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html>`_ in the *Security Hub user guide* .
|
|
3856
3876
|
|
|
3857
3877
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-configurationpolicy.html
|
|
3858
3878
|
:exampleMetadata: fixture=_generated
|
|
@@ -3922,7 +3942,9 @@ class CfnConfigurationPolicyProps:
|
|
|
3922
3942
|
def configuration_policy(
|
|
3923
3943
|
self,
|
|
3924
3944
|
) -> typing.Union[_IResolvable_da3f097b, CfnConfigurationPolicy.PolicyProperty]:
|
|
3925
|
-
'''An object that defines how Security Hub is configured.
|
|
3945
|
+
'''An object that defines how AWS Security Hub is configured.
|
|
3946
|
+
|
|
3947
|
+
It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
|
|
3926
3948
|
|
|
3927
3949
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-configurationpolicy.html#cfn-securityhub-configurationpolicy-configurationpolicy
|
|
3928
3950
|
'''
|
|
@@ -3934,6 +3956,8 @@ class CfnConfigurationPolicyProps:
|
|
|
3934
3956
|
def name(self) -> builtins.str:
|
|
3935
3957
|
'''The name of the configuration policy.
|
|
3936
3958
|
|
|
3959
|
+
Alphanumeric characters and the following ASCII characters are permitted: ``-, ., !, *, /`` .
|
|
3960
|
+
|
|
3937
3961
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-configurationpolicy.html#cfn-securityhub-configurationpolicy-name
|
|
3938
3962
|
'''
|
|
3939
3963
|
result = self._values.get("name")
|
|
@@ -3951,7 +3975,9 @@ class CfnConfigurationPolicyProps:
|
|
|
3951
3975
|
|
|
3952
3976
|
@builtins.property
|
|
3953
3977
|
def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
3954
|
-
'''
|
|
3978
|
+
'''User-defined tags associated with a configuration policy.
|
|
3979
|
+
|
|
3980
|
+
For more information, see `Tagging AWS Security Hub resources <https://docs.aws.amazon.com/securityhub/latest/userguide/tagging-resources.html>`_ in the *Security Hub user guide* .
|
|
3955
3981
|
|
|
3956
3982
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-configurationpolicy.html#cfn-securityhub-configurationpolicy-tags
|
|
3957
3983
|
'''
|
|
@@ -4147,9 +4173,13 @@ class CfnFindingAggregator(
|
|
|
4147
4173
|
metaclass=jsii.JSIIMeta,
|
|
4148
4174
|
jsii_type="aws-cdk-lib.aws_securityhub.CfnFindingAggregator",
|
|
4149
4175
|
):
|
|
4150
|
-
'''The AWS::SecurityHub::FindingAggregator resource
|
|
4176
|
+
'''The ``AWS::SecurityHub::FindingAggregator`` resource enables cross-Region aggregation.
|
|
4151
4177
|
|
|
4152
|
-
|
|
4178
|
+
When cross-Region aggregation is enabled, you can aggregate findings, finding updates, insights, control compliance statuses, and security scores from one or more linked Regions to a single aggregation Region. You can then view and manage all of this data from the aggregation Region. For more details about cross-Region aggregation, see `Cross-Region aggregation <https://docs.aws.amazon.com/securityhub/latest/userguide/finding-aggregation.html>`_ in the *AWS Security Hub User Guide*
|
|
4179
|
+
|
|
4180
|
+
This resource must be created in the Region that you want to designate as your aggregation Region.
|
|
4181
|
+
|
|
4182
|
+
Cross-Region aggregation is also a prerequisite for using `central configuration <https://docs.aws.amazon.com/securityhub/latest/userguide/central-configuration-intro.html>`_ in Security Hub .
|
|
4153
4183
|
|
|
4154
4184
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-findingaggregator.html
|
|
4155
4185
|
:cloudformationResource: AWS::SecurityHub::FindingAggregator
|
|
@@ -4180,8 +4210,8 @@ class CfnFindingAggregator(
|
|
|
4180
4210
|
'''
|
|
4181
4211
|
:param scope: Scope in which this resource is defined.
|
|
4182
4212
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4183
|
-
:param region_linking_mode: Indicates whether to
|
|
4184
|
-
:param regions:
|
|
4213
|
+
:param region_linking_mode: Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them. The selected option also determines how to use the Regions provided in the Regions list. The options are as follows: - ``ALL_REGIONS`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. - ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. - ``SPECIFIED_REGIONS`` - Indicates to aggregate findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions.
|
|
4214
|
+
:param regions: If ``RegionLinkingMode`` is ``ALL_REGIONS_EXCEPT_SPECIFIED`` , then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region. If ``RegionLinkingMode`` is ``SPECIFIED_REGIONS`` , then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.
|
|
4185
4215
|
'''
|
|
4186
4216
|
if __debug__:
|
|
4187
4217
|
type_hints = typing.get_type_hints(_typecheckingstub__def955d28b5fec6358172b72efd12a764fe7f7be8d0ea9076bc99608ed72dd3c)
|
|
@@ -4226,7 +4256,8 @@ class CfnFindingAggregator(
|
|
|
4226
4256
|
@builtins.property
|
|
4227
4257
|
@jsii.member(jsii_name="attrFindingAggregationRegion")
|
|
4228
4258
|
def attr_finding_aggregation_region(self) -> builtins.str:
|
|
4229
|
-
'''
|
|
4259
|
+
'''The aggregation Region.
|
|
4260
|
+
|
|
4230
4261
|
:cloudformationAttribute: FindingAggregationRegion
|
|
4231
4262
|
'''
|
|
4232
4263
|
return typing.cast(builtins.str, jsii.get(self, "attrFindingAggregationRegion"))
|
|
@@ -4234,7 +4265,9 @@ class CfnFindingAggregator(
|
|
|
4234
4265
|
@builtins.property
|
|
4235
4266
|
@jsii.member(jsii_name="attrFindingAggregatorArn")
|
|
4236
4267
|
def attr_finding_aggregator_arn(self) -> builtins.str:
|
|
4237
|
-
'''The ARN of the
|
|
4268
|
+
'''The ARN of the finding aggregator.
|
|
4269
|
+
|
|
4270
|
+
You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.
|
|
4238
4271
|
|
|
4239
4272
|
:cloudformationAttribute: FindingAggregatorArn
|
|
4240
4273
|
'''
|
|
@@ -4248,7 +4281,7 @@ class CfnFindingAggregator(
|
|
|
4248
4281
|
@builtins.property
|
|
4249
4282
|
@jsii.member(jsii_name="regionLinkingMode")
|
|
4250
4283
|
def region_linking_mode(self) -> builtins.str:
|
|
4251
|
-
'''Indicates whether to
|
|
4284
|
+
'''Indicates whether to aggregate findings from all of the available Regions in the current partition.'''
|
|
4252
4285
|
return typing.cast(builtins.str, jsii.get(self, "regionLinkingMode"))
|
|
4253
4286
|
|
|
4254
4287
|
@region_linking_mode.setter
|
|
@@ -4261,7 +4294,7 @@ class CfnFindingAggregator(
|
|
|
4261
4294
|
@builtins.property
|
|
4262
4295
|
@jsii.member(jsii_name="regions")
|
|
4263
4296
|
def regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4264
|
-
'''
|
|
4297
|
+
'''If ``RegionLinkingMode`` is ``ALL_REGIONS_EXCEPT_SPECIFIED`` , then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.'''
|
|
4265
4298
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "regions"))
|
|
4266
4299
|
|
|
4267
4300
|
@regions.setter
|
|
@@ -4286,8 +4319,8 @@ class CfnFindingAggregatorProps:
|
|
|
4286
4319
|
) -> None:
|
|
4287
4320
|
'''Properties for defining a ``CfnFindingAggregator``.
|
|
4288
4321
|
|
|
4289
|
-
:param region_linking_mode: Indicates whether to
|
|
4290
|
-
:param regions:
|
|
4322
|
+
:param region_linking_mode: Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them. The selected option also determines how to use the Regions provided in the Regions list. The options are as follows: - ``ALL_REGIONS`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. - ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. - ``SPECIFIED_REGIONS`` - Indicates to aggregate findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions.
|
|
4323
|
+
:param regions: If ``RegionLinkingMode`` is ``ALL_REGIONS_EXCEPT_SPECIFIED`` , then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region. If ``RegionLinkingMode`` is ``SPECIFIED_REGIONS`` , then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.
|
|
4291
4324
|
|
|
4292
4325
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-findingaggregator.html
|
|
4293
4326
|
:exampleMetadata: fixture=_generated
|
|
@@ -4317,7 +4350,17 @@ class CfnFindingAggregatorProps:
|
|
|
4317
4350
|
|
|
4318
4351
|
@builtins.property
|
|
4319
4352
|
def region_linking_mode(self) -> builtins.str:
|
|
4320
|
-
'''Indicates whether to
|
|
4353
|
+
'''Indicates whether to aggregate findings from all of the available Regions in the current partition.
|
|
4354
|
+
|
|
4355
|
+
Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.
|
|
4356
|
+
|
|
4357
|
+
The selected option also determines how to use the Regions provided in the Regions list.
|
|
4358
|
+
|
|
4359
|
+
The options are as follows:
|
|
4360
|
+
|
|
4361
|
+
- ``ALL_REGIONS`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
|
|
4362
|
+
- ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
|
|
4363
|
+
- ``SPECIFIED_REGIONS`` - Indicates to aggregate findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions.
|
|
4321
4364
|
|
|
4322
4365
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-findingaggregator.html#cfn-securityhub-findingaggregator-regionlinkingmode
|
|
4323
4366
|
'''
|
|
@@ -4327,7 +4370,9 @@ class CfnFindingAggregatorProps:
|
|
|
4327
4370
|
|
|
4328
4371
|
@builtins.property
|
|
4329
4372
|
def regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4330
|
-
'''
|
|
4373
|
+
'''If ``RegionLinkingMode`` is ``ALL_REGIONS_EXCEPT_SPECIFIED`` , then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.
|
|
4374
|
+
|
|
4375
|
+
If ``RegionLinkingMode`` is ``SPECIFIED_REGIONS`` , then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.
|
|
4331
4376
|
|
|
4332
4377
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-findingaggregator.html#cfn-securityhub-findingaggregator-regions
|
|
4333
4378
|
'''
|
|
@@ -8878,9 +8923,9 @@ class CfnOrganizationConfiguration(
|
|
|
8878
8923
|
metaclass=jsii.JSIIMeta,
|
|
8879
8924
|
jsii_type="aws-cdk-lib.aws_securityhub.CfnOrganizationConfiguration",
|
|
8880
8925
|
):
|
|
8881
|
-
'''The AWS::SecurityHub::OrganizationConfiguration resource
|
|
8926
|
+
'''The ``AWS::SecurityHub::OrganizationConfiguration`` resource specifies the way that your AWS organization is configured in AWS Security Hub .
|
|
8882
8927
|
|
|
8883
|
-
|
|
8928
|
+
Specifically, you can use this resource to specify the configuration type for your organization and whether to automatically Security Hub and security standards in new member accounts. For more information, see `Managing administrator and member accounts <https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts.html>`_ in the *AWS Security Hub User Guide* .
|
|
8884
8929
|
|
|
8885
8930
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-organizationconfiguration.html
|
|
8886
8931
|
:cloudformationResource: AWS::SecurityHub::OrganizationConfiguration
|
|
@@ -8913,9 +8958,9 @@ class CfnOrganizationConfiguration(
|
|
|
8913
8958
|
'''
|
|
8914
8959
|
:param scope: Scope in which this resource is defined.
|
|
8915
8960
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
8916
|
-
:param auto_enable: Whether to automatically enable Security Hub in new member accounts when they join the organization.
|
|
8917
|
-
:param auto_enable_standards: Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.
|
|
8918
|
-
:param configuration_type: Indicates whether the organization uses local or central configuration.
|
|
8961
|
+
:param auto_enable: Whether to automatically enable Security Hub in new member accounts when they join the organization. If set to ``true`` , then Security Hub is automatically enabled in new accounts. If set to ``false`` , then Security Hub isn't enabled in new accounts automatically. The default value is ``false`` . If the ``ConfigurationType`` of your organization is set to ``CENTRAL`` , then this field is set to ``false`` and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.
|
|
8962
|
+
:param auto_enable_standards: Whether to automatically enable Security Hub `default standards <https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html>`_ in new member accounts when they join the organization. The default value of this parameter is equal to ``DEFAULT`` . If equal to ``DEFAULT`` , then Security Hub default standards are automatically enabled for new member accounts. If equal to ``NONE`` , then default standards are not automatically enabled for new member accounts. If the ``ConfigurationType`` of your organization is set to ``CENTRAL`` , then this field is set to ``NONE`` and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.
|
|
8963
|
+
:param configuration_type: Indicates whether the organization uses local or central configuration. If you use local configuration, the Security Hub delegated administrator can set ``AutoEnable`` to ``true`` and ``AutoEnableStandards`` to ``DEFAULT`` . This automatically enables Security Hub and default security standards in new organization accounts. These new account settings must be set separately in each AWS Region , and settings may be different in each Region. If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub, security standards, and security controls in multiple accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a configuration policy and associate it with the root or specific organizational units (OUs). New accounts will inherit the policy from the root or their assigned OU.
|
|
8919
8964
|
'''
|
|
8920
8965
|
if __debug__:
|
|
8921
8966
|
type_hints = typing.get_type_hints(_typecheckingstub__186515c514aa6c3a2fef9e692700a118bb6ae2548e12249056898382ffeb0d85)
|
|
@@ -8971,7 +9016,9 @@ class CfnOrganizationConfiguration(
|
|
|
8971
9016
|
@builtins.property
|
|
8972
9017
|
@jsii.member(jsii_name="attrOrganizationConfigurationIdentifier")
|
|
8973
9018
|
def attr_organization_configuration_identifier(self) -> builtins.str:
|
|
8974
|
-
'''The
|
|
9019
|
+
'''The organization configuration identifier, formatted as ``AccountId/Region/securityhub-organization-configuration`` .
|
|
9020
|
+
|
|
9021
|
+
For example, ``123456789012/us-east-1/securityhub-organization-configuration`` .
|
|
8975
9022
|
|
|
8976
9023
|
:cloudformationAttribute: OrganizationConfigurationIdentifier
|
|
8977
9024
|
'''
|
|
@@ -8980,7 +9027,9 @@ class CfnOrganizationConfiguration(
|
|
|
8980
9027
|
@builtins.property
|
|
8981
9028
|
@jsii.member(jsii_name="attrStatus")
|
|
8982
9029
|
def attr_status(self) -> builtins.str:
|
|
8983
|
-
'''Describes whether central configuration could be enabled as the ConfigurationType for the organization.
|
|
9030
|
+
'''Describes whether central configuration could be enabled as the ``ConfigurationType`` for the organization.
|
|
9031
|
+
|
|
9032
|
+
If your ``ConfigurationType`` is local configuration, then the value of ``Status`` is always ``ENABLED`` .
|
|
8984
9033
|
|
|
8985
9034
|
:cloudformationAttribute: Status
|
|
8986
9035
|
'''
|
|
@@ -8989,7 +9038,7 @@ class CfnOrganizationConfiguration(
|
|
|
8989
9038
|
@builtins.property
|
|
8990
9039
|
@jsii.member(jsii_name="attrStatusMessage")
|
|
8991
9040
|
def attr_status_message(self) -> builtins.str:
|
|
8992
|
-
'''Provides an explanation if the value of Status is equal to FAILED when ConfigurationType is equal to CENTRAL.
|
|
9041
|
+
'''Provides an explanation if the value of ``Status`` is equal to ``FAILED`` when ``ConfigurationType`` is equal to ``CENTRAL`` .
|
|
8993
9042
|
|
|
8994
9043
|
:cloudformationAttribute: StatusMessage
|
|
8995
9044
|
'''
|
|
@@ -9019,7 +9068,7 @@ class CfnOrganizationConfiguration(
|
|
|
9019
9068
|
@builtins.property
|
|
9020
9069
|
@jsii.member(jsii_name="autoEnableStandards")
|
|
9021
9070
|
def auto_enable_standards(self) -> typing.Optional[builtins.str]:
|
|
9022
|
-
'''Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.'''
|
|
9071
|
+
'''Whether to automatically enable Security Hub `default standards <https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html>`_ in new member accounts when they join the organization.'''
|
|
9023
9072
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "autoEnableStandards"))
|
|
9024
9073
|
|
|
9025
9074
|
@auto_enable_standards.setter
|
|
@@ -9062,9 +9111,9 @@ class CfnOrganizationConfigurationProps:
|
|
|
9062
9111
|
) -> None:
|
|
9063
9112
|
'''Properties for defining a ``CfnOrganizationConfiguration``.
|
|
9064
9113
|
|
|
9065
|
-
:param auto_enable: Whether to automatically enable Security Hub in new member accounts when they join the organization.
|
|
9066
|
-
:param auto_enable_standards: Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.
|
|
9067
|
-
:param configuration_type: Indicates whether the organization uses local or central configuration.
|
|
9114
|
+
:param auto_enable: Whether to automatically enable Security Hub in new member accounts when they join the organization. If set to ``true`` , then Security Hub is automatically enabled in new accounts. If set to ``false`` , then Security Hub isn't enabled in new accounts automatically. The default value is ``false`` . If the ``ConfigurationType`` of your organization is set to ``CENTRAL`` , then this field is set to ``false`` and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.
|
|
9115
|
+
:param auto_enable_standards: Whether to automatically enable Security Hub `default standards <https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html>`_ in new member accounts when they join the organization. The default value of this parameter is equal to ``DEFAULT`` . If equal to ``DEFAULT`` , then Security Hub default standards are automatically enabled for new member accounts. If equal to ``NONE`` , then default standards are not automatically enabled for new member accounts. If the ``ConfigurationType`` of your organization is set to ``CENTRAL`` , then this field is set to ``NONE`` and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.
|
|
9116
|
+
:param configuration_type: Indicates whether the organization uses local or central configuration. If you use local configuration, the Security Hub delegated administrator can set ``AutoEnable`` to ``true`` and ``AutoEnableStandards`` to ``DEFAULT`` . This automatically enables Security Hub and default security standards in new organization accounts. These new account settings must be set separately in each AWS Region , and settings may be different in each Region. If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub, security standards, and security controls in multiple accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a configuration policy and associate it with the root or specific organizational units (OUs). New accounts will inherit the policy from the root or their assigned OU.
|
|
9068
9117
|
|
|
9069
9118
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-organizationconfiguration.html
|
|
9070
9119
|
:exampleMetadata: fixture=_generated
|
|
@@ -9100,6 +9149,10 @@ class CfnOrganizationConfigurationProps:
|
|
|
9100
9149
|
def auto_enable(self) -> typing.Union[builtins.bool, _IResolvable_da3f097b]:
|
|
9101
9150
|
'''Whether to automatically enable Security Hub in new member accounts when they join the organization.
|
|
9102
9151
|
|
|
9152
|
+
If set to ``true`` , then Security Hub is automatically enabled in new accounts. If set to ``false`` , then Security Hub isn't enabled in new accounts automatically. The default value is ``false`` .
|
|
9153
|
+
|
|
9154
|
+
If the ``ConfigurationType`` of your organization is set to ``CENTRAL`` , then this field is set to ``false`` and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.
|
|
9155
|
+
|
|
9103
9156
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-organizationconfiguration.html#cfn-securityhub-organizationconfiguration-autoenable
|
|
9104
9157
|
'''
|
|
9105
9158
|
result = self._values.get("auto_enable")
|
|
@@ -9108,7 +9161,13 @@ class CfnOrganizationConfigurationProps:
|
|
|
9108
9161
|
|
|
9109
9162
|
@builtins.property
|
|
9110
9163
|
def auto_enable_standards(self) -> typing.Optional[builtins.str]:
|
|
9111
|
-
'''Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.
|
|
9164
|
+
'''Whether to automatically enable Security Hub `default standards <https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html>`_ in new member accounts when they join the organization.
|
|
9165
|
+
|
|
9166
|
+
The default value of this parameter is equal to ``DEFAULT`` .
|
|
9167
|
+
|
|
9168
|
+
If equal to ``DEFAULT`` , then Security Hub default standards are automatically enabled for new member accounts. If equal to ``NONE`` , then default standards are not automatically enabled for new member accounts.
|
|
9169
|
+
|
|
9170
|
+
If the ``ConfigurationType`` of your organization is set to ``CENTRAL`` , then this field is set to ``NONE`` and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.
|
|
9112
9171
|
|
|
9113
9172
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-organizationconfiguration.html#cfn-securityhub-organizationconfiguration-autoenablestandards
|
|
9114
9173
|
'''
|
|
@@ -9119,6 +9178,10 @@ class CfnOrganizationConfigurationProps:
|
|
|
9119
9178
|
def configuration_type(self) -> typing.Optional[builtins.str]:
|
|
9120
9179
|
'''Indicates whether the organization uses local or central configuration.
|
|
9121
9180
|
|
|
9181
|
+
If you use local configuration, the Security Hub delegated administrator can set ``AutoEnable`` to ``true`` and ``AutoEnableStandards`` to ``DEFAULT`` . This automatically enables Security Hub and default security standards in new organization accounts. These new account settings must be set separately in each AWS Region , and settings may be different in each Region.
|
|
9182
|
+
|
|
9183
|
+
If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub, security standards, and security controls in multiple accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a configuration policy and associate it with the root or specific organizational units (OUs). New accounts will inherit the policy from the root or their assigned OU.
|
|
9184
|
+
|
|
9122
9185
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-organizationconfiguration.html#cfn-securityhub-organizationconfiguration-configurationtype
|
|
9123
9186
|
'''
|
|
9124
9187
|
result = self._values.get("configuration_type")
|
|
@@ -9142,9 +9205,9 @@ class CfnPolicyAssociation(
|
|
|
9142
9205
|
metaclass=jsii.JSIIMeta,
|
|
9143
9206
|
jsii_type="aws-cdk-lib.aws_securityhub.CfnPolicyAssociation",
|
|
9144
9207
|
):
|
|
9145
|
-
'''The AWS::SecurityHub::PolicyAssociation resource
|
|
9208
|
+
'''The ``AWS::SecurityHub::PolicyAssociation`` resource specifies associations for a configuration policy or a self-managed configuration.
|
|
9146
9209
|
|
|
9147
|
-
|
|
9210
|
+
You can associate a AWS Security Hub configuration policy or self-managed configuration with the organization root, organizational units (OUs), or AWS accounts . After a successful association, the configuration policy takes effect in the specified targets. For more information, see `Creating and associating Security Hub configuration policies <https://docs.aws.amazon.com/securityhub/latest/userguide/create-associate-policy.html>`_ in the *AWS Security Hub User Guide* .
|
|
9148
9211
|
|
|
9149
9212
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-policyassociation.html
|
|
9150
9213
|
:cloudformationResource: AWS::SecurityHub::PolicyAssociation
|
|
@@ -9175,9 +9238,9 @@ class CfnPolicyAssociation(
|
|
|
9175
9238
|
'''
|
|
9176
9239
|
:param scope: Scope in which this resource is defined.
|
|
9177
9240
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
9178
|
-
:param configuration_policy_id: The universally unique identifier (UUID) of the configuration policy
|
|
9241
|
+
:param configuration_policy_id: The universally unique identifier (UUID) of the configuration policy. A self-managed configuration has no UUID. The identifier of a self-managed configuration is ``SELF_MANAGED_SECURITY_HUB`` .
|
|
9179
9242
|
:param target_id: The identifier of the target account, organizational unit, or the root.
|
|
9180
|
-
:param target_type:
|
|
9243
|
+
:param target_type: Specifies whether the target is an AWS account , organizational unit, or the root.
|
|
9181
9244
|
'''
|
|
9182
9245
|
if __debug__:
|
|
9183
9246
|
type_hints = typing.get_type_hints(_typecheckingstub__692795b18a46bd27d463b04c85753cc984649b4661bf3ac69e7b6db22ea687f8)
|
|
@@ -9224,7 +9287,9 @@ class CfnPolicyAssociation(
|
|
|
9224
9287
|
@builtins.property
|
|
9225
9288
|
@jsii.member(jsii_name="attrAssociationIdentifier")
|
|
9226
9289
|
def attr_association_identifier(self) -> builtins.str:
|
|
9227
|
-
'''
|
|
9290
|
+
'''The association identifier, formatted as ``TargetType/TargetId`` .
|
|
9291
|
+
|
|
9292
|
+
For example, ``ACCOUNT/123456789012`` .
|
|
9228
9293
|
|
|
9229
9294
|
:cloudformationAttribute: AssociationIdentifier
|
|
9230
9295
|
'''
|
|
@@ -9242,7 +9307,7 @@ class CfnPolicyAssociation(
|
|
|
9242
9307
|
@builtins.property
|
|
9243
9308
|
@jsii.member(jsii_name="attrAssociationStatusMessage")
|
|
9244
9309
|
def attr_association_status_message(self) -> builtins.str:
|
|
9245
|
-
'''
|
|
9310
|
+
'''The explanation for a ``FAILED`` value for ``AssociationStatus`` .
|
|
9246
9311
|
|
|
9247
9312
|
:cloudformationAttribute: AssociationStatusMessage
|
|
9248
9313
|
'''
|
|
@@ -9251,7 +9316,7 @@ class CfnPolicyAssociation(
|
|
|
9251
9316
|
@builtins.property
|
|
9252
9317
|
@jsii.member(jsii_name="attrAssociationType")
|
|
9253
9318
|
def attr_association_type(self) -> builtins.str:
|
|
9254
|
-
'''Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
|
|
9319
|
+
'''Indicates whether the association between the specified target and the configuration was directly applied by the AWS Security Hub delegated administrator or inherited from a parent.
|
|
9255
9320
|
|
|
9256
9321
|
:cloudformationAttribute: AssociationType
|
|
9257
9322
|
'''
|
|
@@ -9274,7 +9339,7 @@ class CfnPolicyAssociation(
|
|
|
9274
9339
|
@builtins.property
|
|
9275
9340
|
@jsii.member(jsii_name="configurationPolicyId")
|
|
9276
9341
|
def configuration_policy_id(self) -> builtins.str:
|
|
9277
|
-
'''The universally unique identifier (UUID) of the configuration policy
|
|
9342
|
+
'''The universally unique identifier (UUID) of the configuration policy.'''
|
|
9278
9343
|
return typing.cast(builtins.str, jsii.get(self, "configurationPolicyId"))
|
|
9279
9344
|
|
|
9280
9345
|
@configuration_policy_id.setter
|
|
@@ -9300,7 +9365,7 @@ class CfnPolicyAssociation(
|
|
|
9300
9365
|
@builtins.property
|
|
9301
9366
|
@jsii.member(jsii_name="targetType")
|
|
9302
9367
|
def target_type(self) -> builtins.str:
|
|
9303
|
-
'''
|
|
9368
|
+
'''Specifies whether the target is an AWS account , organizational unit, or the root.'''
|
|
9304
9369
|
return typing.cast(builtins.str, jsii.get(self, "targetType"))
|
|
9305
9370
|
|
|
9306
9371
|
@target_type.setter
|
|
@@ -9330,9 +9395,9 @@ class CfnPolicyAssociationProps:
|
|
|
9330
9395
|
) -> None:
|
|
9331
9396
|
'''Properties for defining a ``CfnPolicyAssociation``.
|
|
9332
9397
|
|
|
9333
|
-
:param configuration_policy_id: The universally unique identifier (UUID) of the configuration policy
|
|
9398
|
+
:param configuration_policy_id: The universally unique identifier (UUID) of the configuration policy. A self-managed configuration has no UUID. The identifier of a self-managed configuration is ``SELF_MANAGED_SECURITY_HUB`` .
|
|
9334
9399
|
:param target_id: The identifier of the target account, organizational unit, or the root.
|
|
9335
|
-
:param target_type:
|
|
9400
|
+
:param target_type: Specifies whether the target is an AWS account , organizational unit, or the root.
|
|
9336
9401
|
|
|
9337
9402
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-policyassociation.html
|
|
9338
9403
|
:exampleMetadata: fixture=_generated
|
|
@@ -9362,7 +9427,9 @@ class CfnPolicyAssociationProps:
|
|
|
9362
9427
|
|
|
9363
9428
|
@builtins.property
|
|
9364
9429
|
def configuration_policy_id(self) -> builtins.str:
|
|
9365
|
-
'''The universally unique identifier (UUID) of the configuration policy
|
|
9430
|
+
'''The universally unique identifier (UUID) of the configuration policy.
|
|
9431
|
+
|
|
9432
|
+
A self-managed configuration has no UUID. The identifier of a self-managed configuration is ``SELF_MANAGED_SECURITY_HUB`` .
|
|
9366
9433
|
|
|
9367
9434
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-policyassociation.html#cfn-securityhub-policyassociation-configurationpolicyid
|
|
9368
9435
|
'''
|
|
@@ -9382,7 +9449,7 @@ class CfnPolicyAssociationProps:
|
|
|
9382
9449
|
|
|
9383
9450
|
@builtins.property
|
|
9384
9451
|
def target_type(self) -> builtins.str:
|
|
9385
|
-
'''
|
|
9452
|
+
'''Specifies whether the target is an AWS account , organizational unit, or the root.
|
|
9386
9453
|
|
|
9387
9454
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-policyassociation.html#cfn-securityhub-policyassociation-targettype
|
|
9388
9455
|
'''
|
|
@@ -9568,7 +9635,11 @@ class CfnSecurityControl(
|
|
|
9568
9635
|
metaclass=jsii.JSIIMeta,
|
|
9569
9636
|
jsii_type="aws-cdk-lib.aws_securityhub.CfnSecurityControl",
|
|
9570
9637
|
):
|
|
9571
|
-
'''
|
|
9638
|
+
'''The ``AWS::SecurityHub::SecurityControl`` resource specifies custom parameter values for an AWS Security Hub control.
|
|
9639
|
+
|
|
9640
|
+
For a list of controls that support custom parameters, see `Security Hub controls reference <https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-controls-reference.html>`_ . You can also use this resource to specify the use of default parameter values for a control. For more information about custom parameters, see `Custom control parameters <https://docs.aws.amazon.com/securityhub/latest/userguide/custom-control-parameters.html>`_ in the *AWS Security Hub User Guide* .
|
|
9641
|
+
|
|
9642
|
+
Tags aren't supported for this resource.
|
|
9572
9643
|
|
|
9573
9644
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-securitycontrol.html
|
|
9574
9645
|
:cloudformationResource: AWS::SecurityHub::SecurityControl
|
|
@@ -9607,10 +9678,10 @@ class CfnSecurityControl(
|
|
|
9607
9678
|
'''
|
|
9608
9679
|
:param scope: Scope in which this resource is defined.
|
|
9609
9680
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
9610
|
-
:param parameters:
|
|
9611
|
-
:param last_update_reason: The most recent reason for updating the customizable properties of a security control. This differs from the UpdateReason field of the BatchUpdateStandardsControlAssociations API, which tracks the reason for updating the enablement status of a control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores.
|
|
9612
|
-
:param security_control_arn:
|
|
9613
|
-
:param security_control_id:
|
|
9681
|
+
:param parameters: An object that identifies the name of a control parameter, its current value, and whether it has been customized.
|
|
9682
|
+
:param last_update_reason: The most recent reason for updating the customizable properties of a security control. This differs from the ``UpdateReason`` field of the ```BatchUpdateStandardsControlAssociations`` <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html>`_ API, which tracks the reason for updating the enablement status of a control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores.
|
|
9683
|
+
:param security_control_arn: The Amazon Resource Name (ARN) for a security control across standards, such as ``arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1`` . This parameter doesn't mention a specific standard.
|
|
9684
|
+
:param security_control_id: The unique identifier of a security control across standards. Values for this field typically consist of an AWS service name and a number, such as APIGateway.3.
|
|
9614
9685
|
'''
|
|
9615
9686
|
if __debug__:
|
|
9616
9687
|
type_hints = typing.get_type_hints(_typecheckingstub__726fa705fd558de76e132e75c55b8475c62b8dc48c449b5a702f64b1f4bff214)
|
|
@@ -9665,6 +9736,7 @@ class CfnSecurityControl(
|
|
|
9665
9736
|
def parameters(
|
|
9666
9737
|
self,
|
|
9667
9738
|
) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnSecurityControl.ParameterConfigurationProperty"]]]:
|
|
9739
|
+
'''An object that identifies the name of a control parameter, its current value, and whether it has been customized.'''
|
|
9668
9740
|
return typing.cast(typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnSecurityControl.ParameterConfigurationProperty"]]], jsii.get(self, "parameters"))
|
|
9669
9741
|
|
|
9670
9742
|
@parameters.setter
|
|
@@ -9693,6 +9765,7 @@ class CfnSecurityControl(
|
|
|
9693
9765
|
@builtins.property
|
|
9694
9766
|
@jsii.member(jsii_name="securityControlArn")
|
|
9695
9767
|
def security_control_arn(self) -> typing.Optional[builtins.str]:
|
|
9768
|
+
'''The Amazon Resource Name (ARN) for a security control across standards, such as ``arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1`` . This parameter doesn't mention a specific standard.'''
|
|
9696
9769
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "securityControlArn"))
|
|
9697
9770
|
|
|
9698
9771
|
@security_control_arn.setter
|
|
@@ -9705,6 +9778,7 @@ class CfnSecurityControl(
|
|
|
9705
9778
|
@builtins.property
|
|
9706
9779
|
@jsii.member(jsii_name="securityControlId")
|
|
9707
9780
|
def security_control_id(self) -> typing.Optional[builtins.str]:
|
|
9781
|
+
'''The unique identifier of a security control across standards.'''
|
|
9708
9782
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "securityControlId"))
|
|
9709
9783
|
|
|
9710
9784
|
@security_control_id.setter
|
|
@@ -9721,8 +9795,9 @@ class CfnSecurityControl(
|
|
|
9721
9795
|
)
|
|
9722
9796
|
class ParameterConfigurationProperty:
|
|
9723
9797
|
def __init__(self, *, value_type: builtins.str) -> None:
|
|
9724
|
-
'''
|
|
9725
|
-
|
|
9798
|
+
'''An object that provides the current value of a security control parameter and identifies whether it has been customized.
|
|
9799
|
+
|
|
9800
|
+
:param value_type: Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub behavior. When ``ValueType`` is set equal to ``DEFAULT`` , the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When ``ValueType`` is set equal to ``DEFAULT`` , Security Hub ignores user-provided input for the ``Value`` field. When ``ValueType`` is set equal to ``CUSTOM`` , the ``Value`` field can't be empty.
|
|
9726
9801
|
|
|
9727
9802
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-securitycontrol-parameterconfiguration.html
|
|
9728
9803
|
:exampleMetadata: fixture=_generated
|
|
@@ -9746,7 +9821,12 @@ class CfnSecurityControl(
|
|
|
9746
9821
|
|
|
9747
9822
|
@builtins.property
|
|
9748
9823
|
def value_type(self) -> builtins.str:
|
|
9749
|
-
'''
|
|
9824
|
+
'''Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub behavior.
|
|
9825
|
+
|
|
9826
|
+
When ``ValueType`` is set equal to ``DEFAULT`` , the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When ``ValueType`` is set equal to ``DEFAULT`` , Security Hub ignores user-provided input for the ``Value`` field.
|
|
9827
|
+
|
|
9828
|
+
When ``ValueType`` is set equal to ``CUSTOM`` , the ``Value`` field can't be empty.
|
|
9829
|
+
|
|
9750
9830
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-securitycontrol-parameterconfiguration.html#cfn-securityhub-securitycontrol-parameterconfiguration-valuetype
|
|
9751
9831
|
'''
|
|
9752
9832
|
result = self._values.get("value_type")
|
|
@@ -9786,10 +9866,10 @@ class CfnSecurityControlProps:
|
|
|
9786
9866
|
) -> None:
|
|
9787
9867
|
'''Properties for defining a ``CfnSecurityControl``.
|
|
9788
9868
|
|
|
9789
|
-
:param parameters:
|
|
9790
|
-
:param last_update_reason: The most recent reason for updating the customizable properties of a security control. This differs from the UpdateReason field of the BatchUpdateStandardsControlAssociations API, which tracks the reason for updating the enablement status of a control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores.
|
|
9791
|
-
:param security_control_arn:
|
|
9792
|
-
:param security_control_id:
|
|
9869
|
+
:param parameters: An object that identifies the name of a control parameter, its current value, and whether it has been customized.
|
|
9870
|
+
:param last_update_reason: The most recent reason for updating the customizable properties of a security control. This differs from the ``UpdateReason`` field of the ```BatchUpdateStandardsControlAssociations`` <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html>`_ API, which tracks the reason for updating the enablement status of a control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores.
|
|
9871
|
+
:param security_control_arn: The Amazon Resource Name (ARN) for a security control across standards, such as ``arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1`` . This parameter doesn't mention a specific standard.
|
|
9872
|
+
:param security_control_id: The unique identifier of a security control across standards. Values for this field typically consist of an AWS service name and a number, such as APIGateway.3.
|
|
9793
9873
|
|
|
9794
9874
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-securitycontrol.html
|
|
9795
9875
|
:exampleMetadata: fixture=_generated
|
|
@@ -9833,7 +9913,8 @@ class CfnSecurityControlProps:
|
|
|
9833
9913
|
def parameters(
|
|
9834
9914
|
self,
|
|
9835
9915
|
) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnSecurityControl.ParameterConfigurationProperty]]]:
|
|
9836
|
-
'''
|
|
9916
|
+
'''An object that identifies the name of a control parameter, its current value, and whether it has been customized.
|
|
9917
|
+
|
|
9837
9918
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-securitycontrol.html#cfn-securityhub-securitycontrol-parameters
|
|
9838
9919
|
'''
|
|
9839
9920
|
result = self._values.get("parameters")
|
|
@@ -9844,7 +9925,7 @@ class CfnSecurityControlProps:
|
|
|
9844
9925
|
def last_update_reason(self) -> typing.Optional[builtins.str]:
|
|
9845
9926
|
'''The most recent reason for updating the customizable properties of a security control.
|
|
9846
9927
|
|
|
9847
|
-
This differs from the UpdateReason field of the BatchUpdateStandardsControlAssociations API, which tracks the reason for updating the enablement status of a control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores.
|
|
9928
|
+
This differs from the ``UpdateReason`` field of the ```BatchUpdateStandardsControlAssociations`` <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html>`_ API, which tracks the reason for updating the enablement status of a control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores.
|
|
9848
9929
|
|
|
9849
9930
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-securitycontrol.html#cfn-securityhub-securitycontrol-lastupdatereason
|
|
9850
9931
|
'''
|
|
@@ -9853,7 +9934,8 @@ class CfnSecurityControlProps:
|
|
|
9853
9934
|
|
|
9854
9935
|
@builtins.property
|
|
9855
9936
|
def security_control_arn(self) -> typing.Optional[builtins.str]:
|
|
9856
|
-
'''
|
|
9937
|
+
'''The Amazon Resource Name (ARN) for a security control across standards, such as ``arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1`` . This parameter doesn't mention a specific standard.
|
|
9938
|
+
|
|
9857
9939
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-securitycontrol.html#cfn-securityhub-securitycontrol-securitycontrolarn
|
|
9858
9940
|
'''
|
|
9859
9941
|
result = self._values.get("security_control_arn")
|
|
@@ -9861,7 +9943,10 @@ class CfnSecurityControlProps:
|
|
|
9861
9943
|
|
|
9862
9944
|
@builtins.property
|
|
9863
9945
|
def security_control_id(self) -> typing.Optional[builtins.str]:
|
|
9864
|
-
'''
|
|
9946
|
+
'''The unique identifier of a security control across standards.
|
|
9947
|
+
|
|
9948
|
+
Values for this field typically consist of an AWS service name and a number, such as APIGateway.3.
|
|
9949
|
+
|
|
9865
9950
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-securitycontrol.html#cfn-securityhub-securitycontrol-securitycontrolid
|
|
9866
9951
|
'''
|
|
9867
9952
|
result = self._values.get("security_control_id")
|