Struct aws_sdk_manager::Resources
source · [−]pub struct Resources {Show 27 fields
pub identity: Option<Identity>,
pub region: String,
pub s3_bucket: String,
pub db_backup_s3_region: Option<String>,
pub db_backup_s3_bucket: Option<String>,
pub db_backup_s3_key: Option<String>,
pub instance_system_logs: Option<bool>,
pub instance_system_metrics: Option<bool>,
pub nlb_acm_certificate_arn: Option<String>,
pub kms_cmk_id: Option<String>,
pub kms_cmk_arn: Option<String>,
pub ec2_key_name: Option<String>,
pub ec2_key_path: Option<String>,
pub cloudformation_ec2_instance_role: Option<String>,
pub cloudformation_ec2_instance_profile_arn: Option<String>,
pub cloudformation_vpc: Option<String>,
pub cloudformation_vpc_id: Option<String>,
pub cloudformation_vpc_security_group_id: Option<String>,
pub cloudformation_vpc_public_subnet_ids: Option<Vec<String>>,
pub cloudformation_asg_anchor_nodes: Option<String>,
pub cloudformation_asg_anchor_nodes_logical_id: Option<String>,
pub cloudformation_asg_non_anchor_nodes: Option<String>,
pub cloudformation_asg_non_anchor_nodes_logical_id: Option<String>,
pub cloudformation_asg_nlb_arn: Option<String>,
pub cloudformation_asg_nlb_target_group_arn: Option<String>,
pub cloudformation_asg_nlb_dns_name: Option<String>,
pub cloudwatch_avalanche_metrics_namespace: Option<String>,
}Expand description
Represents the current AWS resource status.
Fields
identity: Option<Identity>AWS STS caller loaded from its local environment. READ ONLY.
region: StringAWS region to create resources. MUST BE NON-EMPTY.
s3_bucket: StringName of the bucket to store (or download from) the configuration and resources (e.g., S3). If not exists, it creates automatically. If exists, it skips creation and uses the existing one. MUST BE NON-EMPTY.
db_backup_s3_region: Option<String>Region for s3 where database backup resides.
db_backup_s3_bucket: Option<String>Bucket to download backups from. Non-empty to download the database for bootstrapping.
db_backup_s3_key: Option<String>Non-empty to download the database for bootstrapping.
instance_system_logs: Option<bool>instance_system_metrics: Option<bool>nlb_acm_certificate_arn: Option<String>AWS region to create resources. NON-EMPTY TO ENABLE HTTPS over NLB.
kms_cmk_id: Option<String>KMS CMK ID to encrypt resources. None if not created yet. READ ONLY – DO NOT SET.
kms_cmk_arn: Option<String>Only updated after creation. READ ONLY – DO NOT SET.
ec2_key_name: Option<String>EC2 key pair name for SSH access to EC2 instances. READ ONLY – DO NOT SET.
ec2_key_path: Option<String>Only updated after creation. READ ONLY – DO NOT SET.
cloudformation_ec2_instance_role: Option<String>CloudFormation stack name for EC2 instance role. READ ONLY – DO NOT SET.
cloudformation_ec2_instance_profile_arn: Option<String>Instance profile ARN from “cloudformation_ec2_instance_role”. Only updated after creation. READ ONLY – DO NOT SET.
cloudformation_vpc: Option<String>CloudFormation stack name for VPC. READ ONLY – DO NOT SET.
cloudformation_vpc_id: Option<String>VPC ID from “cloudformation_vpc”. Only updated after creation. READ ONLY – DO NOT SET.
cloudformation_vpc_security_group_id: Option<String>Security group ID from “cloudformation_vpc”. Only updated after creation. READ ONLY – DO NOT SET.
cloudformation_vpc_public_subnet_ids: Option<Vec<String>>Public subnet IDs from “cloudformation_vpc”. Only updated after creation. READ ONLY – DO NOT SET.
cloudformation_asg_anchor_nodes: Option<String>CloudFormation stack name of Auto Scaling Group (ASG) for anchor nodes. None if mainnet. READ ONLY – DO NOT SET.
cloudformation_asg_anchor_nodes_logical_id: Option<String>Only updated after creation. READ ONLY – DO NOT SET.
cloudformation_asg_non_anchor_nodes: Option<String>CloudFormation stack name of Auto Scaling Group (ASG) for non-anchor nodes. READ ONLY – DO NOT SET.
cloudformation_asg_non_anchor_nodes_logical_id: Option<String>Only updated after creation. READ ONLY – DO NOT SET.
cloudformation_asg_nlb_arn: Option<String>Only updated after creation. READ ONLY – DO NOT SET.
cloudformation_asg_nlb_target_group_arn: Option<String>Only updated after creation. READ ONLY – DO NOT SET.
cloudformation_asg_nlb_dns_name: Option<String>Only updated after creation. READ ONLY – DO NOT SET.
cloudwatch_avalanche_metrics_namespace: Option<String>Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Resources
impl<'de> Deserialize<'de> for Resources
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Resources
impl StructuralEq for Resources
impl StructuralPartialEq for Resources
Auto Trait Implementations
impl RefUnwindSafe for Resources
impl Send for Resources
impl Sync for Resources
impl Unpin for Resources
impl UnwindSafe for Resources
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more