We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi
Resource Type definition for AWS::SDB::Domain
Using getDomain
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 getDomain(args: GetDomainArgs, opts?: InvokeOptions): Promise<GetDomainResult>
function getDomainOutput(args: GetDomainOutputArgs, opts?: InvokeOutputOptions): Output<GetDomainResult>def get_domain(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainResult
def get_domain_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetDomainResult]func LookupDomain(ctx *Context, args *LookupDomainArgs, opts ...InvokeOption) (*LookupDomainResult, error)
func LookupDomainOutput(ctx *Context, args *LookupDomainOutputArgs, opts ...InvokeOption) LookupDomainResultOutput> Note: This function is named LookupDomain in the Go SDK.
public static class GetDomain
{
public static Task<GetDomainResult> InvokeAsync(GetDomainArgs args, InvokeOptions? opts = null)
public static Output<GetDomainResult> Invoke(GetDomainInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetDomainResult> Invoke(GetDomainInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetDomainResult> getDomain(GetDomainArgs args, InvokeOptions options)
public static Output<GetDomainResult> getDomain(GetDomainArgs args, InvokeOptions options)
public static Output<GetDomainResult> getDomain(GetDomainArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:sdb:getDomain
arguments:
# arguments dictionarydata "aws-native_sdb_get_domain" "name" {
# arguments
}The following arguments are supported:
- Id string
- The name of the domain to create.
- Id string
- The name of the domain to create.
- id string
- The name of the domain to create.
- id String
- The name of the domain to create.
- id string
- The name of the domain to create.
- id str
- The name of the domain to create.
- id String
- The name of the domain to create.
getDomain Result
The following output properties are available:
- Description string
- Information about the SimpleDB domain.
- Id string
- The name of the domain to create.
- Description string
- Information about the SimpleDB domain.
- Id string
- The name of the domain to create.
- description string
- Information about the SimpleDB domain.
- id string
- The name of the domain to create.
- description String
- Information about the SimpleDB domain.
- id String
- The name of the domain to create.
- description string
- Information about the SimpleDB domain.
- id string
- The name of the domain to create.
- description str
- Information about the SimpleDB domain.
- id str
- The name of the domain to create.
- description String
- Information about the SimpleDB domain.
- id String
- The name of the domain to create.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi