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:
- Role
Arns List<string> - Duration
Seconds double - Enabled bool
- Managed
Policy List<string>Arns - Name string
- Require
Instance boolProperties - Session
Policy string - List<Pulumi.
Aws Native. Roles Anywhere. Inputs. Profile Tag Args>
- Role
Arns []string - Duration
Seconds float64 - Enabled bool
- Managed
Policy []stringArns - Name string
- Require
Instance boolProperties - Session
Policy string - []Profile
Tag Args
- role
Arns List<String> - duration
Seconds Double - enabled Boolean
- managed
Policy List<String>Arns - name String
- require
Instance BooleanProperties - session
Policy String - List<Profile
Tag Args>
- role
Arns string[] - duration
Seconds number - enabled boolean
- managed
Policy string[]Arns - name string
- require
Instance booleanProperties - session
Policy string - Profile
Tag Args[]
- role_
arns Sequence[str] - duration_
seconds float - enabled bool
- managed_
policy_ Sequence[str]arns - name str
- require_
instance_ boolproperties - session_
policy str - Sequence[Profile
Tag Args]
- role
Arns List<String> - duration
Seconds Number - enabled Boolean
- managed
Policy List<String>Arns - name String
- require
Instance BooleanProperties - session
Policy String - List<Property Map>
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.
- Profile
Arn string - Profile
Id string
- Id string
The provider-assigned unique ID for this managed resource.
- Profile
Arn string - Profile
Id string
- id String
The provider-assigned unique ID for this managed resource.
- profile
Arn String - profile
Id String
- id string
The provider-assigned unique ID for this managed resource.
- profile
Arn string - profile
Id 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.
- profile
Arn String - profile
Id String
Supporting Types
ProfileTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0