Show / Hide Table of Contents

Interface CfnImageRecipePropsMixin.ILatestVersionProperty

The resource ARNs with different wildcard variations of semantic versioning.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-latestversion.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.Mixins.Preview.AWS.ImageBuilder.Mixins;

             var latestVersionProperty = new LatestVersionProperty {
                 Arn = "arn",
                 Major = "major",
                 Minor = "minor",
                 Patch = "patch"
             };

Synopsis

Properties

Arn

The latest version Amazon Resource Name (ARN) of the Image Builder resource.

Major

The latest version Amazon Resource Name (ARN) with the same major version of the Image Builder resource.

Minor

The latest version Amazon Resource Name (ARN) with the same minor version of the Image Builder resource.

Patch

The latest version Amazon Resource Name (ARN) with the same patch version of the Image Builder resource.

Properties

Arn

The latest version Amazon Resource Name (ARN) of the Image Builder resource.

string? Arn { get; }
Property Value

string

Remarks

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

Major

The latest version Amazon Resource Name (ARN) with the same major version of the Image Builder resource.

string? Major { get; }
Property Value

string

Remarks

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

Minor

The latest version Amazon Resource Name (ARN) with the same minor version of the Image Builder resource.

string? Minor { get; }
Property Value

string

Remarks

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

Patch

The latest version Amazon Resource Name (ARN) with the same patch version of the Image Builder resource.

string? Patch { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX