stratosphere-vpclattice-1.0.0: Stratosphere integration for AWS VpcLattice.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.VpcLattice.Rule

Documentation

data Rule Source #

Instances

Instances details
ToJSON Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Show Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Methods

showsPrec :: Int -> Rule -> ShowS #

show :: Rule -> String #

showList :: [Rule] -> ShowS #

Eq Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Methods

(==) :: Rule -> Rule -> Bool #

(/=) :: Rule -> Rule -> Bool #

ToResourceProperties Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Property "Action" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Associated Types

type PropertyType "Action" Rule 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Methods

set :: PropertyType "Action" Rule -> Rule -> Rule #

Property "ListenerIdentifier" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Associated Types

type PropertyType "ListenerIdentifier" Rule 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "ListenerIdentifier" Rule = Value Text

Methods

set :: PropertyType "ListenerIdentifier" Rule -> Rule -> Rule #

Property "Match" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Associated Types

type PropertyType "Match" Rule 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Methods

set :: PropertyType "Match" Rule -> Rule -> Rule #

Property "Name" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Associated Types

type PropertyType "Name" Rule 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "Name" Rule = Value Text

Methods

set :: PropertyType "Name" Rule -> Rule -> Rule #

Property "Priority" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Associated Types

type PropertyType "Priority" Rule 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "Priority" Rule = Value Integer

Methods

set :: PropertyType "Priority" Rule -> Rule -> Rule #

Property "ServiceIdentifier" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Associated Types

type PropertyType "ServiceIdentifier" Rule 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "ServiceIdentifier" Rule = Value Text

Methods

set :: PropertyType "ServiceIdentifier" Rule -> Rule -> Rule #

Property "Tags" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

Associated Types

type PropertyType "Tags" Rule 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "Tags" Rule = [Tag]

Methods

set :: PropertyType "Tags" Rule -> Rule -> Rule #

type PropertyType "Action" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "ListenerIdentifier" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "ListenerIdentifier" Rule = Value Text
type PropertyType "Match" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "Name" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "Name" Rule = Value Text
type PropertyType "Priority" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "Priority" Rule = Value Integer
type PropertyType "ServiceIdentifier" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "ServiceIdentifier" Rule = Value Text
type PropertyType "Tags" Rule Source # 
Instance details

Defined in Stratosphere.VpcLattice.Rule

type PropertyType "Tags" Rule = [Tag]