AWS Native is in preview. AWS Classic is fully supported.
aws-native.servicecatalogappregistry.getAttributeGroup
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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 dictionaryThe following arguments are supported:
- Id string
 - The globally unique attribute group identifier of the attribute group.
 
- Id string
 - The globally unique attribute group identifier of the attribute group.
 
- id String
 - The globally unique attribute group identifier of the attribute group.
 
- id string
 - The globally unique attribute group identifier of the attribute group.
 
- id str
 - The globally unique attribute group identifier of the attribute group.
 
- id String
 - The globally unique attribute group identifier of the attribute group.
 
getAttributeGroup Result
The following output properties are available:
- Arn string
 - The Amazon resource name (ARN) that specifies the attribute group across services.
 - Attributes object
 A nested object in a JSON or YAML template that supports arbitrary definitions. Represents the attributes in an attribute group that describes an application and its components.
Search the CloudFormation User Guide for
AWS::ServiceCatalogAppRegistry::AttributeGroupfor more information about the expected schema for this property.- Description string
 - The description of the attribute group.
 - Id string
 - The globally unique attribute group identifier of the attribute group.
 - Name string
 - The name of the attribute group.
 - Dictionary<string, string>
 - Key-value pairs you can use to associate with the attribute group.
 
- Arn string
 - The Amazon resource name (ARN) that specifies the attribute group across services.
 - Attributes interface{}
 A nested object in a JSON or YAML template that supports arbitrary definitions. Represents the attributes in an attribute group that describes an application and its components.
Search the CloudFormation User Guide for
AWS::ServiceCatalogAppRegistry::AttributeGroupfor more information about the expected schema for this property.- Description string
 - The description of the attribute group.
 - Id string
 - The globally unique attribute group identifier of the attribute group.
 - Name string
 - The name of the attribute group.
 - map[string]string
 - Key-value pairs you can use to associate with the attribute group.
 
- arn String
 - The Amazon resource name (ARN) that specifies the attribute group across services.
 - attributes Object
 A nested object in a JSON or YAML template that supports arbitrary definitions. Represents the attributes in an attribute group that describes an application and its components.
Search the CloudFormation User Guide for
AWS::ServiceCatalogAppRegistry::AttributeGroupfor more information about the expected schema for this property.- description String
 - The description of the attribute group.
 - id String
 - The globally unique attribute group identifier of the attribute group.
 - name String
 - The name of the attribute group.
 - Map<String,String>
 - Key-value pairs you can use to associate with the attribute group.
 
- arn string
 - The Amazon resource name (ARN) that specifies the attribute group across services.
 - attributes any
 A nested object in a JSON or YAML template that supports arbitrary definitions. Represents the attributes in an attribute group that describes an application and its components.
Search the CloudFormation User Guide for
AWS::ServiceCatalogAppRegistry::AttributeGroupfor more information about the expected schema for this property.- description string
 - The description of the attribute group.
 - id string
 - The globally unique attribute group identifier of the attribute group.
 - name string
 - The name of the attribute group.
 - {[key: string]: string}
 - Key-value pairs you can use to associate with the attribute group.
 
- arn str
 - The Amazon resource name (ARN) that specifies the attribute group across services.
 - attributes Any
 A nested object in a JSON or YAML template that supports arbitrary definitions. Represents the attributes in an attribute group that describes an application and its components.
Search the CloudFormation User Guide for
AWS::ServiceCatalogAppRegistry::AttributeGroupfor more information about the expected schema for this property.- description str
 - The description of the attribute group.
 - id str
 - The globally unique attribute group identifier of the attribute group.
 - name str
 - The name of the attribute group.
 - Mapping[str, str]
 - Key-value pairs you can use to associate with the attribute group.
 
- arn String
 - The Amazon resource name (ARN) that specifies the attribute group across services.
 - attributes Any
 A nested object in a JSON or YAML template that supports arbitrary definitions. Represents the attributes in an attribute group that describes an application and its components.
Search the CloudFormation User Guide for
AWS::ServiceCatalogAppRegistry::AttributeGroupfor more information about the expected schema for this property.- description String
 - The description of the attribute group.
 - id String
 - The globally unique attribute group identifier of the attribute group.
 - name String
 - The name of the attribute group.
 - Map<String>
 - Key-value pairs you can use to associate with the attribute group.
 
Package Details
- Repository
 - AWS Native pulumi/pulumi-aws-native
 - License
 - Apache-2.0
 
AWS Native is in preview. AWS Classic is fully supported.