- Navigation GuideYou are on a Client landing page. Commands (operations) are listed on this page. The Client constructor type is linked at the bottom.
CloudFrontClient
This is the Amazon CloudFront API Reference. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the Amazon CloudFront Developer Guide .
Installation
npm install @aws-sdk/client-cloudfront
yarn add @aws-sdk/client-cloudfront
pnpm add @aws-sdk/client-cloudfront
CloudFrontClient Operations
Command | Summary |
---|
Command | Summary |
---|---|
AssociateAliasCommand | Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront distribution. With this operation you can move an alias that's already in use on a CloudFront distribution to a different distribution in one step. This prevents the downtime that could occur if you first remove the alias from one distribution and then separately add the alias to another distribution. To use this operation to associate an alias with a distribution, you provide the alias and the ID of the target distribution for the alias. For more information, including how to set up the target distribution, prerequisites that you must complete, and other restrictions, see Moving an alternate domain name to a different distribution in the Amazon CloudFront Developer Guide. |
CopyDistributionCommand | Creates a staging distribution using the configuration of the provided primary distribution. A staging distribution is a copy of an existing distribution (called the primary distribution) that you can use in a continuous deployment workflow. After you create a staging distribution, you can use This API operation requires the following IAM permissions: |
CreateAnycastIpListCommand | Creates an Anycast static IP list. |
CreateCachePolicyCommand | Creates a cache policy. After you create a cache policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the cache policy determines the following:
The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find an object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use For more information about cache policies, see Controlling the cache key in the Amazon CloudFront Developer Guide. |
CreateCloudFrontOriginAccessIdentityCommand | Creates a new origin access identity. If you're using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide. |
CreateContinuousDeploymentPolicyCommand | Creates a continuous deployment policy that distributes traffic for a custom domain name to two different CloudFront distributions. To use a continuous deployment policy, first use After you create and update a staging distribution, you can use a continuous deployment policy to incrementally move traffic to the staging distribution. This workflow enables you to test changes to a distribution's configuration before moving all of your domain's production traffic to the new configuration. |
CreateDistributionCommand | Creates a CloudFront distribution. |
CreateDistributionWithTagsCommand | Create a new distribution with tags. This API operation requires the following IAM permissions: |
CreateFieldLevelEncryptionConfigCommand | Create a new field-level encryption configuration. |
CreateFieldLevelEncryptionProfileCommand | Create a field-level encryption profile. |
CreateFunctionCommand | Creates a CloudFront function. To create a function, you provide the function code and some configuration information about the function. The response contains an Amazon Resource Name (ARN) that uniquely identifies the function. When you create a function, it's in the When you're ready to use your function with a CloudFront distribution, use |
CreateInvalidationCommand | Create a new invalidation. For more information, see Invalidating files in the Amazon CloudFront Developer Guide. |
CreateKeyGroupCommand | Creates a key group that you can use with CloudFront signed URLs and signed cookies . To create a key group, you must specify at least one public key for the key group. After you create a key group, you can reference it from one or more cache behaviors. When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see Serving private content in the Amazon CloudFront Developer Guide. |
CreateKeyValueStoreCommand | Specifies the key value store resource to add to your account. In your account, the key value store names must be unique. You can also import key value store data in JSON format from an S3 bucket by providing a valid |
CreateMonitoringSubscriptionCommand | Enables or disables additional Amazon CloudWatch metrics for the specified CloudFront distribution. The additional metrics incur an additional cost. For more information, see Viewing additional CloudFront distribution metrics in the Amazon CloudFront Developer Guide. |
CreateOriginAccessControlCommand | Creates a new origin access control in CloudFront. After you create an origin access control, you can add it to an origin in a CloudFront distribution so that CloudFront sends authenticated (signed) requests to the origin. This makes it possible to block public access to the origin, allowing viewers (users) to access the origin's content only through CloudFront. For more information about using a CloudFront origin access control, see Restricting access to an Amazon Web Services origin in the Amazon CloudFront Developer Guide. |
CreateOriginRequestPolicyCommand | Creates an origin request policy. After you create an origin request policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
CloudFront sends a request when it can't find a valid object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use For more information about origin request policies, see Controlling origin requests in the Amazon CloudFront Developer Guide. |
CreatePublicKeyCommand | Uploads a public key to CloudFront that you can use with signed URLs and signed cookies , or with field-level encryption . |
CreateRealtimeLogConfigCommand | Creates a real-time log configuration. After you create a real-time log configuration, you can attach it to one or more cache behaviors to send real-time log data to the specified Amazon Kinesis data stream. For more information about real-time log configurations, see Real-time logs in the Amazon CloudFront Developer Guide. |
CreateResponseHeadersPolicyCommand | Creates a response headers policy. A response headers policy contains information about a set of HTTP headers. To create a response headers policy, you provide some metadata about the policy and a set of configurations that specify the headers. After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, the response headers policy affects the HTTP headers that CloudFront includes in HTTP responses to requests that match the cache behavior. CloudFront adds or removes response headers according to the configuration of the response headers policy. For more information, see Adding or removing HTTP headers in CloudFront responses in the Amazon CloudFront Developer Guide. |
CreateStreamingDistributionCommand | This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum. |
CreateStreamingDistributionWithTagsCommand | This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum. |
CreateVpcOriginCommand | Create an Amazon CloudFront VPC origin. |
DeleteAnycastIpListCommand | Deletes an Anycast static IP list. |
DeleteCachePolicyCommand | Deletes a cache policy. You cannot delete a cache policy if it's attached to a cache behavior. First update your distributions to remove the cache policy from all cache behaviors, then delete the cache policy. To delete a cache policy, you must provide the policy's identifier and version. To get these values, you can use |
DeleteCloudFrontOriginAccessIdentityCommand | Delete an origin access identity. |
DeleteContinuousDeploymentPolicyCommand | Deletes a continuous deployment policy. You cannot delete a continuous deployment policy that's attached to a primary distribution. First update your distribution to remove the continuous deployment policy, then you can delete the policy. |
DeleteDistributionCommand | Delete a distribution. |
DeleteFieldLevelEncryptionConfigCommand | Remove a field-level encryption configuration. |
DeleteFieldLevelEncryptionProfileCommand | Remove a field-level encryption profile. |
DeleteFunctionCommand | Deletes a CloudFront function. You cannot delete a function if it's associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function. To delete a function, you must provide the function's name and version ( |
DeleteKeyGroupCommand | Deletes a key group. You cannot delete a key group that is referenced in a cache behavior. First update your distributions to remove the key group from all cache behaviors, then delete the key group. To delete a key group, you must provide the key group's identifier and version. To get these values, use |
DeleteKeyValueStoreCommand | Specifies the key value store to delete. |
DeleteMonitoringSubscriptionCommand | Disables additional CloudWatch metrics for the specified CloudFront distribution. |
DeleteOriginAccessControlCommand | Deletes a CloudFront origin access control. You cannot delete an origin access control if it's in use. First, update all distributions to remove the origin access control from all origins, then delete the origin access control. |
DeleteOriginRequestPolicyCommand | Deletes an origin request policy. You cannot delete an origin request policy if it's attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy. To delete an origin request policy, you must provide the policy's identifier and version. To get the identifier, you can use |
DeletePublicKeyCommand | Remove a public key you previously added to CloudFront. |
DeleteRealtimeLogConfigCommand | Deletes a real-time log configuration. You cannot delete a real-time log configuration if it's attached to a cache behavior. First update your distributions to remove the real-time log configuration from all cache behaviors, then delete the real-time log configuration. To delete a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to delete. |
DeleteResponseHeadersPolicyCommand | Deletes a response headers policy. You cannot delete a response headers policy if it's attached to a cache behavior. First update your distributions to remove the response headers policy from all cache behaviors, then delete the response headers policy. To delete a response headers policy, you must provide the policy's identifier and version. To get these values, you can use |
DeleteStreamingDistributionCommand | Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps. To delete an RTMP distribution using the CloudFront API:
For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide. |
DeleteVpcOriginCommand | Delete an Amazon CloudFront VPC origin. |
DescribeFunctionCommand | Gets configuration information and metadata about a CloudFront function, but not the function's code. To get a function's code, use To get configuration information and metadata about a function, you must provide the function's name and stage. To get these values, you can use |
DescribeKeyValueStoreCommand | Specifies the key value store and its configuration. |
GetAnycastIpListCommand | Gets an Anycast static IP list. |
GetCachePolicyCommand | Gets a cache policy, including the following metadata:
To get a cache policy, you must provide the policy's identifier. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using |
GetCachePolicyConfigCommand | Gets a cache policy configuration. To get a cache policy configuration, you must provide the policy's identifier. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using |
GetCloudFrontOriginAccessIdentityCommand | Get the information about an origin access identity. |
GetCloudFrontOriginAccessIdentityConfigCommand | Get the configuration information about an origin access identity. |
GetContinuousDeploymentPolicyCommand | Gets a continuous deployment policy, including metadata (the policy's identifier and the date and time when the policy was last modified). |
GetContinuousDeploymentPolicyConfigCommand | Gets configuration information about a continuous deployment policy. |
GetDistributionCommand | Get the information about a distribution. |
GetDistributionConfigCommand | Get the configuration information about a distribution. |
GetFieldLevelEncryptionCommand | Get the field-level encryption configuration information. |
GetFieldLevelEncryptionConfigCommand | Get the field-level encryption configuration information. |
GetFieldLevelEncryptionProfileCommand | Get the field-level encryption profile information. |
GetFieldLevelEncryptionProfileConfigCommand | Get the field-level encryption profile configuration information. |
GetFunctionCommand | Gets the code of a CloudFront function. To get configuration information and metadata about a function, use To get a function's code, you must provide the function's name and stage. To get these values, you can use |
GetInvalidationCommand | Get the information about an invalidation. |
GetKeyGroupCommand | Gets a key group, including the date and time when the key group was last modified. To get a key group, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using |
GetKeyGroupConfigCommand | Gets a key group configuration. To get a key group configuration, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using |
GetMonitoringSubscriptionCommand | Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution. |
GetOriginAccessControlCommand | Gets a CloudFront origin access control, including its unique identifier. |
GetOriginAccessControlConfigCommand | Gets a CloudFront origin access control configuration. |
GetOriginRequestPolicyCommand | Gets an origin request policy, including the following metadata:
To get an origin request policy, you must provide the policy's identifier. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using |
GetOriginRequestPolicyConfigCommand | Gets an origin request policy configuration. To get an origin request policy configuration, you must provide the policy's identifier. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using |
GetPublicKeyCommand | Gets a public key. |
GetPublicKeyConfigCommand | Gets a public key configuration. |
GetRealtimeLogConfigCommand | Gets a real-time log configuration. To get a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to get. |
GetResponseHeadersPolicyCommand | Gets a response headers policy, including metadata (the policy's identifier and the date and time when the policy was last modified). To get a response headers policy, you must provide the policy's identifier. If the response headers policy is attached to a distribution's cache behavior, you can get the policy's identifier using |
GetResponseHeadersPolicyConfigCommand | Gets a response headers policy configuration. To get a response headers policy configuration, you must provide the policy's identifier. If the response headers policy is attached to a distribution's cache behavior, you can get the policy's identifier using |
GetStreamingDistributionCommand | Gets information about a specified RTMP distribution, including the distribution configuration. |
GetStreamingDistributionConfigCommand | Get the configuration information about a streaming distribution. |
GetVpcOriginCommand | Get the details of an Amazon CloudFront VPC origin. |
ListAnycastIpListsCommand | Lists your Anycast static IP lists. |
ListCachePoliciesCommand | Gets a list of cache policies. You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListCloudFrontOriginAccessIdentitiesCommand | Lists origin access identities. |
ListConflictingAliasesCommand | Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias. In the returned list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don't own. Use this operation to find aliases that are in use in CloudFront that conflict or overlap with the provided alias. For example, if you provide To list conflicting aliases, you provide the alias to search and the ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias. For more information, including how to set up the distribution and certificate, see Moving an alternate domain name to a different distribution in the Amazon CloudFront Developer Guide. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListContinuousDeploymentPoliciesCommand | Gets a list of the continuous deployment policies in your Amazon Web Services account. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListDistributionsByAnycastIpListIdCommand | Lists the distributions in your account that are associated with the specified |
ListDistributionsByCachePolicyIdCommand | Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListDistributionsByKeyGroupCommand | Gets a list of distribution IDs for distributions that have a cache behavior that references the specified key group. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListDistributionsByOriginRequestPolicyIdCommand | Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified origin request policy. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListDistributionsByRealtimeLogConfigCommand | Gets a list of distributions that have a cache behavior that's associated with the specified real-time log configuration. You can specify the real-time log configuration by its name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to list distributions for. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListDistributionsByResponseHeadersPolicyIdCommand | Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified response headers policy. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListDistributionsByVpcOriginIdCommand | List CloudFront distributions by their VPC origin ID. |
ListDistributionsByWebACLIdCommand | List the distributions that are associated with a specified WAF web ACL. |
ListDistributionsCommand | List CloudFront distributions. |
ListFieldLevelEncryptionConfigsCommand | List all field-level encryption configurations that have been created in CloudFront for this account. |
ListFieldLevelEncryptionProfilesCommand | Request a list of field-level encryption profiles that have been created in CloudFront for this account. |
ListFunctionsCommand | Gets a list of all CloudFront functions in your Amazon Web Services account. You can optionally apply a filter to return only the functions that are in the specified stage, either You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListInvalidationsCommand | Lists invalidation batches. |
ListKeyGroupsCommand | Gets a list of key groups. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListKeyValueStoresCommand | Specifies the key value stores to list. |
ListOriginAccessControlsCommand | Gets the list of CloudFront origin access controls (OACs) in this Amazon Web Services account. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send another request that specifies the If you're not using origin access controls for your Amazon Web Services account, the |
ListOriginRequestPoliciesCommand | Gets a list of origin request policies. You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListPublicKeysCommand | List all public keys that have been added to CloudFront for this account. |
ListRealtimeLogConfigsCommand | Gets a list of real-time log configurations. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListResponseHeadersPoliciesCommand | Gets a list of response headers policies. You can optionally apply a filter to get only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the |
ListStreamingDistributionsCommand | List streaming distributions. |
ListTagsForResourceCommand | List tags for a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide. |
ListVpcOriginsCommand | List the CloudFront VPC origins in your account. |
PublishFunctionCommand | Publishes a CloudFront function by copying the function code from the When a function is published to the To publish a function, you must provide the function's name and version ( |
TagResourceCommand | Add tags to a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide. |
TestFunctionCommand | Tests a CloudFront function. To test a function, you provide an event object that represents an HTTP request or response that your CloudFront distribution could receive in production. CloudFront runs the function, passing it the event object that you provided, and returns the function's result (the modified event object) in the response. The response also contains function logs and error messages, if any exist. For more information about testing functions, see Testing functions in the Amazon CloudFront Developer Guide. To test a function, you provide the function's name and version ( |
UntagResourceCommand | Remove tags from a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide. |
UpdateCachePolicyCommand | Updates a cache policy configuration. When you update a cache policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a cache policy configuration:
|
UpdateCloudFrontOriginAccessIdentityCommand | Update an origin access identity. |
UpdateContinuousDeploymentPolicyCommand | Updates a continuous deployment policy. You can update a continuous deployment policy to enable or disable it, to change the percentage of traffic that it sends to the staging distribution, or to change the staging distribution that it sends traffic to. When you update a continuous deployment policy configuration, all the fields are updated with the values that are provided in the request. You cannot update some fields independent of others. To update a continuous deployment policy configuration:
|
UpdateDistributionCommand | Updates the configuration for a CloudFront distribution. The update process includes getting the current distribution configuration, updating it to make your changes, and then submitting an To update a web distribution using the CloudFront API
|
UpdateDistributionWithStagingConfigCommand | Copies the staging distribution's configuration to its corresponding primary distribution. The primary distribution retains its You can use this operation in a continuous deployment workflow after you have tested configuration changes on the staging distribution. After using a continuous deployment policy to move a portion of your domain name's traffic to the staging distribution and verifying that it works as intended, you can use this operation to copy the staging distribution's configuration to the primary distribution. This action will disable the continuous deployment policy and move your domain's traffic back to the primary distribution. This API operation requires the following IAM permissions: |
UpdateFieldLevelEncryptionConfigCommand | Update a field-level encryption configuration. |
UpdateFieldLevelEncryptionProfileCommand | Update a field-level encryption profile. |
UpdateFunctionCommand | Updates a CloudFront function. You can update a function's code or the comment that describes the function. You cannot update a function's name. To update a function, you provide the function's name and version ( |
UpdateKeyGroupCommand | Updates a key group. When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group:
|
UpdateKeyValueStoreCommand | Specifies the key value store to update. |
UpdateOriginAccessControlCommand | Updates a CloudFront origin access control. |
UpdateOriginRequestPolicyCommand | Updates an origin request policy configuration. When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:
|
UpdatePublicKeyCommand | Update public key information. Note that the only value you can change is the comment. |
UpdateRealtimeLogConfigCommand | Updates a real-time log configuration. When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration:
You cannot update a real-time log configuration's |
UpdateResponseHeadersPolicyCommand | Updates a response headers policy. When you update a response headers policy, the entire policy is replaced. You cannot update some policy fields independent of others. To update a response headers policy configuration:
|
UpdateStreamingDistributionCommand | Update a streaming distribution. |
UpdateVpcOriginCommand | Update an Amazon CloudFront VPC origin in your account. |
CloudFrontClient Configuration
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|---|---|
defaultsMode Optional | DefaultsMode | Provider<DefaultsMode> | The @smithy/smithy-client#DefaultsMode that will be used to determine how certain default configuration options are resolved in the SDK. |
disableHostPrefix Optional | boolean | Disable dynamically changing the endpoint of the client based on the hostPrefix trait of an operation. |
extensions Optional | RuntimeExtension[] | Optional extensions |
logger Optional | Logger | Optional logger for logging debug/info/warn/error. |
maxAttempts Optional | number | Provider<number> | Value for how many times a request will be made at most in case of retry. |
profile Optional | string | Setting a client profile is similar to setting a value for the AWS_PROFILE environment variable. Setting a profile on a client in code only affects the single client instance, unlike AWS_PROFILE.When set, and only for environments where an AWS configuration file exists, fields configurable by this file will be retrieved from the specified profile within that file. Conflicting code configuration and environment variables will still have higher priority.For client credential resolution that involves checking the AWS configuration file, the client's profile (this value) will be used unless a different profile is set in the credential provider options. |
region Optional | string | Provider<string> | The AWS region to which this client will send requests |
requestHandler Optional | __HttpHandlerUserInput | The HTTP handler to use or its constructor options. Fetch in browser and Https in Nodejs. |
retryMode Optional | string | Provider<string> | Specifies which retry algorithm to use. |
useDualstackEndpoint Optional | boolean | Provider<boolean> | Enables IPv6/IPv4 dualstack endpoint. |
useFipsEndpoint Optional | boolean | Provider<boolean> | Enables FIPS compatible endpoints. |
Additional config fields are described in the full configuration type: CloudFrontClientConfig