1. Packages
  2. AWS Native
  3. API Docs
  4. pcaconnectorscep
  5. Connector

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.pcaconnectorscep.Connector

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    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:

    CertificateAuthorityArn string
    The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
    MobileDeviceManagement Pulumi.AwsNative.PcaConnectorScep.Inputs.ConnectorMobileDeviceManagement
    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.
    Tags Dictionary<string, string>
    CertificateAuthorityArn string
    The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
    MobileDeviceManagement ConnectorMobileDeviceManagementArgs
    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.
    Tags map[string]string
    certificateAuthorityArn String
    The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
    mobileDeviceManagement ConnectorMobileDeviceManagement
    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.
    tags Map<String,String>
    certificateAuthorityArn string
    The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
    mobileDeviceManagement ConnectorMobileDeviceManagement
    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.
    tags {[key: string]: string}
    certificate_authority_arn str
    The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
    mobile_device_management ConnectorMobileDeviceManagementArgs
    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.
    tags Mapping[str, str]
    certificateAuthorityArn String
    The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
    mobileDeviceManagement Property Map
    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.
    tags 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.
    OpenIdConfiguration Pulumi.AwsNative.PcaConnectorScep.Outputs.ConnectorOpenIdConfiguration
    Type Pulumi.AwsNative.PcaConnectorScep.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.
    OpenIdConfiguration ConnectorOpenIdConfiguration
    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.
    openIdConfiguration ConnectorOpenIdConfiguration
    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.
    openIdConfiguration ConnectorOpenIdConfiguration
    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_configuration ConnectorOpenIdConfiguration
    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.
    openIdConfiguration Property Map
    type "GENERAL_PURPOSE" | "INTUNE"
    The connector type.

    Supporting Types

    ConnectorOpenIdConfiguration, ConnectorOpenIdConfigurationArgs

    Audience string
    The audience value to copy into your Microsoft Entra app registration's OIDC.
    Issuer string
    The issuer value to copy into your Microsoft Entra app registration's OIDC.
    Subject string
    The subject value to copy into your Microsoft Entra app registration's OIDC.
    Audience string
    The audience value to copy into your Microsoft Entra app registration's OIDC.
    Issuer string
    The issuer value to copy into your Microsoft Entra app registration's OIDC.
    Subject string
    The subject value to copy into your Microsoft Entra app registration's OIDC.
    audience String
    The audience value to copy into your Microsoft Entra app registration's OIDC.
    issuer String
    The issuer value to copy into your Microsoft Entra app registration's OIDC.
    subject String
    The subject value to copy into your Microsoft Entra app registration's OIDC.
    audience string
    The audience value to copy into your Microsoft Entra app registration's OIDC.
    issuer string
    The issuer value to copy into your Microsoft Entra app registration's OIDC.
    subject string
    The subject value to copy into your Microsoft Entra app registration's OIDC.
    audience str
    The audience value to copy into your Microsoft Entra app registration's OIDC.
    issuer str
    The issuer value to copy into your Microsoft Entra app registration's OIDC.
    subject str
    The subject value to copy into your Microsoft Entra app registration's OIDC.
    audience String
    The audience value to copy into your Microsoft Entra app registration's OIDC.
    issuer String
    The issuer value to copy into your Microsoft Entra app registration's OIDC.
    subject String
    The subject value to copy into your Microsoft Entra app registration's OIDC.

    ConnectorType, ConnectorTypeArgs

    GeneralPurpose
    GENERAL_PURPOSE
    Intune
    INTUNE
    ConnectorTypeGeneralPurpose
    GENERAL_PURPOSE
    ConnectorTypeIntune
    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
    aws-native logo

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

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi