Class GetSecretsSecretReplicationAuto
- java.lang.Object
-
- com.pulumi.gcp.secretmanager.outputs.GetSecretsSecretReplicationAuto
-
public final class GetSecretsSecretReplicationAuto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSecretsSecretReplicationAuto.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSecretsSecretReplicationAuto.Builder
builder()
static GetSecretsSecretReplicationAuto.Builder
builder(GetSecretsSecretReplicationAuto defaults)
java.util.List<GetSecretsSecretReplicationAutoCustomerManagedEncryption>
customerManagedEncryptions()
-
-
-
Method Detail
-
customerManagedEncryptions
public java.util.List<GetSecretsSecretReplicationAutoCustomerManagedEncryption> customerManagedEncryptions()
- Returns:
- Customer Managed Encryption for the secret. Structure is documented below.
-
builder
public static GetSecretsSecretReplicationAuto.Builder builder()
-
builder
public static GetSecretsSecretReplicationAuto.Builder builder(GetSecretsSecretReplicationAuto defaults)
-
-