@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-03T15:51:26.445Z") public interface S3ToStepFunctionProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3ToStepFunctionProps.Builder
A builder for
S3ToStepFunctionProps |
static class |
S3ToStepFunctionProps.Jsii$Proxy
An implementation for
S3ToStepFunctionProps |
| Modifier and Type | Method and Description |
|---|---|
static S3ToStepFunctionProps.Builder |
builder() |
default software.amazon.awscdk.services.s3.BucketProps |
getBucketProps()
User provided props to override the default props for the S3 Bucket.
|
default Boolean |
getCreateCloudWatchAlarms()
Whether to create recommended CloudWatch alarms.
|
default Boolean |
getDeployCloudTrail()
Whether to deploy a Trail in AWS CloudTrail to log API events in Amazon S3.
|
default software.amazon.awscdk.services.events.RuleProps |
getEventRuleProps()
User provided eventRuleProps to override the defaults.
|
default software.amazon.awscdk.services.s3.IBucket |
getExistingBucketObj()
Existing instance of S3 Bucket object, if this is set then the bucketProps is ignored.
|
software.amazon.awscdk.services.stepfunctions.StateMachineProps |
getStateMachineProps()
User provided StateMachineProps to override the defaults.
|
@NotNull software.amazon.awscdk.services.stepfunctions.StateMachineProps getStateMachineProps()
Default: - None
@Nullable default software.amazon.awscdk.services.s3.BucketProps getBucketProps()
Default: - Default props are used
@Nullable default Boolean getCreateCloudWatchAlarms()
Default: - Alarms are created
@Nullable default Boolean getDeployCloudTrail()
Default: - true
@Nullable default software.amazon.awscdk.services.events.RuleProps getEventRuleProps()
Default: - None
@Nullable default software.amazon.awscdk.services.s3.IBucket getExistingBucketObj()
Default: - None
static S3ToStepFunctionProps.Builder builder()
S3ToStepFunctionProps.Builder of S3ToStepFunctionPropsCopyright © 2020. All rights reserved.