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

AWSSetupRequest

    Request to setup AWS OIDC infrastructure using static credentials

    Properties

    • accessKeyId string required
      AWS Access Key ID
    • secretAccessKey string required
      AWS Secret Access Key
    • sessionToken string required
      AWS Session Token (for temporary credentials)
    • 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.