Show / Hide Table of Contents

Interface CfnImageRecipePropsMixin.IComponentConfigurationProperty

Configuration details of the component.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ImageBuilder
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnImageRecipePropsMixin.IComponentConfigurationProperty
Syntax (vb)
Public Interface CfnImageRecipePropsMixin.IComponentConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-componentconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.ImageBuilder;

             var componentConfigurationProperty = new ComponentConfigurationProperty {
                 ComponentArn = "componentArn",
                 Parameters = new [] { new ComponentParameterProperty {
                     Name = "name",
                     Value = new [] { "value" }
                 } }
             };

Synopsis

Properties

ComponentArn

The Amazon Resource Name (ARN) of the component.

Parameters

A group of parameter settings that Image Builder uses to configure the component for a specific recipe.

Properties

ComponentArn

The Amazon Resource Name (ARN) of the component.

object? ComponentArn { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-componentconfiguration.html#cfn-imagebuilder-imagerecipe-componentconfiguration-componentarn

Type union: either string or IComponentRef

Parameters

A group of parameter settings that Image Builder uses to configure the component for a specific recipe.

object? Parameters { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-componentconfiguration.html#cfn-imagebuilder-imagerecipe-componentconfiguration-parameters

Type union: either IResolvable or (either IResolvable or CfnImageRecipePropsMixin.IComponentParameterProperty)[]

Back to top Generated by DocFX