Class CfnPipe.S3LogDestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.S3LogDestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.S3LogDestinationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.S3LogDestinationProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.S3LogDestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.S3LogDestinationProperty
An implementation for
CfnPipe.S3LogDestinationProperty
-
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.pipes.CfnPipe.S3LogDestinationProperty
CfnPipe.S3LogDestinationProperty.Builder, CfnPipe.S3LogDestinationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipe.S3LogDestinationProperty.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 name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.final String
The AWS account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.final String
The format EventBridge uses for the log records.final String
The prefix text with which to begin Amazon S3 log object names.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 theCfnPipe.S3LogDestinationProperty.Builder
.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnPipe.S3LogDestinationProperty
The name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.- Specified by:
getBucketName
in interfaceCfnPipe.S3LogDestinationProperty
- See Also:
-
getBucketOwner
Description copied from interface:CfnPipe.S3LogDestinationProperty
The AWS account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.- Specified by:
getBucketOwner
in interfaceCfnPipe.S3LogDestinationProperty
- See Also:
-
getOutputFormat
Description copied from interface:CfnPipe.S3LogDestinationProperty
The format EventBridge uses for the log records.EventBridge currently only supports
json
formatting.- Specified by:
getOutputFormat
in interfaceCfnPipe.S3LogDestinationProperty
- See Also:
-
getPrefix
Description copied from interface:CfnPipe.S3LogDestinationProperty
The prefix text with which to begin Amazon S3 log object names.For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide .
- Specified by:
getPrefix
in interfaceCfnPipe.S3LogDestinationProperty
- 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()
-