Class S3ToStepfunctions
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.s3stepfunctions.S3ToStepfunctions
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)",
date="2024-07-19T19:26:23.007Z")
public class S3ToStepfunctions
extends software.constructs.Construct
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedS3ToStepfunctions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedS3ToStepfunctions(software.amazon.jsii.JsiiObjectRef objRef) S3ToStepfunctions(software.constructs.Construct scope, String id, S3ToStepfunctionsProps props) -
Method Summary
Modifier and TypeMethodDescriptionList<software.amazon.awscdk.services.cloudwatch.Alarm>software.amazon.awscdk.services.s3.Bucketsoftware.amazon.awscdk.services.s3.IBucketsoftware.amazon.awscdk.services.s3.Bucketsoftware.amazon.awscdk.services.stepfunctions.StateMachinesoftware.amazon.awscdk.services.logs.ILogGroupMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
S3ToStepfunctions
protected S3ToStepfunctions(software.amazon.jsii.JsiiObjectRef objRef) -
S3ToStepfunctions
protected S3ToStepfunctions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
S3ToStepfunctions
public S3ToStepfunctions(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull S3ToStepfunctionsProps props) - Parameters:
scope-- represents the scope for all the resources.
id-- this is a a scope-unique id.
props-- user provided props for the construct.
-
-
Method Details
-
getS3BucketInterface
@NotNull public software.amazon.awscdk.services.s3.IBucket getS3BucketInterface() -
getStateMachine
@NotNull public software.amazon.awscdk.services.stepfunctions.StateMachine getStateMachine() -
getStateMachineLogGroup
@NotNull public software.amazon.awscdk.services.logs.ILogGroup getStateMachineLogGroup() -
getCloudwatchAlarms
-
getS3Bucket
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3Bucket() -
getS3LoggingBucket
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3LoggingBucket()
-