Interface ApiResourceOptions

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

    @Generated(value="jsii-pacmak/1.59.0 (build eb02c92)",
               date="2022-05-18T23:19:48.529Z")
    @Stability(Stable)
    public interface ApiResourceOptions
    extends software.amazon.jsii.JsiiSerializable
    Options for `ApiResource`.
    • Method Detail

      • getApiGroup

        @Stability(Stable)
        @NotNull
        String getApiGroup()
        The group portion of the API version (e.g. `authorization.k8s.io`).
      • getResourceType

        @Stability(Stable)
        @NotNull
        String getResourceType()
        The name of the resource type as it appears in the relevant API endpoint.

        Example:

         - "pods" or "pods/log"