Class Builtins
- java.lang.Object
-
- software.amazon.smithy.rulesengine.language.syntax.parameters.Builtins
-
public final class Builtins extends java.lang.ObjectBuilt-in parameters for EndpointRules.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<Parameter>ALL_BUILTINSstatic 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 ParameterSDK_ENDPOINTBuilt-in parameter that enables a customer to wholesale override the URL used by the SDK.static ParameterSTS_USE_GLOBAL_ENDPOINTThis MUST only be used by the STS rules.
-
-
-
Field Detail
-
REGION
public static final Parameter REGION
Built-in parameter representing Region eg. `us-east-1`.
-
DUALSTACK
public static final Parameter DUALSTACK
Built-in parameter representing the DualStack parameter for SDKs.
-
FIPS
public static final Parameter FIPS
Built-in parameter representing whether the endpoint must be FIPS-compliant.
-
SDK_ENDPOINT
public static final Parameter SDK_ENDPOINT
Built-in parameter that enables a customer to wholesale override the URL used by the SDK.
-
S3_FORCE_PATH_STYLE
public static final Parameter S3_FORCE_PATH_STYLE
This MUST only be used by the S3 rules.
-
S3_ACCELERATE
public static final Parameter S3_ACCELERATE
This MUST only be used by the S3 rules.
-
S3_USE_ARN_REGION
public static final Parameter S3_USE_ARN_REGION
This MUST only be used by the S3 rules.
-
S3_CONTROL_USE_ARN_REGION
public static final Parameter S3_CONTROL_USE_ARN_REGION
This MUST only be used by the S3Control rules.
-
S3_USE_GLOBAL_ENDPOINT
public static final Parameter S3_USE_GLOBAL_ENDPOINT
This MUST only be used by the S3 rules.
-
S3_DISABLE_MRAP
public static final Parameter S3_DISABLE_MRAP
This MUST only be used by the S3 rules.
-
STS_USE_GLOBAL_ENDPOINT
public static final Parameter STS_USE_GLOBAL_ENDPOINT
This MUST only be used by the STS rules.
-
ALL_BUILTINS
public static final java.util.List<Parameter> ALL_BUILTINS
-
-