Interface SecretManagerSecretReplication
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecretManagerSecretReplication.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.653Z") @Stability(Stable) public interface SecretManagerSecretReplication extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecretManagerSecretReplication.BuilderA builder forSecretManagerSecretReplicationstatic classSecretManagerSecretReplication.Jsii$ProxyAn implementation forSecretManagerSecretReplication
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SecretManagerSecretReplication.Builderbuilder()default SecretManagerSecretReplicationAutogetAuto()auto block.default SecretManagerSecretReplicationUserManagedgetUserManaged()user_managed block.
-
-
-
Method Detail
-
getAuto
@Stability(Stable) @Nullable default SecretManagerSecretReplicationAuto getAuto()
auto block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret#auto SecretManagerSecret#auto}
-
getUserManaged
@Stability(Stable) @Nullable default SecretManagerSecretReplicationUserManaged getUserManaged()
user_managed block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret#user_managed SecretManagerSecret#user_managed}
-
builder
@Stability(Stable) static SecretManagerSecretReplication.Builder builder()
-
-