Show / Hide Table of Contents

Interface IAmazonManagedComponentAttributes

(experimental) Properties for an EC2 Image Builder Amazon-managed component.

Namespace: Amazon.CDK.AWS.ImageBuilder.Alpha
Assembly: Amazon.CDK.AWS.ImageBuilder.Alpha.dll
Syntax (csharp)
public interface IAmazonManagedComponentAttributes
Syntax (vb)
Public Interface IAmazonManagedComponentAttributes
Remarks

Stability: Experimental

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.AWS.ImageBuilder.Alpha;

             var amazonManagedComponentAttributes = new AmazonManagedComponentAttributes {
                 ComponentName = "componentName",

                 // the properties below are optional
                 ComponentVersion = "componentVersion"
             };

Synopsis

Properties

ComponentName

(experimental) The name of the Amazon-managed component.

ComponentVersion

(experimental) The version of the Amazon-managed component.

Properties

ComponentName

(experimental) The name of the Amazon-managed component.

string ComponentName { get; }
Property Value

string

Remarks

Stability: Experimental

ComponentVersion

(experimental) The version of the Amazon-managed component.

string? ComponentVersion { get; }
Property Value

string

Remarks

Default: - the latest version of the component, x.x.x

Stability: Experimental

Back to top Generated by DocFX