pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRdsDbInstanceAssociatedRole
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The ARN of the IAM role that is associated with the DB instance.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The ARN of the IAM role that is associated with the DB instance.
sourcepub fn feature_name(self, input: impl Into<String>) -> Self
pub fn feature_name(self, input: impl Into<String>) -> Self
The name of the feature associated with the IAM role.
sourcepub fn set_feature_name(self, input: Option<String>) -> Self
pub fn set_feature_name(self, input: Option<String>) -> Self
The name of the feature associated with the IAM role.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> AwsRdsDbInstanceAssociatedRole
pub fn build(self) -> AwsRdsDbInstanceAssociatedRole
Consumes the builder and constructs a AwsRdsDbInstanceAssociatedRole
.