Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class SimpleAd : KotlinCustomResource

Resource Type definition for AWS::DirectoryService::SimpleAD

Link copied to clipboard
data class SimpleAdArgs(val createAlias: Output<Boolean>? = null, val description: Output<String>? = null, val enableSso: Output<Boolean>? = null, val name: Output<String>? = null, val password: Output<String>? = null, val shortName: Output<String>? = null, val size: Output<String>? = null, val vpcSettings: Output<SimpleAdVpcSettingsArgs>? = null) : ConvertibleToJava<SimpleAdArgs>

Resource Type definition for AWS::DirectoryService::SimpleAD

Link copied to clipboard
Link copied to clipboard
object SimpleAdMapper : ResourceMapper<SimpleAd>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun simpleAd(name: String, block: suspend SimpleAdResourceBuilder.() -> Unit): SimpleAd