Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AWSSSOSetupRequest

AWSSSOSetupRequest

    Request to setup AWS from AWS SSO

    Properties

    • sessionId string required
      The auth session id
    • region string required
      The AWS SSO Region
    • accountId string required
      The AWS account id
    • accountRoleName string required
      The AWS account role name
    • policyArn string required
      ARN of the IAM policy to attach to the role
    • oidcRoleName string required
      Name of IAM Role for OIDC
    • projectName string optional
      ESC project name of the environment that will assume the role. When set together with environmentName, the role’s trust policy only accepts tokens issued for that environment.
    • environmentName string optional
      ESC environment name of the environment that will assume the role. When set together with projectName, the role’s trust policy only accepts tokens issued for that environment.

      The infrastructure as code platform for any cloud.