PutResolverRulePolicyRequest

public struct PutResolverRulePolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the account that you want to share rules with.

    Declaration

    Swift

    public let arn: String
  • An AWS Identity and Access Management policy statement that lists the rules that you want to share with another AWS account and the operations that you want the account to be able to perform. You can specify the following operations in the Actions section of the statement: route53resolver:GetResolverRule route53resolver:AssociateResolverRule route53resolver:DisassociateResolverRule route53resolver:ListResolverRules route53resolver:ListResolverRuleAssociations In the Resource section of the statement, you specify the ARNs for the rules that you want to share with the account that you specified in Arn.

    Declaration

    Swift

    public let resolverRulePolicy: String
  • Undocumented

    Declaration

    Swift

    public init(arn: String, resolverRulePolicy: String)
  • Declaration

    Swift

    public func validate(name: String) throws