Class CfnConnectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcaconnectorscep.CfnConnectorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProps
@Stability(Stable)
@Internal
public static final class CfnConnectorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProps
An implementation for
CfnConnectorProps-
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.pcaconnectorscep.CfnConnectorProps
CfnConnectorProps.Builder, CfnConnectorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnConnectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProps.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 associated with the connector.final ObjectContains settings relevant to the mobile device management system that you chose for the connector.getTags()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 theCfnConnectorProps.Builder.
-
-
Method Details
-
getCertificateAuthorityArn
Description copied from interface:CfnConnectorPropsThe Amazon Resource Name (ARN) of the certificate authority associated with the connector.- Specified by:
getCertificateAuthorityArnin interfaceCfnConnectorProps- See Also:
-
getMobileDeviceManagement
Description copied from interface:CfnConnectorPropsContains settings relevant to the mobile device management system that you chose for the connector.If you didn't configure
MobileDeviceManagement, then the connector is for general-purpose use and this object is empty.Returns union: either
IResolvableorCfnConnector.MobileDeviceManagementProperty- Specified by:
getMobileDeviceManagementin interfaceCfnConnectorProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnConnectorProps- 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()
-