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
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:
- string
- The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
- MobileDevice 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.
- MobileDevice 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.
- mobileDevice 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.
- mobileDevice 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.
- mobileDevice 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:
- ConnectorArn 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.
- OpenId Pulumi.Configuration Aws Native. Pca Connector Scep. Outputs. Connector Open Id Configuration 
- Type
Pulumi.Aws Native. Pca Connector Scep. Connector Type 
- The connector type.
- ConnectorArn 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.
- OpenId ConnectorConfiguration Open Id Configuration 
- Type
ConnectorType 
- The connector type.
- connectorArn 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.
- openId ConnectorConfiguration Open Id Configuration 
- type
ConnectorType 
- The connector type.
- connectorArn 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.
- openId ConnectorConfiguration Open Id Configuration 
- type
ConnectorType 
- 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
ConnectorType 
- The connector type.
- connectorArn 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.
- openId Property MapConfiguration 
- type "GENERAL_PURPOSE" | "INTUNE"
- The connector type.
Supporting Types
ConnectorOpenIdConfiguration, ConnectorOpenIdConfigurationArgs        
ConnectorType, ConnectorTypeArgs    
- GeneralPurpose 
- GENERAL_PURPOSE
- Intune
- INTUNE
- ConnectorType General Purpose 
- GENERAL_PURPOSE
- ConnectorType Intune 
- INTUNE
- GeneralPurpose 
- GENERAL_PURPOSE
- Intune
- INTUNE
- GeneralPurpose 
- 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.