Active Role Assignment Schedule Args
data class ActiveRoleAssignmentScheduleArgs(val expiration: Output<ActiveRoleAssignmentScheduleExpirationArgs>? = null, val startDateTime: Output<String>? = null) : ConvertibleToJava<ActiveRoleAssignmentScheduleArgs>
Constructors
Link copied to clipboard
constructor(expiration: Output<ActiveRoleAssignmentScheduleExpirationArgs>? = null, startDateTime: Output<String>? = null)