getStandard

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.

Return

null

Parameters

argument

null


suspend fun getStandard(standardsSubscriptionArn: String): GetStandardResult

Return

null

Parameters

standardsSubscriptionArn

The ARN of a resource that represents your subscription to a supported standard.

See also


suspend fun getStandard(argument: suspend GetStandardPlainArgsBuilder.() -> Unit): GetStandardResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.securityhub.kotlin.inputs.GetStandardPlainArgs.

See also