Class CfnCRL
Inherited Members
Namespace: Amazon.CDK.AWS.RolesAnywhere
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCRL : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnCRL Inherits CfnResource Implements IInspectable, ITaggable
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
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.RolesAnywhere;
var cfnCRL = new CfnCRL(this, "MyCfnCRL", new CfnCRLProps {
CrlData = "crlData",
Name = "name",
// the properties below are optional
Enabled = false,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TrustAnchorArn = "trustAnchorArn"
});
Synopsis
Constructors
CfnCRL(Construct, string, ICfnCRLProps) | http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html. |
Properties
AttrCrlId | The unique primary identifier of the Crl. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html. |
CrlData | The x509 v3 specified certificate revocation list (CRL). |
Enabled | Specifies whether the certificate revocation list (CRL) is enabled. |
Name | The name of the certificate revocation list (CRL). |
Tags | Tag Manager which manages the tags for this resource. |
TagsRaw | A list of tags to attach to the certificate revocation list (CRL). |
TrustAnchorArn | The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<string, object>) | http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html. |
Constructors
CfnCRL(Construct, string, ICfnCRLProps)
public CfnCRL(Construct scope, string id, ICfnCRLProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnCRLProps
Resource properties.
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
ExampleMetadata: fixture=_generated
Properties
AttrCrlId
The unique primary identifier of the Crl.
public virtual string AttrCrlId { get; }
Property Value
Remarks
CloudformationAttribute: CrlId
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
ExampleMetadata: fixture=_generated
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
ExampleMetadata: fixture=_generated
CrlData
The x509 v3 specified certificate revocation list (CRL).
public virtual string CrlData { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
ExampleMetadata: fixture=_generated
Enabled
Specifies whether the certificate revocation list (CRL) is enabled.
public virtual object? Enabled { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
ExampleMetadata: fixture=_generated
Name
The name of the certificate revocation list (CRL).
public virtual string Name { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
ExampleMetadata: fixture=_generated
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
ExampleMetadata: fixture=_generated
TagsRaw
A list of tags to attach to the certificate revocation list (CRL).
public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value
ICfnTag[]
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
ExampleMetadata: fixture=_generated
TrustAnchorArn
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
public virtual string? TrustAnchorArn { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
ExampleMetadata: fixture=_generated
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.
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
CloudformationResource: AWS::RolesAnywhere::CRL
ExampleMetadata: fixture=_generated