Interface SecretManagerSecretReplicationUserManagedReplicas
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecretManagerSecretReplicationUserManagedReplicas.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.655Z") @Stability(Stable) public interface SecretManagerSecretReplicationUserManagedReplicas extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecretManagerSecretReplicationUserManagedReplicas.BuilderA builder forSecretManagerSecretReplicationUserManagedReplicasstatic classSecretManagerSecretReplicationUserManagedReplicas.Jsii$ProxyAn implementation forSecretManagerSecretReplicationUserManagedReplicas
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SecretManagerSecretReplicationUserManagedReplicas.Builderbuilder()default SecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryptiongetCustomerManagedEncryption()customer_managed_encryption block.StringgetLocation()The canonical IDs of the location to replicate data.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The canonical IDs of the location to replicate data. For example: "us-east1".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret#location SecretManagerSecret#location}
-
getCustomerManagedEncryption
@Stability(Stable) @Nullable default SecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryption getCustomerManagedEncryption()
customer_managed_encryption block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret#customer_managed_encryption SecretManagerSecret#customer_managed_encryption}
-
builder
@Stability(Stable) static SecretManagerSecretReplicationUserManagedReplicas.Builder builder()
-
-