1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. pcaconnectorad
  5. DirectoryRegistration

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.pcaconnectorad.DirectoryRegistration

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Definition of AWS::PCAConnectorAD::DirectoryRegistration Resource Type

Create DirectoryRegistration Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new DirectoryRegistration(name: string, args: DirectoryRegistrationArgs, opts?: CustomResourceOptions);
@overload
def DirectoryRegistration(resource_name: str,
                          args: DirectoryRegistrationArgs,
                          opts: Optional[ResourceOptions] = None)

@overload
def DirectoryRegistration(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          directory_id: Optional[str] = None,
                          tags: Optional[Mapping[str, str]] = None)
func NewDirectoryRegistration(ctx *Context, name string, args DirectoryRegistrationArgs, opts ...ResourceOption) (*DirectoryRegistration, error)
public DirectoryRegistration(string name, DirectoryRegistrationArgs args, CustomResourceOptions? opts = null)
public DirectoryRegistration(String name, DirectoryRegistrationArgs args)
public DirectoryRegistration(String name, DirectoryRegistrationArgs args, CustomResourceOptions options)
type: aws-native:pcaconnectorad:DirectoryRegistration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. DirectoryRegistrationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. DirectoryRegistrationArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. DirectoryRegistrationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. DirectoryRegistrationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. DirectoryRegistrationArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

DirectoryRegistration Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The DirectoryRegistration resource accepts the following input properties:

DirectoryId This property is required. string
The identifier of the Active Directory.
Tags Dictionary<string, string>
Metadata assigned to a directory registration consisting of a key-value pair.
DirectoryId This property is required. string
The identifier of the Active Directory.
Tags map[string]string
Metadata assigned to a directory registration consisting of a key-value pair.
directoryId This property is required. String
The identifier of the Active Directory.
tags Map<String,String>
Metadata assigned to a directory registration consisting of a key-value pair.
directoryId This property is required. string
The identifier of the Active Directory.
tags {[key: string]: string}
Metadata assigned to a directory registration consisting of a key-value pair.
directory_id This property is required. str
The identifier of the Active Directory.
tags Mapping[str, str]
Metadata assigned to a directory registration consisting of a key-value pair.
directoryId This property is required. String
The identifier of the Active Directory.
tags Map<String>
Metadata assigned to a directory registration consisting of a key-value pair.

Outputs

All input properties are implicitly available as output properties. Additionally, the DirectoryRegistration resource produces the following output properties:

DirectoryRegistrationArn string
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .
Id string
The provider-assigned unique ID for this managed resource.
DirectoryRegistrationArn string
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .
Id string
The provider-assigned unique ID for this managed resource.
directoryRegistrationArn String
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .
id String
The provider-assigned unique ID for this managed resource.
directoryRegistrationArn string
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .
id string
The provider-assigned unique ID for this managed resource.
directory_registration_arn str
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .
id str
The provider-assigned unique ID for this managed resource.
directoryRegistrationArn String
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .
id String
The provider-assigned unique ID for this managed resource.

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.27.0 published on Monday, Apr 14, 2025 by Pulumi