AWS Fundamentals Logo
AWS Fundamentals
AWS::ResilienceHubV2::Service

ResilienceHubV2 Service

Creates a resilience-managed service with associated systems, input sources, assertions, and service functions.

Properties

12 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Regions
Array<string>
RequiredCreate-only
Assertions
Array<AssertionDefinition>
AssociatedSystems
Array<AssociatedSystem>
DependencyDiscovery
string
Description
string
InputSources
Array<InputSourceDefinition>
KmsKeyId
string
Create-onlyWrite-only
PermissionModel
PermissionModel
PolicyArn
string
ReportConfiguration
ServiceReportConfiguration
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringThe timestamp when the service was created.
EffectivePolicyValuesEffectivePolicyValues-
ServiceArnstringThe ARN of the service.
UpdatedAtstringThe timestamp when the service was last updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ResilienceHubV2::Service

Resources:
  MyResource:
    Type: AWS::ResilienceHubV2::Service
    Properties:
      Name: "my-name"
      Regions: []
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

resiliencehub:CreateServiceresiliencehub:GetServiceresiliencehub:CreateInputSourceresiliencehub:ListInputSourcesresiliencehub:CreateAssertionresiliencehub:ListAssertionsresiliencehub:TagResourceresiliencehub:ListTagsForResourceiam:PassRolekms:DescribeKeykms:GenerateDataKeykms:Decryptkms:Encryptkms:CreateGrantkms:RetireGrant

read

resiliencehub:GetServiceresiliencehub:ListInputSourcesresiliencehub:ListAssertionsresiliencehub:ListTagsForResourcekms:DescribeKeykms:Decryptkms:GenerateDataKeykms:Encryptkms:CreateGrantkms:RetireGrant

update

resiliencehub:GetServiceresiliencehub:UpdateServiceresiliencehub:CreateInputSourceresiliencehub:DeleteInputSourceresiliencehub:ListInputSourcesresiliencehub:CreateAssertionresiliencehub:UpdateAssertionresiliencehub:DeleteAssertionresiliencehub:ListAssertionsresiliencehub:TagResourceresiliencehub:UntagResourceresiliencehub:ListTagsForResourceiam:PassRolekms:DescribeKeykms:GenerateDataKeykms:Decryptkms:Encryptkms:CreateGrantkms:RetireGrant

delete

resiliencehub:DeleteServiceresiliencehub:GetServiceresiliencehub:DeleteInputSourceresiliencehub:ListInputSourcesresiliencehub:DeleteAssertionresiliencehub:ListAssertionskms:DescribeKeykms:Decryptkms:RetireGrantkms:GenerateDataKeykms:Encryptkms:CreateGrant

list

resiliencehub:ListServices

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceResilienceHubV2
Properties16
Required2
TaggingSupported
Primary IDServiceArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameRegionsKmsKeyId

External Links