Package-level declarations

Types

Link copied to clipboard
class Association : KotlinCustomResource

Provides a License Manager association.

Link copied to clipboard
data class AssociationArgs(val licenseConfigurationArn: Output<String>? = null, val resourceArn: Output<String>? = null) : ConvertibleToJava<AssociationArgs>

Provides a License Manager association.

Link copied to clipboard
Link copied to clipboard
object AssociationMapper : ResourceMapper<Association>
Link copied to clipboard
Link copied to clipboard
class LicenseConfiguration : KotlinCustomResource

Provides a License Manager license configuration resource.

Link copied to clipboard
data class LicenseConfigurationArgs(val description: Output<String>? = null, val licenseCount: Output<Int>? = null, val licenseCountHardLimit: Output<Boolean>? = null, val licenseCountingType: Output<String>? = null, val licenseRules: Output<List<String>>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LicenseConfigurationArgs>

Provides a License Manager license configuration resource.

Link copied to clipboard
Link copied to clipboard
class LicenseGrant : KotlinCustomResource

Provides a License Manager grant. This allows for sharing licenses with other AWS accounts.

Link copied to clipboard
class LicenseGrantAccepter : KotlinCustomResource

Accepts a License Manager grant. This allows for sharing licenses with other aws accounts.

Link copied to clipboard
data class LicenseGrantAccepterArgs(val grantArn: Output<String>? = null) : ConvertibleToJava<LicenseGrantAccepterArgs>

Accepts a License Manager grant. This allows for sharing licenses with other aws accounts.

Link copied to clipboard
Link copied to clipboard
data class LicenseGrantArgs(val allowedOperations: Output<List<String>>? = null, val licenseArn: Output<String>? = null, val name: Output<String>? = null, val principal: Output<String>? = null) : ConvertibleToJava<LicenseGrantArgs>

Provides a License Manager grant. This allows for sharing licenses with other AWS accounts.

Link copied to clipboard
Link copied to clipboard
object LicenseGrantMapper : ResourceMapper<LicenseGrant>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun association(name: String, block: suspend AssociationResourceBuilder.() -> Unit): Association
Link copied to clipboard