PutPolicyRequest

public struct PutPolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The details of the AWS Firewall Manager policy to be created.

    Declaration

    Swift

    public let policy: Policy
  • The tags to add to the AWS resource.

    Declaration

    Swift

    public let tagList: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(policy: Policy, tagList: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws