public static final class S3SourceOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3SourceOptions
S3SourceOptions
S3SourceOptions.Builder, S3SourceOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getActionName()
The action name used for this source in the CodePipeline.
|
S3Trigger |
getTrigger()
How should CodePipeline detect source changes for this Action.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getActionName()
S3SourceOptions
Default: - The bucket name
getActionName
in interface S3SourceOptions
public final S3Trigger getTrigger()
S3SourceOptions
Note that if this is S3Trigger.EVENTS, you need to make sure to include the source Bucket in a CloudTrail Trail, as otherwise the CloudWatch Events will not be emitted.
Default: S3Trigger.POLL
getTrigger
in interface S3SourceOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()