@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-03T15:51:26.441Z") public class S3ToStepFunction extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
S3ToStepFunction.Builder
A fluent builder for
S3ToStepFunction. |
| Modifier | Constructor and Description |
|---|---|
|
S3ToStepFunction(software.amazon.awscdk.core.Construct scope,
String id,
S3ToStepFunctionProps props) |
protected |
S3ToStepFunction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
S3ToStepFunction(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.cloudtrail.Trail |
getCloudtrail() |
software.amazon.awscdk.services.s3.Bucket |
getCloudtrailBucket() |
software.amazon.awscdk.services.s3.Bucket |
getCloudtrailLoggingBucket() |
List<software.amazon.awscdk.services.cloudwatch.Alarm> |
getCloudwatchAlarms() |
software.amazon.awscdk.services.s3.Bucket |
getS3Bucket() |
software.amazon.awscdk.services.s3.Bucket |
getS3LoggingBucket() |
software.amazon.awscdk.services.stepfunctions.StateMachine |
getStateMachine() |
software.amazon.awscdk.services.logs.LogGroup |
getStateMachineLogGroup() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected S3ToStepFunction(software.amazon.jsii.JsiiObjectRef objRef)
protected S3ToStepFunction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public S3ToStepFunction(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@NotNull
S3ToStepFunctionProps props)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.props - - user provided props for the construct. This parameter is required.@NotNull public software.amazon.awscdk.services.stepfunctions.StateMachine getStateMachine()
@NotNull public software.amazon.awscdk.services.logs.LogGroup getStateMachineLogGroup()
@Nullable public software.amazon.awscdk.services.cloudtrail.Trail getCloudtrail()
@Nullable public software.amazon.awscdk.services.s3.Bucket getCloudtrailBucket()
@Nullable public software.amazon.awscdk.services.s3.Bucket getCloudtrailLoggingBucket()
@Nullable public List<software.amazon.awscdk.services.cloudwatch.Alarm> getCloudwatchAlarms()
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3Bucket()
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3LoggingBucket()
Copyright © 2020. All rights reserved.