We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.pcaconnectorad.Connector
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Definition of AWS::PCAConnectorAD::Connector Resource Type
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 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
- The Amazon Resource Name (ARN) of the certificate authority being used.
- Directory
Id string - The identifier of the Active Directory.
- Vpc
Information Pulumi.Aws Native. Pca Connector Ad. Inputs. Connector Vpc Information - Information of the VPC and security group(s) used with the connector.
- Dictionary<string, string>
- Metadata assigned to a connector consisting of a key-value pair.
- string
- The Amazon Resource Name (ARN) of the certificate authority being used.
- Directory
Id string - The identifier of the Active Directory.
- Vpc
Information ConnectorVpc Information Args - Information of the VPC and security group(s) used with the connector.
- map[string]string
- Metadata assigned to a connector consisting of a key-value pair.
- String
- The Amazon Resource Name (ARN) of the certificate authority being used.
- directory
Id String - The identifier of the Active Directory.
- vpc
Information ConnectorVpc Information - Information of the VPC and security group(s) used with the connector.
- Map<String,String>
- Metadata assigned to a connector consisting of a key-value pair.
- string
- The Amazon Resource Name (ARN) of the certificate authority being used.
- directory
Id string - The identifier of the Active Directory.
- vpc
Information ConnectorVpc Information - Information of the VPC and security group(s) used with the connector.
- {[key: string]: string}
- Metadata assigned to a connector consisting of a key-value pair.
- str
- The Amazon Resource Name (ARN) of the certificate authority being used.
- directory_
id str - The identifier of the Active Directory.
- vpc_
information ConnectorVpc Information Args - Information of the VPC and security group(s) used with the connector.
- Mapping[str, str]
- Metadata assigned to a connector consisting of a key-value pair.
- String
- The Amazon Resource Name (ARN) of the certificate authority being used.
- directory
Id String - The identifier of the Active Directory.
- vpc
Information Property Map - Information of the VPC and security group(s) used with the connector.
- 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:
- Connector
Arn 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 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 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 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.
- connector
Arn 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
- Security
Group List<string>Ids - The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
- Security
Group []stringIds - The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
- security
Group List<String>Ids - The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
- security
Group string[]Ids - The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
- security_
group_ Sequence[str]ids - The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
- security
Group List<String>Ids - The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi