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