createDatasetIntegration
inline suspend fun ObservabilityAdminClient.createDatasetIntegration(crossinline block: CreateDatasetIntegrationRequest.Builder.() -> Unit): CreateDatasetIntegrationResponse
Creates a dataset integration for the caller's account in the current region and returns its ARN.
To use this operation, you must have permission to access the dataset integration resources through the IAM role specified in the RoleArn parameter.
If a dataset integration already exists for the account, this operation fails with a ConflictException.