WorkloadIdentityPoolProvider constructor

WorkloadIdentityPoolProvider({
  1. String? attributeCondition,
  2. Map<String, String>? attributeMapping,
  3. Aws? aws,
  4. String? description,
  5. bool? disabled,
  6. String? displayName,
  7. String? expireTime,
  8. String? name,
  9. Oidc? oidc,
  10. Saml? saml,
  11. String? state,
})

Implementation

WorkloadIdentityPoolProvider({
  this.attributeCondition,
  this.attributeMapping,
  this.aws,
  this.description,
  this.disabled,
  this.displayName,
  this.expireTime,
  this.name,
  this.oidc,
  this.saml,
  this.state,
});