AWS Native is in preview. AWS Classic is fully supported.
aws-native.pcaconnectorad.Connector
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Definition of AWS::PCAConnectorAD::Connector Resource Type
Create Connector Resource
new Connector(name: string, args: ConnectorArgs, opts?: CustomResourceOptions);
@overload
def Connector(resource_name: str,
opts: Optional[ResourceOptions] = None,
certificate_authority_arn: Optional[str] = None,
directory_id: Optional[str] = None,
tags: Optional[ConnectorTagsArgs] = None,
vpc_information: Optional[ConnectorVpcInformationArgs] = None)
@overload
def Connector(resource_name: str,
args: ConnectorArgs,
opts: Optional[ResourceOptions] = 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.
- name string
- The unique name of the resource.
- args ConnectorArgs
- 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 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 string
- The unique name of the resource.
- args ConnectorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConnectorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
The Connector resource accepts the following input properties:
- String
- directory
Id String - vpc
Information Property Map - Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the Connector resource produces the following output properties:
- Connector
Arn string - Id string
The provider-assigned unique ID for this managed resource.
- Connector
Arn string - Id string
The provider-assigned unique ID for this managed resource.
- connector
Arn String - id String
The provider-assigned unique ID for this managed resource.
- connector
Arn string - id string
The provider-assigned unique ID for this managed resource.
- connector_
arn str - id str
The provider-assigned unique ID for this managed resource.
- connector
Arn String - id String
The provider-assigned unique ID for this managed resource.
Supporting Types
ConnectorVpcInformation, ConnectorVpcInformationArgs
- Security
Group List<string>Ids
- Security
Group []stringIds
- security
Group List<String>Ids
- security
Group string[]Ids
- security_
group_ Sequence[str]ids
- security
Group List<String>Ids
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.