class Aws::Imagebuilder::Types::ComponentConfiguration

Configuration details of the component.

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

data as a hash:

    {
      component_arn: "ComponentVersionArnOrBuildVersionArn", # required
      parameters: [
        {
          name: "ComponentParameterName", # required
          value: ["ComponentParameterValue"], # required
        },
      ],
    }

@!attribute [rw] component_arn

The Amazon Resource Name (ARN) of the component.
@return [String]

@!attribute [rw] parameters

A group of parameter settings that are used to configure the
component for a specific recipe.
@return [Array<Types::ComponentParameter>]

@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/ComponentConfiguration AWS API Documentation

Constants

SENSITIVE