Class CfnAllWorkflowBuildVersions

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.CfnAllWorkflowBuildVersions
All Implemented Interfaces:
IInspectable, IEnvironmentAware, IAllWorkflowBuildVersionsRef, 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.834Z") @Stability(Stable) public class CfnAllWorkflowBuildVersions extends CfnResource implements IInspectable, IAllWorkflowBuildVersionsRef
Returns the list of workflow build versions for a specified workflow 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.*;
 CfnAllWorkflowBuildVersions cfnAllWorkflowBuildVersions = CfnAllWorkflowBuildVersions.Builder.create(this, "MyCfnAllWorkflowBuildVersions").build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnAllWorkflowBuildVersions

      protected CfnAllWorkflowBuildVersions(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnAllWorkflowBuildVersions

      protected CfnAllWorkflowBuildVersions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnAllWorkflowBuildVersions

      @Stability(Stable) public CfnAllWorkflowBuildVersions(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnAllWorkflowBuildVersionsProps props)
      Create a new AWS::ImageBuilder::AllWorkflowBuildVersions.

      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.
    • CfnAllWorkflowBuildVersions

      @Stability(Stable) public CfnAllWorkflowBuildVersions(@NotNull software.constructs.Construct scope, @NotNull String id)
      Create a new AWS::ImageBuilder::AllWorkflowBuildVersions.

      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

    • arnForAllWorkflowBuildVersions

      @Stability(Stable) @NotNull public static String arnForAllWorkflowBuildVersions(@NotNull IAllWorkflowBuildVersionsRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnAllWorkflowBuildVersions

      @Stability(Stable) @NotNull public static Boolean isCfnAllWorkflowBuildVersions(@NotNull Object x)
      Checks whether the given object is a CfnAllWorkflowBuildVersions.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      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:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAllWorkflowBuildVersionsRef

      @Stability(Stable) @NotNull public AllWorkflowBuildVersionsReference getAllWorkflowBuildVersionsRef()
      A reference to a AllWorkflowBuildVersions resource.
      Specified by:
      getAllWorkflowBuildVersionsRef in interface IAllWorkflowBuildVersionsRef
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
      The Amazon Resource Name (ARN) of the workflow build version.
    • getAttrBuildNumber

      @Stability(Stable) @NotNull public String getAttrBuildNumber()
      The build number of the workflow build version.
    • getAttrChangeDescription

      @Stability(Stable) @NotNull public String getAttrChangeDescription()
      Describes what change has been made in this version of the workflow.
    • getAttrData

      @Stability(Stable) @NotNull public String getAttrData()
      Contains the YAML document content for the workflow.
    • getAttrDateCreated

      @Stability(Stable) @NotNull public String getAttrDateCreated()
      The timestamp when Image Builder created the workflow resource.
    • getAttrDescription

      @Stability(Stable) @NotNull public String getAttrDescription()
      Describes the workflow.
    • getAttrName

      @Stability(Stable) @NotNull public String getAttrName()
      The name of the workflow.
    • getAttrOwner

      @Stability(Stable) @NotNull public String getAttrOwner()
      The owner of the workflow resource.
    • getAttrParameters

      @Stability(Stable) @NotNull public IResolvable getAttrParameters()
      An array of input parameters that the workflow uses to control actions or configure settings.
    • getAttrTags

      @Stability(Stable) @NotNull public IResolvable getAttrTags()
      The tags associated with the workflow build version.
    • getAttrVersion

      @Stability(Stable) @NotNull public String getAttrVersion()
      The semantic version of the workflow (major.minor.patch).
    • getAttrWorkflowType

      @Stability(Stable) @NotNull public String getAttrWorkflowType()
      The image creation stage that this workflow applies to.
    • getAttrWorkflowVersionArn

      @Stability(Stable) @NotNull public String getAttrWorkflowVersionArn()
      The workflow version ARN whose build versions you want to list.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource