A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/ConfigService/Types/PutResourceConfigRequest.html below:

PutResourceConfigRequest — AWS SDK for Ruby V2

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 show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #configuration ⇒ String

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 ⇒ String

Unique identifier of the resource.

#resource_type ⇒ String

The 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 ⇒ String

Version 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