Class CfnDistribution.DistributionConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistribution.DistributionConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistribution.DistributionConfigProperty
CfnDistribution.DistributionConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnDistribution.DistributionConfigProperty
CfnDistribution.DistributionConfigProperty.Builder, CfnDistribution.DistributionConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDistribution.DistributionConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Stringfinal ObjectA complex type that contains zero or moreCacheBehaviorelements.An alias for the CloudFront distribution's domain name.final StringA comment to describe the distribution.final ObjectThe distribution's connection function association.final StringThis field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).final Stringfinal ObjectA complex type that controls the following:.final ObjectThe user-defined HTTP server that serves as the origin for content that CloudFront distributes.final ObjectA complex type that describes the default cache behavior if you don't specify aCacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements.final StringWhen a viewer requests the root URL for your distribution, the default root object is the object that you want CloudFront to request from your origin.final ObjectFrom this field, you can enable or disable the selected distribution.final String(Optional) Specify the HTTP version(s) that you want viewers to use to communicate with CloudFront .final Objectfinal ObjectA complex type that controls whether access logs are written for the distribution.final ObjectA complex type that contains information about origin groups for this distribution.final ObjectA complex type that contains information about origins for this distribution.final Stringfinal ObjectA complex type that identifies ways in which you want to restrict distribution of your content.final ObjectThe origin as an Amazon S3 bucket.final Objectfinal Objectfinal ObjectA complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.final ObjectThe distribution's viewer mTLS configuration.final Stringfinal inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDistribution.DistributionConfigProperty.Builder.
-
-
Method Details
-
getDefaultCacheBehavior
Description copied from interface:CfnDistribution.DistributionConfigPropertyA complex type that describes the default cache behavior if you don't specify aCacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements.You must create exactly one default cache behavior.
Returns union: either
IResolvableorCfnDistribution.DefaultCacheBehaviorProperty- Specified by:
getDefaultCacheBehaviorin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getEnabled
Description copied from interface:CfnDistribution.DistributionConfigPropertyFrom this field, you can enable or disable the selected distribution.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getAliases
Description copied from interface:CfnDistribution.DistributionConfigPropertyThis field only supports standard distributions.
You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide .
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
- Specified by:
getAliasesin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getAnycastIpListId
Description copied from interface:CfnDistribution.DistributionConfigPropertyTo use this field for a multi-tenant distribution, use a connection group instead.
For more information, see ConnectionGroup .
ID of the Anycast static IP list that is associated with the distribution.
- Specified by:
getAnycastIpListIdin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getCacheBehaviors
Description copied from interface:CfnDistribution.DistributionConfigPropertyA complex type that contains zero or moreCacheBehaviorelements.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDistribution.CacheBehaviorProperty>- Specified by:
getCacheBehaviorsin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getCnamEs
Description copied from interface:CfnDistribution.DistributionConfigPropertyAn alias for the CloudFront distribution's domain name.This property is legacy. We recommend that you use Aliases instead.
- Specified by:
getCnamEsin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getComment
Description copied from interface:CfnDistribution.DistributionConfigPropertyA comment to describe the distribution.The comment cannot be longer than 128 characters.
Default: - ""
- Specified by:
getCommentin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getConnectionFunctionAssociation
Description copied from interface:CfnDistribution.DistributionConfigPropertyThe distribution's connection function association.Returns union: either
IResolvableorCfnDistribution.ConnectionFunctionAssociationProperty- Specified by:
getConnectionFunctionAssociationin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getConnectionMode
Description copied from interface:CfnDistribution.DistributionConfigPropertyThis field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).- Specified by:
getConnectionModein interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getContinuousDeploymentPolicyId
Description copied from interface:CfnDistribution.DistributionConfigPropertyThis field only supports standard distributions.
You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide .
The identifier of a continuous deployment policy. For more information, see
CreateContinuousDeploymentPolicy.- Specified by:
getContinuousDeploymentPolicyIdin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getCustomErrorResponses
Description copied from interface:CfnDistribution.DistributionConfigPropertyA complex type that controls the following:.- Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.
- How long CloudFront caches HTTP status codes in the 4xx and 5xx range.
For more information about custom error pages, see Customizing Error Responses in the Amazon CloudFront Developer Guide .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDistribution.CustomErrorResponseProperty>- Specified by:
getCustomErrorResponsesin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getCustomOrigin
Description copied from interface:CfnDistribution.DistributionConfigPropertyThe user-defined HTTP server that serves as the origin for content that CloudFront distributes.This property is legacy. We recommend that you use Origin instead.
Returns union: either
IResolvableorCfnDistribution.LegacyCustomOriginProperty- Specified by:
getCustomOriginin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getDefaultRootObject
Description copied from interface:CfnDistribution.DistributionConfigPropertyWhen a viewer requests the root URL for your distribution, the default root object is the object that you want CloudFront to request from your origin.For example, if your root URL is
https://www.example.com, you can specify CloudFront to return theindex.htmlfile as the default root object. You can specify a default root object so that viewers see a specific file or object, instead of another object in your distribution (for example,https://www.example.com/product-description.html). A default root object avoids exposing the contents of your distribution.You can specify the object name or a path to the object name (for example,
index.htmlorexampleFolderName/index.html). Your string can't begin with a forward slash (/). Only specify the object name or the path to the object.If you don't want to specify a default root object when you create a distribution, include an empty
DefaultRootObjectelement.To delete the default root object from an existing distribution, update the distribution configuration and include an empty
DefaultRootObjectelement.To replace the default root object, update the distribution configuration and specify the new object.
For more information about the default root object, see Specify a default root object in the Amazon CloudFront Developer Guide .
Default: - ""
- Specified by:
getDefaultRootObjectin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getHttpVersion
Description copied from interface:CfnDistribution.DistributionConfigProperty(Optional) Specify the HTTP version(s) that you want viewers to use to communicate with CloudFront .The default value for new distributions is
http1.1.For viewers and CloudFront to use HTTP/2, viewers must support TLSv1.2 or later, and must support Server Name Indication (SNI).
For viewers and CloudFront to use HTTP/3, viewers must support TLSv1.3 and Server Name Indication (SNI). CloudFront supports HTTP/3 connection migration to allow the viewer to switch networks without losing connection. For more information about connection migration, see Connection Migration at RFC 9000. For more information about supported TLSv1.3 ciphers, see Supported protocols and ciphers between viewers and CloudFront .
Default: - "http1.1"
- Specified by:
getHttpVersionin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getIpv6Enabled
Description copied from interface:CfnDistribution.DistributionConfigPropertyTo use this field for a multi-tenant distribution, use a connection group instead.
For more information, see ConnectionGroup .
If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify
true. If you specifyfalse, CloudFront responds to IPv6 DNS requests with the DNS response codeNOERRORand with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the
IpAddressparameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy in the Amazon CloudFront Developer Guide .If you're using an Amazon Route 53 AWS Integration alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:
- You enable IPv6 for the distribution
- You're using alternate domain names in the URLs for your objects
For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name in the Amazon Route 53 AWS Integration Developer Guide .
If you created a CNAME resource record set, either with Amazon Route 53 AWS Integration or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.
Returns union: either
BooleanorIResolvable- Specified by:
getIpv6Enabledin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getLogging
Description copied from interface:CfnDistribution.DistributionConfigPropertyA complex type that controls whether access logs are written for the distribution.For more information about logging, see Access Logs in the Amazon CloudFront Developer Guide .
Returns union: either
IResolvableorCfnDistribution.LoggingProperty- Specified by:
getLoggingin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getOriginGroups
Description copied from interface:CfnDistribution.DistributionConfigPropertyA complex type that contains information about origin groups for this distribution.Specify a value for either the
OriginsorOriginGroupsproperty.Returns union: either
IResolvableorCfnDistribution.OriginGroupsProperty- Specified by:
getOriginGroupsin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getOrigins
Description copied from interface:CfnDistribution.DistributionConfigPropertyA complex type that contains information about origins for this distribution.Specify a value for either the
OriginsorOriginGroupsproperty.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDistribution.OriginProperty>- Specified by:
getOriginsin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getPriceClass
Description copied from interface:CfnDistribution.DistributionConfigPropertyThis field only supports standard distributions.
You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide .
The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify
PriceClass_All, CloudFront responds to requests for your objects from all CloudFront edge locations.If you specify a price class other than
PriceClass_All, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.For more information about price classes, see Choosing the Price Class for a CloudFront Distribution in the Amazon CloudFront Developer Guide . For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing .
Default: - "PriceClass_All"
- Specified by:
getPriceClassin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getRestrictions
Description copied from interface:CfnDistribution.DistributionConfigPropertyA complex type that identifies ways in which you want to restrict distribution of your content.Returns union: either
IResolvableorCfnDistribution.RestrictionsProperty- Specified by:
getRestrictionsin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getS3Origin
Description copied from interface:CfnDistribution.DistributionConfigPropertyThe origin as an Amazon S3 bucket.This property is legacy. We recommend that you use Origin instead.
Returns union: either
IResolvableorCfnDistribution.LegacyS3OriginProperty- Specified by:
getS3Originin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getStaging
Description copied from interface:CfnDistribution.DistributionConfigPropertyThis field only supports standard distributions.
You can't specify this field for multi-tenant distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide .
A Boolean that indicates whether this is a staging distribution. When this value is
true, this is a staging distribution. When this value isfalse, this is not a staging distribution.Returns union: either
BooleanorIResolvable- Specified by:
getStagingin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getTenantConfig
Description copied from interface:CfnDistribution.DistributionConfigPropertyThis field only supports multi-tenant distributions.
You can't specify this field for standard distributions. For more information, see Unsupported features for SaaS Manager for Amazon CloudFront in the Amazon CloudFront Developer Guide .
A distribution tenant configuration.
Returns union: either
IResolvableorCfnDistribution.TenantConfigProperty- Specified by:
getTenantConfigin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getViewerCertificate
Description copied from interface:CfnDistribution.DistributionConfigPropertyA complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.Returns union: either
IResolvableorCfnDistribution.ViewerCertificateProperty- Specified by:
getViewerCertificatein interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getViewerMtlsConfig
Description copied from interface:CfnDistribution.DistributionConfigPropertyThe distribution's viewer mTLS configuration.Returns union: either
IResolvableorCfnDistribution.ViewerMtlsConfigProperty- Specified by:
getViewerMtlsConfigin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
getWebAclId
Description copied from interface:CfnDistribution.DistributionConfigPropertyMulti-tenant distributions only support AWS WAF V2 web ACLs.
A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF , use the ACL ARN, for example
arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for examplea1b2c3d4-5678-90ab-cdef-EXAMPLE11111.AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF , see the AWS WAF Developer Guide .
Default: - ""
- Specified by:
getWebAclIdin interfaceCfnDistribution.DistributionConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-