Class TunnelArgs


  • public final class TunnelArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TunnelArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TunnelArgs Empty  
    • Method Detail

      • instanceName

        public com.pulumi.core.Output<java.lang.String> instanceName()
        Returns:
        The name of the OTS instance in which table will located.
      • tableName

        public com.pulumi.core.Output<java.lang.String> tableName()
        Returns:
        The name of the OTS table. If changed, a new table would be created.
      • tunnelName

        public com.pulumi.core.Output<java.lang.String> tunnelName()
        Returns:
        The name of the OTS tunnel. If changed, a new tunnel would be created.
      • tunnelType

        public com.pulumi.core.Output<java.lang.String> tunnelType()
        Returns:
        The type of the OTS tunnel. Only `BaseAndStream`, `BaseData` or `Stream` is allowed.