Class CfnAllImageBuildVersions
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.imagebuilder.CfnAllImageBuildVersions
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IAllImageBuildVersionsRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:51:04.833Z")
@Stability(Stable)
public class CfnAllImageBuildVersions
extends CfnResource
implements IInspectable, IAllImageBuildVersionsRef
Resource Type definition for AWS::ImageBuilder::AllImageBuildVersions.
Returns the list of image build versions for a specified image version ARN.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.imagebuilder.*; CfnAllImageBuildVersions cfnAllImageBuildVersions = CfnAllImageBuildVersions.Builder.create(this, "MyCfnAllImageBuildVersions").build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnAllImageBuildVersions.static interfaceThe image tests configuration.static interfaceImage status and the reason for that status.static interfaceExample:Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.imagebuilder.IAllImageBuildVersionsRef
IAllImageBuildVersionsRef.Jsii$Default, IAllImageBuildVersionsRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnAllImageBuildVersions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnAllImageBuildVersions(software.amazon.jsii.JsiiObjectRef objRef) CfnAllImageBuildVersions(software.constructs.Construct scope, String id) Create a newAWS::ImageBuilder::AllImageBuildVersions.CfnAllImageBuildVersions(software.constructs.Construct scope, String id, CfnAllImageBuildVersionsProps props) Create a newAWS::ImageBuilder::AllImageBuildVersions. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringA reference to a AllImageBuildVersions resource.The Amazon Resource Name (ARN) of the image build version.The build number of the image build version.Indicates the type of build that created this image.The date on which Image Builder created this image.Indicates whether enhanced image metadata collection is enabled.The execution role for the image.The image tests configuration.The image version ARN whose build versions you want to list.The name of the image.The operating system version of the instances that launch from this image.The operating system platform of the image.Image status and the reason for that status.The tags associated with the image.Specifies whether this image produces an AMI or a container image.The semantic version of the image (major.minor.patch).voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnAllImageBuildVersions.renderProperties(Map<String, Object> props) Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, addResourceDependency, addResourceDependency, applyCrossStackReferenceStrength, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, removeDependency, removeResourceDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnAllImageBuildVersions
protected CfnAllImageBuildVersions(software.amazon.jsii.JsiiObjectRef objRef) -
CfnAllImageBuildVersions
protected CfnAllImageBuildVersions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnAllImageBuildVersions
@Stability(Stable) public CfnAllImageBuildVersions(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnAllImageBuildVersionsProps props) Create a newAWS::ImageBuilder::AllImageBuildVersions.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties.
-
CfnAllImageBuildVersions
@Stability(Stable) public CfnAllImageBuildVersions(@NotNull software.constructs.Construct scope, @NotNull String id) Create a newAWS::ImageBuilder::AllImageBuildVersions.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
arnForAllImageBuildVersions
@Stability(Stable) @NotNull public static String arnForAllImageBuildVersions(@NotNull IAllImageBuildVersionsRef resource) - Parameters:
resource- This parameter is required.
-
isCfnAllImageBuildVersions
Checks whether the given object is a CfnAllImageBuildVersions.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAllImageBuildVersionsRef
A reference to a AllImageBuildVersions resource.- Specified by:
getAllImageBuildVersionsRefin interfaceIAllImageBuildVersionsRef
-
getAttrArn
The Amazon Resource Name (ARN) of the image build version. -
getAttrBuildNumber
The build number of the image build version. -
getAttrBuildType
Indicates the type of build that created this image. -
getAttrDateCreated
The date on which Image Builder created this image. -
getAttrEnhancedImageMetadataEnabled
Indicates whether enhanced image metadata collection is enabled. -
getAttrExecutionRole
The execution role for the image. -
getAttrImageTestsConfiguration
The image tests configuration. -
getAttrImageVersionArn
The image version ARN whose build versions you want to list. -
getAttrName
The name of the image. -
getAttrOsVersion
The operating system version of the instances that launch from this image. -
getAttrPlatform
The operating system platform of the image. -
getAttrState
Image status and the reason for that status. -
getAttrTags
The tags associated with the image. -
getAttrType
Specifies whether this image produces an AMI or a container image. -
getAttrVersion
The semantic version of the image (major.minor.patch). -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-