AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.sso.Instance
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource Type definition for Identity Center (SSO) Instance
Create Instance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Instance(name: string, args?: InstanceArgs, opts?: CustomResourceOptions);
@overload
def Instance(resource_name: str,
args: Optional[InstanceArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Instance(resource_name: str,
opts: Optional[ResourceOptions] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewInstance(ctx *Context, name string, args *InstanceArgs, opts ...ResourceOption) (*Instance, error)
public Instance(string name, InstanceArgs? args = null, CustomResourceOptions? opts = null)
public Instance(String name, InstanceArgs args)
public Instance(String name, InstanceArgs args, CustomResourceOptions options)
type: aws-native:sso:Instance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args InstanceArgs
- 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 InstanceArgs
- 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 InstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Instance 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 Instance resource accepts the following input properties:
- Name string
- The name you want to assign to this Identity Center (SSO) Instance
- List<Pulumi.
Aws Native. Inputs. Tag> - Specifies tags to be attached to the instance of IAM Identity Center.
- name str
- The name you want to assign to this Identity Center (SSO) Instance
- Sequence[Tag
Args] - Specifies tags to be attached to the instance of IAM Identity Center.
- name String
- The name you want to assign to this Identity Center (SSO) Instance
- List<Property Map>
- Specifies tags to be attached to the instance of IAM Identity Center.
Outputs
All input properties are implicitly available as output properties. Additionally, the Instance resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Identity
Store stringId - The ID of the identity store associated with the created Identity Center (SSO) Instance
- Instance
Arn string - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- Owner
Account stringId - The AWS accountId of the owner of the Identity Center (SSO) Instance
- Status
Pulumi.
Aws Native. Sso. Instance Status - The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
- Id string
- The provider-assigned unique ID for this managed resource.
- Identity
Store stringId - The ID of the identity store associated with the created Identity Center (SSO) Instance
- Instance
Arn string - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- Owner
Account stringId - The AWS accountId of the owner of the Identity Center (SSO) Instance
- Status
Instance
Status - The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
- id String
- The provider-assigned unique ID for this managed resource.
- identity
Store StringId - The ID of the identity store associated with the created Identity Center (SSO) Instance
- instance
Arn String - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- owner
Account StringId - The AWS accountId of the owner of the Identity Center (SSO) Instance
- status
Instance
Status - The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
- id string
- The provider-assigned unique ID for this managed resource.
- identity
Store stringId - The ID of the identity store associated with the created Identity Center (SSO) Instance
- instance
Arn string - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- owner
Account stringId - The AWS accountId of the owner of the Identity Center (SSO) Instance
- status
Instance
Status - The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
- id str
- The provider-assigned unique ID for this managed resource.
- identity_
store_ strid - The ID of the identity store associated with the created Identity Center (SSO) Instance
- instance_
arn str - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- owner_
account_ strid - The AWS accountId of the owner of the Identity Center (SSO) Instance
- status
Instance
Status - The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
- id String
- The provider-assigned unique ID for this managed resource.
- identity
Store StringId - The ID of the identity store associated with the created Identity Center (SSO) Instance
- instance
Arn String - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- owner
Account StringId - The AWS accountId of the owner of the Identity Center (SSO) Instance
- status "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "ACTIVE"
- The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
Supporting Types
InstanceStatus, InstanceStatusArgs
- Create
In Progress - CREATE_IN_PROGRESS
- Delete
In Progress - DELETE_IN_PROGRESS
- Active
- ACTIVE
- Instance
Status Create In Progress - CREATE_IN_PROGRESS
- Instance
Status Delete In Progress - DELETE_IN_PROGRESS
- Instance
Status Active - ACTIVE
- Create
In Progress - CREATE_IN_PROGRESS
- Delete
In Progress - DELETE_IN_PROGRESS
- Active
- ACTIVE
- Create
In Progress - CREATE_IN_PROGRESS
- Delete
In Progress - DELETE_IN_PROGRESS
- Active
- ACTIVE
- CREATE_IN_PROGRESS
- CREATE_IN_PROGRESS
- DELETE_IN_PROGRESS
- DELETE_IN_PROGRESS
- ACTIVE
- ACTIVE
- "CREATE_IN_PROGRESS"
- CREATE_IN_PROGRESS
- "DELETE_IN_PROGRESS"
- DELETE_IN_PROGRESS
- "ACTIVE"
- ACTIVE
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi