Instant Snapshot Iam Member Args
    data class InstantSnapshotIamMemberArgs(val condition: Output<ConditionArgs>? = null, val member: Output<String>? = null, val name: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<InstantSnapshotIamMemberArgs> 
Sets the access control policy on the specified resource. Replaces any existing policy.
Constructors
Link copied to clipboard
                fun InstantSnapshotIamMemberArgs(condition: Output<ConditionArgs>? = null, member: Output<String>? = null, name: Output<String>? = null, role: Output<String>? = null)