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
    • 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}