AWS Fundamentals Logo
AWS Fundamentals
AWS::ARCZonalShift::AutoshiftObserverNotificationStatus

ARCZonalShift AutoshiftObserverNotificationStatus

Definition of AWS::ARCZonalShift::AutoshiftObserverNotificationStatus Resource Type

Properties

1 configurable property. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Status
string
RequiredCreate-only

Return Values

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

AttributeTypeDescription
AccountIdstring-
Regionstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ARCZonalShift::AutoshiftObserverNotificationStatus

Resources:
  MyResource:
    Type: AWS::ARCZonalShift::AutoshiftObserverNotificationStatus
    Properties:
      Status: "value"

Required IAM Permissions

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

create

arc-zonal-shift:UpdateAutoshiftObserverNotificationStatus

read

arc-zonal-shift:GetAutoshiftObserverNotificationStatus

delete

arc-zonal-shift:UpdateAutoshiftObserverNotificationStatusarc-zonal-shift:GetAutoshiftObserverNotificationStatus

list

arc-zonal-shift:GetAutoshiftObserverNotificationStatus

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

ServiceARCZonalShift
Properties3
Required1
TaggingNot supported
Primary IDAccountId

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

Status

External Links