Origin Endpoint Speke Key Provider Args
data class OriginEndpointSpekeKeyProviderArgs(val certificateArn: Output<String>? = null, val encryptionContractConfiguration: Output<OriginEndpointEncryptionContractConfigurationArgs>? = null, val resourceId: Output<String>, val roleArn: Output<String>, val systemIds: Output<List<String>>, val url: Output<String>) : ConvertibleToJava<OriginEndpointSpekeKeyProviderArgs>
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
Constructors
Link copied to clipboard
fun OriginEndpointSpekeKeyProviderArgs(certificateArn: Output<String>? = null, encryptionContractConfiguration: Output<OriginEndpointEncryptionContractConfigurationArgs>? = null, resourceId: Output<String>, roleArn: Output<String>, systemIds: Output<List<String>>, url: Output<String>)
Functions
Properties
Link copied to clipboard
val encryptionContractConfiguration: Output<OriginEndpointEncryptionContractConfigurationArgs>? = null
Link copied to clipboard