Skip to content

Commit

Permalink
Add built in to endpoint provider spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Oct 18, 2023
1 parent 13a14dc commit 016800e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ def built_in_to_param(built_in, value)
Param.new('use_fips_endpoint', value)
when 'AWS::UseDualStack'
Param.new('use_dualstack_endpoint', value)
when 'AWS::Auth::CredentialScope'
Param.new('credential_scope', value)
when 'AWS::STS::UseGlobalEndpoint'
Param.new('sts_regional_endpoints', value ? 'legacy' : 'regional')
when 'AWS::S3::UseGlobalEndpoint'
Expand Down

0 comments on commit 016800e

Please sign in to comment.