1. Packages
  2. Konnect Provider
  3. API Docs
  4. getRealm
konnect 2.11.0 published on Friday, Jun 27, 2025 by kong

konnect.getRealm

Explore with Pulumi AI

konnect logo
konnect 2.11.0 published on Friday, Jun 27, 2025 by kong

    Using getRealm

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRealm(opts?: InvokeOptions): Promise<GetRealmResult>
    function getRealmOutput(opts?: InvokeOptions): Output<GetRealmResult>
    def get_realm(opts: Optional[InvokeOptions] = None) -> GetRealmResult
    def get_realm_output(opts: Optional[InvokeOptions] = None) -> Output[GetRealmResult]
    func LookupRealm(ctx *Context, opts ...InvokeOption) (*LookupRealmResult, error)
    func LookupRealmOutput(ctx *Context, opts ...InvokeOption) LookupRealmResultOutput

    > Note: This function is named LookupRealm in the Go SDK.

    public static class GetRealm 
    {
        public static Task<GetRealmResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetRealmResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRealmResult> getRealm(InvokeOptions options)
    public static Output<GetRealmResult> getRealm(InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getRealm:getRealm
      arguments:
        # arguments dictionary

    getRealm Result

    The following output properties are available:

    AllowAllControlPlanes bool
    AllowedControlPlanes List<string>
    ConsumerGroups List<string>
    CreatedAt string
    Id string
    Name string
    NegativeTtl double
    Ttl double
    UpdatedAt string
    AllowAllControlPlanes bool
    AllowedControlPlanes []string
    ConsumerGroups []string
    CreatedAt string
    Id string
    Name string
    NegativeTtl float64
    Ttl float64
    UpdatedAt string
    allowAllControlPlanes Boolean
    allowedControlPlanes List<String>
    consumerGroups List<String>
    createdAt String
    id String
    name String
    negativeTtl Double
    ttl Double
    updatedAt String
    allowAllControlPlanes boolean
    allowedControlPlanes string[]
    consumerGroups string[]
    createdAt string
    id string
    name string
    negativeTtl number
    ttl number
    updatedAt string
    allowAllControlPlanes Boolean
    allowedControlPlanes List<String>
    consumerGroups List<String>
    createdAt String
    id String
    name String
    negativeTtl Number
    ttl Number
    updatedAt String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.11.0 published on Friday, Jun 27, 2025 by kong