1. Packages
  2. AWS Native
  3. API Docs
  4. resourcegroups
  5. getGroup

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.resourcegroups.getGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Schema for ResourceGroups::Group

    Using getGroup

    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 getGroup(args: GetGroupArgs, opts?: InvokeOptions): Promise<GetGroupResult>
    function getGroupOutput(args: GetGroupOutputArgs, opts?: InvokeOptions): Output<GetGroupResult>
    def get_group(name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetGroupResult
    def get_group_output(name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]
    func LookupGroup(ctx *Context, args *LookupGroupArgs, opts ...InvokeOption) (*LookupGroupResult, error)
    func LookupGroupOutput(ctx *Context, args *LookupGroupOutputArgs, opts ...InvokeOption) LookupGroupResultOutput

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

    public static class GetGroup 
    {
        public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetGroupResult> Invoke(GetGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:resourcegroups:getGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the resource group
    Name string
    The name of the resource group
    name String
    The name of the resource group
    name string
    The name of the resource group
    name str
    The name of the resource group
    name String
    The name of the resource group

    getGroup Result

    The following output properties are available:

    Arn string
    The Resource Group ARN.
    Configuration []GroupConfigurationItem
    Description string
    The description of the resource group
    ResourceQuery GroupResourceQuery
    Resources []string
    Tags Tag
    arn String
    The Resource Group ARN.
    configuration List<GroupConfigurationItem>
    description String
    The description of the resource group
    resourceQuery GroupResourceQuery
    resources List<String>
    tags List<Tag>
    arn string
    The Resource Group ARN.
    configuration GroupConfigurationItem[]
    description string
    The description of the resource group
    resourceQuery GroupResourceQuery
    resources string[]
    tags Tag[]
    arn str
    The Resource Group ARN.
    configuration Sequence[GroupConfigurationItem]
    description str
    The description of the resource group
    resource_query GroupResourceQuery
    resources Sequence[str]
    tags Sequence[_root_Tag]
    arn String
    The Resource Group ARN.
    configuration List<Property Map>
    description String
    The description of the resource group
    resourceQuery Property Map
    resources List<String>
    tags List<Property Map>

    Supporting Types

    GroupConfigurationItem

    GroupConfigurationParameter

    Name string
    Values List<string>
    Name string
    Values []string
    name String
    values List<String>
    name string
    values string[]
    name str
    values Sequence[str]
    name String
    values List<String>

    GroupQuery

    GroupResourceQuery

    GroupResourceQueryType

    GroupTagFilter

    Key string
    Values List<string>
    Key string
    Values []string
    key String
    values List<String>
    key string
    values string[]
    key str
    values Sequence[str]
    key String
    values List<String>

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi