awsServiceAccessPrincipals

@JvmName(name = "pkvbinbwmcabjlsd")
suspend fun awsServiceAccessPrincipals(value: Output<List<String>>)
@JvmName(name = "xoqabvsotwgadyol")
suspend fun awsServiceAccessPrincipals(value: List<String>?)

Parameters

value

List of AWS service principal names for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. Organization must have feature_set set to ALL. Some services do not support enablement via this endpoint, see warning in aws docs.


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


@JvmName(name = "iyujpmtfnklmkrqc")
suspend fun awsServiceAccessPrincipals(values: List<Output<String>>)
@JvmName(name = "prckkgqcagknifjc")
suspend fun awsServiceAccessPrincipals(vararg values: String)

Parameters

values

List of AWS service principal names for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. Organization must have feature_set set to ALL. Some services do not support enablement via this endpoint, see warning in aws docs.