You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'ObjectSpecificConfigsInput' and 'ReplicationSpecsV2' parameters are do not appear to be requirements but are returning errors as if they are required.
The text was updated successfully, but these errors were encountered:
Creating new SLA with daily and replication schedule using CMDLETs below in a script.
New-RscSlaSnapshotSchedule
New-RscSlaReplicationSpecs
New-RscSla
PS1 script:
$DailySchedule = New-RscSlaSnapshotSchedule -Type Daily -Frequency 1 -Retention 2 -RetentionUnit DAYS
$ReplicationSpecs = New-RscSlaReplicationSpecs -AwsRegion 'US_EAST_2' -ReplicationLocalRetentionDuration (New-RscSlaDuration -Duration 2 -Unit DAYS)
New-RscSla -Name "EC2_SDK_TEST5" -DailySchedule $DailySchedule -ReplicationSpecs $ReplicationSpecs -ObjectType AWS_EC2_EBS_OBJECT_TYPE
Errors:
The 'ObjectSpecificConfigsInput' and 'ReplicationSpecsV2' parameters are do not appear to be requirements but are returning errors as if they are required.
The text was updated successfully, but these errors were encountered: