awsServiceAccessPrincipals

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


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