-
S3ToStepfunctions.Builder.bucketProps(software.amazon.awscdk.services.s3.BucketProps bucketProps)
Optional user provided props to override the default props for the S3 Bucket.
S3ToStepfunctions.Builder.create(software.constructs.Construct scope,
String id)
Whether to create recommended CloudWatch alarms.
Whether to deploy a Trail in AWS CloudTrail to log API events in Amazon S3.
S3ToStepfunctions.Builder.eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
Optional user provided eventRuleProps to override the defaults.
S3ToStepfunctions.Builder.existingBucketObj(software.amazon.awscdk.services.s3.IBucket existingBucketObj)
Existing instance of S3 Bucket object, providing both this and bucketProps will cause an error.
S3ToStepfunctions.Builder.loggingBucketProps(software.amazon.awscdk.services.s3.BucketProps loggingBucketProps)
Optional user provided props to override the default props for the S3 Logging Bucket.
S3ToStepfunctions.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
Optional user provided props to override the default props for the CloudWatchLogs LogGroup.
Whether to turn on Access Logs for the S3 bucket with the associated storage costs.
S3ToStepfunctions.Builder.stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
User provided StateMachineProps to override the defaults.