Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class FolderFeed : KotlinCustomResource

Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about FolderFeed, see:

Link copied to clipboard
data class FolderFeedArgs(val assetNames: Output<List<String>>? = null, val assetTypes: Output<List<String>>? = null, val billingProject: Output<String>? = null, val condition: Output<FolderFeedConditionArgs>? = null, val contentType: Output<String>? = null, val feedId: Output<String>? = null, val feedOutputConfig: Output<FolderFeedFeedOutputConfigArgs>? = null, val folder: Output<String>? = null) : ConvertibleToJava<FolderFeedArgs>

Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about FolderFeed, see:

Link copied to clipboard
Link copied to clipboard
object FolderFeedMapper : ResourceMapper<FolderFeed>
Link copied to clipboard
Link copied to clipboard
class OrganizationFeed : KotlinCustomResource

Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about OrganizationFeed, see:

Link copied to clipboard
data class OrganizationFeedArgs(val assetNames: Output<List<String>>? = null, val assetTypes: Output<List<String>>? = null, val billingProject: Output<String>? = null, val condition: Output<OrganizationFeedConditionArgs>? = null, val contentType: Output<String>? = null, val feedId: Output<String>? = null, val feedOutputConfig: Output<OrganizationFeedFeedOutputConfigArgs>? = null, val orgId: Output<String>? = null) : ConvertibleToJava<OrganizationFeedArgs>

Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about OrganizationFeed, see:

Link copied to clipboard
object OrganizationFeedMapper : ResourceMapper<OrganizationFeed>
Link copied to clipboard
class ProjectFeed : KotlinCustomResource

Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about ProjectFeed, see:

Link copied to clipboard
data class ProjectFeedArgs(val assetNames: Output<List<String>>? = null, val assetTypes: Output<List<String>>? = null, val billingProject: Output<String>? = null, val condition: Output<ProjectFeedConditionArgs>? = null, val contentType: Output<String>? = null, val feedId: Output<String>? = null, val feedOutputConfig: Output<ProjectFeedFeedOutputConfigArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<ProjectFeedArgs>

Describes a Cloud Asset Inventory feed used to to listen to asset updates. To get more information about ProjectFeed, see:

Link copied to clipboard
Link copied to clipboard
object ProjectFeedMapper : ResourceMapper<ProjectFeed>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun folderFeed(name: String, block: suspend FolderFeedResourceBuilder.() -> Unit): FolderFeed
Link copied to clipboard
Link copied to clipboard
suspend fun projectFeed(name: String, block: suspend ProjectFeedResourceBuilder.() -> Unit): ProjectFeed