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

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 logo

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
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    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
    Tags TagArgs
    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
    tags List<Tag>
    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
    tags 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
    tags Sequence[TagArgs]
    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
    tags 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.
    IdentityStoreId string
    The ID of the identity store associated with the created Identity Center (SSO) Instance
    InstanceArn string
    The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
    OwnerAccountId string
    The AWS accountId of the owner of the Identity Center (SSO) Instance
    Status Pulumi.AwsNative.Sso.InstanceStatus
    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.
    IdentityStoreId string
    The ID of the identity store associated with the created Identity Center (SSO) Instance
    InstanceArn string
    The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
    OwnerAccountId string
    The AWS accountId of the owner of the Identity Center (SSO) Instance
    Status InstanceStatus
    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.
    identityStoreId String
    The ID of the identity store associated with the created Identity Center (SSO) Instance
    instanceArn String
    The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
    ownerAccountId String
    The AWS accountId of the owner of the Identity Center (SSO) Instance
    status InstanceStatus
    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.
    identityStoreId string
    The ID of the identity store associated with the created Identity Center (SSO) Instance
    instanceArn string
    The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
    ownerAccountId string
    The AWS accountId of the owner of the Identity Center (SSO) Instance
    status InstanceStatus
    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_id str
    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_id str
    The AWS accountId of the owner of the Identity Center (SSO) Instance
    status InstanceStatus
    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.
    identityStoreId String
    The ID of the identity store associated with the created Identity Center (SSO) Instance
    instanceArn String
    The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
    ownerAccountId String
    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

    CreateInProgress
    CREATE_IN_PROGRESS
    DeleteInProgress
    DELETE_IN_PROGRESS
    Active
    ACTIVE
    InstanceStatusCreateInProgress
    CREATE_IN_PROGRESS
    InstanceStatusDeleteInProgress
    DELETE_IN_PROGRESS
    InstanceStatusActive
    ACTIVE
    CreateInProgress
    CREATE_IN_PROGRESS
    DeleteInProgress
    DELETE_IN_PROGRESS
    Active
    ACTIVE
    CreateInProgress
    CREATE_IN_PROGRESS
    DeleteInProgress
    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

    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.109.0 published on Wednesday, Jun 26, 2024 by Pulumi