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
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 |
| Minor | The latest version Amazon Resource Name (ARN) with the same |
| Patch | The latest version Amazon Resource Name (ARN) with the same |
Properties
Arn
The latest version Amazon Resource Name (ARN) of the Image Builder resource.
string? Arn { get; }
Property Value
Remarks
Major
The latest version Amazon Resource Name (ARN) with the same major version of the Image Builder resource.
string? Major { get; }
Property Value
Remarks
Minor
The latest version Amazon Resource Name (ARN) with the same minor version of the Image Builder resource.
string? Minor { get; }
Property Value
Remarks
Patch
The latest version Amazon Resource Name (ARN) with the same patch version of the Image Builder resource.
string? Patch { get; }