1. Packages
  2. Yandex
  3. API Docs
  4. getLoggingGroup
Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi

yandex.getLoggingGroup

Explore with Pulumi AI

yandex logo
Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi

    Using getLoggingGroup

    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 getLoggingGroup(args: GetLoggingGroupArgs, opts?: InvokeOptions): Promise<GetLoggingGroupResult>
    function getLoggingGroupOutput(args: GetLoggingGroupOutputArgs, opts?: InvokeOptions): Output<GetLoggingGroupResult>
    def get_logging_group(folder_id: Optional[str] = None,
                          group_id: Optional[str] = None,
                          name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetLoggingGroupResult
    def get_logging_group_output(folder_id: Optional[pulumi.Input[str]] = None,
                          group_id: Optional[pulumi.Input[str]] = None,
                          name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetLoggingGroupResult]
    func LookupLoggingGroup(ctx *Context, args *LookupLoggingGroupArgs, opts ...InvokeOption) (*LookupLoggingGroupResult, error)
    func LookupLoggingGroupOutput(ctx *Context, args *LookupLoggingGroupOutputArgs, opts ...InvokeOption) LookupLoggingGroupResultOutput

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

    public static class GetLoggingGroup 
    {
        public static Task<GetLoggingGroupResult> InvokeAsync(GetLoggingGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetLoggingGroupResult> Invoke(GetLoggingGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLoggingGroupResult> getLoggingGroup(GetLoggingGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: yandex:index/getLoggingGroup:getLoggingGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FolderId string
    GroupId string
    Name string
    FolderId string
    GroupId string
    Name string
    folderId String
    groupId String
    name String
    folderId string
    groupId string
    name string
    folderId String
    groupId String
    name String

    getLoggingGroup Result

    The following output properties are available:

    CloudId string
    CreatedAt string
    Description string
    FolderId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Labels Dictionary<string, string>
    Name string
    RetentionPeriod string
    Status string
    CloudId string
    CreatedAt string
    Description string
    FolderId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Labels map[string]string
    Name string
    RetentionPeriod string
    Status string
    cloudId String
    createdAt String
    description String
    folderId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    labels Map<String,String>
    name String
    retentionPeriod String
    status String
    cloudId string
    createdAt string
    description string
    folderId string
    groupId string
    id string
    The provider-assigned unique ID for this managed resource.
    labels {[key: string]: string}
    name string
    retentionPeriod string
    status string
    cloud_id str
    created_at str
    description str
    folder_id str
    group_id str
    id str
    The provider-assigned unique ID for this managed resource.
    labels Mapping[str, str]
    name str
    retention_period str
    status str
    cloudId String
    createdAt String
    description String
    folderId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    labels Map<String>
    name String
    retentionPeriod String
    status String

    Package Details

    Repository
    Yandex pulumi/pulumi-yandex
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the yandex Terraform Provider.
    yandex logo
    Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi