Package com.pulumi.aws.memorydb.outputs
Class GetUserAuthenticationMode
- java.lang.Object
-
- com.pulumi.aws.memorydb.outputs.GetUserAuthenticationMode
-
public final class GetUserAuthenticationMode extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetUserAuthenticationMode.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetUserAuthenticationMode.Builder
builder()
static GetUserAuthenticationMode.Builder
builder(GetUserAuthenticationMode defaults)
java.lang.Integer
passwordCount()
java.lang.String
type()
-
-
-
Method Detail
-
passwordCount
public java.lang.Integer passwordCount()
- Returns:
- Number of passwords belonging to the user if `type` is set to `password`.
-
type
public java.lang.String type()
- Returns:
- Type of authentication configured.
-
builder
public static GetUserAuthenticationMode.Builder builder()
-
builder
public static GetUserAuthenticationMode.Builder builder(GetUserAuthenticationMode defaults)
-
-