Interface CfnMitigationAction.IUpdateCACertificateParamsProperty
Parameters to define a mitigation action that changes the state of the CA certificate to inactive.
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.AWS.IoT.dll
Syntax (csharp)
public interface IUpdateCACertificateParamsProperty
Syntax (vb)
Public Interface IUpdateCACertificateParamsProperty
Remarks
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.IoT;
var updateCACertificateParamsProperty = new UpdateCACertificateParamsProperty {
Action = "action"
};
Synopsis
Properties
Action | The action that you want to apply to the CA certificate. |
Properties
Action
The action that you want to apply to the CA certificate.
string Action { get; }
Property Value
System.String
Remarks
The only supported value is DEACTIVATE
.