getHub

suspend fun getHub(argument: GetHubPlainArgs): GetHubResult

The AWS::SecurityHub::Hub resource represents the implementation of the AWS Security Hub service in your account. One hub resource is created for each Region in which you enable Security Hub.

Return

null

Parameters

argument

null


suspend fun getHub(arn: String): GetHubResult

Return

null

Parameters

arn

An ARN is automatically created for the customer.

See also


suspend fun getHub(argument: suspend GetHubPlainArgsBuilder.() -> Unit): GetHubResult

Return

null

Parameters

argument

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

See also