Class PubsubTopicIngestionDataSourceSettingsAwsKinesisOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.497Z")
    @Stability(Stable)
    public class PubsubTopicIngestionDataSourceSettingsAwsKinesisOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • PubsubTopicIngestionDataSourceSettingsAwsKinesisOutputReference

        protected PubsubTopicIngestionDataSourceSettingsAwsKinesisOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • PubsubTopicIngestionDataSourceSettingsAwsKinesisOutputReference

        protected PubsubTopicIngestionDataSourceSettingsAwsKinesisOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • PubsubTopicIngestionDataSourceSettingsAwsKinesisOutputReference

        @Stability(Stable)
        public PubsubTopicIngestionDataSourceSettingsAwsKinesisOutputReference​(@NotNull
                                                                               com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                               @NotNull
                                                                               String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • getAwsRoleArnInput

        @Stability(Stable)
        @Nullable
        public String getAwsRoleArnInput()
      • getConsumerArnInput

        @Stability(Stable)
        @Nullable
        public String getConsumerArnInput()
      • getGcpServiceAccountInput

        @Stability(Stable)
        @Nullable
        public String getGcpServiceAccountInput()
      • getStreamArnInput

        @Stability(Stable)
        @Nullable
        public String getStreamArnInput()
      • getAwsRoleArn

        @Stability(Stable)
        @NotNull
        public String getAwsRoleArn()
      • setAwsRoleArn

        @Stability(Stable)
        public void setAwsRoleArn​(@NotNull
                                  String value)
      • getConsumerArn

        @Stability(Stable)
        @NotNull
        public String getConsumerArn()
      • setConsumerArn

        @Stability(Stable)
        public void setConsumerArn​(@NotNull
                                   String value)
      • getGcpServiceAccount

        @Stability(Stable)
        @NotNull
        public String getGcpServiceAccount()
      • setGcpServiceAccount

        @Stability(Stable)
        public void setGcpServiceAccount​(@NotNull
                                         String value)
      • getStreamArn

        @Stability(Stable)
        @NotNull
        public String getStreamArn()
      • setStreamArn

        @Stability(Stable)
        public void setStreamArn​(@NotNull
                                 String value)