Class CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty
An implementation for
CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty-
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.CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty
CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty.Builder, CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty.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 S3 bucket to unload the protected query results.final StringThe S3 prefix to unload the protected query results.final StringIntended file format of the result.final ObjectIndicates whether files should be output as a single file (TRUE) or output as multiple files (FALSE).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
protected Jsii$Proxy(CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationPropertyThe S3 bucket to unload the protected query results.- Specified by:
getBucketin interfaceCfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty- See Also:
-
getKeyPrefix
Description copied from interface:CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationPropertyThe S3 prefix to unload the protected query results.- Specified by:
getKeyPrefixin interfaceCfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty- See Also:
-
getResultFormat
Description copied from interface:CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationPropertyIntended file format of the result.- Specified by:
getResultFormatin interfaceCfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty- See Also:
-
getSingleFileOutput
Description copied from interface:CfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationPropertyIndicates 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.
Returns union: either
BooleanorIResolvable- Specified by:
getSingleFileOutputin interfaceCfnMembershipPropsMixin.ProtectedQueryS3OutputConfigurationProperty- 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()
-