Package-level declarations

Types

Link copied to clipboard

Represents a Data Fusion instance. To get more information about Instance, see:

Link copied to clipboard
data class InstanceIamBindingArgs(val condition: Output<InstanceIamBindingConditionArgs>? = null, val members: Output<List<String>>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<InstanceIamBindingArgs>

Represents a Data Fusion instance. To get more information about Instance, see:

Link copied to clipboard

Represents a Data Fusion instance. To get more information about Instance, see:

Link copied to clipboard
data class InstanceIamMemberArgs(val condition: Output<InstanceIamMemberConditionArgs>? = null, val member: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<InstanceIamMemberArgs>

Represents a Data Fusion instance. To get more information about Instance, see:

Link copied to clipboard

Represents a Data Fusion instance. To get more information about Instance, see:

Link copied to clipboard
data class InstanceIamPolicyArgs(val name: Output<String>? = null, val policyData: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null) : ConvertibleToJava<InstanceIamPolicyArgs>

Represents a Data Fusion instance. To get more information about Instance, see:

Link copied to clipboard

A Cloud Security Command Center (Cloud SCC) notification configs. A notification config is a Cloud SCC resource that contains the configuration to send notifications for create/update events of findings, assets and etc.

Link copied to clipboard
data class NotificationConfigArgs(val configId: Output<String>? = null, val description: Output<String>? = null, val organization: Output<String>? = null, val pubsubTopic: Output<String>? = null, val streamingConfig: Output<NotificationConfigStreamingConfigArgs>? = null) : ConvertibleToJava<NotificationConfigArgs>

A Cloud Security Command Center (Cloud SCC) notification configs. A notification config is a Cloud SCC resource that contains the configuration to send notifications for create/update events of findings, assets and etc.

Link copied to clipboard

A Cloud Security Command Center's (Cloud SCC) finding source. A finding source is an entity or a mechanism that can produce a finding. A source is like a container of findings that come from the same scanner, logger, monitor, etc. To get more information about Source, see:

Link copied to clipboard
data class SourceArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val organization: Output<String>? = null) : ConvertibleToJava<SourceArgs>

A Cloud Security Command Center's (Cloud SCC) finding source. A finding source is an entity or a mechanism that can produce a finding. A source is like a container of findings that come from the same scanner, logger, monitor, etc. To get more information about Source, see:

Link copied to clipboard

Builder for SourceArgs.

Link copied to clipboard

A Cloud Security Command Center's (Cloud SCC) finding source. A finding source is an entity or a mechanism that can produce a finding. A source is like a container of findings that come from the same scanner, logger, monitor, etc. To get more information about Source, see:

Link copied to clipboard
data class SourceIamBindingArgs(val condition: Output<SourceIamBindingConditionArgs>? = null, val members: Output<List<String>>? = null, val organization: Output<String>? = null, val role: Output<String>? = null, val source: Output<String>? = null) : ConvertibleToJava<SourceIamBindingArgs>

A Cloud Security Command Center's (Cloud SCC) finding source. A finding source is an entity or a mechanism that can produce a finding. A source is like a container of findings that come from the same scanner, logger, monitor, etc. To get more information about Source, see:

Link copied to clipboard

A Cloud Security Command Center's (Cloud SCC) finding source. A finding source is an entity or a mechanism that can produce a finding. A source is like a container of findings that come from the same scanner, logger, monitor, etc. To get more information about Source, see:

Link copied to clipboard
data class SourceIamMemberArgs(val condition: Output<SourceIamMemberConditionArgs>? = null, val member: Output<String>? = null, val organization: Output<String>? = null, val role: Output<String>? = null, val source: Output<String>? = null) : ConvertibleToJava<SourceIamMemberArgs>

A Cloud Security Command Center's (Cloud SCC) finding source. A finding source is an entity or a mechanism that can produce a finding. A source is like a container of findings that come from the same scanner, logger, monitor, etc. To get more information about Source, see:

Link copied to clipboard

A Cloud Security Command Center's (Cloud SCC) finding source. A finding source is an entity or a mechanism that can produce a finding. A source is like a container of findings that come from the same scanner, logger, monitor, etc. To get more information about Source, see:

Link copied to clipboard
data class SourceIamPolicyArgs(val organization: Output<String>? = null, val policyData: Output<String>? = null, val source: Output<String>? = null) : ConvertibleToJava<SourceIamPolicyArgs>

A Cloud Security Command Center's (Cloud SCC) finding source. A finding source is an entity or a mechanism that can produce a finding. A source is like a container of findings that come from the same scanner, logger, monitor, etc. To get more information about Source, see:

Link copied to clipboard
Link copied to clipboard

Builder for Source.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun sourceResource(name: String, block: suspend SourceResourceBuilder.() -> Unit): Source