Package-level declarations

Types

Link copied to clipboard
class Profile : KotlinCustomResource

Resource for managing a Roles Anywhere Profile.

Link copied to clipboard
data class ProfileArgs(val durationSeconds: Output<Int>? = null, val enabled: Output<Boolean>? = null, val managedPolicyArns: Output<List<String>>? = null, val name: Output<String>? = null, val requireInstanceProperties: Output<Boolean>? = null, val roleArns: Output<List<String>>? = null, val sessionPolicy: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ProfileArgs>

Resource for managing a Roles Anywhere Profile.

Link copied to clipboard
Link copied to clipboard
object ProfileMapper : ResourceMapper<Profile>
Link copied to clipboard
Link copied to clipboard
class TrustAnchor : KotlinCustomResource

Resource for managing a Roles Anywhere Trust Anchor.

Link copied to clipboard
data class TrustAnchorArgs(val enabled: Output<Boolean>? = null, val name: Output<String>? = null, val source: Output<TrustAnchorSourceArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<TrustAnchorArgs>

Resource for managing a Roles Anywhere Trust Anchor.

Link copied to clipboard
Link copied to clipboard
object TrustAnchorMapper : ResourceMapper<TrustAnchor>
Link copied to clipboard

Functions

Link copied to clipboard
fun profile(name: String): Profile
suspend fun profile(name: String, block: suspend ProfileResourceBuilder.() -> Unit): Profile
Link copied to clipboard
suspend fun trustAnchor(name: String, block: suspend TrustAnchorResourceBuilder.() -> Unit): TrustAnchor