| Modifier and Type | Method and Description |
|---|---|
S3ToStepFunction.Builder |
S3ToStepFunction.Builder.bucketProps(software.amazon.awscdk.services.s3.BucketProps bucketProps)
Optional user provided props to override the default props.
|
static S3ToStepFunction.Builder |
S3ToStepFunction.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
S3ToStepFunction.Builder |
S3ToStepFunction.Builder.deployBucket(Boolean deployBucket)
Whether to create a S3 Bucket or use an existing S3 Bucket.
|
S3ToStepFunction.Builder |
S3ToStepFunction.Builder.deployCloudTrail(Boolean deployCloudTrail)
Whether to deploy a Trail in AWS CloudTrail to log API events in Amazon S3.
|
S3ToStepFunction.Builder |
S3ToStepFunction.Builder.eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
User provided eventRuleProps to override the defaults.
|
S3ToStepFunction.Builder |
S3ToStepFunction.Builder.existingBucketObj(software.amazon.awscdk.services.s3.Bucket existingBucketObj)
Existing instance of S3 Bucket object.
|
S3ToStepFunction.Builder |
S3ToStepFunction.Builder.stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
User provided StateMachineProps to override the defaults.
|
Copyright © 2020. All rights reserved.