Yandex
getLoggingGroup
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:
getLoggingGroup Result
The following output properties are available:
- Cloud
Id string - Created
At string - Description string
- Folder
Id string - Group
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- Name string
- Retention
Period string - Status string
- Cloud
Id string - Created
At string - Description string
- Folder
Id string - Group
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- Name string
- Retention
Period string - Status string
- cloud
Id String - created
At String - description String
- folder
Id String - group
Id String - id String
The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- name String
- retention
Period String - status String
- cloud
Id string - created
At string - description string
- folder
Id string - group
Id string - id string
The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- name string
- retention
Period 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
- cloud
Id String - created
At String - description String
- folder
Id String - group
Id String - id String
The provider-assigned unique ID for this managed resource.
- labels Map<String>
- name String
- retention
Period String - status String
Package Details
- Repository
- https://github.com/pulumi/pulumi-yandex
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
yandex
Terraform Provider.