aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.rolesanywhere.Profile

Explore with Pulumi AI

Definition of AWS::RolesAnywhere::Profile Resource Type

Create Profile Resource

new Profile(name: string, args: ProfileArgs, opts?: CustomResourceOptions);
@overload
def Profile(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            duration_seconds: Optional[float] = None,
            enabled: Optional[bool] = None,
            managed_policy_arns: Optional[Sequence[str]] = None,
            name: Optional[str] = None,
            require_instance_properties: Optional[bool] = None,
            role_arns: Optional[Sequence[str]] = None,
            session_policy: Optional[str] = None,
            tags: Optional[Sequence[ProfileTagArgs]] = None)
@overload
def Profile(resource_name: str,
            args: ProfileArgs,
            opts: Optional[ResourceOptions] = None)
func NewProfile(ctx *Context, name string, args ProfileArgs, opts ...ResourceOption) (*Profile, error)
public Profile(string name, ProfileArgs args, CustomResourceOptions? opts = null)
public Profile(String name, ProfileArgs args)
public Profile(String name, ProfileArgs args, CustomResourceOptions options)
type: aws-native:rolesanywhere:Profile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ProfileArgs
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 ProfileArgs
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 ProfileArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ProfileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ProfileArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Profile 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 Profile resource accepts the following input properties:

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

ProfileArn string
ProfileId string
Id string

The provider-assigned unique ID for this managed resource.

ProfileArn string
ProfileId string
id String

The provider-assigned unique ID for this managed resource.

profileArn String
profileId String
id string

The provider-assigned unique ID for this managed resource.

profileArn string
profileId string
id str

The provider-assigned unique ID for this managed resource.

profile_arn str
profile_id str
id String

The provider-assigned unique ID for this managed resource.

profileArn String
profileId String

Supporting Types

ProfileTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0