Class CfnVPCEConfigurationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.devicefarm.CfnVPCEConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVPCEConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVPCEConfigurationMixinProps
@Stability(Stable)
@Internal
public static final class CfnVPCEConfigurationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVPCEConfigurationMixinProps
An implementation for
CfnVPCEConfigurationMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.devicefarm.CfnVPCEConfigurationMixinProps
CfnVPCEConfigurationMixinProps.Builder, CfnVPCEConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVPCEConfigurationMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe DNS name that Device Farm will use to map to the private service you want to access.getTags()An array of key-value pairs to apply to this resource.final StringAn optional description that provides details about your VPC endpoint configuration.final StringThe friendly name you give to your VPC endpoint configuration to manage your configurations more easily.final StringThe name of the VPC endpoint service that you want to access from Device Farm.final inthashCode()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 theCfnVPCEConfigurationMixinProps.Builder.
-
-
Method Details
-
getServiceDnsName
Description copied from interface:CfnVPCEConfigurationMixinPropsThe DNS name that Device Farm will use to map to the private service you want to access.- Specified by:
getServiceDnsNamein interfaceCfnVPCEConfigurationMixinProps- See Also:
-
getTags
Description copied from interface:CfnVPCEConfigurationMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag in the guide .
- Specified by:
getTagsin interfaceCfnVPCEConfigurationMixinProps- See Also:
-
getVpceConfigurationDescription
Description copied from interface:CfnVPCEConfigurationMixinPropsAn optional description that provides details about your VPC endpoint configuration.- Specified by:
getVpceConfigurationDescriptionin interfaceCfnVPCEConfigurationMixinProps- See Also:
-
getVpceConfigurationName
Description copied from interface:CfnVPCEConfigurationMixinPropsThe friendly name you give to your VPC endpoint configuration to manage your configurations more easily.- Specified by:
getVpceConfigurationNamein interfaceCfnVPCEConfigurationMixinProps- See Also:
-
getVpceServiceName
Description copied from interface:CfnVPCEConfigurationMixinPropsThe name of the VPC endpoint service that you want to access from Device Farm.The name follows the format
com.amazonaws.vpce.us-west-2.vpce-svc-id.- Specified by:
getVpceServiceNamein interfaceCfnVPCEConfigurationMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-