public static final class CfnImageBuilderProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnImageBuilderProps
CfnImageBuilderProps
CfnImageBuilderProps.Builder, CfnImageBuilderProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAccessEndpoints()
The list of virtual private cloud (VPC) interface endpoint objects.
|
java.lang.String |
getAppstreamAgentVersion()
The version of the AppStream 2.0 agent to use for this image builder.
|
java.lang.String |
getDescription()
The description to display.
|
java.lang.String |
getDisplayName()
The image builder name to display.
|
java.lang.Object |
getDomainJoinInfo()
The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.
|
java.lang.Object |
getEnableDefaultInternetAccess()
Enables or disables default internet access for the image builder.
|
java.lang.String |
getIamRoleArn()
The ARN of the IAM role that is applied to the image builder.
|
java.lang.String |
getImageArn()
The ARN of the public, private, or shared image to use.
|
java.lang.String |
getImageName()
The name of the image used to create the image builder.
|
java.lang.String |
getInstanceType()
The instance type to use when launching the image builder.
|
java.lang.String |
getName()
A unique name for the image builder.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs.
|
java.lang.Object |
getVpcConfig()
The VPC configuration for the image builder.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getInstanceType()
CfnImageBuilderProps
getInstanceType
in interface CfnImageBuilderProps
public final java.lang.String getName()
CfnImageBuilderProps
getName
in interface CfnImageBuilderProps
public final java.lang.Object getAccessEndpoints()
CfnImageBuilderProps
Administrators can connect to the image builder only through the specified endpoints.
getAccessEndpoints
in interface CfnImageBuilderProps
public final java.lang.String getAppstreamAgentVersion()
CfnImageBuilderProps
getAppstreamAgentVersion
in interface CfnImageBuilderProps
public final java.lang.String getDescription()
CfnImageBuilderProps
getDescription
in interface CfnImageBuilderProps
public final java.lang.String getDisplayName()
CfnImageBuilderProps
getDisplayName
in interface CfnImageBuilderProps
public final java.lang.Object getDomainJoinInfo()
CfnImageBuilderProps
getDomainJoinInfo
in interface CfnImageBuilderProps
public final java.lang.Object getEnableDefaultInternetAccess()
CfnImageBuilderProps
getEnableDefaultInternetAccess
in interface CfnImageBuilderProps
public final java.lang.String getIamRoleArn()
CfnImageBuilderProps
To assume a role, the image builder calls the AWS Security Token Service AssumeRole
API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide .
getIamRoleArn
in interface CfnImageBuilderProps
public final java.lang.String getImageArn()
CfnImageBuilderProps
getImageArn
in interface CfnImageBuilderProps
public final java.lang.String getImageName()
CfnImageBuilderProps
getImageName
in interface CfnImageBuilderProps
public final java.util.List<CfnTag> getTags()
CfnImageBuilderProps
getTags
in interface CfnImageBuilderProps
public final java.lang.Object getVpcConfig()
CfnImageBuilderProps
You can specify only one subnet.
getVpcConfig
in interface CfnImageBuilderProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()