Profile Args
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)