aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.servicecatalogappregistry.getAttributeGroup

Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroup.

Using getAttributeGroup

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 getAttributeGroup(args: GetAttributeGroupArgs, opts?: InvokeOptions): Promise<GetAttributeGroupResult>
function getAttributeGroupOutput(args: GetAttributeGroupOutputArgs, opts?: InvokeOptions): Output<GetAttributeGroupResult>
def get_attribute_group(id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetAttributeGroupResult
def get_attribute_group_output(id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetAttributeGroupResult]
func LookupAttributeGroup(ctx *Context, args *LookupAttributeGroupArgs, opts ...InvokeOption) (*LookupAttributeGroupResult, error)
func LookupAttributeGroupOutput(ctx *Context, args *LookupAttributeGroupOutputArgs, opts ...InvokeOption) LookupAttributeGroupResultOutput

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

public static class GetAttributeGroup 
{
    public static Task<GetAttributeGroupResult> InvokeAsync(GetAttributeGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetAttributeGroupResult> Invoke(GetAttributeGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAttributeGroupResult> getAttributeGroup(GetAttributeGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:servicecatalogappregistry:getAttributeGroup
  arguments:
    # arguments dictionary

The following arguments are supported:

Id string
Id string
id String
id string
id str
id String

getAttributeGroup Result

The following output properties are available:

Arn string
Attributes object
Description string

The description of the attribute group.

Id string
Name string

The name of the attribute group.

Tags Pulumi.AwsNative.ServiceCatalogAppRegistry.Outputs.AttributeGroupTags
Arn string
Attributes interface{}
Description string

The description of the attribute group.

Id string
Name string

The name of the attribute group.

Tags AttributeGroupTags
arn String
attributes Object
description String

The description of the attribute group.

id String
name String

The name of the attribute group.

tags AttributeGroupTags
arn string
attributes any
description string

The description of the attribute group.

id string
name string

The name of the attribute group.

tags AttributeGroupTags
arn str
attributes Any
description str

The description of the attribute group.

id str
name str

The name of the attribute group.

tags AttributeGroupTags
arn String
attributes Any
description String

The description of the attribute group.

id String
name String

The name of the attribute group.

tags Property Map

Package Details

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