We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.directoryservice.getSimpleAd
Start a Neo task
Explain and create an aws-native.directoryservice.getSimpleAd resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::DirectoryService::SimpleAD
Using getSimpleAd
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 getSimpleAd(args: GetSimpleAdArgs, opts?: InvokeOptions): Promise<GetSimpleAdResult>
function getSimpleAdOutput(args: GetSimpleAdOutputArgs, opts?: InvokeOptions): Output<GetSimpleAdResult>def get_simple_ad(directory_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSimpleAdResult
def get_simple_ad_output(directory_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSimpleAdResult]func LookupSimpleAd(ctx *Context, args *LookupSimpleAdArgs, opts ...InvokeOption) (*LookupSimpleAdResult, error)
func LookupSimpleAdOutput(ctx *Context, args *LookupSimpleAdOutputArgs, opts ...InvokeOption) LookupSimpleAdResultOutput> Note: This function is named LookupSimpleAd in the Go SDK.
public static class GetSimpleAd
{
public static Task<GetSimpleAdResult> InvokeAsync(GetSimpleAdArgs args, InvokeOptions? opts = null)
public static Output<GetSimpleAdResult> Invoke(GetSimpleAdInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSimpleAdResult> getSimpleAd(GetSimpleAdArgs args, InvokeOptions options)
public static Output<GetSimpleAdResult> getSimpleAd(GetSimpleAdArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:directoryservice:getSimpleAd
arguments:
# arguments dictionaryThe following arguments are supported:
- Directory
Id string - The unique identifier for a directory.
- Directory
Id string - The unique identifier for a directory.
- directory
Id String - The unique identifier for a directory.
- directory
Id string - The unique identifier for a directory.
- directory_
id str - The unique identifier for a directory.
- directory
Id String - The unique identifier for a directory.
getSimpleAd Result
The following output properties are available:
- Alias string
- The alias for a directory.
- Directory
Id string - The unique identifier for a directory.
- Dns
Ip List<string>Addresses - The IP addresses of the DNS servers for the directory, such as [ "172.31.3.154", "172.31.63.203" ].
- Enable
Sso bool - Whether to enable single sign-on for a Simple Active Directory in AWS.
- Alias string
- The alias for a directory.
- Directory
Id string - The unique identifier for a directory.
- Dns
Ip []stringAddresses - The IP addresses of the DNS servers for the directory, such as [ "172.31.3.154", "172.31.63.203" ].
- Enable
Sso bool - Whether to enable single sign-on for a Simple Active Directory in AWS.
- alias String
- The alias for a directory.
- directory
Id String - The unique identifier for a directory.
- dns
Ip List<String>Addresses - The IP addresses of the DNS servers for the directory, such as [ "172.31.3.154", "172.31.63.203" ].
- enable
Sso Boolean - Whether to enable single sign-on for a Simple Active Directory in AWS.
- alias string
- The alias for a directory.
- directory
Id string - The unique identifier for a directory.
- dns
Ip string[]Addresses - The IP addresses of the DNS servers for the directory, such as [ "172.31.3.154", "172.31.63.203" ].
- enable
Sso boolean - Whether to enable single sign-on for a Simple Active Directory in AWS.
- alias str
- The alias for a directory.
- directory_
id str - The unique identifier for a directory.
- dns_
ip_ Sequence[str]addresses - The IP addresses of the DNS servers for the directory, such as [ "172.31.3.154", "172.31.63.203" ].
- enable_
sso bool - Whether to enable single sign-on for a Simple Active Directory in AWS.
- alias String
- The alias for a directory.
- directory
Id String - The unique identifier for a directory.
- dns
Ip List<String>Addresses - The IP addresses of the DNS servers for the directory, such as [ "172.31.3.154", "172.31.63.203" ].
- enable
Sso Boolean - Whether to enable single sign-on for a Simple Active Directory in AWS.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
