AWSSetupRequest
Request to setup AWS OIDC infrastructure using static credentials
Properties
accessKeyIdstring requiredAWS Access Key IDsecretAccessKeystring requiredAWS Secret Access KeysessionTokenstring requiredAWS Session Token (for temporary credentials)policyArnstring requiredARN of the IAM policy to attach to the roleoidcRoleNamestring requiredName of IAM Role for OIDCprojectNamestring optionalESC 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.environmentNamestring optionalESC 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.