Show / Hide Table of Contents

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-mitigationaction-updatecacertificateparams.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.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 .

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

Back to top Generated by DocFX