com.itv.aws

iam

package iam

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. iam
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class ARN(value: String) extends AnyVal with Product with Serializable

  2. class AWSCreateRole extends AnyRef

  3. class AWSListRoles extends AnyRef

  4. class AWSPutRolePolicy extends AnyRef

  5. final case class AssumeRolePolicyDocument(value: String) extends AnyVal with Product with Serializable

  6. case class Role(roleDeclaration: RoleDeclaration, arn: ARN) extends Product with Serializable

  7. case class RoleDeclaration(name: RoleName, assumeRolePolicyDocument: AssumeRolePolicyDocument) extends Product with Serializable

  8. final case class RoleName(value: String) extends AnyVal with Product with Serializable

  9. case class RolePolicy(name: RolePolicyName, role: Role, policyDocument: RolePolicyDocument) extends Product with Serializable

  10. final case class RolePolicyDocument(value: String) extends AnyVal with Product with Serializable

  11. final case class RolePolicyName(value: String) extends AnyVal with Product with Serializable

Value Members

  1. object ARN extends Serializable

  2. def iam: (Regions) ⇒ (AWSCredentialsProvider) ⇒ AmazonIdentityManagement

Inherited from AnyRef

Inherited from Any

Ungrouped