Interface CfnMitigationAction.IUpdateDeviceCertificateParamsProperty
Parameters to define a mitigation action that changes the state of the device certificate to inactive.
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IUpdateDeviceCertificateParamsProperty
Syntax (vb)
Public Interface IUpdateDeviceCertificateParamsProperty
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 updateDeviceCertificateParamsProperty = new UpdateDeviceCertificateParamsProperty {
Action = "action"
};
Synopsis
Properties
Action | The action that you want to apply to the device certificate. |
Properties
Action
The action that you want to apply to the device certificate.
string Action { get; }
Property Value
System.