class Aws::ConfigService::Types::PutResourceConfigRequest

@note When making an API call, you may pass PutResourceConfigRequest

data as a hash:

    {
      resource_type: "ResourceTypeString", # required
      schema_version_id: "SchemaVersionId", # required
      resource_id: "ResourceId", # required
      resource_name: "ResourceName",
      configuration: "Configuration", # required
      tags: {
        "Name" => "Value",
      },
    }

@!attribute [rw] resource_type

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

<note markdown="1"> 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 ::.

 </note>
@return [String]

@!attribute [rw] schema_version_id

Version of the schema registered for the ResourceType in
CloudFormation.
@return [String]

@!attribute [rw] resource_id

Unique identifier of the resource.
@return [String]

@!attribute [rw] resource_name

Name of the resource.
@return [String]

@!attribute [rw] configuration

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

<note markdown="1"> The configuration JSON must not exceed 64 KB.

 </note>
@return [String]

@!attribute [rw] tags

Tags associated with the resource.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutResourceConfigRequest AWS API Documentation

Constants

SENSITIVE