Class AwsBuiltIns
- java.lang.Object
- 
- software.amazon.smithy.rulesengine.aws.language.functions.AwsBuiltIns
 
- 
 public final class AwsBuiltIns extends java.lang.ObjectAWS-specific built-in parameters for EndpointRules.
- 
- 
Field SummaryFields Modifier and Type Field Description static ParameterACCOUNT_IDBuilt-in parameter representing the AccountId.static ParameterACCOUNT_ID_ENDPOINT_MODEBuilt-in parameter representing the AccountId Endpoint Mode.static ParameterCREDENTIAL_SCOPEBuilt-in parameter representing the Credential Scope.static ParameterDUALSTACKBuilt-in parameter representing the DualStack parameter for SDKs.static ParameterFIPSBuilt-in parameter representing whether the endpoint must be FIPS-compliant.static ParameterREGIONBuilt-in parameter representing Region eg.static ParameterS3_ACCELERATEThis MUST only be used by the S3 rules.static ParameterS3_CONTROL_USE_ARN_REGIONThis MUST only be used by the S3Control rules.static ParameterS3_DISABLE_MRAPThis MUST only be used by the S3 rules.static ParameterS3_FORCE_PATH_STYLEThis MUST only be used by the S3 rules.static ParameterS3_USE_ARN_REGIONThis MUST only be used by the S3 rules.static ParameterS3_USE_GLOBAL_ENDPOINTThis MUST only be used by the S3 rules.static ParameterSTS_USE_GLOBAL_ENDPOINTThis MUST only be used by the STS rules.
 
- 
- 
- 
Field Detail- 
DUALSTACKpublic static final Parameter DUALSTACK Built-in parameter representing the DualStack parameter for SDKs.
 - 
FIPSpublic static final Parameter FIPS Built-in parameter representing whether the endpoint must be FIPS-compliant.
 - 
REGIONpublic static final Parameter REGION Built-in parameter representing Region eg. `us-east-1`.
 - 
ACCOUNT_IDpublic static final Parameter ACCOUNT_ID Built-in parameter representing the AccountId.
 - 
ACCOUNT_ID_ENDPOINT_MODEpublic static final Parameter ACCOUNT_ID_ENDPOINT_MODE Built-in parameter representing the AccountId Endpoint Mode.
 - 
CREDENTIAL_SCOPEpublic static final Parameter CREDENTIAL_SCOPE Built-in parameter representing the Credential Scope.
 - 
S3_ACCELERATEpublic static final Parameter S3_ACCELERATE This MUST only be used by the S3 rules.
 - 
S3_DISABLE_MRAPpublic static final Parameter S3_DISABLE_MRAP This MUST only be used by the S3 rules.
 - 
S3_FORCE_PATH_STYLEpublic static final Parameter S3_FORCE_PATH_STYLE This MUST only be used by the S3 rules.
 - 
S3_USE_ARN_REGIONpublic static final Parameter S3_USE_ARN_REGION This MUST only be used by the S3 rules.
 - 
S3_USE_GLOBAL_ENDPOINTpublic static final Parameter S3_USE_GLOBAL_ENDPOINT This MUST only be used by the S3 rules.
 - 
S3_CONTROL_USE_ARN_REGIONpublic static final Parameter S3_CONTROL_USE_ARN_REGION This MUST only be used by the S3Control rules.
 - 
STS_USE_GLOBAL_ENDPOINTpublic static final Parameter STS_USE_GLOBAL_ENDPOINT This MUST only be used by the STS rules.
 
- 
 
-