1. Packages
  2. AWS Native
  3. API Docs
  4. servicecatalogappregistry
  5. getAttributeGroup

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.servicecatalogappregistry.getAttributeGroup

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

    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
    Search the CloudFormation User Guide for AWS::ServiceCatalogAppRegistry::AttributeGroup for more information about the expected schema for this property.
    Description string
    The description of the attribute group.
    Id string
    Name string
    The name of the attribute group.
    Tags Dictionary<string, string>
    Arn string
    Attributes interface{}
    Search the CloudFormation User Guide for AWS::ServiceCatalogAppRegistry::AttributeGroup for more information about the expected schema for this property.
    Description string
    The description of the attribute group.
    Id string
    Name string
    The name of the attribute group.
    Tags map[string]string
    arn String
    attributes Object
    Search the CloudFormation User Guide for AWS::ServiceCatalogAppRegistry::AttributeGroup for more information about the expected schema for this property.
    description String
    The description of the attribute group.
    id String
    name String
    The name of the attribute group.
    tags Map<String,String>
    arn string
    attributes any
    Search the CloudFormation User Guide for AWS::ServiceCatalogAppRegistry::AttributeGroup for more information about the expected schema for this property.
    description string
    The description of the attribute group.
    id string
    name string
    The name of the attribute group.
    tags {[key: string]: string}
    arn str
    attributes Any
    Search the CloudFormation User Guide for AWS::ServiceCatalogAppRegistry::AttributeGroup for more information about the expected schema for this property.
    description str
    The description of the attribute group.
    id str
    name str
    The name of the attribute group.
    tags Mapping[str, str]
    arn String
    attributes Any
    Search the CloudFormation User Guide for AWS::ServiceCatalogAppRegistry::AttributeGroup for more information about the expected schema for this property.
    description String
    The description of the attribute group.
    id String
    name String
    The name of the attribute group.
    tags Map<String>

    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