| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCloudFrontDistributionOriginCustomOriginConfig |
AwsCloudFrontDistributionOriginCustomOriginConfig.clone() |
AwsCloudFrontDistributionOriginCustomOriginConfig |
AwsCloudFrontDistributionOriginItem.getCustomOriginConfig()
An origin that is not an Amazon S3 bucket, with one exception.
|
AwsCloudFrontDistributionOriginCustomOriginConfig |
AwsCloudFrontDistributionOriginCustomOriginConfig.withHttpPort(Integer httpPort)
The HTTP port that CloudFront uses to connect to the origin.
|
AwsCloudFrontDistributionOriginCustomOriginConfig |
AwsCloudFrontDistributionOriginCustomOriginConfig.withHttpsPort(Integer httpsPort)
The HTTPS port that CloudFront uses to connect to the origin.
|
AwsCloudFrontDistributionOriginCustomOriginConfig |
AwsCloudFrontDistributionOriginCustomOriginConfig.withOriginKeepaliveTimeout(Integer originKeepaliveTimeout)
Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
AwsCloudFrontDistributionOriginCustomOriginConfig |
AwsCloudFrontDistributionOriginCustomOriginConfig.withOriginProtocolPolicy(String originProtocolPolicy)
Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin.
|
AwsCloudFrontDistributionOriginCustomOriginConfig |
AwsCloudFrontDistributionOriginCustomOriginConfig.withOriginReadTimeout(Integer originReadTimeout)
Specifies how long, in seconds, CloudFront waits for a response from the origin.
|
AwsCloudFrontDistributionOriginCustomOriginConfig |
AwsCloudFrontDistributionOriginCustomOriginConfig.withOriginSslProtocols(AwsCloudFrontDistributionOriginSslProtocols originSslProtocols)
Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsCloudFrontDistributionOriginItem.setCustomOriginConfig(AwsCloudFrontDistributionOriginCustomOriginConfig customOriginConfig)
An origin that is not an Amazon S3 bucket, with one exception.
|
AwsCloudFrontDistributionOriginItem |
AwsCloudFrontDistributionOriginItem.withCustomOriginConfig(AwsCloudFrontDistributionOriginCustomOriginConfig customOriginConfig)
An origin that is not an Amazon S3 bucket, with one exception.
|
Copyright © 2024. All rights reserved.