pub struct ApplicationProperties {
pub application_description: Option<Value<String>>,
pub application_name: Value<String>,
pub role_arn: Value<String>,
pub tags: Option<ValueList<Tag>>,
}Expand description
Properties for the Application resource.
Fields§
§application_description: Option<Value<String>>Property ApplicationDescription.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
application_name: Value<String>Property ApplicationName.
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.
Property Tags.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ApplicationProperties
impl Debug for ApplicationProperties
Source§impl Default for ApplicationProperties
impl Default for ApplicationProperties
Source§fn default() -> ApplicationProperties
fn default() -> ApplicationProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApplicationProperties
impl<'de> Deserialize<'de> for ApplicationProperties
Source§fn deserialize<D: Deserializer<'de>>(
d: D,
) -> Result<ApplicationProperties, D::Error>
fn deserialize<D: Deserializer<'de>>( d: D, ) -> Result<ApplicationProperties, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ApplicationProperties> for Application
impl From<ApplicationProperties> for Application
Source§fn from(properties: ApplicationProperties) -> Application
fn from(properties: ApplicationProperties) -> Application
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ApplicationProperties
impl RefUnwindSafe for ApplicationProperties
impl Send for ApplicationProperties
impl Sync for ApplicationProperties
impl Unpin for ApplicationProperties
impl UnwindSafe for ApplicationProperties
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