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 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.
- Pulumi.
Aws Native. Service Catalog App Registry. Outputs. Attribute Group Tags
- Arn string
- Attributes interface{}
- Description string
The description of the attribute group.
- Id string
- Name string
The name of the attribute group.
- Attribute
Group Tags
- arn String
- attributes Object
- description String
The description of the attribute group.
- id String
- name String
The name of the attribute group.
- Attribute
Group Tags
- arn string
- attributes any
- description string
The description of the attribute group.
- id string
- name string
The name of the attribute group.
- Attribute
Group Tags
- arn str
- attributes Any
- description str
The description of the attribute group.
- id str
- name str
The name of the attribute group.
- Attribute
Group Tags
- arn String
- attributes Any
- description String
The description of the attribute group.
- id String
- name String
The name of the attribute group.
- Property Map
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.