1. Packages
  2. AWS Native
  3. API Docs
  4. sso
  5. PermissionSet

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.sso.PermissionSet

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource Type definition for SSO PermissionSet

    Create PermissionSet Resource

    new PermissionSet(name: string, args: PermissionSetArgs, opts?: CustomResourceOptions);
    @overload
    def PermissionSet(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      customer_managed_policy_references: Optional[Sequence[PermissionSetCustomerManagedPolicyReferenceArgs]] = None,
                      description: Optional[str] = None,
                      inline_policy: Optional[Any] = None,
                      instance_arn: Optional[str] = None,
                      managed_policies: Optional[Sequence[str]] = None,
                      name: Optional[str] = None,
                      permissions_boundary: Optional[PermissionSetPermissionsBoundaryArgs] = None,
                      relay_state_type: Optional[str] = None,
                      session_duration: Optional[str] = None,
                      tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    @overload
    def PermissionSet(resource_name: str,
                      args: PermissionSetArgs,
                      opts: Optional[ResourceOptions] = None)
    func NewPermissionSet(ctx *Context, name string, args PermissionSetArgs, opts ...ResourceOption) (*PermissionSet, error)
    public PermissionSet(string name, PermissionSetArgs args, CustomResourceOptions? opts = null)
    public PermissionSet(String name, PermissionSetArgs args)
    public PermissionSet(String name, PermissionSetArgs args, CustomResourceOptions options)
    
    type: aws-native:sso:PermissionSet
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args PermissionSetArgs
    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 PermissionSetArgs
    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 PermissionSetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PermissionSetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PermissionSetArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    InstanceArn string
    The sso instance arn that the permission set is owned.
    CustomerManagedPolicyReferences List<Pulumi.AwsNative.Sso.Inputs.PermissionSetCustomerManagedPolicyReference>
    Description string
    The permission set description.
    InlinePolicy object

    The inline policy to put in permission set.

    Search the CloudFormation User Guide for AWS::SSO::PermissionSet for more information about the expected schema for this property.

    ManagedPolicies List<string>
    Name string
    The name you want to assign to this permission set.
    PermissionsBoundary Pulumi.AwsNative.Sso.Inputs.PermissionSetPermissionsBoundary
    RelayStateType string
    The relay state URL that redirect links to any service in the AWS Management Console.
    SessionDuration string
    The length of time that a user can be signed in to an AWS account.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    InstanceArn string
    The sso instance arn that the permission set is owned.
    CustomerManagedPolicyReferences []PermissionSetCustomerManagedPolicyReferenceArgs
    Description string
    The permission set description.
    InlinePolicy interface{}

    The inline policy to put in permission set.

    Search the CloudFormation User Guide for AWS::SSO::PermissionSet for more information about the expected schema for this property.

    ManagedPolicies []string
    Name string
    The name you want to assign to this permission set.
    PermissionsBoundary PermissionSetPermissionsBoundaryArgs
    RelayStateType string
    The relay state URL that redirect links to any service in the AWS Management Console.
    SessionDuration string
    The length of time that a user can be signed in to an AWS account.
    Tags TagArgs
    instanceArn String
    The sso instance arn that the permission set is owned.
    customerManagedPolicyReferences List<PermissionSetCustomerManagedPolicyReference>
    description String
    The permission set description.
    inlinePolicy Object

    The inline policy to put in permission set.

    Search the CloudFormation User Guide for AWS::SSO::PermissionSet for more information about the expected schema for this property.

    managedPolicies List<String>
    name String
    The name you want to assign to this permission set.
    permissionsBoundary PermissionSetPermissionsBoundary
    relayStateType String
    The relay state URL that redirect links to any service in the AWS Management Console.
    sessionDuration String
    The length of time that a user can be signed in to an AWS account.
    tags List<Tag>
    instanceArn string
    The sso instance arn that the permission set is owned.
    customerManagedPolicyReferences PermissionSetCustomerManagedPolicyReference[]
    description string
    The permission set description.
    inlinePolicy any

    The inline policy to put in permission set.

    Search the CloudFormation User Guide for AWS::SSO::PermissionSet for more information about the expected schema for this property.

    managedPolicies string[]
    name string
    The name you want to assign to this permission set.
    permissionsBoundary PermissionSetPermissionsBoundary
    relayStateType string
    The relay state URL that redirect links to any service in the AWS Management Console.
    sessionDuration string
    The length of time that a user can be signed in to an AWS account.
    tags Tag[]
    instance_arn str
    The sso instance arn that the permission set is owned.
    customer_managed_policy_references Sequence[PermissionSetCustomerManagedPolicyReferenceArgs]
    description str
    The permission set description.
    inline_policy Any

    The inline policy to put in permission set.

    Search the CloudFormation User Guide for AWS::SSO::PermissionSet for more information about the expected schema for this property.

    managed_policies Sequence[str]
    name str
    The name you want to assign to this permission set.
    permissions_boundary PermissionSetPermissionsBoundaryArgs
    relay_state_type str
    The relay state URL that redirect links to any service in the AWS Management Console.
    session_duration str
    The length of time that a user can be signed in to an AWS account.
    tags TagArgs]
    instanceArn String
    The sso instance arn that the permission set is owned.
    customerManagedPolicyReferences List<Property Map>
    description String
    The permission set description.
    inlinePolicy Any

    The inline policy to put in permission set.

    Search the CloudFormation User Guide for AWS::SSO::PermissionSet for more information about the expected schema for this property.

    managedPolicies List<String>
    name String
    The name you want to assign to this permission set.
    permissionsBoundary Property Map
    relayStateType String
    The relay state URL that redirect links to any service in the AWS Management Console.
    sessionDuration String
    The length of time that a user can be signed in to an AWS account.
    tags List<Property Map>

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    PermissionSetArn string
    The permission set that the policy will be attached to
    Id string
    The provider-assigned unique ID for this managed resource.
    PermissionSetArn string
    The permission set that the policy will be attached to
    id String
    The provider-assigned unique ID for this managed resource.
    permissionSetArn String
    The permission set that the policy will be attached to
    id string
    The provider-assigned unique ID for this managed resource.
    permissionSetArn string
    The permission set that the policy will be attached to
    id str
    The provider-assigned unique ID for this managed resource.
    permission_set_arn str
    The permission set that the policy will be attached to
    id String
    The provider-assigned unique ID for this managed resource.
    permissionSetArn String
    The permission set that the policy will be attached to

    Supporting Types

    PermissionSetCustomerManagedPolicyReference, PermissionSetCustomerManagedPolicyReferenceArgs

    Name string
    Path string
    Name string
    Path string
    name String
    path String
    name string
    path string
    name str
    path str
    name String
    path String

    PermissionSetPermissionsBoundary, PermissionSetPermissionsBoundaryArgs

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi