Struct aws_sdk_securityhub::model::aws_rds_db_instance_associated_role::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AwsRdsDbInstanceAssociatedRole
Implementations
The ARN of the IAM role that is associated with the DB instance.
The ARN of the IAM role that is associated with the DB instance.
The name of the feature associated with the IAM role.
The name of the feature associated with the IAM role.
Describes the state of the association between the IAM role and the DB instance. The
Status property returns one of the following values:
-
ACTIVE- The IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. -
PENDING- The IAM role ARN is being associated with the DB instance. -
INVALID- The IAM role ARN is associated with the DB instance. But the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
Describes the state of the association between the IAM role and the DB instance. The
Status property returns one of the following values:
-
ACTIVE- The IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. -
PENDING- The IAM role ARN is being associated with the DB instance. -
INVALID- The IAM role ARN is associated with the DB instance. But the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
Consumes the builder and constructs a AwsRdsDbInstanceAssociatedRole
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
