awsServiceAccessPrincipals

@JvmName(name = "ijyamyovbhahcuqf")
suspend fun awsServiceAccessPrincipals(value: Output<List<String>>)
@JvmName(name = "fbinlwmmvwqkfeno")
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 = "ajgglivwxvwfntia")
suspend fun awsServiceAccessPrincipals(vararg values: Output<String>)


@JvmName(name = "sgnvptsveydaqrld")
suspend fun awsServiceAccessPrincipals(values: List<Output<String>>)
@JvmName(name = "luvvmfvhgwduodvv")
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.