GetAccessRulesResult

data class GetAccessRulesResult(val accessGroupName: String, val id: String, val ids: List<String>, val outputFile: String? = null, val rules: List<GetAccessRulesRule>, val rwAccess: String? = null, val sourceCidrIp: String? = null, val userAccess: String? = null)

A collection of values returned by getAccessRules.

Constructors

Link copied to clipboard
constructor(accessGroupName: String, id: String, ids: List<String>, outputFile: String? = null, rules: List<GetAccessRulesRule>, rwAccess: String? = null, sourceCidrIp: String? = null, userAccess: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of rule IDs, Each element set to access_rule_id (Each element formats as <access_group_name>:<access_rule_id> before 1.53.0).

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

A list of AccessRules. Each element contains the following attributes:

Link copied to clipboard
val rwAccess: String? = null

RWAccess of the AccessRule.

Link copied to clipboard
val sourceCidrIp: String? = null

SourceCidrIp of the AccessRule.

Link copied to clipboard
val userAccess: String? = null

UserAccess of the AccessRule