Class: Aws::SecurityHub::Types::ConfigurationPolicyAssociationSummary

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

Overview

An object that contains the details of a configuration policy association that’s returned in a ‘ListConfigurationPolicyAssociations` request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_statusString

The current status of the association between the specified target and the configuration.

Returns:

  • (String)


23310
23311
23312
23313
23314
23315
23316
23317
23318
23319
23320
# File 'lib/aws-sdk-securityhub/types.rb', line 23310

class ConfigurationPolicyAssociationSummary < Struct.new(
  :configuration_policy_id,
  :target_id,
  :target_type,
  :association_type,
  :updated_at,
  :association_status,
  :association_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#association_status_messageString

The explanation for a ‘FAILED` value for `AssociationStatus`.

Returns:

  • (String)


23310
23311
23312
23313
23314
23315
23316
23317
23318
23319
23320
# File 'lib/aws-sdk-securityhub/types.rb', line 23310

class ConfigurationPolicyAssociationSummary < Struct.new(
  :configuration_policy_id,
  :target_id,
  :target_type,
  :association_type,
  :updated_at,
  :association_status,
  :association_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#association_typeString

Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.

Returns:

  • (String)


23310
23311
23312
23313
23314
23315
23316
23317
23318
23319
23320
# File 'lib/aws-sdk-securityhub/types.rb', line 23310

class ConfigurationPolicyAssociationSummary < Struct.new(
  :configuration_policy_id,
  :target_id,
  :target_type,
  :association_type,
  :updated_at,
  :association_status,
  :association_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_policy_idString

The universally unique identifier (UUID) of the configuration policy.

Returns:

  • (String)


23310
23311
23312
23313
23314
23315
23316
23317
23318
23319
23320
# File 'lib/aws-sdk-securityhub/types.rb', line 23310

class ConfigurationPolicyAssociationSummary < Struct.new(
  :configuration_policy_id,
  :target_id,
  :target_type,
  :association_type,
  :updated_at,
  :association_status,
  :association_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#target_idString

The identifier of the target account, organizational unit, or the root.

Returns:

  • (String)


23310
23311
23312
23313
23314
23315
23316
23317
23318
23319
23320
# File 'lib/aws-sdk-securityhub/types.rb', line 23310

class ConfigurationPolicyAssociationSummary < Struct.new(
  :configuration_policy_id,
  :target_id,
  :target_type,
  :association_type,
  :updated_at,
  :association_status,
  :association_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#target_typeString

Specifies whether the target is an Amazon Web Services account, organizational unit, or the root.

Returns:

  • (String)


23310
23311
23312
23313
23314
23315
23316
23317
23318
23319
23320
# File 'lib/aws-sdk-securityhub/types.rb', line 23310

class ConfigurationPolicyAssociationSummary < Struct.new(
  :configuration_policy_id,
  :target_id,
  :target_type,
  :association_type,
  :updated_at,
  :association_status,
  :association_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.

Returns:

  • (Time)


23310
23311
23312
23313
23314
23315
23316
23317
23318
23319
23320
# File 'lib/aws-sdk-securityhub/types.rb', line 23310

class ConfigurationPolicyAssociationSummary < Struct.new(
  :configuration_policy_id,
  :target_id,
  :target_type,
  :association_type,
  :updated_at,
  :association_status,
  :association_status_message)
  SENSITIVE = []
  include Aws::Structure
end