Class KafkaRemoteBrokerAuthenticationPropertiesArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.iotoperationsmq.inputs.KafkaRemoteBrokerAuthenticationPropertiesArgs
-
public final class KafkaRemoteBrokerAuthenticationPropertiesArgs extends com.pulumi.resources.ResourceArgs
Kafka RemoteBrokerConnection Authentication methods
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KafkaRemoteBrokerAuthenticationPropertiesArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static KafkaRemoteBrokerAuthenticationPropertiesArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<KafkaRemoteBrokerAuthenticationTypesArgs>>
authType()
static KafkaRemoteBrokerAuthenticationPropertiesArgs.Builder
builder()
static KafkaRemoteBrokerAuthenticationPropertiesArgs.Builder
builder(KafkaRemoteBrokerAuthenticationPropertiesArgs defaults)
com.pulumi.core.Output<java.lang.Boolean>
enabled()
-
-
-
Field Detail
-
Empty
public static final KafkaRemoteBrokerAuthenticationPropertiesArgs Empty
-
-
Method Detail
-
authType
public java.util.Optional<com.pulumi.core.Output<KafkaRemoteBrokerAuthenticationTypesArgs>> authType()
- Returns:
- The type of authentication to use for Kafka remote broker.
-
enabled
public com.pulumi.core.Output<java.lang.Boolean> enabled()
- Returns:
- If authentication is enabled for Kafka remote broker.
-
builder
public static KafkaRemoteBrokerAuthenticationPropertiesArgs.Builder builder()
-
builder
public static KafkaRemoteBrokerAuthenticationPropertiesArgs.Builder builder(KafkaRemoteBrokerAuthenticationPropertiesArgs defaults)
-
-