Package-level declarations

Types

Link copied to clipboard
class OrganizationSourceIamBinding : KotlinCustomResource

Sets the access control policy on the specified Source.

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

Sets the access control policy on the specified Source.

Link copied to clipboard
class OrganizationSourceIamMember : KotlinCustomResource

Sets the access control policy on the specified Source.

Link copied to clipboard
data class OrganizationSourceIamMemberArgs(val condition: Output<ConditionArgs>? = null, val member: Output<String>? = null, val name: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<OrganizationSourceIamMemberArgs>

Sets the access control policy on the specified Source.

Link copied to clipboard
class OrganizationSourceIamPolicy : KotlinCustomResource

Sets the access control policy on the specified Source. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Link copied to clipboard
data class OrganizationSourceIamPolicyArgs(val auditConfigs: Output<List<AuditConfigArgs>>? = null, val bindings: Output<List<BindingArgs>>? = null, val etag: Output<String>? = null, val organizationId: Output<String>? = null, val sourceId: Output<String>? = null, val updateMask: Output<String>? = null, val version: Output<Int>? = null) : ConvertibleToJava<OrganizationSourceIamPolicyArgs>

Sets the access control policy on the specified Source. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Link copied to clipboard
class Source : KotlinCustomResource

Creates a source. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

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

Creates a source. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Link copied to clipboard

Builder for SourceArgs.

Link copied to clipboard
object SourceMapper : ResourceMapper<Source>
Link copied to clipboard

Builder for Source.

Functions