#[non_exhaustive]pub struct DeployAsApplicationConfiguration {
pub s3_content_location: Option<S3ContentBaseLocation>,
}Expand description
The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.s3_content_location: Option<S3ContentBaseLocation>The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
Implementations§
source§impl DeployAsApplicationConfiguration
impl DeployAsApplicationConfiguration
sourcepub fn s3_content_location(&self) -> Option<&S3ContentBaseLocation>
pub fn s3_content_location(&self) -> Option<&S3ContentBaseLocation>
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
source§impl DeployAsApplicationConfiguration
impl DeployAsApplicationConfiguration
sourcepub fn builder() -> DeployAsApplicationConfigurationBuilder
pub fn builder() -> DeployAsApplicationConfigurationBuilder
Creates a new builder-style object to manufacture DeployAsApplicationConfiguration.
Trait Implementations§
source§impl Clone for DeployAsApplicationConfiguration
impl Clone for DeployAsApplicationConfiguration
source§fn clone(&self) -> DeployAsApplicationConfiguration
fn clone(&self) -> DeployAsApplicationConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for DeployAsApplicationConfiguration
impl PartialEq for DeployAsApplicationConfiguration
source§fn eq(&self, other: &DeployAsApplicationConfiguration) -> bool
fn eq(&self, other: &DeployAsApplicationConfiguration) -> bool
self and other values to be equal, and is used
by ==.