Class AwsBuiltIns
java.lang.Object
software.amazon.smithy.rulesengine.aws.language.functions.AwsBuiltIns
AWS-specific built-in parameters for EndpointRules.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Parameter
Built-in parameter representing the AccountId.static final Parameter
Built-in parameter representing the AccountId Endpoint Mode.static final Parameter
Built-in parameter representing the Credential Scope.static final Parameter
Built-in parameter representing the DualStack parameter for SDKs.static final Parameter
Built-in parameter representing whether the endpoint must be FIPS-compliant.static final Parameter
Built-in parameter representing Region eg.static final Parameter
This MUST only be used by the S3 rules.static final Parameter
This MUST only be used by the S3Control rules.static final Parameter
This MUST only be used by the S3 rules.static final Parameter
This MUST only be used by the S3 rules.static final Parameter
This MUST only be used by the S3 rules.static final Parameter
This MUST only be used by the S3 rules.static final Parameter
This MUST only be used by the STS rules. -
Method Summary
-
Field Details
-
DUALSTACK
Built-in parameter representing the DualStack parameter for SDKs. -
FIPS
Built-in parameter representing whether the endpoint must be FIPS-compliant. -
REGION
Built-in parameter representing Region eg. `us-east-1`. -
ACCOUNT_ID
Built-in parameter representing the AccountId. -
ACCOUNT_ID_ENDPOINT_MODE
Built-in parameter representing the AccountId Endpoint Mode. -
CREDENTIAL_SCOPE
Built-in parameter representing the Credential Scope. -
S3_ACCELERATE
This MUST only be used by the S3 rules. -
S3_DISABLE_MRAP
This MUST only be used by the S3 rules. -
S3_FORCE_PATH_STYLE
This MUST only be used by the S3 rules. -
S3_USE_ARN_REGION
This MUST only be used by the S3 rules. -
S3_USE_GLOBAL_ENDPOINT
This MUST only be used by the S3 rules. -
S3_CONTROL_USE_ARN_REGION
This MUST only be used by the S3Control rules. -
STS_USE_GLOBAL_ENDPOINT
This MUST only be used by the STS rules.
-