Class CfnFlowPropsMixin.EncryptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowPropsMixin.EncryptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowPropsMixin.EncryptionProperty
CfnFlowPropsMixin.EncryptionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.EncryptionProperty
CfnFlowPropsMixin.EncryptionProperty.Builder, CfnFlowPropsMixin.EncryptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.EncryptionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe type of algorithm that is used for static key encryption (such as aes128, aes192, or aes256).final StringA 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content.final StringThe value of one of the devices that you configured with your digital rights management (DRM) platform key provider.final StringThe type of key that is used for the encryption.final StringThe AWS Region that the API Gateway proxy endpoint was created in.final StringAn identifier for the content.final StringThe ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).final StringThe ARN of the secret that you created in AWS Secrets Manager to store the encryption key.final StringgetUrl()The URL from the API Gateway proxy that you set up to talk to your key server.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.EncryptionProperty.Builder.
-
-
Method Details
-
getAlgorithm
Description copied from interface:CfnFlowPropsMixin.EncryptionPropertyThe type of algorithm that is used for static key encryption (such as aes128, aes192, or aes256).If you are using SPEKE or SRT-password encryption, this property must be left blank.
- Specified by:
getAlgorithmin interfaceCfnFlowPropsMixin.EncryptionProperty- See Also:
-
getConstantInitializationVector
Description copied from interface:CfnFlowPropsMixin.EncryptionPropertyA 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.
- Specified by:
getConstantInitializationVectorin interfaceCfnFlowPropsMixin.EncryptionProperty- See Also:
-
getDeviceId
Description copied from interface:CfnFlowPropsMixin.EncryptionPropertyThe 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.
- Specified by:
getDeviceIdin interfaceCfnFlowPropsMixin.EncryptionProperty- See Also:
-
getKeyType
Description copied from interface:CfnFlowPropsMixin.EncryptionPropertyThe type of key that is used for the encryption.If you don't specify a
keyTypevalue, the service uses the default setting (static-key). Valid key types are:static-key,speke, andsrt-password.Default: - "static-key"
- Specified by:
getKeyTypein interfaceCfnFlowPropsMixin.EncryptionProperty- See Also:
-
getRegion
Description copied from interface:CfnFlowPropsMixin.EncryptionPropertyThe 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.
- Specified by:
getRegionin interfaceCfnFlowPropsMixin.EncryptionProperty- See Also:
-
getResourceId
Description copied from interface:CfnFlowPropsMixin.EncryptionPropertyAn 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.
- Specified by:
getResourceIdin interfaceCfnFlowPropsMixin.EncryptionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnFlowPropsMixin.EncryptionPropertyThe ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).- Specified by:
getRoleArnin interfaceCfnFlowPropsMixin.EncryptionProperty- See Also:
-
getSecretArn
Description copied from interface:CfnFlowPropsMixin.EncryptionPropertyThe 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.
- Specified by:
getSecretArnin interfaceCfnFlowPropsMixin.EncryptionProperty- See Also:
-
getUrl
Description copied from interface:CfnFlowPropsMixin.EncryptionPropertyThe 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.
- Specified by:
getUrlin interfaceCfnFlowPropsMixin.EncryptionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-