AwsIamRoleDetails

public struct AwsIamRoleDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The trust policy that grants permission to assume the role.

    Declaration

    Swift

    public let assumeRolePolicyDocument: String?
  • Indicates when the role was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

    Declaration

    Swift

    public let createDate: String?
  • The maximum session duration (in seconds) that you want to set for the specified role.

    Declaration

    Swift

    public let maxSessionDuration: Int?
  • The path to the role.

    Declaration

    Swift

    public let path: String?
  • The stable and unique string identifying the role.

    Declaration

    Swift

    public let roleId: String?
  • The friendly name that identifies the role.

    Declaration

    Swift

    public let roleName: String?
  • Undocumented

    Declaration

    Swift

    public init(assumeRolePolicyDocument: String? = nil, createDate: String? = nil, maxSessionDuration: Int? = nil, path: String? = nil, roleId: String? = nil, roleName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws