LoggingFunctions

Functions

Link copied to clipboard

Describes the settings associated with a folder. To get more information about LoggingFolderSettings, see:

Link copied to clipboard

Retrieves the current IAM policy data for logview

suspend fun getLogViewIamPolicy(bucket: String, location: String? = null, name: String, parent: String): GetLogViewIamPolicyResult
Link copied to clipboard

Describes the settings associated with a organization. To get more information about LoggingOrganizationSettings, see:

Link copied to clipboard

Describes the customer-managed encryption key (CMEK) settings associated with a project. To get more information about Service, see:

suspend fun getProjectCmekSettings(kmsKeyName: String? = null, project: String): GetProjectCmekSettingsResult
Link copied to clipboard

Describes the settings associated with a project. To get more information about LoggingProjectSettings, see:

Link copied to clipboard
suspend fun getSink(argument: GetSinkPlainArgs): GetSinkResult

Use this data source to get a project, folder, organization or billing account logging sink details. To get more information about Service, see: API documentation

suspend fun getSink(id: String): GetSinkResult
suspend fun getSink(argument: suspend GetSinkPlainArgsBuilder.() -> Unit): GetSinkResult