Class: Aws::SecurityHub::Types::StandardsSubscription

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

A resource that represents your subscription to a supported standard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#standards_arnString

The ARN of a standard.

Returns:

  • (String)


29600
29601
29602
29603
29604
29605
29606
29607
29608
29609
# File 'lib/aws-sdk-securityhub/types.rb', line 29600

class StandardsSubscription < Struct.new(
  :standards_subscription_arn,
  :standards_arn,
  :standards_input,
  :standards_status,
  :standards_controls_updatable,
  :standards_status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#standards_controls_updatableString

Indicates whether the controls associated with this standards subscription can be viewed and updated.

The values are as follows:

  • ‘READY_FOR_UPDATES` - Controls associated with this standards subscription can be viewed and updated.

  • ‘NOT_READY_FOR_UPDATES` - Controls associated with this standards subscription cannot be retrieved or updated yet. Security Hub is still processing a request to create the controls.

Returns:

  • (String)


29600
29601
29602
29603
29604
29605
29606
29607
29608
29609
# File 'lib/aws-sdk-securityhub/types.rb', line 29600

class StandardsSubscription < Struct.new(
  :standards_subscription_arn,
  :standards_arn,
  :standards_input,
  :standards_status,
  :standards_controls_updatable,
  :standards_status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#standards_inputHash<String,String>

A key-value pair of input for the standard.

Returns:

  • (Hash<String,String>)


29600
29601
29602
29603
29604
29605
29606
29607
29608
29609
# File 'lib/aws-sdk-securityhub/types.rb', line 29600

class StandardsSubscription < Struct.new(
  :standards_subscription_arn,
  :standards_arn,
  :standards_input,
  :standards_status,
  :standards_controls_updatable,
  :standards_status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#standards_statusString

The status of the standard subscription.

The status values are as follows:

  • ‘PENDING` - Standard is in the process of being enabled.

  • ‘READY` - Standard is enabled.

  • ‘INCOMPLETE` - Standard could not be enabled completely. Some controls may not be available.

  • ‘DELETING` - Standard is in the process of being disabled.

  • ‘FAILED` - Standard could not be disabled.

Returns:

  • (String)


29600
29601
29602
29603
29604
29605
29606
29607
29608
29609
# File 'lib/aws-sdk-securityhub/types.rb', line 29600

class StandardsSubscription < Struct.new(
  :standards_subscription_arn,
  :standards_arn,
  :standards_input,
  :standards_status,
  :standards_controls_updatable,
  :standards_status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#standards_status_reasonTypes::StandardsStatusReason

The reason for the current status.



29600
29601
29602
29603
29604
29605
29606
29607
29608
29609
# File 'lib/aws-sdk-securityhub/types.rb', line 29600

class StandardsSubscription < Struct.new(
  :standards_subscription_arn,
  :standards_arn,
  :standards_input,
  :standards_status,
  :standards_controls_updatable,
  :standards_status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#standards_subscription_arnString

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

Returns:

  • (String)


29600
29601
29602
29603
29604
29605
29606
29607
29608
29609
# File 'lib/aws-sdk-securityhub/types.rb', line 29600

class StandardsSubscription < Struct.new(
  :standards_subscription_arn,
  :standards_arn,
  :standards_input,
  :standards_status,
  :standards_controls_updatable,
  :standards_status_reason)
  SENSITIVE = []
  include Aws::Structure
end