Class CfnDataProviderMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataProviderMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataProviderMixinProps
CfnDataProviderMixinProps-
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.dms.CfnDataProviderMixinProps
CfnDataProviderMixinProps.Builder, CfnDataProviderMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataProviderMixinProps.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 theCfnDataProviderMixinProps.Builder.
-
-
Method Details
-
getDataProviderIdentifier
Description copied from interface:CfnDataProviderMixinPropsThe 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 interfaceCfnDataProviderMixinProps- See Also:
-
getDataProviderName
Description copied from interface:CfnDataProviderMixinPropsThe name of the data provider.- Specified by:
getDataProviderNamein interfaceCfnDataProviderMixinProps- See Also:
-
getDescription
Description copied from interface:CfnDataProviderMixinPropsA 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 interfaceCfnDataProviderMixinProps- See Also:
-
getEngine
Description copied from interface:CfnDataProviderMixinPropsThe type of database engine for the data provider.Valid values include
"aurora","aurora-postgresql","mysql","oracle","postgres","sqlserver",redshift,mariadb,mongodb,db2,db2-zos,docdb, andsybase. A value of"aurora"represents Amazon Aurora MySQL-Compatible Edition.- Specified by:
getEnginein interfaceCfnDataProviderMixinProps- See Also:
-
getExactSettings
Description copied from interface:CfnDataProviderMixinPropsThe property describes the exact settings which can be modified.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getExactSettingsin interfaceCfnDataProviderMixinProps- See Also:
-
getSettings
Description copied from interface:CfnDataProviderMixinPropsThe settings in JSON format for a data provider.Returns union: either
IResolvableorCfnDataProviderPropsMixin.SettingsProperty- Specified by:
getSettingsin interfaceCfnDataProviderMixinProps- See Also:
-
getTags
Description copied from interface:CfnDataProviderMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnDataProviderMixinProps- 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()
-