Class CfnChallenge
For general-purpose connectors.
Inherited Members
Namespace: Amazon.CDK.AWS.PCAConnectorSCEP
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChallenge : CfnResource, IInspectable, IChallengeRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Syntax (vb)
Public Class CfnChallenge Inherits CfnResource Implements IInspectable, IChallengeRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Remarks
Creates a challenge password for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call ListConnectors .
To create additional challenge passwords for the connector, call CreateChallenge again. We recommend frequently rotating your challenge passwords.
CloudformationResource: AWS::PCAConnectorSCEP::Challenge
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 cfnChallenge = new CfnChallenge(this, "MyCfnChallenge", new CfnChallengeProps {
ConnectorArn = "connectorArn",
// the properties below are optional
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
| CfnChallenge(Construct, string, ICfnChallengeProps) | Create a new |
Properties
| AttrChallengeArn | The Amazon Resource Name (ARN) of the challenge. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CdkTagManager | Tag Manager which manages the tags for this resource. |
| CfnProperties | For general-purpose connectors. |
| ChallengeRef | A reference to a Challenge resource. |
| ConnectorArn | The Amazon Resource Name (ARN) of the connector. |
| Tags | For general-purpose connectors. |
Methods
| ArnForChallenge(IChallengeRef) | For general-purpose connectors. |
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| RenderProperties(IDictionary<string, object>) | For general-purpose connectors. |
Constructors
CfnChallenge(Construct, string, ICfnChallengeProps)
Create a new AWS::PCAConnectorSCEP::Challenge.
public CfnChallenge(Construct scope, string id, ICfnChallengeProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnChallengeProps
Resource properties.
Remarks
Creates a challenge password for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call ListConnectors .
To create additional challenge passwords for the connector, call CreateChallenge again. We recommend frequently rotating your challenge passwords.
CloudformationResource: AWS::PCAConnectorSCEP::Challenge
ExampleMetadata: fixture=_generated
Properties
AttrChallengeArn
The Amazon Resource Name (ARN) of the challenge.
public virtual string AttrChallengeArn { get; }
Property Value
Remarks
CloudformationAttribute: ChallengeArn
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
Creates a challenge password for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call ListConnectors .
To create additional challenge passwords for the connector, call CreateChallenge again. We recommend frequently rotating your challenge passwords.
CloudformationResource: AWS::PCAConnectorSCEP::Challenge
ExampleMetadata: fixture=_generated
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
Remarks
Creates a challenge password for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call ListConnectors .
To create additional challenge passwords for the connector, call CreateChallenge again. We recommend frequently rotating your challenge passwords.
CloudformationResource: AWS::PCAConnectorSCEP::Challenge
ExampleMetadata: fixture=_generated
CfnProperties
For general-purpose connectors.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
Creates a challenge password for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call ListConnectors .
To create additional challenge passwords for the connector, call CreateChallenge again. We recommend frequently rotating your challenge passwords.
CloudformationResource: AWS::PCAConnectorSCEP::Challenge
ExampleMetadata: fixture=_generated
ChallengeRef
A reference to a Challenge resource.
public virtual IChallengeReference ChallengeRef { get; }
Property Value
Remarks
Creates a challenge password for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call ListConnectors .
To create additional challenge passwords for the connector, call CreateChallenge again. We recommend frequently rotating your challenge passwords.
CloudformationResource: AWS::PCAConnectorSCEP::Challenge
ExampleMetadata: fixture=_generated
ConnectorArn
The Amazon Resource Name (ARN) of the connector.
public virtual string ConnectorArn { get; set; }
Property Value
Remarks
Creates a challenge password for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call ListConnectors .
To create additional challenge passwords for the connector, call CreateChallenge again. We recommend frequently rotating your challenge passwords.
CloudformationResource: AWS::PCAConnectorSCEP::Challenge
ExampleMetadata: fixture=_generated
Tags
For general-purpose connectors.
public virtual IDictionary<string, string>? Tags { get; set; }
Property Value
Remarks
Creates a challenge password for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call ListConnectors .
To create additional challenge passwords for the connector, call CreateChallenge again. We recommend frequently rotating your challenge passwords.
CloudformationResource: AWS::PCAConnectorSCEP::Challenge
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 cfnChallenge = new CfnChallenge(this, "MyCfnChallenge", new CfnChallengeProps {
ConnectorArn = "connectorArn",
// the properties below are optional
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Methods
ArnForChallenge(IChallengeRef)
For general-purpose connectors.
public static string ArnForChallenge(IChallengeRef resource)
Parameters
- resource IChallengeRef
Returns
Remarks
Creates a challenge password for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call ListConnectors .
To create additional challenge passwords for the connector, call CreateChallenge again. We recommend frequently rotating your challenge passwords.
CloudformationResource: AWS::PCAConnectorSCEP::Challenge
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 cfnChallenge = new CfnChallenge(this, "MyCfnChallenge", new CfnChallengeProps {
ConnectorArn = "connectorArn",
// the properties below are optional
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
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.
Remarks
Creates a challenge password for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call ListConnectors .
To create additional challenge passwords for the connector, call CreateChallenge again. We recommend frequently rotating your challenge passwords.
CloudformationResource: AWS::PCAConnectorSCEP::Challenge
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
For general-purpose connectors.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
Creates a challenge password for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call ListConnectors .
To create additional challenge passwords for the connector, call CreateChallenge again. We recommend frequently rotating your challenge passwords.
CloudformationResource: AWS::PCAConnectorSCEP::Challenge
ExampleMetadata: fixture=_generated