Class CfnDataSourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.CfnDataSourceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourceProps
@Stability(Stable)
@Internal
public static final class CfnDataSourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourceProps
An implementation for
CfnDataSourceProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.datazone.CfnDataSourceProps
CfnDataSourceProps.Builder, CfnDataSourceProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDataSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourceProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The metadata forms attached to the assets that the data source works with.final Object
The configuration of the data source.final String
The description of the data source.final String
The ID of the Amazon DataZone domain where the data source is created.final String
Specifies whether the data source is enabled.final String
The unique identifier of the Amazon DataZone environment to which the data source publishes assets.final String
getName()
The name of the data source.final String
The identifier of the Amazon DataZone project in which you want to add this data source.final Object
Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.final Object
Specifies whether the business name generation is to be enabled for this data source.final Object
The schedule of the data source runs.final String
getType()
The type of the data source.final int
hashCode()
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 theCfnDataSourceProps.Builder
.
-
-
Method Details
-
getDomainIdentifier
Description copied from interface:CfnDataSourceProps
The ID of the Amazon DataZone domain where the data source is created.- Specified by:
getDomainIdentifier
in interfaceCfnDataSourceProps
- See Also:
-
getEnvironmentIdentifier
Description copied from interface:CfnDataSourceProps
The unique identifier of the Amazon DataZone environment to which the data source publishes assets.- Specified by:
getEnvironmentIdentifier
in interfaceCfnDataSourceProps
- See Also:
-
getName
Description copied from interface:CfnDataSourceProps
The name of the data source.- Specified by:
getName
in interfaceCfnDataSourceProps
- See Also:
-
getProjectIdentifier
Description copied from interface:CfnDataSourceProps
The identifier of the Amazon DataZone project in which you want to add this data source.- Specified by:
getProjectIdentifier
in interfaceCfnDataSourceProps
- See Also:
-
getType
Description copied from interface:CfnDataSourceProps
The type of the data source.- Specified by:
getType
in interfaceCfnDataSourceProps
- See Also:
-
getAssetFormsInput
Description copied from interface:CfnDataSourceProps
The metadata forms attached to the assets that the data source works with.- Specified by:
getAssetFormsInput
in interfaceCfnDataSourceProps
- See Also:
-
getConfiguration
Description copied from interface:CfnDataSourceProps
The configuration of the data source.- Specified by:
getConfiguration
in interfaceCfnDataSourceProps
- See Also:
-
getDescription
Description copied from interface:CfnDataSourceProps
The description of the data source.- Specified by:
getDescription
in interfaceCfnDataSourceProps
- See Also:
-
getEnableSetting
Description copied from interface:CfnDataSourceProps
Specifies whether the data source is enabled.- Specified by:
getEnableSetting
in interfaceCfnDataSourceProps
- See Also:
-
getPublishOnImport
Description copied from interface:CfnDataSourceProps
Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.- Specified by:
getPublishOnImport
in interfaceCfnDataSourceProps
- See Also:
-
getRecommendation
Description copied from interface:CfnDataSourceProps
Specifies whether the business name generation is to be enabled for this data source.- Specified by:
getRecommendation
in interfaceCfnDataSourceProps
- See Also:
-
getSchedule
Description copied from interface:CfnDataSourceProps
The schedule of the data source runs.- Specified by:
getSchedule
in interfaceCfnDataSourceProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-