Class: Aws::SecurityHub::Types::StandardsControlAssociationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StandardsControlAssociationDetail
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about a control’s enablement status in a specified standard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_status ⇒ String
Specifies whether a control is enabled or disabled in a specified standard.
-
#related_requirements ⇒ Array<String>
The requirement that underlies a control in the compliance framework related to the standard.
-
#security_control_arn ⇒ String
The ARN of a security control across standards, such as ‘arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1`.
-
#security_control_id ⇒ String
The unique identifier of a security control across standards.
-
#standards_arn ⇒ String
The Amazon Resource Name (ARN) of a security standard.
-
#standards_control_arns ⇒ Array<String>
Provides the input parameter that Security Hub uses to call the [UpdateStandardsControl] API.
-
#standards_control_description ⇒ String
The description of a control.
-
#standards_control_title ⇒ String
The title of a control.
-
#updated_at ⇒ Time
The time at which the enablement status of the control in the specified standard was last updated.
-
#updated_reason ⇒ String
The reason for updating the enablement status of a control in a specified standard.
Instance Attribute Details
#association_status ⇒ String
Specifies whether a control is enabled or disabled in a specified standard.
29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29997 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#related_requirements ⇒ Array<String>
The requirement that underlies a control in the compliance framework related to the standard.
29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29997 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#security_control_arn ⇒ String
The ARN of a security control across standards, such as ‘arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1`. This parameter doesn’t mention a specific standard.
29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29997 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#security_control_id ⇒ String
The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Services service name and a number, such as APIGateway.3.
29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29997 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#standards_arn ⇒ String
The Amazon Resource Name (ARN) of a security standard.
29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29997 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#standards_control_arns ⇒ Array<String>
Provides the input parameter that Security Hub uses to call the
- UpdateStandardsControl][1
-
API. This API can be used to enable or
disable a control in a specified standard.
[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateStandardsControl.html
29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29997 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#standards_control_description ⇒ String
The description of a control. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. This parameter may reference a specific standard.
29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29997 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#standards_control_title ⇒ String
The title of a control. This field may reference a specific standard.
29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29997 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the enablement status of the control in the specified standard was last updated.
29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29997 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#updated_reason ⇒ String
The reason for updating the enablement status of a control in a specified standard.
29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29997 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |