AwsCloudFrontDistributionDetails

public struct AwsCloudFrontDistributionDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The domain name corresponding to the distribution.

    Declaration

    Swift

    public let domainName: String?
  • The entity tag is a hash of the object.

    Declaration

    Swift

    public let eTag: String?
  • Indicates when that the distribution was last modified. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

    Declaration

    Swift

    public let lastModifiedTime: String?
  • A complex type that controls whether access logs are written for the distribution.

    Declaration

    Swift

    public let logging: AwsCloudFrontDistributionLogging?
  • A complex type that contains information about origins for this distribution.

    Declaration

    Swift

    public let origins: AwsCloudFrontDistributionOrigins?
  • Indicates the current status of the distribution.

    Declaration

    Swift

    public let status: String?
  • A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.

    Declaration

    Swift

    public let webAclId: String?
  • Undocumented

    Declaration

    Swift

    public init(domainName: String? = nil, eTag: String? = nil, lastModifiedTime: String? = nil, logging: AwsCloudFrontDistributionLogging? = nil, origins: AwsCloudFrontDistributionOrigins? = nil, status: String? = nil, webAclId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws