Class GetImageRecipeResult


  • public final class GetImageRecipeResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
      • blockDeviceMappings

        public java.util.List<GetImageRecipeBlockDeviceMapping> blockDeviceMappings()
        Returns:
        Set of objects with block device mappings for the image recipe.
      • components

        public java.util.List<GetImageRecipeComponent> components()
        Returns:
        List of objects with components for the image recipe.
      • dateCreated

        public java.lang.String dateCreated()
        Returns:
        Date the image recipe was created.
      • description

        public java.lang.String description()
        Returns:
        Description of the image recipe.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • name

        public java.lang.String name()
        Returns:
        Name of the image recipe.
      • owner

        public java.lang.String owner()
        Returns:
        Owner of the image recipe.
      • parentImage

        public java.lang.String parentImage()
        Returns:
        Base image of the image recipe.
      • platform

        public java.lang.String platform()
        Returns:
        Platform of the image recipe.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Key-value map of resource tags for the image recipe.
      • userDataBase64

        public java.lang.String userDataBase64()
        Returns:
        Base64 encoded contents of user data. Commands or a command script to run when build instance is launched.
      • version

        public java.lang.String version()
        Returns:
        Version of the image recipe.
      • workingDirectory

        public java.lang.String workingDirectory()
        Returns:
        Working directory used during build and test workflows.