Interface CfnMitigationActionPropsMixin.IUpdateDeviceCertificateParamsProperty
Parameters to define a mitigation action that changes the state of the device certificate to inactive.
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoT.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnMitigationActionPropsMixin.IUpdateDeviceCertificateParamsProperty
Syntax (vb)
Public Interface CfnMitigationActionPropsMixin.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.Mixins.Preview.AWS.IoT.Mixins;
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; }