Class GetImageRecipeResult
- java.lang.Object
-
- com.pulumi.aws.imagebuilder.outputs.GetImageRecipeResult
-
public final class GetImageRecipeResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetImageRecipeResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
java.util.List<GetImageRecipeBlockDeviceMapping>
blockDeviceMappings()
static GetImageRecipeResult.Builder
builder()
static GetImageRecipeResult.Builder
builder(GetImageRecipeResult defaults)
java.util.List<GetImageRecipeComponent>
components()
java.lang.String
dateCreated()
java.lang.String
description()
java.lang.String
id()
java.lang.String
name()
java.lang.String
owner()
java.lang.String
parentImage()
java.lang.String
platform()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
userDataBase64()
java.lang.String
version()
java.lang.String
workingDirectory()
-
-
-
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.
-
builder
public static GetImageRecipeResult.Builder builder()
-
builder
public static GetImageRecipeResult.Builder builder(GetImageRecipeResult defaults)
-
-