RoleTemplateVersion

Contains information about a version of an IAM role template, including the configuration that is used to create roles with AcquireRole. This structure is returned as a response element by the GetRoleTemplateVersion operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The trust policy template that grants an entity permission to assume roles that you create from this template.

Link copied to clipboard

The date and time, in ISO 8601 date-time format, when the role template version was created.

Link copied to clipboard

The minor version that the service uses by default when you create a role from this template without specifying a minor version.

Link copied to clipboard

The description of the role template.

Link copied to clipboard

Specifies whether the role template is enabled. When a template is disabled, you cannot create roles from it.

Link copied to clipboard

A list of inline policy templates that the service embeds in roles that you create from this template.

Link copied to clipboard

The major version number of the role template.

Link copied to clipboard

Indicates that the role template is managed by an Amazon Web Services service.

Link copied to clipboard

The identifier of the Amazon Web Services service that manages the role template.

Link copied to clipboard

A list of the ARNs of the managed policies that the service attaches to roles that you create from this template.

Link copied to clipboard

The maximum session duration (in seconds) for roles that are created from this template.

Link copied to clipboard

The minor version number of this role template version.

Link copied to clipboard

A list of the parameters that are defined for this role template version. You supply values for these parameters when you create a role with AcquireRole.

Link copied to clipboard

The ARN of the policy that sets the permissions boundary for roles that you create from this template.

Link copied to clipboard

The pattern that is used to generate the description of a role that is created from this template.

Link copied to clipboard

The pattern that is used to generate the name of a role that is created from this template. The pattern can include @{parameter} placeholders that are replaced with the values you supply in the ReplacementValues parameter of AcquireRole.

Link copied to clipboard

The pattern that is used to generate the path of a role that is created from this template.

Link copied to clipboard

A list of tag templates that are applied to roles that are created from this template.

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the role template.

Link copied to clipboard

The friendly name that identifies the role template.

Link copied to clipboard

The identifier of the role template version.

Link copied to clipboard

The date and time, in ISO 8601 date-time format, when the role template version was last updated.

Link copied to clipboard

Specifies whether this specific minor version of the role template is enabled.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String