Class GetComponentResult
- java.lang.Object
-
- com.pulumi.aws.imagebuilder.outputs.GetComponentResult
-
public final class GetComponentResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetComponentResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
static GetComponentResult.Builder
builder()
static GetComponentResult.Builder
builder(GetComponentResult defaults)
java.lang.String
changeDescription()
java.lang.String
data()
java.lang.String
dateCreated()
java.lang.String
description()
java.lang.Boolean
encrypted()
java.lang.String
id()
java.lang.String
kmsKeyId()
java.lang.String
name()
java.lang.String
owner()
java.lang.String
platform()
java.util.List<java.lang.String>
supportedOsVersions()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
java.lang.String
version()
-
-
-
Method Detail
-
arn
public java.lang.String arn()
-
changeDescription
public java.lang.String changeDescription()
- Returns:
- Change description of the component.
-
data
public java.lang.String data()
- Returns:
- Data of the component.
-
dateCreated
public java.lang.String dateCreated()
- Returns:
- Date the component was created.
-
description
public java.lang.String description()
- Returns:
- Description of the component.
-
encrypted
public java.lang.Boolean encrypted()
- Returns:
- Encryption status of the component.
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
kmsKeyId
public java.lang.String kmsKeyId()
- Returns:
- ARN of the Key Management Service (KMS) Key used to encrypt the component.
-
name
public java.lang.String name()
- Returns:
- Name of the component.
-
owner
public java.lang.String owner()
- Returns:
- Owner of the component.
-
platform
public java.lang.String platform()
- Returns:
- Platform of the component.
-
supportedOsVersions
public java.util.List<java.lang.String> supportedOsVersions()
- Returns:
- Operating Systems (OSes) supported by the component.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Key-value map of resource tags for the component.
-
type
public java.lang.String type()
- Returns:
- Type of the component.
-
version
public java.lang.String version()
- Returns:
- Version of the component.
-
builder
public static GetComponentResult.Builder builder()
-
builder
public static GetComponentResult.Builder builder(GetComponentResult defaults)
-
-