allowed Services
Parameters
value
Services allowed for web sign-in with the workforce pool. If not set by default there are no restrictions. Structure is documented below.
suspend fun allowedServices(vararg values: Output<WorkforcePoolAccessRestrictionsAllowedServiceArgs>)
suspend fun allowedServices(values: List<Output<WorkforcePoolAccessRestrictionsAllowedServiceArgs>>)
Parameters
values
Services allowed for web sign-in with the workforce pool. If not set by default there are no restrictions. Structure is documented below.
suspend fun allowedServices(argument: List<suspend WorkforcePoolAccessRestrictionsAllowedServiceArgsBuilder.() -> Unit>)
suspend fun allowedServices(vararg argument: suspend WorkforcePoolAccessRestrictionsAllowedServiceArgsBuilder.() -> Unit)
suspend fun allowedServices(argument: suspend WorkforcePoolAccessRestrictionsAllowedServiceArgsBuilder.() -> Unit)
Parameters
argument
Services allowed for web sign-in with the workforce pool. If not set by default there are no restrictions. Structure is documented below.