AWS Native is in preview. AWS Classic is fully supported.
aws-native.pcaconnectorad.DirectoryRegistration
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Definition of AWS::PCAConnectorAD::DirectoryRegistration Resource Type
Create DirectoryRegistration Resource
new DirectoryRegistration(name: string, args: DirectoryRegistrationArgs, opts?: CustomResourceOptions);
@overload
def DirectoryRegistration(resource_name: str,
opts: Optional[ResourceOptions] = None,
directory_id: Optional[str] = None,
tags: Optional[DirectoryRegistrationTagsArgs] = None)
@overload
def DirectoryRegistration(resource_name: str,
args: DirectoryRegistrationArgs,
opts: Optional[ResourceOptions] = 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.
- name string
- The unique name of the resource.
- args DirectoryRegistrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args DirectoryRegistrationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DirectoryRegistrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
The DirectoryRegistration resource accepts the following input properties:
- directory
Id String - Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the DirectoryRegistration resource produces the following output properties:
- Directory
Registration stringArn - Id string
The provider-assigned unique ID for this managed resource.
- Directory
Registration stringArn - Id string
The provider-assigned unique ID for this managed resource.
- directory
Registration StringArn - id String
The provider-assigned unique ID for this managed resource.
- directory
Registration stringArn - id string
The provider-assigned unique ID for this managed resource.
- directory_
registration_ strarn - id str
The provider-assigned unique ID for this managed resource.
- directory
Registration StringArn - id String
The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.