1. Packages
  2. AWS Classic
  3. API Docs
  4. opsworks
  5. UserProfile

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.28.1 published on Thursday, Mar 28, 2024 by Pulumi

aws.opsworks.UserProfile

Explore with Pulumi AI

aws logo

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.28.1 published on Thursday, Mar 28, 2024 by Pulumi

    Provides an OpsWorks User Profile resource.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as aws from "@pulumi/aws";
    
    const myProfile = new aws.opsworks.UserProfile("my_profile", {
        userArn: user.arn,
        sshUsername: "my_user",
    });
    
    import pulumi
    import pulumi_aws as aws
    
    my_profile = aws.opsworks.UserProfile("my_profile",
        user_arn=user["arn"],
        ssh_username="my_user")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/opsworks"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := opsworks.NewUserProfile(ctx, "my_profile", &opsworks.UserProfileArgs{
    			UserArn:     pulumi.Any(user.Arn),
    			SshUsername: pulumi.String("my_user"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Aws = Pulumi.Aws;
    
    return await Deployment.RunAsync(() => 
    {
        var myProfile = new Aws.OpsWorks.UserProfile("my_profile", new()
        {
            UserArn = user.Arn,
            SshUsername = "my_user",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.aws.opsworks.UserProfile;
    import com.pulumi.aws.opsworks.UserProfileArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var myProfile = new UserProfile("myProfile", UserProfileArgs.builder()        
                .userArn(user.arn())
                .sshUsername("my_user")
                .build());
    
        }
    }
    
    resources:
      myProfile:
        type: aws:opsworks:UserProfile
        name: my_profile
        properties:
          userArn: ${user.arn}
          sshUsername: my_user
    

    Create UserProfile Resource

    new UserProfile(name: string, args: UserProfileArgs, opts?: CustomResourceOptions);
    @overload
    def UserProfile(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    allow_self_management: Optional[bool] = None,
                    ssh_public_key: Optional[str] = None,
                    ssh_username: Optional[str] = None,
                    user_arn: Optional[str] = None)
    @overload
    def UserProfile(resource_name: str,
                    args: UserProfileArgs,
                    opts: Optional[ResourceOptions] = None)
    func NewUserProfile(ctx *Context, name string, args UserProfileArgs, opts ...ResourceOption) (*UserProfile, error)
    public UserProfile(string name, UserProfileArgs args, CustomResourceOptions? opts = null)
    public UserProfile(String name, UserProfileArgs args)
    public UserProfile(String name, UserProfileArgs args, CustomResourceOptions options)
    
    type: aws:opsworks:UserProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args UserProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args UserProfileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args UserProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args UserProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args UserProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    UserProfile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The UserProfile resource accepts the following input properties:

    SshUsername string
    The ssh username, with witch this user wants to log in
    UserArn string
    The user's IAM ARN
    AllowSelfManagement bool
    Whether users can specify their own SSH public key through the My Settings page
    SshPublicKey string
    The users public key
    SshUsername string
    The ssh username, with witch this user wants to log in
    UserArn string
    The user's IAM ARN
    AllowSelfManagement bool
    Whether users can specify their own SSH public key through the My Settings page
    SshPublicKey string
    The users public key
    sshUsername String
    The ssh username, with witch this user wants to log in
    userArn String
    The user's IAM ARN
    allowSelfManagement Boolean
    Whether users can specify their own SSH public key through the My Settings page
    sshPublicKey String
    The users public key
    sshUsername string
    The ssh username, with witch this user wants to log in
    userArn string
    The user's IAM ARN
    allowSelfManagement boolean
    Whether users can specify their own SSH public key through the My Settings page
    sshPublicKey string
    The users public key
    ssh_username str
    The ssh username, with witch this user wants to log in
    user_arn str
    The user's IAM ARN
    allow_self_management bool
    Whether users can specify their own SSH public key through the My Settings page
    ssh_public_key str
    The users public key
    sshUsername String
    The ssh username, with witch this user wants to log in
    userArn String
    The user's IAM ARN
    allowSelfManagement Boolean
    Whether users can specify their own SSH public key through the My Settings page
    sshPublicKey String
    The users public key

    Outputs

    All input properties are implicitly available as output properties. Additionally, the UserProfile resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing UserProfile Resource

    Get an existing UserProfile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: UserProfileState, opts?: CustomResourceOptions): UserProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            allow_self_management: Optional[bool] = None,
            ssh_public_key: Optional[str] = None,
            ssh_username: Optional[str] = None,
            user_arn: Optional[str] = None) -> UserProfile
    func GetUserProfile(ctx *Context, name string, id IDInput, state *UserProfileState, opts ...ResourceOption) (*UserProfile, error)
    public static UserProfile Get(string name, Input<string> id, UserProfileState? state, CustomResourceOptions? opts = null)
    public static UserProfile get(String name, Output<String> id, UserProfileState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AllowSelfManagement bool
    Whether users can specify their own SSH public key through the My Settings page
    SshPublicKey string
    The users public key
    SshUsername string
    The ssh username, with witch this user wants to log in
    UserArn string
    The user's IAM ARN
    AllowSelfManagement bool
    Whether users can specify their own SSH public key through the My Settings page
    SshPublicKey string
    The users public key
    SshUsername string
    The ssh username, with witch this user wants to log in
    UserArn string
    The user's IAM ARN
    allowSelfManagement Boolean
    Whether users can specify their own SSH public key through the My Settings page
    sshPublicKey String
    The users public key
    sshUsername String
    The ssh username, with witch this user wants to log in
    userArn String
    The user's IAM ARN
    allowSelfManagement boolean
    Whether users can specify their own SSH public key through the My Settings page
    sshPublicKey string
    The users public key
    sshUsername string
    The ssh username, with witch this user wants to log in
    userArn string
    The user's IAM ARN
    allow_self_management bool
    Whether users can specify their own SSH public key through the My Settings page
    ssh_public_key str
    The users public key
    ssh_username str
    The ssh username, with witch this user wants to log in
    user_arn str
    The user's IAM ARN
    allowSelfManagement Boolean
    Whether users can specify their own SSH public key through the My Settings page
    sshPublicKey String
    The users public key
    sshUsername String
    The ssh username, with witch this user wants to log in
    userArn String
    The user's IAM ARN

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aws Terraform Provider.
    aws logo

    Try AWS Native preview for resources not in the classic version.

    AWS Classic v6.28.1 published on Thursday, Mar 28, 2024 by Pulumi