providerArns

@JvmName(name = "icpbnyrorogdbbhm")
suspend fun providerArns(value: Output<List<String>>)
@JvmName(name = "dphrngejsjciriol")
suspend fun providerArns(value: List<String>?)

Parameters

value

A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id} . For a TOKEN or REQUEST authorizer, this is not defined.


@JvmName(name = "xvavymdwjxeuivcv")
suspend fun providerArns(vararg values: Output<String>)


@JvmName(name = "mtwgcmyktnqrcoxj")
suspend fun providerArns(values: List<Output<String>>)
@JvmName(name = "twptpngqpgscfxsp")
suspend fun providerArns(vararg values: String)

Parameters

values

A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id} . For a TOKEN or REQUEST authorizer, this is not defined.