DataAccessScopeAllowedDataAccessLabelArgs

data class DataAccessScopeAllowedDataAccessLabelArgs(val assetNamespace: Output<String>? = null, val dataAccessLabel: Output<String>? = null, val displayName: Output<String>? = null, val ingestionLabel: Output<DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs>? = null, val logType: Output<String>? = null) : ConvertibleToJava<DataAccessScopeAllowedDataAccessLabelArgs>

Constructors

constructor(assetNamespace: Output<String>? = null, dataAccessLabel: Output<String>? = null, displayName: Output<String>? = null, ingestionLabel: Output<DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs>? = null, logType: Output<String>? = null)

Properties

Link copied to clipboard
val assetNamespace: Output<String>? = null

The asset namespace configured in the forwarder of the customer's events.

Link copied to clipboard
val dataAccessLabel: Output<String>? = null

The name of the data access label.

Link copied to clipboard
val displayName: Output<String>? = null

(Output) Output only. The display name of the label. Data access label and log types's name will match the display name of the resource. The asset namespace will match the namespace itself. The ingestion key value pair will match the key of the tuple.

Link copied to clipboard

Representation of an ingestion label type. Structure is documented below.

Link copied to clipboard
val logType: Output<String>? = null

The name of the log type.

Functions

Link copied to clipboard
open override fun toJava(): DataAccessScopeAllowedDataAccessLabelArgs