Interface SecureSourceManagerInstancePrivateConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecureSourceManagerInstancePrivateConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.665Z") @Stability(Stable) public interface SecureSourceManagerInstancePrivateConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecureSourceManagerInstancePrivateConfig.BuilderA builder forSecureSourceManagerInstancePrivateConfigstatic classSecureSourceManagerInstancePrivateConfig.Jsii$ProxyAn implementation forSecureSourceManagerInstancePrivateConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SecureSourceManagerInstancePrivateConfig.Builderbuilder()StringgetCaPool()CA pool resource, resource must in the format of 'projects/{project}/locations/{location}/caPools/{ca_pool}'.ObjectgetIsPrivate()'Indicate if it's private instance.'.
-
-
-
Method Detail
-
getCaPool
@Stability(Stable) @NotNull String getCaPool()
CA pool resource, resource must in the format of 'projects/{project}/locations/{location}/caPools/{ca_pool}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#ca_pool SecureSourceManagerInstance#ca_pool}
-
getIsPrivate
@Stability(Stable) @NotNull Object getIsPrivate()
'Indicate if it's private instance.'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#is_private SecureSourceManagerInstance#is_private}
-
builder
@Stability(Stable) static SecureSourceManagerInstancePrivateConfig.Builder builder()
-
-