Class CfnConnector
Connector for SCEP is a service that links AWS Private Certificate Authority to your SCEP-enabled devices.
Inherited Members
Namespace: Amazon.CDK.AwsPcaconnectorscep
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnector : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnConnector
Inherits CfnResource
Implements IInspectable, ITaggableV2
Remarks
The connector brokers the exchange of certificates from AWS Private CA to your SCEP-enabled devices and mobile device management systems. The connector is a complex type that contains the connector's configuration settings.
CloudformationResource: AWS::PCAConnectorSCEP::Connector
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_pcaconnectorscep;
var cfnConnector = new CfnConnector(this, "MyCfnConnector", new CfnConnectorProps {
CertificateAuthorityArn = "certificateAuthorityArn",
// the properties below are optional
MobileDeviceManagement = new MobileDeviceManagementProperty {
Intune = new IntuneConfigurationProperty {
AzureApplicationId = "azureApplicationId",
Domain = "domain"
}
},
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
CfnConnector(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnConnector(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnConnector(Construct, String, ICfnConnectorProps) |
Properties
AttrConnectorArn | The Amazon Resource Name (ARN) of the connector. |
AttrEndpoint | The connector's HTTPS public SCEP URL. |
AttrOpenIdConfiguration | |
AttrType | The connector type. |
CdkTagManager | Tag Manager which manages the tags for this resource. |
CertificateAuthorityArn | The Amazon Resource Name (ARN) of the certificate authority associated with the connector. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
MobileDeviceManagement | Contains settings relevant to the mobile device management system that you chose for the connector. |
Tags |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnConnector(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnConnector(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnConnector(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnConnector(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnConnector(Construct, String, ICfnConnectorProps)
public CfnConnector(Construct scope, string id, ICfnConnectorProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnConnectorProps
Resource properties.
Properties
AttrConnectorArn
The Amazon Resource Name (ARN) of the connector.
public virtual string AttrConnectorArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: ConnectorArn
AttrEndpoint
The connector's HTTPS public SCEP URL.
public virtual string AttrEndpoint { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Endpoint
AttrOpenIdConfiguration
public virtual IResolvable AttrOpenIdConfiguration { get; }
Property Value
Remarks
CloudformationAttribute: OpenIdConfiguration
AttrType
The connector type.
public virtual string AttrType { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Type
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CertificateAuthorityArn
The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
public virtual string CertificateAuthorityArn { get; set; }
Property Value
System.String
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
MobileDeviceManagement
Contains settings relevant to the mobile device management system that you chose for the connector.
public virtual object MobileDeviceManagement { get; set; }
Property Value
System.Object
Tags
public virtual IDictionary<string, string> Tags { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.String>
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>