AccountResourcePropertiesArgs

data class AccountResourcePropertiesArgs(val configuration: Output<Either<String, AccountConfiguration>>? = null, val cors: Output<List<CorsRuleArgs>>? = null, val endpointAuthentications: Output<List<EndpointAuthenticationArgs>>? = null, val reportsConnectionString: Output<String>? = null) : ConvertibleToJava<AccountResourcePropertiesArgs>

Account resource properties.

Constructors

Link copied to clipboard
constructor(configuration: Output<Either<String, AccountConfiguration>>? = null, cors: Output<List<CorsRuleArgs>>? = null, endpointAuthentications: Output<List<EndpointAuthenticationArgs>>? = null, reportsConnectionString: Output<String>? = null)

Properties

Link copied to clipboard
val configuration: Output<Either<String, AccountConfiguration>>? = null

Account configuration. This can only be set at RecommendationsService Account creation.

Link copied to clipboard
val cors: Output<List<CorsRuleArgs>>? = null

The list of CORS details.

Link copied to clipboard

The list of service endpoints authentication details.

Link copied to clipboard
val reportsConnectionString: Output<String>? = null

Connection string to write Accounts reports to.

Functions

Link copied to clipboard
open override fun toJava(): AccountResourcePropertiesArgs