pub struct Encryption {
pub algorithm: Value<String>,
pub constant_initialization_vector: Option<Value<String>>,
pub device_id: Option<Value<String>>,
pub key_type: Option<Value<String>>,
pub region: Option<Value<String>>,
pub resource_id: Option<Value<String>>,
pub role_arn: Value<String>,
pub secret_arn: Option<Value<String>>,
pub url: Option<Value<String>>,
}Expand description
The AWS::MediaConnect::Flow.Encryption property type.
Fields§
§algorithm: Value<String>Property Algorithm.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
constant_initialization_vector: Option<Value<String>>Property ConstantInitializationVector.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
device_id: Option<Value<String>>Property DeviceId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
key_type: Option<Value<String>>Property KeyType.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
region: Option<Value<String>>Property Region.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
resource_id: Option<Value<String>>Property ResourceId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
role_arn: Value<String>Property RoleArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
secret_arn: Option<Value<String>>Property SecretArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
url: Option<Value<String>>Property Url.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.