Class CfnLicenseEndpointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnLicenseEndpointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLicenseEndpointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLicenseEndpointMixinProps
@Stability(Stable)
@Internal
public static final class CfnLicenseEndpointMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLicenseEndpointMixinProps
An implementation for
CfnLicenseEndpointMixinProps-
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.deadline.CfnLicenseEndpointMixinProps
CfnLicenseEndpointMixinProps.Builder, CfnLicenseEndpointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLicenseEndpointMixinProps.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 theCfnLicenseEndpointMixinProps.Builder.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnLicenseEndpointMixinPropsThe identifier of the Amazon EC2 security group that controls access to the license endpoint.- Specified by:
getSecurityGroupIdsin interfaceCfnLicenseEndpointMixinProps- See Also:
-
getSubnetIds
Description copied from interface:CfnLicenseEndpointMixinPropsIdentifies the VPC subnets that can connect to a license endpoint.- Specified by:
getSubnetIdsin interfaceCfnLicenseEndpointMixinProps- See Also:
-
getTags
Description copied from interface:CfnLicenseEndpointMixinPropsThe 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 interfaceCfnLicenseEndpointMixinProps- See Also:
-
getVpcId
Description copied from interface:CfnLicenseEndpointMixinPropsThe VPC (virtual private cloud) ID associated with the license endpoint.- Specified by:
getVpcIdin interfaceCfnLicenseEndpointMixinProps- 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()
-