You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ConfigService::Types::PutResourceConfigRequestWhen passing PutResourceConfigRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
resource_type: "ResourceTypeString", schema_version_id: "SchemaVersionId", resource_id: "ResourceId", resource_name: "ResourceName",
configuration: "Configuration", tags: {
"Name" => "Value",
},
}
Instance Attribute Summary collapse
The configuration object of the resource in valid JSON format.
Unique identifier of the resource.
Name of the resource.
The type of the resource.
Version of the schema registered for the ResourceType in AWS CloudFormation.
Tags associated with the resource.
The configuration object of the resource in valid JSON format. It must match the schema registered with AWS CloudFormation.
The configuration JSON must not exceed 64 KB.
#resource_id ⇒ StringUnique identifier of the resource.
#resource_type ⇒ StringThe type of the resource. The custom resource type must be registered with AWS CloudFormation.
You cannot use the organization names âawsâ, âamznâ, âamazonâ, âalexaâ, âcustomâ with custom resource types. It is the first part of the ResourceType up to the first ::.
#schema_version_id ⇒ StringVersion of the schema registered for the ResourceType in AWS CloudFormation.
#tags ⇒ Hash<String,String>Tags associated with the resource.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4