Struct aws_sdk_config::input::PutResourceConfigInput
source · [−]#[non_exhaustive]pub struct PutResourceConfigInput { /* private fields */ }Implementations
sourceimpl PutResourceConfigInput
impl PutResourceConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutResourceConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutResourceConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutResourceConfig>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutResourceConfigInput.
sourceimpl PutResourceConfigInput
impl PutResourceConfigInput
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
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 ::.
sourcepub fn schema_version_id(&self) -> Option<&str>
pub fn schema_version_id(&self) -> Option<&str>
Version of the schema registered for the ResourceType in CloudFormation.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
Unique identifier of the resource.
sourcepub fn resource_name(&self) -> Option<&str>
pub fn resource_name(&self) -> Option<&str>
Name of the resource.
sourcepub fn configuration(&self) -> Option<&str>
pub fn configuration(&self) -> Option<&str>
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.
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.
Trait Implementations
sourceimpl Clone for PutResourceConfigInput
impl Clone for PutResourceConfigInput
sourcefn clone(&self) -> PutResourceConfigInput
fn clone(&self) -> PutResourceConfigInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more