Package-level declarations

Types

Link copied to clipboard
class Group : KotlinCustomResource

Provides a Security Center Group resource. For information about Security Center Group and how to use it, see What is Group.

Link copied to clipboard
data class GroupArgs(val groupId: Output<String>? = null, val groupName: Output<String>? = null) : ConvertibleToJava<GroupArgs>

Provides a Security Center Group resource. For information about Security Center Group and how to use it, see What is Group.

Link copied to clipboard

Builder for GroupArgs.

Link copied to clipboard
object GroupMapper : ResourceMapper<Group>
Link copied to clipboard

Builder for Group.

Link copied to clipboard
Link copied to clipboard
class ServiceLinkedRole : KotlinCustomResource

Using this resource can create SecurityCenter service-linked role : AliyunServiceRolePolicyForSas. This Role is a Resource Access Management (RAM) role, which to obtain permissions to access another Alibaba Cloud service. For information about Security Center Service Role and how to use it, see What is Security Center.

Link copied to clipboard
class ServiceLinkedRoleArgs : ConvertibleToJava<ServiceLinkedRoleArgs>

Using this resource can create SecurityCenter service-linked role : AliyunServiceRolePolicyForSas. This Role is a Resource Access Management (RAM) role, which to obtain permissions to access another Alibaba Cloud service. For information about Security Center Service Role and how to use it, see What is Security Center.

Link copied to clipboard
object ServiceLinkedRoleMapper : ResourceMapper<ServiceLinkedRole>

Functions

Link copied to clipboard
fun group(name: String): Group
suspend fun group(name: String, block: suspend GroupResourceBuilder.() -> Unit): Group