Class CfnConnectorV2Props.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securityhub.CfnConnectorV2Props.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorV2Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorV2Props
@Stability(Stable)
@Internal
public static final class CfnConnectorV2Props.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorV2Props
An implementation for
CfnConnectorV2Props-
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.securityhub.CfnConnectorV2Props
CfnConnectorV2Props.Builder, CfnConnectorV2Props.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnConnectorV2Props.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorV2Props.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 StringA description of the connector.final StringThe ARN of KMS key used for the connector.final StringgetName()The name of the connector.final ObjectThe provider configuration of the connector.getTags()A key-value pair to associate with a resource.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 theCfnConnectorV2Props.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnConnectorV2PropsThe name of the connector.- Specified by:
getNamein interfaceCfnConnectorV2Props- See Also:
-
getProvider
Description copied from interface:CfnConnectorV2PropsThe provider configuration of the connector.Returns union: either
IResolvableorCfnConnectorV2.ProviderProperty- Specified by:
getProviderin interfaceCfnConnectorV2Props- See Also:
-
getDescription
Description copied from interface:CfnConnectorV2PropsA description of the connector.- Specified by:
getDescriptionin interfaceCfnConnectorV2Props- See Also:
-
getKmsKeyArn
Description copied from interface:CfnConnectorV2PropsThe ARN of KMS key used for the connector.- Specified by:
getKmsKeyArnin interfaceCfnConnectorV2Props- See Also:
-
getTags
Description copied from interface:CfnConnectorV2PropsA key-value pair to associate with a resource.- Specified by:
getTagsin interfaceCfnConnectorV2Props- 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()
-