CreateRoleAliasRequest

public struct CreateRoleAliasRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • How long (in seconds) the credentials will be valid.

    Declaration

    Swift

    public let credentialDurationSeconds: Int?
  • The role alias that points to a role ARN. This allows you to change the role without having to update the device.

    Declaration

    Swift

    public let roleAlias: String
  • The role ARN.

    Declaration

    Swift

    public let roleArn: String
  • Metadata which can be used to manage the role alias. For URI Request parameters use format: …key1=value1&key2=value2… For the CLI command-line parameter use format: &&tags “key1=value1&key2=value2…” For the cli-input-json file use format: “tags”: “key1=value1&key2=value2…”

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(credentialDurationSeconds: Int? = nil, roleAlias: String, roleArn: String, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws