Standard Args
data class StandardArgs(val disabledStandardsControls: Output<List<StandardsControlArgs>>? = null, val standardsArn: Output<String>? = null) : ConvertibleToJava<StandardArgs>
The `AWS::SecurityHub::Standard`
resource specifies the enablement of a security standard. The standard is identified by the `StandardsArn`
property. To view a list of ASH standards and their Amazon Resource Names (ARNs), use the DescribeStandards API operation. You must create a separate `AWS::SecurityHub::Standard`
resource for each standard that you want to enable. For more information about ASH standards, see standards reference in the User Guide.
Constructors
Link copied to clipboard
constructor(disabledStandardsControls: Output<List<StandardsControlArgs>>? = null, standardsArn: Output<String>? = null)
Properties
Link copied to clipboard
Specifies which controls are to be disabled in a standard. Maximum: `100`
Link copied to clipboard
The ARN of the standard that you want to enable. To view a list of available ASH standards and their ARNs, use the DescribeStandards API operation.