Class CfnDataProviderProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataProviderProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataProviderProps
CfnDataProviderProps-
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.dms.CfnDataProviderProps
CfnDataProviderProps.Builder, CfnDataProviderProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDataProviderProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataProviderProps.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 identifier of the data provider.final StringThe name of the data provider.final StringA description of the data provider.final StringThe type of database engine for the data provider.final ObjectThe property describes the exact settings which can be modified.final ObjectThe settings in JSON format for a data provider.getTags()An array of key-value pairs to apply to this 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 theCfnDataProviderProps.Builder.
-
-
Method Details
-
getEngine
Description copied from interface:CfnDataProviderPropsThe type of database engine for the data provider.Valid values include
"aurora","aurora-postgresql","mysql","oracle","postgres","sqlserver",redshift,mariadb,mongodb,db2,db2-zosanddocdb. A value of"aurora"represents Amazon Aurora MySQL-Compatible Edition.- Specified by:
getEnginein interfaceCfnDataProviderProps- See Also:
-
getDataProviderIdentifier
Description copied from interface:CfnDataProviderPropsThe identifier of the data provider.Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
- Specified by:
getDataProviderIdentifierin interfaceCfnDataProviderProps- See Also:
-
getDataProviderName
Description copied from interface:CfnDataProviderPropsThe name of the data provider.- Specified by:
getDataProviderNamein interfaceCfnDataProviderProps- See Also:
-
getDescription
Description copied from interface:CfnDataProviderPropsA description of the data provider.Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
- Specified by:
getDescriptionin interfaceCfnDataProviderProps- See Also:
-
getExactSettings
Description copied from interface:CfnDataProviderPropsThe property describes the exact settings which can be modified.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getExactSettingsin interfaceCfnDataProviderProps- See Also:
-
getSettings
Description copied from interface:CfnDataProviderPropsThe settings in JSON format for a data provider.Returns union: either
IResolvableorCfnDataProvider.SettingsProperty- Specified by:
getSettingsin interfaceCfnDataProviderProps- See Also:
-
getTags
Description copied from interface:CfnDataProviderPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnDataProviderProps- 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()
-