We recommend new projects start with resources from the AWS provider.
aws-native.pcaconnectorscep.Connector
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Represents a Connector that allows certificate issuance through Simple Certificate Enrollment Protocol (SCEP)
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,
mobile_device_management: Optional[ConnectorMobileDeviceManagementArgs] = 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:pcaconnectorscep: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 associated with the connector.
- Mobile
Device Pulumi.Management Aws Native. Pca Connector Scep. Inputs. Connector Mobile Device Management - Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure
MobileDeviceManagement
, then the connector is for general-purpose use and this object is empty. - Dictionary<string, string>
- string
- The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
- Mobile
Device ConnectorManagement Mobile Device Management Args - Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure
MobileDeviceManagement
, then the connector is for general-purpose use and this object is empty. - map[string]string
- String
- The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
- mobile
Device ConnectorManagement Mobile Device Management - Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure
MobileDeviceManagement
, then the connector is for general-purpose use and this object is empty. - Map<String,String>
- string
- The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
- mobile
Device ConnectorManagement Mobile Device Management - Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure
MobileDeviceManagement
, then the connector is for general-purpose use and this object is empty. - {[key: string]: string}
- str
- The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
- mobile_
device_ Connectormanagement Mobile Device Management Args - Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure
MobileDeviceManagement
, then the connector is for general-purpose use and this object is empty. - Mapping[str, str]
- String
- The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
- mobile
Device Property MapManagement - Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure
MobileDeviceManagement
, then the connector is for general-purpose use and this object is empty. - Map<String>
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) of the connector.
- Endpoint string
- The connector's HTTPS public SCEP URL.
- Id string
- The provider-assigned unique ID for this managed resource.
- Open
Id Pulumi.Configuration Aws Native. Pca Connector Scep. Outputs. Connector Open Id Configuration - Type
Pulumi.
Aws Native. Pca Connector Scep. Connector Type - The connector type.
- Connector
Arn string - The Amazon Resource Name (ARN) of the connector.
- Endpoint string
- The connector's HTTPS public SCEP URL.
- Id string
- The provider-assigned unique ID for this managed resource.
- Open
Id ConnectorConfiguration Open Id Configuration - Type
Connector
Type - The connector type.
- connector
Arn String - The Amazon Resource Name (ARN) of the connector.
- endpoint String
- The connector's HTTPS public SCEP URL.
- id String
- The provider-assigned unique ID for this managed resource.
- open
Id ConnectorConfiguration Open Id Configuration - type
Connector
Type - The connector type.
- connector
Arn string - The Amazon Resource Name (ARN) of the connector.
- endpoint string
- The connector's HTTPS public SCEP URL.
- id string
- The provider-assigned unique ID for this managed resource.
- open
Id ConnectorConfiguration Open Id Configuration - type
Connector
Type - The connector type.
- connector_
arn str - The Amazon Resource Name (ARN) of the connector.
- endpoint str
- The connector's HTTPS public SCEP URL.
- id str
- The provider-assigned unique ID for this managed resource.
- open_
id_ Connectorconfiguration Open Id Configuration - type
Connector
Type - The connector type.
- connector
Arn String - The Amazon Resource Name (ARN) of the connector.
- endpoint String
- The connector's HTTPS public SCEP URL.
- id String
- The provider-assigned unique ID for this managed resource.
- open
Id Property MapConfiguration - type "GENERAL_PURPOSE" | "INTUNE"
- The connector type.
Supporting Types
ConnectorOpenIdConfiguration, ConnectorOpenIdConfigurationArgs
ConnectorType, ConnectorTypeArgs
- General
Purpose - GENERAL_PURPOSE
- Intune
- INTUNE
- Connector
Type General Purpose - GENERAL_PURPOSE
- Connector
Type Intune - INTUNE
- General
Purpose - GENERAL_PURPOSE
- Intune
- INTUNE
- General
Purpose - GENERAL_PURPOSE
- Intune
- INTUNE
- GENERAL_PURPOSE
- GENERAL_PURPOSE
- INTUNE
- INTUNE
- "GENERAL_PURPOSE"
- GENERAL_PURPOSE
- "INTUNE"
- INTUNE
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.