Class CfnAnalysisTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisTemplateMixinProps
CfnAnalysisTemplateMixinProps-
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.cleanrooms.CfnAnalysisTemplateMixinProps
CfnAnalysisTemplateMixinProps.Builder, CfnAnalysisTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisTemplateMixinProps.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 ObjectThe parameters of the analysis template.final StringThe description of the analysis template.final ObjectThe configuration that specifies the level of detail in error messages returned by analyses using this template.final StringThe format of the analysis template.final StringThe identifier for a membership resource.final StringgetName()The name of the analysis template.final ObjectThe entire schema object.final ObjectThe source of the analysis template.final ObjectThe source metadata for the analysis template.final ObjectThe parameters used to generate synthetic data for this analysis template.getTags()An optional label that you can assign to a resource when you create it.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 theCfnAnalysisTemplateMixinProps.Builder.
-
-
Method Details
-
getAnalysisParameters
Description copied from interface:CfnAnalysisTemplateMixinPropsThe parameters of the analysis template.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysisTemplatePropsMixin.AnalysisParameterProperty>- Specified by:
getAnalysisParametersin interfaceCfnAnalysisTemplateMixinProps- See Also:
-
getDescription
Description copied from interface:CfnAnalysisTemplateMixinPropsThe description of the analysis template.- Specified by:
getDescriptionin interfaceCfnAnalysisTemplateMixinProps- See Also:
-
getErrorMessageConfiguration
Description copied from interface:CfnAnalysisTemplateMixinPropsThe configuration that specifies the level of detail in error messages returned by analyses using this template.When set to
DETAILED, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.Returns union: either
IResolvableorCfnAnalysisTemplatePropsMixin.ErrorMessageConfigurationProperty- Specified by:
getErrorMessageConfigurationin interfaceCfnAnalysisTemplateMixinProps- See Also:
-
getFormat
Description copied from interface:CfnAnalysisTemplateMixinPropsThe format of the analysis template.- Specified by:
getFormatin interfaceCfnAnalysisTemplateMixinProps- See Also:
-
getMembershipIdentifier
Description copied from interface:CfnAnalysisTemplateMixinPropsThe identifier for a membership resource.- Specified by:
getMembershipIdentifierin interfaceCfnAnalysisTemplateMixinProps- See Also:
-
getName
Description copied from interface:CfnAnalysisTemplateMixinPropsThe name of the analysis template.- Specified by:
getNamein interfaceCfnAnalysisTemplateMixinProps- See Also:
-
getSchema
Description copied from interface:CfnAnalysisTemplateMixinPropsThe entire schema object.Returns union: either
IResolvableorCfnAnalysisTemplatePropsMixin.AnalysisSchemaProperty- Specified by:
getSchemain interfaceCfnAnalysisTemplateMixinProps- See Also:
-
getSource
Description copied from interface:CfnAnalysisTemplateMixinPropsThe source of the analysis template.Returns union: either
IResolvableorCfnAnalysisTemplatePropsMixin.AnalysisSourceProperty- Specified by:
getSourcein interfaceCfnAnalysisTemplateMixinProps- See Also:
-
getSourceMetadata
Description copied from interface:CfnAnalysisTemplateMixinPropsThe source metadata for the analysis template.Returns union: either
IResolvableorCfnAnalysisTemplatePropsMixin.AnalysisSourceMetadataProperty- Specified by:
getSourceMetadatain interfaceCfnAnalysisTemplateMixinProps- See Also:
-
getSyntheticDataParameters
Description copied from interface:CfnAnalysisTemplateMixinPropsThe parameters used to generate synthetic data for this analysis template.Returns union: either
IResolvableorCfnAnalysisTemplatePropsMixin.SyntheticDataParametersProperty- Specified by:
getSyntheticDataParametersin interfaceCfnAnalysisTemplateMixinProps- See Also:
-
getTags
Description copied from interface:CfnAnalysisTemplateMixinPropsAn optional label that you can assign to a resource when you create it.Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
- Specified by:
getTagsin interfaceCfnAnalysisTemplateMixinProps- 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()
-