Class CfnLicenseEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.deadline.CfnLicenseEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLicenseEndpointProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLicenseEndpointProps
@Stability(Stable)
@Internal
public static final class CfnLicenseEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLicenseEndpointProps
An implementation for
CfnLicenseEndpointProps-
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.services.deadline.CfnLicenseEndpointProps
CfnLicenseEndpointProps.Builder, CfnLicenseEndpointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLicenseEndpointProps.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 booleanThe identifier of the Amazon EC2 security group that controls access to the license endpoint.Identifies the VPC subnets that can connect to a license endpoint.getTags()The tags to add to your license endpoint.final StringgetVpcId()The VPC (virtual private cloud) ID associated with the license endpoint.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 theCfnLicenseEndpointProps.Builder.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnLicenseEndpointPropsThe identifier of the Amazon EC2 security group that controls access to the license endpoint.- Specified by:
getSecurityGroupIdsin interfaceCfnLicenseEndpointProps- See Also:
-
getSubnetIds
Description copied from interface:CfnLicenseEndpointPropsIdentifies the VPC subnets that can connect to a license endpoint.- Specified by:
getSubnetIdsin interfaceCfnLicenseEndpointProps- See Also:
-
getVpcId
Description copied from interface:CfnLicenseEndpointPropsThe VPC (virtual private cloud) ID associated with the license endpoint.- Specified by:
getVpcIdin interfaceCfnLicenseEndpointProps- See Also:
-
getTags
Description copied from interface:CfnLicenseEndpointPropsThe tags to add to your license endpoint.Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
- Specified by:
getTagsin interfaceCfnLicenseEndpointProps- 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()
-