Class IotToKinesisFirehoseToS3

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.iotkinesisfirehoses3.IotToKinesisFirehoseToS3
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-06-03T18:14:39.995Z") public class IotToKinesisFirehoseToS3 extends software.constructs.Construct
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A fluent builder for IotToKinesisFirehoseToS3.

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    IotToKinesisFirehoseToS3(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    IotToKinesisFirehoseToS3(software.amazon.jsii.JsiiObjectRef objRef)
     
     
    IotToKinesisFirehoseToS3(software.constructs.Construct scope, String id, IotToKinesisFirehoseToS3Props props)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    software.amazon.awscdk.services.iam.Role
     
    software.amazon.awscdk.services.iot.CfnTopicRule
     
    software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream
     
    software.amazon.awscdk.services.logs.LogGroup
     
    software.amazon.awscdk.services.iam.Role
     
    software.amazon.awscdk.services.s3.Bucket
     
    software.amazon.awscdk.services.s3.IBucket
     
    software.amazon.awscdk.services.s3.Bucket
     

    Methods inherited from class software.constructs.Construct

    getNode, isConstruct, toString

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • IotToKinesisFirehoseToS3

      protected IotToKinesisFirehoseToS3(software.amazon.jsii.JsiiObjectRef objRef)
    • IotToKinesisFirehoseToS3

      protected IotToKinesisFirehoseToS3(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • IotToKinesisFirehoseToS3

      public IotToKinesisFirehoseToS3(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull IotToKinesisFirehoseToS3Props props)
      Parameters:
      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.
  • Method Details

    • getIotActionsRole

      @NotNull public software.amazon.awscdk.services.iam.Role getIotActionsRole()
    • getIotTopicRule

      @NotNull public software.amazon.awscdk.services.iot.CfnTopicRule getIotTopicRule()
    • getKinesisFirehose

      @NotNull public software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream getKinesisFirehose()
    • getKinesisFirehoseLogGroup

      @NotNull public software.amazon.awscdk.services.logs.LogGroup getKinesisFirehoseLogGroup()
    • getKinesisFirehoseRole

      @NotNull public software.amazon.awscdk.services.iam.Role getKinesisFirehoseRole()
    • getS3BucketInterface

      @NotNull public software.amazon.awscdk.services.s3.IBucket getS3BucketInterface()
    • getS3Bucket

      @Nullable public software.amazon.awscdk.services.s3.Bucket getS3Bucket()
    • getS3LoggingBucket

      @Nullable public software.amazon.awscdk.services.s3.Bucket getS3LoggingBucket()