C# Class Amazon.Auth.AccessControlPolicy.ActionIdentifiers.Route53ActionIdentifiers

The available AWS access control policy actions for Amazon Route 53.
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
AllRoute53Actions ActionIdentifier
ChangeResourceRecordSets ActionIdentifier
CreateHostedZone ActionIdentifier
DeleteHostedZone ActionIdentifier
GetChange ActionIdentifier
GetHostedZone ActionIdentifier
ListHostedZones ActionIdentifier
ListResourceRecordSets ActionIdentifier

Property Details

AllRoute53Actions public static property

public static ActionIdentifier AllRoute53Actions
return ActionIdentifier

ChangeResourceRecordSets public static property

public static ActionIdentifier ChangeResourceRecordSets
return ActionIdentifier

CreateHostedZone public static property

public static ActionIdentifier CreateHostedZone
return ActionIdentifier

DeleteHostedZone public static property

public static ActionIdentifier DeleteHostedZone
return ActionIdentifier

GetChange public static property

public static ActionIdentifier GetChange
return ActionIdentifier

GetHostedZone public static property

public static ActionIdentifier GetHostedZone
return ActionIdentifier

ListHostedZones public static property

public static ActionIdentifier ListHostedZones
return ActionIdentifier

ListResourceRecordSets public static property

public static ActionIdentifier ListResourceRecordSets
return ActionIdentifier