Show / Hide Table of Contents

Interface IResourceSpecificLoggingReference

A reference to a ResourceSpecificLogging resource.

Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IResourceSpecificLoggingReference
Syntax (vb)
Public Interface IResourceSpecificLoggingReference
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 resourceSpecificLoggingReference = new ResourceSpecificLoggingReference {
                TargetId = "targetId"
            };

Synopsis

Properties

TargetId

The TargetId of the ResourceSpecificLogging resource.

Properties

TargetId

The TargetId of the ResourceSpecificLogging resource.

string TargetId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX