Class GetSecretReplication
- java.lang.Object
-
- com.pulumi.gcp.secretmanager.outputs.GetSecretReplication
-
public final class GetSecretReplication extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSecretReplication.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
automatic()
static GetSecretReplication.Builder
builder()
static GetSecretReplication.Builder
builder(GetSecretReplication defaults)
java.util.List<GetSecretReplicationUserManaged>
userManageds()
-
-
-
Method Detail
-
automatic
public java.lang.Boolean automatic()
-
userManageds
public java.util.List<GetSecretReplicationUserManaged> userManageds()
-
builder
public static GetSecretReplication.Builder builder()
-
builder
public static GetSecretReplication.Builder builder(GetSecretReplication defaults)
-
-