Class CfnTrustStoreRevocation
Adds the specified revocation contents to the specified trust store.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTrustStoreRevocation : CfnResource, IInspectable
Syntax (vb)
Public Class CfnTrustStoreRevocation
Inherits CfnResource
Implements IInspectable
Remarks
You must specify TrustStoreArn
.
CloudformationResource: AWS::ElasticLoadBalancingV2::TrustStoreRevocation
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.ElasticLoadBalancingV2;
var cfnTrustStoreRevocation = new CfnTrustStoreRevocation(this, "MyCfnTrustStoreRevocation", new CfnTrustStoreRevocationProps {
RevocationContents = new [] { new RevocationContentProperty {
RevocationType = "revocationType",
S3Bucket = "s3Bucket",
S3Key = "s3Key",
S3ObjectVersion = "s3ObjectVersion"
} },
TrustStoreArn = "trustStoreArn"
});
Synopsis
Constructors
CfnTrustStoreRevocation(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnTrustStoreRevocation(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnTrustStoreRevocation(Construct, String, ICfnTrustStoreRevocationProps) |
Properties
AttrRevocationId | The revocation ID of the revocation file. |
AttrTrustStoreRevocations | Information about the revocation file in the trust store. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
RevocationContents | The revocation file to add. |
TrustStoreArn | The Amazon Resource Name (ARN) of the trust store. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnTrustStoreRevocation(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnTrustStoreRevocation(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnTrustStoreRevocation(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnTrustStoreRevocation(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnTrustStoreRevocation(Construct, String, ICfnTrustStoreRevocationProps)
public CfnTrustStoreRevocation(Construct scope, string id, ICfnTrustStoreRevocationProps props = null)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnTrustStoreRevocationProps
Resource properties.
Properties
AttrRevocationId
The revocation ID of the revocation file.
public virtual double AttrRevocationId { get; }
Property Value
System.Double
Remarks
CloudformationAttribute: RevocationId
AttrTrustStoreRevocations
Information about the revocation file in the trust store.
public virtual IResolvable AttrTrustStoreRevocations { get; }
Property Value
Remarks
CloudformationAttribute: TrustStoreRevocations
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
RevocationContents
The revocation file to add.
public virtual object RevocationContents { get; set; }
Property Value
System.Object
TrustStoreArn
The Amazon Resource Name (ARN) of the trust store.
public virtual string TrustStoreArn { get; set; }
Property Value
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>