pub struct LambdaOutput {
pub resource_arn: Value<String>,
pub role_arn: Value<String>,
}Expand description
The AWS::KinesisAnalytics::ApplicationOutput.LambdaOutput property type.
Fields§
§resource_arn: Value<String>Property ResourceARN.
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.
Trait Implementations§
Source§impl Debug for LambdaOutput
impl Debug for LambdaOutput
Source§impl Default for LambdaOutput
impl Default for LambdaOutput
Source§fn default() -> LambdaOutput
fn default() -> LambdaOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LambdaOutput
impl RefUnwindSafe for LambdaOutput
impl Send for LambdaOutput
impl Sync for LambdaOutput
impl Unpin for LambdaOutput
impl UnwindSafe for LambdaOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more