ProfileArgs

data class ProfileArgs(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<ProfileTagArgs>>? = null) : ConvertibleToJava<ProfileArgs>

Definition of AWS::RolesAnywhere::Profile Resource Type

Constructors

Link copied to clipboard
fun ProfileArgs(durationSeconds: Output<Double>? = null, enabled: Output<Boolean>? = null, managedPolicyArns: Output<List<String>>? = null, name: Output<String>? = null, requireInstanceProperties: Output<Boolean>? = null, roleArns: Output<List<String>>? = null, sessionPolicy: Output<String>? = null, tags: Output<List<ProfileTagArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ProfileArgs

Properties

Link copied to clipboard
val durationSeconds: Output<Double>? = null
Link copied to clipboard
val enabled: Output<Boolean>? = null
Link copied to clipboard
val managedPolicyArns: Output<List<String>>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val requireInstanceProperties: Output<Boolean>? = null
Link copied to clipboard
val roleArns: Output<List<String>>? = null
Link copied to clipboard
val sessionPolicy: Output<String>? = null
Link copied to clipboard
val tags: Output<List<ProfileTagArgs>>? = null