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.112.0 published on Wednesday, Jul 24, 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.112.0 published on Wednesday, Jul 24, 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
    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::AttributeGroup for 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.
    Tags 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::AttributeGroup for 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.
    Tags 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::AttributeGroup for 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.
    tags 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::AttributeGroup for 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.
    tags {[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::AttributeGroup for 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.
    tags 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::AttributeGroup for 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.
    tags 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 logo

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

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi