Route53Manager.

DeleteResourceRecordSet(string, string, RRType, string, long, Route53Settings, CancellationToken) Method

Summary

Delete a DNS record for a hosted zone.
Assembly
Cake.AWS.Route53.dll
Namespace
Cake.AWS.Route53
Containing Type
Route53Manager

Syntax

public Task<string> DeleteResourceRecordSet(string hostedZoneId, string name, RRType type, string value, long ttl, Route53Settings settings, CancellationToken cancellationToken = null)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
hostedZoneId string The ID of the hosted zone that contains the resource record sets that you want to change
name string The name of the DNS record set.
type RRType The type of the DNS record set.
value string The value of the record set.
ttl long The time to live of the record set.
settings Route53Settings The Route53Settings required to upload to Amazon S3.
cancellationToken CancellationToken A cancellation token that can be used by other objects or threads to receive notice of cancellation.

Return Value

Type Description
Task<string>