Workforce Pool Key Args
data class WorkforcePoolKeyArgs(val keyData: Output<KeyDataArgs>? = null, val location: Output<String>? = null, val providerId: Output<String>? = null, val use: Output<WorkforcePoolKeyUse>? = null, val workforcePoolId: Output<String>? = null, val workforcePoolProviderKeyId: Output<String>? = null) : ConvertibleToJava<WorkforcePoolKeyArgs>
Creates a new WorkforcePoolProviderKey in a WorkforcePoolProvider. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun WorkforcePoolKeyArgs(keyData: Output<KeyDataArgs>? = null, location: Output<String>? = null, providerId: Output<String>? = null, use: Output<WorkforcePoolKeyUse>? = null, workforcePoolId: Output<String>? = null, workforcePoolProviderKeyId: Output<String>? = null)