ProfileArgs

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

Constructors

Link copied to clipboard
constructor(acceptRoleSessionName: Output<Boolean>? = null, attributeMappings: Output<List<ProfileAttributeMappingArgs>>? = null, 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<TagArgs>>? = null)

Properties

Link copied to clipboard
val acceptRoleSessionName: Output<Boolean>? = null

Used to determine if a custom role session name will be accepted in a temporary credential request.

Link copied to clipboard

A mapping applied to the authenticating end-entity certificate.

Link copied to clipboard
val durationSeconds: Output<Double>? = null

The number of seconds vended session credentials will be valid for

Link copied to clipboard
val enabled: Output<Boolean>? = null

The enabled status of the resource.

Link copied to clipboard
val managedPolicyArns: Output<List<String>>? = null

A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.

Link copied to clipboard
val name: Output<String>? = null

The customer specified name of the resource.

Link copied to clipboard
val requireInstanceProperties: Output<Boolean>? = null

Specifies whether instance properties are required in CreateSession requests with this profile.

Link copied to clipboard
val roleArns: Output<List<String>>? = null

A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.

Link copied to clipboard
val sessionPolicy: Output<String>? = null

A session policy that will applied to the trust boundary of the vended session credentials.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of Tags.

Functions

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