Interface ComputeRouterPeerMd5AuthenticationKey

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ComputeRouterPeerMd5AuthenticationKey.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.952Z")
    @Stability(Stable)
    public interface ComputeRouterPeerMd5AuthenticationKey
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getKey

        @Stability(Stable)
        @NotNull
        String getKey()
        Value of the key.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_peer#key ComputeRouterPeer#key}

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        [REQUIRED] Name used to identify the key.

        Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply with RFC1035. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_peer#name ComputeRouterPeer#name}