aws-native.resourcegroups.getGroup
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
List<Pulumi.
Aws Native. Resource Groups. Outputs. Group Configuration Item> - Description string
The description of the resource group
- Resource
Query Pulumi.Aws Native. Resource Groups. Outputs. Group Resource Query - Resources List<string>
- List<Pulumi.
Aws Native. Resource Groups. Outputs. Group Tag>
- Arn string
The Resource Group ARN.
- Configuration
[]Group
Configuration Item - Description string
The description of the resource group
- Resource
Query GroupResource Query - Resources []string
- []Group
Tag
- arn String
The Resource Group ARN.
- configuration
List<Group
Configuration Item> - description String
The description of the resource group
- resource
Query GroupResource Query - resources List<String>
- List<Group
Tag>
- arn string
The Resource Group ARN.
- configuration
Group
Configuration Item[] - description string
The description of the resource group
- resource
Query GroupResource Query - resources string[]
- Group
Tag[]
- arn str
The Resource Group ARN.
- configuration
Sequence[Group
Configuration Item] - description str
The description of the resource group
- resource_
query GroupResource Query - resources Sequence[str]
- Sequence[Group
Tag]
- arn String
The Resource Group ARN.
- configuration List<Property Map>
- description String
The description of the resource group
- resource
Query Property Map - resources List<String>
- List<Property Map>
Supporting Types
GroupConfigurationItem
- parameters List<Property Map>
- type String
GroupConfigurationParameter
GroupQuery
- Resource
Type []stringFilters - Stack
Identifier string - Tag
Filters []GroupTag Filter
- resource
Type List<String>Filters - stack
Identifier String - tag
Filters List<GroupTag Filter>
- resource
Type string[]Filters - stack
Identifier string - tag
Filters GroupTag Filter[]
- resource_
type_ Sequence[str]filters - stack_
identifier str - tag_
filters Sequence[GroupTag Filter]
- resource
Type List<String>Filters - stack
Identifier String - tag
Filters List<Property Map>
GroupResourceQuery
GroupResourceQueryType
GroupTag
GroupTagFilter
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0