We recommend new projects start with resources from the AWS provider.
aws-native.datazone.getDomainUnit
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
A domain unit enables you to easily organize your assets and other domain entities under specific business units and teams.
Using getDomainUnit
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 getDomainUnit(args: GetDomainUnitArgs, opts?: InvokeOptions): Promise<GetDomainUnitResult>
function getDomainUnitOutput(args: GetDomainUnitOutputArgs, opts?: InvokeOptions): Output<GetDomainUnitResult>
def get_domain_unit(domain_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainUnitResult
def get_domain_unit_output(domain_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainUnitResult]
func LookupDomainUnit(ctx *Context, args *LookupDomainUnitArgs, opts ...InvokeOption) (*LookupDomainUnitResult, error)
func LookupDomainUnitOutput(ctx *Context, args *LookupDomainUnitOutputArgs, opts ...InvokeOption) LookupDomainUnitResultOutput
> Note: This function is named LookupDomainUnit
in the Go SDK.
public static class GetDomainUnit
{
public static Task<GetDomainUnitResult> InvokeAsync(GetDomainUnitArgs args, InvokeOptions? opts = null)
public static Output<GetDomainUnitResult> Invoke(GetDomainUnitInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDomainUnitResult> getDomainUnit(GetDomainUnitArgs args, InvokeOptions options)
public static Output<GetDomainUnitResult> getDomainUnit(GetDomainUnitArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:datazone:getDomainUnit
arguments:
# arguments dictionary
The following arguments are supported:
getDomainUnit Result
The following output properties are available:
- Created
At string - The timestamp at which the domain unit was created.
- Description string
- The description of the domain unit.
- Domain
Id string - The ID of the domain where the domain unit was created.
- Id string
- The ID of the domain unit.
- Identifier string
- The identifier of the domain unit that you want to get.
- Last
Updated stringAt - The timestamp at which the domain unit was last updated.
- Name string
- The name of the domain unit.
- Parent
Domain stringUnit Id - The ID of the parent domain unit.
- Created
At string - The timestamp at which the domain unit was created.
- Description string
- The description of the domain unit.
- Domain
Id string - The ID of the domain where the domain unit was created.
- Id string
- The ID of the domain unit.
- Identifier string
- The identifier of the domain unit that you want to get.
- Last
Updated stringAt - The timestamp at which the domain unit was last updated.
- Name string
- The name of the domain unit.
- Parent
Domain stringUnit Id - The ID of the parent domain unit.
- created
At String - The timestamp at which the domain unit was created.
- description String
- The description of the domain unit.
- domain
Id String - The ID of the domain where the domain unit was created.
- id String
- The ID of the domain unit.
- identifier String
- The identifier of the domain unit that you want to get.
- last
Updated StringAt - The timestamp at which the domain unit was last updated.
- name String
- The name of the domain unit.
- parent
Domain StringUnit Id - The ID of the parent domain unit.
- created
At string - The timestamp at which the domain unit was created.
- description string
- The description of the domain unit.
- domain
Id string - The ID of the domain where the domain unit was created.
- id string
- The ID of the domain unit.
- identifier string
- The identifier of the domain unit that you want to get.
- last
Updated stringAt - The timestamp at which the domain unit was last updated.
- name string
- The name of the domain unit.
- parent
Domain stringUnit Id - The ID of the parent domain unit.
- created_
at str - The timestamp at which the domain unit was created.
- description str
- The description of the domain unit.
- domain_
id str - The ID of the domain where the domain unit was created.
- id str
- The ID of the domain unit.
- identifier str
- The identifier of the domain unit that you want to get.
- last_
updated_ strat - The timestamp at which the domain unit was last updated.
- name str
- The name of the domain unit.
- parent_
domain_ strunit_ id - The ID of the parent domain unit.
- created
At String - The timestamp at which the domain unit was created.
- description String
- The description of the domain unit.
- domain
Id String - The ID of the domain where the domain unit was created.
- id String
- The ID of the domain unit.
- identifier String
- The identifier of the domain unit that you want to get.
- last
Updated StringAt - The timestamp at which the domain unit was last updated.
- name String
- The name of the domain unit.
- parent
Domain StringUnit Id - The ID of the parent domain unit.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.