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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.pcaconnectorad.Connector

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Represents a Connector that connects AWS PrivateCA and your directory

Create Connector Resource

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

Constructor syntax

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

@overload
def Connector(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              certificate_authority_arn: Optional[str] = None,
              directory_id: Optional[str] = None,
              vpc_information: Optional[ConnectorVpcInformationArgs] = None,
              tags: Optional[Mapping[str, str]] = None)
func NewConnector(ctx *Context, name string, args ConnectorArgs, opts ...ResourceOption) (*Connector, error)
public Connector(string name, ConnectorArgs args, CustomResourceOptions? opts = null)
public Connector(String name, ConnectorArgs args)
public Connector(String name, ConnectorArgs args, CustomResourceOptions options)
type: aws-native:pcaconnectorad:Connector
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. ConnectorArgs
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. ConnectorArgs
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. ConnectorArgs
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. ConnectorArgs
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. ConnectorArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Connector 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 Connector resource accepts the following input properties:

CertificateAuthorityArn This property is required. string
The Amazon Resource Name (ARN) of the certificate authority being used.
DirectoryId This property is required. string
The identifier of the Active Directory.
VpcInformation This property is required. Pulumi.AwsNative.PcaConnectorAd.Inputs.ConnectorVpcInformation
Information of the VPC and security group(s) used with the connector.
Tags Dictionary<string, string>
Metadata assigned to a connector consisting of a key-value pair.
CertificateAuthorityArn This property is required. string
The Amazon Resource Name (ARN) of the certificate authority being used.
DirectoryId This property is required. string
The identifier of the Active Directory.
VpcInformation This property is required. ConnectorVpcInformationArgs
Information of the VPC and security group(s) used with the connector.
Tags map[string]string
Metadata assigned to a connector consisting of a key-value pair.
certificateAuthorityArn This property is required. String
The Amazon Resource Name (ARN) of the certificate authority being used.
directoryId This property is required. String
The identifier of the Active Directory.
vpcInformation This property is required. ConnectorVpcInformation
Information of the VPC and security group(s) used with the connector.
tags Map<String,String>
Metadata assigned to a connector consisting of a key-value pair.
certificateAuthorityArn This property is required. string
The Amazon Resource Name (ARN) of the certificate authority being used.
directoryId This property is required. string
The identifier of the Active Directory.
vpcInformation This property is required. ConnectorVpcInformation
Information of the VPC and security group(s) used with the connector.
tags {[key: string]: string}
Metadata assigned to a connector consisting of a key-value pair.
certificate_authority_arn This property is required. str
The Amazon Resource Name (ARN) of the certificate authority being used.
directory_id This property is required. str
The identifier of the Active Directory.
vpc_information This property is required. ConnectorVpcInformationArgs
Information of the VPC and security group(s) used with the connector.
tags Mapping[str, str]
Metadata assigned to a connector consisting of a key-value pair.
certificateAuthorityArn This property is required. String
The Amazon Resource Name (ARN) of the certificate authority being used.
directoryId This property is required. String
The identifier of the Active Directory.
vpcInformation This property is required. Property Map
Information of the VPC and security group(s) used with the connector.
tags Map<String>
Metadata assigned to a connector consisting of a key-value pair.

Outputs

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

ConnectorArn string
The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
Id string
The provider-assigned unique ID for this managed resource.
ConnectorArn string
The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
Id string
The provider-assigned unique ID for this managed resource.
connectorArn String
The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
id String
The provider-assigned unique ID for this managed resource.
connectorArn string
The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
id string
The provider-assigned unique ID for this managed resource.
connector_arn str
The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
id str
The provider-assigned unique ID for this managed resource.
connectorArn String
The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

ConnectorVpcInformation
, ConnectorVpcInformationArgs

SecurityGroupIds This property is required. List<string>
The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
IpAddressType Pulumi.AwsNative.PcaConnectorAd.ConnectorVpcInformationIpAddressType
SecurityGroupIds This property is required. []string
The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
IpAddressType ConnectorVpcInformationIpAddressType
securityGroupIds This property is required. List<String>
The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
ipAddressType ConnectorVpcInformationIpAddressType
securityGroupIds This property is required. string[]
The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
ipAddressType ConnectorVpcInformationIpAddressType
security_group_ids This property is required. Sequence[str]
The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
ip_address_type ConnectorVpcInformationIpAddressType
securityGroupIds This property is required. List<String>
The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
ipAddressType "IPV4" | "DUALSTACK"

ConnectorVpcInformationIpAddressType
, ConnectorVpcInformationIpAddressTypeArgs

Ipv4
IPV4
Dualstack
DUALSTACK
ConnectorVpcInformationIpAddressTypeIpv4
IPV4
ConnectorVpcInformationIpAddressTypeDualstack
DUALSTACK
Ipv4
IPV4
Dualstack
DUALSTACK
Ipv4
IPV4
Dualstack
DUALSTACK
IPV4
IPV4
DUALSTACK
DUALSTACK
"IPV4"
IPV4
"DUALSTACK"
DUALSTACK

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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi