1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ssmincidents
  5. getReplicationSet

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.ssmincidents.getReplicationSet

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource type definition for AWS::SSMIncidents::ReplicationSet

Using getReplicationSet

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getReplicationSet(args: GetReplicationSetArgs, opts?: InvokeOptions): Promise<GetReplicationSetResult>
function getReplicationSetOutput(args: GetReplicationSetOutputArgs, opts?: InvokeOptions): Output<GetReplicationSetResult>
Copy
def get_replication_set(arn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetReplicationSetResult
def get_replication_set_output(arn: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetReplicationSetResult]
Copy
func LookupReplicationSet(ctx *Context, args *LookupReplicationSetArgs, opts ...InvokeOption) (*LookupReplicationSetResult, error)
func LookupReplicationSetOutput(ctx *Context, args *LookupReplicationSetOutputArgs, opts ...InvokeOption) LookupReplicationSetResultOutput
Copy

> Note: This function is named LookupReplicationSet in the Go SDK.

public static class GetReplicationSet 
{
    public static Task<GetReplicationSetResult> InvokeAsync(GetReplicationSetArgs args, InvokeOptions? opts = null)
    public static Output<GetReplicationSetResult> Invoke(GetReplicationSetInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetReplicationSetResult> getReplicationSet(GetReplicationSetArgs args, InvokeOptions options)
public static Output<GetReplicationSetResult> getReplicationSet(GetReplicationSetArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:ssmincidents:getReplicationSet
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Arn This property is required. string
The ARN of the ReplicationSet.
Arn This property is required. string
The ARN of the ReplicationSet.
arn This property is required. String
The ARN of the ReplicationSet.
arn This property is required. string
The ARN of the ReplicationSet.
arn This property is required. str
The ARN of the ReplicationSet.
arn This property is required. String
The ARN of the ReplicationSet.

getReplicationSet Result

The following output properties are available:

Arn string
The ARN of the ReplicationSet.
DeletionProtected bool
Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Region in the replication set.
Regions List<Pulumi.AwsNative.SsmIncidents.Outputs.ReplicationSetReplicationRegion>
The ReplicationSet configuration.
Tags List<Pulumi.AwsNative.Outputs.Tag>
The tags to apply to the replication set.
Arn string
The ARN of the ReplicationSet.
DeletionProtected bool
Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Region in the replication set.
Regions []ReplicationSetReplicationRegion
The ReplicationSet configuration.
Tags Tag
The tags to apply to the replication set.
arn String
The ARN of the ReplicationSet.
deletionProtected Boolean
Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Region in the replication set.
regions List<ReplicationSetReplicationRegion>
The ReplicationSet configuration.
tags List<Tag>
The tags to apply to the replication set.
arn string
The ARN of the ReplicationSet.
deletionProtected boolean
Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Region in the replication set.
regions ReplicationSetReplicationRegion[]
The ReplicationSet configuration.
tags Tag[]
The tags to apply to the replication set.
arn str
The ARN of the ReplicationSet.
deletion_protected bool
Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Region in the replication set.
regions Sequence[ReplicationSetReplicationRegion]
The ReplicationSet configuration.
tags Sequence[root_Tag]
The tags to apply to the replication set.
arn String
The ARN of the ReplicationSet.
deletionProtected Boolean
Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Region in the replication set.
regions List<Property Map>
The ReplicationSet configuration.
tags List<Property Map>
The tags to apply to the replication set.

Supporting Types

ReplicationSetRegionConfiguration

SseKmsKeyId This property is required. string
The AWS Key Management Service key ID or Key Alias to use to encrypt your replication set.
SseKmsKeyId This property is required. string
The AWS Key Management Service key ID or Key Alias to use to encrypt your replication set.
sseKmsKeyId This property is required. String
The AWS Key Management Service key ID or Key Alias to use to encrypt your replication set.
sseKmsKeyId This property is required. string
The AWS Key Management Service key ID or Key Alias to use to encrypt your replication set.
sse_kms_key_id This property is required. str
The AWS Key Management Service key ID or Key Alias to use to encrypt your replication set.
sseKmsKeyId This property is required. String
The AWS Key Management Service key ID or Key Alias to use to encrypt your replication set.

ReplicationSetReplicationRegion

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi