aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.ssmincidents.getReplicationSet

Explore with Pulumi AI

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>
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]
func LookupReplicationSet(ctx *Context, args *LookupReplicationSetArgs, opts ...InvokeOption) (*LookupReplicationSetResult, error)
func LookupReplicationSetOutput(ctx *Context, args *LookupReplicationSetOutputArgs, opts ...InvokeOption) LookupReplicationSetResultOutput

> 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)
}
public static CompletableFuture<GetReplicationSetResult> getReplicationSet(GetReplicationSetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:ssmincidents:getReplicationSet
  arguments:
    # arguments dictionary

The following arguments are supported:

Arn string

The ARN of the ReplicationSet.

Arn string

The ARN of the ReplicationSet.

arn String

The ARN of the ReplicationSet.

arn string

The ARN of the ReplicationSet.

arn str

The ARN of the ReplicationSet.

arn String

The ARN of the ReplicationSet.

getReplicationSet Result

The following output properties are available:

Arn string

The ARN of the ReplicationSet.

DeletionProtected bool
Regions List<Pulumi.AwsNative.SSMIncidents.Outputs.ReplicationSetReplicationRegion>

The ReplicationSet configuration.

Tags List<Pulumi.AwsNative.SSMIncidents.Outputs.ReplicationSetTag>

The tags to apply to the replication set.

Arn string

The ARN of the ReplicationSet.

DeletionProtected bool
Regions []ReplicationSetReplicationRegion

The ReplicationSet configuration.

Tags []ReplicationSetTag

The tags to apply to the replication set.

arn String

The ARN of the ReplicationSet.

deletionProtected Boolean
regions List<ReplicationSetReplicationRegion>

The ReplicationSet configuration.

tags List<ReplicationSetTag>

The tags to apply to the replication set.

arn string

The ARN of the ReplicationSet.

deletionProtected boolean
regions ReplicationSetReplicationRegion[]

The ReplicationSet configuration.

tags ReplicationSetTag[]

The tags to apply to the replication set.

arn str

The ARN of the ReplicationSet.

deletion_protected bool
regions Sequence[ReplicationSetReplicationRegion]

The ReplicationSet configuration.

tags Sequence[ReplicationSetTag]

The tags to apply to the replication set.

arn String

The ARN of the ReplicationSet.

deletionProtected Boolean
regions List<Property Map>

The ReplicationSet configuration.

tags List<Property Map>

The tags to apply to the replication set.

Supporting Types

ReplicationSetRegionConfiguration

ReplicationSetReplicationRegion

ReplicationSetTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

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