Show / Hide Table of Contents

Interface ICfnLoggingProps

Properties for defining a CfnLogging.

Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.AWS.IoT.dll
Syntax (csharp)
public interface ICfnLoggingProps
Syntax (vb)
Public Interface ICfnLoggingProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-logging.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 cfnLoggingProps = new CfnLoggingProps {
    AccountId = "accountId",
    DefaultLogLevel = "defaultLogLevel",
    RoleArn = "roleArn"
};

Synopsis

Properties

AccountId

The account ID.

DefaultLogLevel

The default log level.

RoleArn

The role ARN used for the log.

Properties

AccountId

The account ID.

string AccountId { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-logging.html#cfn-iot-logging-accountid

DefaultLogLevel

The default log level.

string DefaultLogLevel { get; }
Property Value

System.String

Remarks

Valid Values: DEBUG | INFO | ERROR | WARN | DISABLED

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-logging.html#cfn-iot-logging-defaultloglevel

RoleArn

The role ARN used for the log.

string RoleArn { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-logging.html#cfn-iot-logging-rolearn

Back to top Generated by DocFX