Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-mitigationaction-updatedevicecertificateparams.html

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; }
Property Value

string

Remarks

The only supported value is DEACTIVATE .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-mitigationaction-updatedevicecertificateparams.html#cfn-iot-mitigationaction-updatedevicecertificateparams-action

Back to top Generated by DocFX