Class MedialiveChannelInputSpecificationOutputReference

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.053Z")
    @Stability(Stable)
    public class MedialiveChannelInputSpecificationOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • MedialiveChannelInputSpecificationOutputReference

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

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

        @Stability(Stable)
        public MedialiveChannelInputSpecificationOutputReference​(@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

      • getCodecInput

        @Stability(Stable)
        @Nullable
        public String getCodecInput()
      • getInputResolutionInput

        @Stability(Stable)
        @Nullable
        public String getInputResolutionInput()
      • getMaximumBitrateInput

        @Stability(Stable)
        @Nullable
        public String getMaximumBitrateInput()
      • getCodec

        @Stability(Stable)
        @NotNull
        public String getCodec()
      • setCodec

        @Stability(Stable)
        public void setCodec​(@NotNull
                             String value)
      • getInputResolution

        @Stability(Stable)
        @NotNull
        public String getInputResolution()
      • setInputResolution

        @Stability(Stable)
        public void setInputResolution​(@NotNull
                                       String value)
      • getMaximumBitrate

        @Stability(Stable)
        @NotNull
        public String getMaximumBitrate()
      • setMaximumBitrate

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