AssociateEnvironmentOperationsRoleMessage

public struct AssociateEnvironmentOperationsRoleMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the environment to which to set the operations role.

    Declaration

    Swift

    public let environmentName: String
  • The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment’s operations role.

    Declaration

    Swift

    public let operationsRole: String
  • Undocumented

    Declaration

    Swift

    public init(environmentName: String, operationsRole: String)
  • Declaration

    Swift

    public func validate(name: String) throws