We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.ssmincidents.getReplicationSet
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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>
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.
- 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
List<Pulumi.
Aws Native. Ssm Incidents. Outputs. Replication Set Replication Region> - The ReplicationSet configuration.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags to apply to the replication set.
- Arn string
- 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
[]Replication
Set Replication Region - The ReplicationSet configuration.
- Tag
- The tags to apply to the replication set.
- arn String
- The ARN of the ReplicationSet.
- deletion
Protected 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<Replication
Set Replication Region> - The ReplicationSet configuration.
- List<Tag>
- The tags to apply to the replication set.
- arn string
- The ARN of the ReplicationSet.
- deletion
Protected 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
Replication
Set Replication Region[] - The ReplicationSet configuration.
- 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[Replication
Set Replication Region] - The ReplicationSet configuration.
- Sequence[root_Tag]
- The tags to apply to the replication set.
- arn String
- The ARN of the ReplicationSet.
- deletion
Protected 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.
- List<Property Map>
- The tags to apply to the replication set.
Supporting Types
ReplicationSetRegionConfiguration
- Sse
Kms stringKey Id
- Sse
Kms stringKey Id
- sse
Kms StringKey Id
- sse
Kms stringKey Id
- sse_
kms_ strkey_ id
- sse
Kms StringKey Id
ReplicationSetReplicationRegion
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi