We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 15, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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.
- Kms
Key stringId - The KMS key ID for encrypting system data.
- Name string
- The name of the system.
-
List<Pulumi.
Aws Native. Inputs. Tag> - Tags assigned to the system.
- Description string
- The description of the system.
- Kms
Key stringId - The KMS key ID for encrypting system data.
- Name string
- The name of the system.
-
Tag
Args - Tags assigned to the system.
- description string
- The description of the system.
- kms_
key_ stringid - The KMS key ID for encrypting system data.
- name string
- The name of the system.
- list(object)
- Tags assigned to the system.
- description String
- The description of the system.
- kms
Key StringId - The KMS key ID for encrypting system data.
- name String
- The name of the system.
- List<Tag>
- Tags assigned to the system.
- description string
- The description of the system.
- kms
Key stringId - The KMS key ID for encrypting system data.
- name string
- The name of the system.
- Tag[]
- Tags assigned to the system.
- description str
- The description of the system.
- kms_
key_ strid - The KMS key ID for encrypting system data.
- name str
- The name of the system.
-
Sequence[Tag
Args] - Tags assigned to the system.
- description String
- The description of the system.
- kms
Key StringId - The KMS key ID for encrypting system data.
- name String
- The name of the system.
- 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:
- 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.
- 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.
Supporting Types
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 15, 2026 by Pulumi