1. Packages
  2. AWS Native
  3. API Docs
  4. securityhub
  5. Standard

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.3 published on Wednesday, Jun 12, 2024 by Pulumi

aws-native.securityhub.Standard

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.3 published on Wednesday, Jun 12, 2024 by Pulumi

    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.

    Create Standard Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Standard(name: string, args: StandardArgs, opts?: CustomResourceOptions);
    @overload
    def Standard(resource_name: str,
                 args: StandardArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Standard(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 standards_arn: Optional[str] = None,
                 disabled_standards_controls: Optional[Sequence[StandardsControlArgs]] = None)
    func NewStandard(ctx *Context, name string, args StandardArgs, opts ...ResourceOption) (*Standard, error)
    public Standard(string name, StandardArgs args, CustomResourceOptions? opts = null)
    public Standard(String name, StandardArgs args)
    public Standard(String name, StandardArgs args, CustomResourceOptions options)
    
    type: aws-native:securityhub:Standard
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args StandardArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args StandardArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args StandardArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args StandardArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args StandardArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const standardResource = new aws_native.securityhub.Standard("standardResource", {
        standardsArn: "string",
        disabledStandardsControls: [{
            standardsControlArn: "string",
            reason: "string",
        }],
    });
    
    Coming soon!
    

    Standard Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Standard resource accepts the following input properties:

    StandardsArn string
    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.
    DisabledStandardsControls List<Pulumi.AwsNative.SecurityHub.Inputs.StandardsControl>
    Specifies which controls are to be disabled in a standard. Maximum: 100
    StandardsArn string
    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.
    DisabledStandardsControls []StandardsControlArgs
    Specifies which controls are to be disabled in a standard. Maximum: 100
    standardsArn String
    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.
    disabledStandardsControls List<StandardsControl>
    Specifies which controls are to be disabled in a standard. Maximum: 100
    standardsArn string
    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.
    disabledStandardsControls StandardsControl[]
    Specifies which controls are to be disabled in a standard. Maximum: 100
    standards_arn str
    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.
    disabled_standards_controls Sequence[StandardsControlArgs]
    Specifies which controls are to be disabled in a standard. Maximum: 100
    standardsArn String
    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.
    disabledStandardsControls List<Property Map>
    Specifies which controls are to be disabled in a standard. Maximum: 100

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Standard resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    StandardsSubscriptionArn string
    The ARN of a resource that represents your subscription to a supported standard.
    Id string
    The provider-assigned unique ID for this managed resource.
    StandardsSubscriptionArn string
    The ARN of a resource that represents your subscription to a supported standard.
    id String
    The provider-assigned unique ID for this managed resource.
    standardsSubscriptionArn String
    The ARN of a resource that represents your subscription to a supported standard.
    id string
    The provider-assigned unique ID for this managed resource.
    standardsSubscriptionArn string
    The ARN of a resource that represents your subscription to a supported standard.
    id str
    The provider-assigned unique ID for this managed resource.
    standards_subscription_arn str
    The ARN of a resource that represents your subscription to a supported standard.
    id String
    The provider-assigned unique ID for this managed resource.
    standardsSubscriptionArn String
    The ARN of a resource that represents your subscription to a supported standard.

    Supporting Types

    StandardsControl, StandardsControlArgs

    StandardsControlArn string
    The Amazon Resource Name (ARN) of the control.
    Reason string
    A user-defined reason for changing a control's enablement status in a specified standard. If you are disabling a control, then this property is required.
    StandardsControlArn string
    The Amazon Resource Name (ARN) of the control.
    Reason string
    A user-defined reason for changing a control's enablement status in a specified standard. If you are disabling a control, then this property is required.
    standardsControlArn String
    The Amazon Resource Name (ARN) of the control.
    reason String
    A user-defined reason for changing a control's enablement status in a specified standard. If you are disabling a control, then this property is required.
    standardsControlArn string
    The Amazon Resource Name (ARN) of the control.
    reason string
    A user-defined reason for changing a control's enablement status in a specified standard. If you are disabling a control, then this property is required.
    standards_control_arn str
    The Amazon Resource Name (ARN) of the control.
    reason str
    A user-defined reason for changing a control's enablement status in a specified standard. If you are disabling a control, then this property is required.
    standardsControlArn String
    The Amazon Resource Name (ARN) of the control.
    reason String
    A user-defined reason for changing a control's enablement status in a specified standard. If you are disabling a control, then this property is required.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.108.3 published on Wednesday, Jun 12, 2024 by Pulumi