@Stability(value=Stable) @Internal public static final class S3SourceOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3SourceOptions
S3SourceOptionssoftware.amazon.jsii.JsiiObject.InitializationModeS3SourceOptions.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.
|
protected |
Jsii$Proxy(S3SourceOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
S3SourceOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getActionName()
The action name used for this source in the CodePipeline.
|
IRole |
getRole()
The role that will be assumed by the pipeline prior to executing the `S3Source` action.
|
S3Trigger |
getTrigger()
How should CodePipeline detect source changes for this Action.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(S3SourceOptions.Builder builder)
S3SourceOptions.Builder.public final String getActionName()
S3SourceOptionsDefault: - The bucket name
getActionName in interface S3SourceOptionspublic final IRole getRole()
S3SourceOptionsDefault: - a new role will be generated
getRole in interface S3SourceOptionspublic final S3Trigger getTrigger()
S3SourceOptionsNote 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.