You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ConfigService::Types::PutResourceConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutResourceConfigRequest
- Defined in:
- (unknown)
Overview
When passing PutResourceConfigRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
resource_type: "ResourceTypeString", # required
schema_version_id: "SchemaVersionId", # required
resource_id: "ResourceId", # required
resource_name: "ResourceName",
configuration: "Configuration", # required
tags: {
"Name" => "Value",
},
}
Instance Attribute Summary collapse
-
#configuration ⇒ String
The configuration object of the resource in valid JSON format.
-
#resource_id ⇒ String
Unique identifier of the resource.
-
#resource_name ⇒ String
Name of the resource.
-
#resource_type ⇒ String
The type of the resource.
-
#schema_version_id ⇒ String
Version of the schema registered for the ResourceType in AWS CloudFormation.
-
#tags ⇒ Hash<String,String>
Tags associated with the resource.
Instance Attribute Details
#configuration ⇒ String
The configuration object of the resource in valid JSON format. It must match the schema registered with AWS CloudFormation.
#resource_id ⇒ String
Unique identifier of the resource.
#resource_name ⇒ String
Name of the resource.
#resource_type ⇒ String
The type of the resource. The custom resource type must be registered with AWS CloudFormation.
#schema_version_id ⇒ String
Version of the schema registered for the ResourceType in AWS CloudFormation.
#tags ⇒ Hash<String,String>
Tags associated with the resource.