Package-level declarations

Types

Link copied to clipboard

Provides an CloudSearch domain resource. The provider waits for the domain to become Active when applying a configuration.

Link copied to clipboard
data class DomainArgs(val endpointOptions: Output<DomainEndpointOptionsArgs>? = null, val indexFields: Output<List<DomainIndexFieldArgs>>? = null, val multiAz: Output<Boolean>? = null, val name: Output<String>? = null, val scalingParameters: Output<DomainScalingParametersArgs>? = null) : ConvertibleToJava<DomainArgs>

Provides an CloudSearch domain resource. The provider waits for the domain to become Active when applying a configuration.

Link copied to clipboard

Builder for DomainArgs.

Link copied to clipboard
Link copied to clipboard

Builder for Domain.

Link copied to clipboard

Provides an CloudSearch domain service access policy resource. The provider waits for the domain service access policy to become Active when applying a configuration.

Link copied to clipboard
data class DomainServiceAccessPolicyArgs(val accessPolicy: Output<String>? = null, val domainName: Output<String>? = null) : ConvertibleToJava<DomainServiceAccessPolicyArgs>

Provides an CloudSearch domain service access policy resource. The provider waits for the domain service access policy to become Active when applying a configuration.

Functions

Link copied to clipboard
suspend fun domainResource(name: String, block: suspend DomainResourceBuilder.() -> Unit): Domain