Interface OpsworksUserProfileConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
OpsworksUserProfileConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.381Z") @Stability(Stable) public interface OpsworksUserProfileConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOpsworksUserProfileConfig.BuilderA builder forOpsworksUserProfileConfigstatic classOpsworksUserProfileConfig.Jsii$ProxyAn implementation forOpsworksUserProfileConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OpsworksUserProfileConfig.Builderbuilder()default ObjectgetAllowSelfManagement()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_user_profile#allow_self_management OpsworksUserProfile#allow_self_management}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_user_profile#id OpsworksUserProfile#id}.default StringgetSshPublicKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_user_profile#ssh_public_key OpsworksUserProfile#ssh_public_key}.StringgetSshUsername()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_user_profile#ssh_username OpsworksUserProfile#ssh_username}.StringgetUserArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_user_profile#user_arn OpsworksUserProfile#user_arn}.
-
-
-
Method Detail
-
getSshUsername
@Stability(Stable) @NotNull String getSshUsername()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_user_profile#ssh_username OpsworksUserProfile#ssh_username}.
-
getUserArn
@Stability(Stable) @NotNull String getUserArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_user_profile#user_arn OpsworksUserProfile#user_arn}.
-
getAllowSelfManagement
@Stability(Stable) @Nullable default Object getAllowSelfManagement()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_user_profile#allow_self_management OpsworksUserProfile#allow_self_management}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_user_profile#id OpsworksUserProfile#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getSshPublicKey
@Stability(Stable) @Nullable default String getSshPublicKey()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_user_profile#ssh_public_key OpsworksUserProfile#ssh_public_key}.
-
builder
@Stability(Stable) static OpsworksUserProfileConfig.Builder builder()
- Returns:
- a
OpsworksUserProfileConfig.BuilderofOpsworksUserProfileConfig
-
-