1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. resiliencehubv2
  6. System

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi

    Creates a system that represents a logical grouping of services.

    Create System Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new System(name: string, args?: SystemArgs, opts?: CustomResourceOptions);
    @overload
    def System(resource_name: str,
               args: Optional[SystemArgs] = None,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def System(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               description: Optional[str] = None,
               kms_key_id: Optional[str] = None,
               name: Optional[str] = None,
               tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewSystem(ctx *Context, name string, args *SystemArgs, opts ...ResourceOption) (*System, error)
    public System(string name, SystemArgs? args = null, CustomResourceOptions? opts = null)
    public System(String name, SystemArgs args)
    public System(String name, SystemArgs args, CustomResourceOptions options)
    
    type: aws-native:resiliencehubv2:System
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_resiliencehubv2_system" "name" {
        # resource properties
    }

    Parameters

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

    System Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The System resource accepts the following input properties:

    Description string
    The description of the system.
    KmsKeyId string
    The KMS key ID for encrypting system data.
    Name string
    The name of the system.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags assigned to the system.
    Description string
    The description of the system.
    KmsKeyId string
    The KMS key ID for encrypting system data.
    Name string
    The name of the system.
    Tags TagArgs
    Tags assigned to the system.
    description string
    The description of the system.
    kms_key_id string
    The KMS key ID for encrypting system data.
    name string
    The name of the system.
    tags list(object)
    Tags assigned to the system.
    description String
    The description of the system.
    kmsKeyId String
    The KMS key ID for encrypting system data.
    name String
    The name of the system.
    tags List<Tag>
    Tags assigned to the system.
    description string
    The description of the system.
    kmsKeyId string
    The KMS key ID for encrypting system data.
    name string
    The name of the system.
    tags Tag[]
    Tags assigned to the system.
    description str
    The description of the system.
    kms_key_id str
    The KMS key ID for encrypting system data.
    name str
    The name of the system.
    tags Sequence[TagArgs]
    Tags assigned to the system.
    description String
    The description of the system.
    kmsKeyId String
    The KMS key ID for encrypting system data.
    name String
    The name of the system.
    tags List<Property Map>
    Tags assigned to the system.

    Outputs

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

    CreatedAt string
    The timestamp when the system was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    SystemArn string
    The ARN of the system.
    SystemId string
    The system ID.
    UpdatedAt string
    The timestamp when the system was last updated.
    CreatedAt string
    The timestamp when the system was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    SystemArn string
    The ARN of the system.
    SystemId string
    The system ID.
    UpdatedAt string
    The timestamp when the system was last updated.
    created_at string
    The timestamp when the system was created.
    id string
    The provider-assigned unique ID for this managed resource.
    system_arn string
    The ARN of the system.
    system_id string
    The system ID.
    updated_at string
    The timestamp when the system was last updated.
    createdAt String
    The timestamp when the system was created.
    id String
    The provider-assigned unique ID for this managed resource.
    systemArn String
    The ARN of the system.
    systemId String
    The system ID.
    updatedAt String
    The timestamp when the system was last updated.
    createdAt string
    The timestamp when the system was created.
    id string
    The provider-assigned unique ID for this managed resource.
    systemArn string
    The ARN of the system.
    systemId string
    The system ID.
    updatedAt string
    The timestamp when the system was last updated.
    created_at str
    The timestamp when the system was created.
    id str
    The provider-assigned unique ID for this managed resource.
    system_arn str
    The ARN of the system.
    system_id str
    The system ID.
    updated_at str
    The timestamp when the system was last updated.
    createdAt String
    The timestamp when the system was created.
    id String
    The provider-assigned unique ID for this managed resource.
    systemArn String
    The ARN of the system.
    systemId String
    The system ID.
    updatedAt String
    The timestamp when the system was last updated.

    Supporting Types

    Tag, TagArgs

    A set of tags to apply to the resource.
    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 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

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.69.0
    published on Monday, Jun 15, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial