Package-level declarations

Types

Link copied to clipboard
class Crl : KotlinCustomResource

Definition of AWS::RolesAnywhere::CRL Resource Type

Link copied to clipboard
data class CrlArgs(val crlData: Output<String>? = null, val enabled: Output<Boolean>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val trustAnchorArn: Output<String>? = null) : ConvertibleToJava<CrlArgs>

Definition of AWS::RolesAnywhere::CRL Resource Type

Link copied to clipboard

Builder for CrlArgs.

Link copied to clipboard
object CrlMapper : ResourceMapper<Crl>
Link copied to clipboard

Builder for Crl.

Link copied to clipboard
class Profile : KotlinCustomResource

Definition of AWS::RolesAnywhere::Profile Resource Type

Link copied to clipboard
data class ProfileArgs(val acceptRoleSessionName: Output<Boolean>? = null, val attributeMappings: Output<List<ProfileAttributeMappingArgs>>? = null, val durationSeconds: Output<Double>? = 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<List<TagArgs>>? = null) : ConvertibleToJava<ProfileArgs>

Definition of AWS::RolesAnywhere::Profile Resource Type

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

Definition of AWS::RolesAnywhere::TrustAnchor Resource Type.

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

Definition of AWS::RolesAnywhere::TrustAnchor Resource Type.

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

Functions

Link copied to clipboard
fun crl(name: String): Crl
suspend fun crl(name: String, block: suspend CrlResourceBuilder.() -> Unit): Crl
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