UpdateCloudFrontOriginAccessIdentityRequest
public struct UpdateCloudFrontOriginAccessIdentityRequest : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String?
-
Declaration
Swift
public static let _xmlNamespace: String?
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identity’s configuration information.
Declaration
Swift
public let cloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig
-
The identity’s id.
Declaration
Swift
public let id: String
-
The value of the ETag header that you received when retrieving the identity’s configuration. For example: E2QWRUHAPOMQZL.
Declaration
Swift
public let ifMatch: String?
-
Undocumented
Declaration
Swift
public init(cloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig, id: String, ifMatch: String? = nil)