Class CfnConnectorMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnConnectorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorMixinProps
@Stability(Stable)
@Internal
public static final class CfnConnectorMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorMixinProps
An implementation for
CfnConnectorMixinProps-
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.pcaconnectorad.CfnConnectorMixinProps
CfnConnectorMixinProps.Builder, CfnConnectorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnConnectorMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorMixinProps.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 Amazon Resource Name (ARN) of the certificate authority being used.final StringThe identifier of the Active Directory.getTags()Metadata assigned to a connector consisting of a key-value pair.final ObjectInformation of the VPC and security group(s) used with the connector.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 theCfnConnectorMixinProps.Builder.
-
-
Method Details
-
getCertificateAuthorityArn
Description copied from interface:CfnConnectorMixinPropsThe Amazon Resource Name (ARN) of the certificate authority being used.- Specified by:
getCertificateAuthorityArnin interfaceCfnConnectorMixinProps- See Also:
-
getDirectoryId
Description copied from interface:CfnConnectorMixinPropsThe identifier of the Active Directory.- Specified by:
getDirectoryIdin interfaceCfnConnectorMixinProps- See Also:
-
getTags
Description copied from interface:CfnConnectorMixinPropsMetadata assigned to a connector consisting of a key-value pair.- Specified by:
getTagsin interfaceCfnConnectorMixinProps- See Also:
-
getVpcInformation
Description copied from interface:CfnConnectorMixinPropsInformation of the VPC and security group(s) used with the connector.Returns union: either
IResolvableorCfnConnectorPropsMixin.VpcInformationProperty- Specified by:
getVpcInformationin interfaceCfnConnectorMixinProps- 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()
-