Class ResourceSpecificLoggingReference
A reference to a ResourceSpecificLogging resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ResourceSpecificLoggingReference : IResourceSpecificLoggingReference
Syntax (vb)
Public Class ResourceSpecificLoggingReference Implements 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
Constructors
ResourceSpecificLoggingReference() | A reference to a ResourceSpecificLogging resource. |
Properties
TargetId | The TargetId of the ResourceSpecificLogging resource. |
Constructors
ResourceSpecificLoggingReference()
A reference to a ResourceSpecificLogging resource.
public ResourceSpecificLoggingReference()
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"
};
Properties
TargetId
The TargetId of the ResourceSpecificLogging resource.
public string TargetId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated