Class CfnMembership.ProtectedQueryS3OutputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnMembership.ProtectedQueryS3OutputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMembership.ProtectedQueryS3OutputConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMembership.ProtectedQueryS3OutputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnMembership.ProtectedQueryS3OutputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMembership.ProtectedQueryS3OutputConfigurationProperty
An implementation for
CfnMembership.ProtectedQueryS3OutputConfigurationProperty
-
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.cleanrooms.CfnMembership.ProtectedQueryS3OutputConfigurationProperty
CfnMembership.ProtectedQueryS3OutputConfigurationProperty.Builder, CfnMembership.ProtectedQueryS3OutputConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMembership.ProtectedQueryS3OutputConfigurationProperty.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 String
The S3 bucket to unload the protected query results.final String
The S3 prefix to unload the protected query results.final String
Intended file format of the result.final Object
Indicates whether files should be output as a single file (TRUE
) or output as multiple files (FALSE
).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 theCfnMembership.ProtectedQueryS3OutputConfigurationProperty.Builder
.
-
-
Method Details
-
getBucket
Description copied from interface:CfnMembership.ProtectedQueryS3OutputConfigurationProperty
The S3 bucket to unload the protected query results.- Specified by:
getBucket
in interfaceCfnMembership.ProtectedQueryS3OutputConfigurationProperty
- See Also:
-
getResultFormat
Description copied from interface:CfnMembership.ProtectedQueryS3OutputConfigurationProperty
Intended file format of the result.- Specified by:
getResultFormat
in interfaceCfnMembership.ProtectedQueryS3OutputConfigurationProperty
- See Also:
-
getKeyPrefix
Description copied from interface:CfnMembership.ProtectedQueryS3OutputConfigurationProperty
The S3 prefix to unload the protected query results.- Specified by:
getKeyPrefix
in interfaceCfnMembership.ProtectedQueryS3OutputConfigurationProperty
- See Also:
-
getSingleFileOutput
Description copied from interface:CfnMembership.ProtectedQueryS3OutputConfigurationProperty
Indicates whether files should be output as a single file (TRUE
) or output as multiple files (FALSE
).This parameter is only supported for analyses with the Spark analytics engine.
- Specified by:
getSingleFileOutput
in interfaceCfnMembership.ProtectedQueryS3OutputConfigurationProperty
- 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()
-