Class CfnAccessPoint.TransformationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3objectlambda.CfnAccessPoint.TransformationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessPoint.TransformationConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccessPoint.TransformationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAccessPoint.TransformationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccessPoint.TransformationConfigurationProperty
An implementation for
CfnAccessPoint.TransformationConfigurationProperty
-
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.s3objectlambda.CfnAccessPoint.TransformationConfigurationProperty
CfnAccessPoint.TransformationConfigurationProperty.Builder, CfnAccessPoint.TransformationConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAccessPoint.TransformationConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnAccessPoint.TransformationConfigurationProperty.Builder
.
-
-
Method Details
-
getActions
Description copied from interface:CfnAccessPoint.TransformationConfigurationProperty
A container for the action of an Object Lambda Access Point configuration.Valid inputs are
GetObject
,HeadObject
,ListObjects
, andListObjectsV2
.- Specified by:
getActions
in interfaceCfnAccessPoint.TransformationConfigurationProperty
- See Also:
-
getContentTransformation
Description copied from interface:CfnAccessPoint.TransformationConfigurationProperty
A container for the content transformation of an Object Lambda Access Point configuration.Can include the FunctionArn and FunctionPayload. For more information, see AwsLambdaTransformation in the Amazon S3 API Reference .
- Specified by:
getContentTransformation
in interfaceCfnAccessPoint.TransformationConfigurationProperty
- 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()
-