ResourceSpecificLogging

class ResourceSpecificLogging : KotlinCustomResource

Resource-specific logging allows you to specify a logging level for a specific thing group.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The log level for a specific target. Valid values are: ERROR, WARN, INFO, DEBUG, or DISABLED.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetId: Output<String>

Unique Id for a Target (TargetType:TargetName), this will be internally built to serve as primary identifier for a log target.

Link copied to clipboard
val targetName: Output<String>

The target name.

Link copied to clipboard

The target type. Value must be THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID, or EVENT_TYPE.

Link copied to clipboard
val urn: Output<String>