Authorization

public struct Authorization : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) for the secret in Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.

    Declaration

    Swift

    public let cdnIdentifierSecret: String
  • The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.

    Declaration

    Swift

    public let secretsRoleArn: String
  • Undocumented

    Declaration

    Swift

    public init(cdnIdentifierSecret: String, secretsRoleArn: String)