Class CfnFlow.EncryptionProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnFlow.EncryptionProperty.Jsii$Proxy
All Implemented Interfaces:
CfnFlow.EncryptionProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnFlow.EncryptionProperty

@Stability(Stable) @Internal public static final class CfnFlow.EncryptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.EncryptionProperty
An implementation for CfnFlow.EncryptionProperty
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.CfnFlow.EncryptionProperty

    CfnFlow.EncryptionProperty.Builder, CfnFlow.EncryptionProperty.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnFlow.EncryptionProperty.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The type of algorithm that is used for static key encryption (such as aes128, aes192, or aes256).
    final String
    A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content.
    final String
    The value of one of the devices that you configured with your digital rights management (DRM) platform key provider.
    final String
    The type of key that is used for the encryption.
    final String
    The AWS Region that the API Gateway proxy endpoint was created in.
    final String
    An identifier for the content.
    final String
    The Amazon Resource Name (ARN) of the role that you created during setup (when you set up MediaConnect as a trusted entity).
    final String
    The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
    final String
    The URL from the API Gateway proxy that you set up to talk to your key server.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait