Class CfnAppBlockBuilderProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appstream.CfnAppBlockBuilderProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAppBlockBuilderProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAppBlockBuilderProps
@Stability(Stable)
@Internal
public static final class CfnAppBlockBuilderProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAppBlockBuilderProps
An implementation for
CfnAppBlockBuilderProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appstream.CfnAppBlockBuilderProps
CfnAppBlockBuilderProps.Builder, CfnAppBlockBuilderProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAppBlockBuilderProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The access endpoints of the app block builder.The ARN of the app block.final String
The description of the app block builder.final String
The display name of the app block builder.final Object
Indicates whether default internet access is enabled for the app block builder.final String
The ARN of the IAM role that is applied to the app block builder.final String
The instance type of the app block builder.final String
getName()
The name of the app block builder.final String
The platform of the app block builder.getTags()
The tags of the app block builder.final Object
The VPC configuration for the app block builder.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAppBlockBuilderProps.Builder
.
-
-
Method Details
-
getInstanceType
Description copied from interface:CfnAppBlockBuilderProps
The instance type of the app block builder.- Specified by:
getInstanceType
in interfaceCfnAppBlockBuilderProps
- See Also:
-
getName
Description copied from interface:CfnAppBlockBuilderProps
The name of the app block builder.- Specified by:
getName
in interfaceCfnAppBlockBuilderProps
- See Also:
-
getPlatform
Description copied from interface:CfnAppBlockBuilderProps
The platform of the app block builder.Allowed values :
WINDOWS_SERVER_2019
- Specified by:
getPlatform
in interfaceCfnAppBlockBuilderProps
- See Also:
-
getVpcConfig
Description copied from interface:CfnAppBlockBuilderProps
The VPC configuration for the app block builder.- Specified by:
getVpcConfig
in interfaceCfnAppBlockBuilderProps
- See Also:
-
getAccessEndpoints
Description copied from interface:CfnAppBlockBuilderProps
The access endpoints of the app block builder.- Specified by:
getAccessEndpoints
in interfaceCfnAppBlockBuilderProps
- See Also:
-
getAppBlockArns
Description copied from interface:CfnAppBlockBuilderProps
The ARN of the app block.Maximum :
1
- Specified by:
getAppBlockArns
in interfaceCfnAppBlockBuilderProps
- See Also:
-
getDescription
Description copied from interface:CfnAppBlockBuilderProps
The description of the app block builder.- Specified by:
getDescription
in interfaceCfnAppBlockBuilderProps
- See Also:
-
getDisplayName
Description copied from interface:CfnAppBlockBuilderProps
The display name of the app block builder.- Specified by:
getDisplayName
in interfaceCfnAppBlockBuilderProps
- See Also:
-
getEnableDefaultInternetAccess
Description copied from interface:CfnAppBlockBuilderProps
Indicates whether default internet access is enabled for the app block builder.- Specified by:
getEnableDefaultInternetAccess
in interfaceCfnAppBlockBuilderProps
- See Also:
-
getIamRoleArn
Description copied from interface:CfnAppBlockBuilderProps
The ARN of the IAM role that is applied to the app block builder.- Specified by:
getIamRoleArn
in interfaceCfnAppBlockBuilderProps
- See Also:
-
getTags
Description copied from interface:CfnAppBlockBuilderProps
The tags of the app block builder.- Specified by:
getTags
in interfaceCfnAppBlockBuilderProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-