Studio Args
data class StudioArgs(val authMode: Output<StudioAuthMode>? = null, val defaultS3Location: Output<String>? = null, val description: Output<String>? = null, val engineSecurityGroupId: Output<String>? = null, val idpAuthUrl: Output<String>? = null, val idpRelayStateParameterName: Output<String>? = null, val name: Output<String>? = null, val serviceRole: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<StudioTagArgs>>? = null, val userRole: Output<String>? = null, val vpcId: Output<String>? = null, val workspaceSecurityGroupId: Output<String>? = null) : ConvertibleToJava<StudioArgs>
Resource schema for AWS::EMR::Studio
Constructors
Link copied to clipboard
fun StudioArgs(authMode: Output<StudioAuthMode>? = null, defaultS3Location: Output<String>? = null, description: Output<String>? = null, engineSecurityGroupId: Output<String>? = null, idpAuthUrl: Output<String>? = null, idpRelayStateParameterName: Output<String>? = null, name: Output<String>? = null, serviceRole: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<StudioTagArgs>>? = null, userRole: Output<String>? = null, vpcId: Output<String>? = null, workspaceSecurityGroupId: Output<String>? = null)