AwsSecurityHubResourceArgs
interface AwsSecurityHubResourceArgs<TArgs> {
args: TArgs;
options?: CustomResourceOptions;
}Provider arguments and optional Pulumi resource options for a Security Hub resource.
Type Parameters
TArgs
Properties
args: TArgs
Provider arguments forwarded unchanged to the underlying Pulumi AWS resource.
options: CustomResourceOptions
Optional Pulumi custom resource options merged with component-level options.