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 StringThe description of the connectorV2.final StringThe Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2.final StringgetName()The unique name of the connectorV2.final ObjectThe third-party provider detail for a service configuration.getTags()The tags to add to the connectorV2 when you create.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 unique name of the connectorV2.- Specified by:
getNamein interfaceCfnConnectorV2Props- See Also:
-
getProvider
Description copied from interface:CfnConnectorV2PropsThe third-party provider detail for a service configuration.Returns union: either
IResolvableorCfnConnectorV2.ProviderProperty- Specified by:
getProviderin interfaceCfnConnectorV2Props- See Also:
-
getDescription
Description copied from interface:CfnConnectorV2PropsThe description of the connectorV2.- Specified by:
getDescriptionin interfaceCfnConnectorV2Props- See Also:
-
getKmsKeyArn
Description copied from interface:CfnConnectorV2PropsThe Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2.- Specified by:
getKmsKeyArnin interfaceCfnConnectorV2Props- See Also:
-
getTags
Description copied from interface:CfnConnectorV2PropsThe tags to add to the connectorV2 when you create.- 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()
-