Class: Aws::ConfigService::Types::PutResourceConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationString

The configuration object of the resource in valid JSON format. It must match the schema registered with CloudFormation.

The configuration JSON must not exceed 64 KB.

Returns:

  • (String)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7458

class PutResourceConfigRequest < Struct.new(
  :resource_type,
  :schema_version_id,
  :resource_id,
  :resource_name,
  :configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Unique identifier of the resource.

Returns:

  • (String)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7458

class PutResourceConfigRequest < Struct.new(
  :resource_type,
  :schema_version_id,
  :resource_id,
  :resource_name,
  :configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

Name of the resource.

Returns:

  • (String)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7458

class PutResourceConfigRequest < Struct.new(
  :resource_type,
  :schema_version_id,
  :resource_id,
  :resource_name,
  :configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the resource. The custom resource type must be registered with CloudFormation.

You cannot use the organization names “amzn”, “amazon”, “alexa”, “custom” with custom resource types. It is the first part of the ResourceType up to the first ::.

Returns:

  • (String)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7458

class PutResourceConfigRequest < Struct.new(
  :resource_type,
  :schema_version_id,
  :resource_id,
  :resource_name,
  :configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#schema_version_idString

Version of the schema registered for the ResourceType in CloudFormation.

Returns:

  • (String)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7458

class PutResourceConfigRequest < Struct.new(
  :resource_type,
  :schema_version_id,
  :resource_id,
  :resource_name,
  :configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags associated with the resource.

This field is not to be confused with the Amazon Web Services-wide tag feature for Amazon Web Services resources. Tags for PutResourceConfig are tags that you supply for the configuration items of your custom resources.

Returns:

  • (Hash<String,String>)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7458

class PutResourceConfigRequest < Struct.new(
  :resource_type,
  :schema_version_id,
  :resource_id,
  :resource_name,
  :configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end