Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Encryption = Encryption' {}
- newEncryption :: Text -> Encryption
- encryption_keyType :: Lens' Encryption (Maybe KeyType)
- encryption_resourceId :: Lens' Encryption (Maybe Text)
- encryption_url :: Lens' Encryption (Maybe Text)
- encryption_algorithm :: Lens' Encryption (Maybe Algorithm)
- encryption_constantInitializationVector :: Lens' Encryption (Maybe Text)
- encryption_deviceId :: Lens' Encryption (Maybe Text)
- encryption_region :: Lens' Encryption (Maybe Text)
- encryption_secretArn :: Lens' Encryption (Maybe Text)
- encryption_roleArn :: Lens' Encryption Text
Documentation
data Encryption Source #
Information about the encryption of the flow.
See: newEncryption
smart constructor.
Encryption' | |
|
Instances
Create a value of Encryption
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:keyType:Encryption'
, encryption_keyType
- The type of key that is used for the encryption. If no keyType is
provided, the service will use the default setting (static-key).
$sel:resourceId:Encryption'
, encryption_resourceId
- An identifier for the content. The service sends this value to the key
server to identify the current endpoint. The resource ID is also known
as the content ID. This parameter is required for SPEKE encryption and
is not valid for static key encryption.
$sel:url:Encryption'
, encryption_url
- The URL from the API Gateway proxy that you set up to talk to your key
server. This parameter is required for SPEKE encryption and is not valid
for static key encryption.
$sel:algorithm:Encryption'
, encryption_algorithm
- The type of algorithm that is used for the encryption (such as aes128,
aes192, or aes256).
$sel:constantInitializationVector:Encryption'
, encryption_constantInitializationVector
- A 128-bit, 16-byte hex value represented by a 32-character string, to be
used with the key for encrypting content. This parameter is not valid
for static key encryption.
$sel:deviceId:Encryption'
, encryption_deviceId
- The value of one of the devices that you configured with your digital
rights management (DRM) platform key provider. This parameter is
required for SPEKE encryption and is not valid for static key
encryption.
$sel:region:Encryption'
, encryption_region
- The AWS Region that the API Gateway proxy endpoint was created in. This
parameter is required for SPEKE encryption and is not valid for static
key encryption.
$sel:secretArn:Encryption'
, encryption_secretArn
- The ARN of the secret that you created in AWS Secrets Manager to store
the encryption key. This parameter is required for static key encryption
and is not valid for SPEKE encryption.
$sel:roleArn:Encryption'
, encryption_roleArn
- The ARN of the role that you created during setup (when you set up AWS
Elemental MediaConnect as a trusted entity).
encryption_keyType :: Lens' Encryption (Maybe KeyType) Source #
The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
encryption_resourceId :: Lens' Encryption (Maybe Text) Source #
An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
encryption_url :: Lens' Encryption (Maybe Text) Source #
The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
encryption_algorithm :: Lens' Encryption (Maybe Algorithm) Source #
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
encryption_constantInitializationVector :: Lens' Encryption (Maybe Text) Source #
A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
encryption_deviceId :: Lens' Encryption (Maybe Text) Source #
The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
encryption_region :: Lens' Encryption (Maybe Text) Source #
The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
encryption_secretArn :: Lens' Encryption (Maybe Text) Source #
The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
encryption_roleArn :: Lens' Encryption Text Source #
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).