public class BooleanCondition extends Condition
conditionKey, type, values
Constructor and Description |
---|
BooleanCondition(String key,
boolean value)
Constructs a new access policy condition that performs a boolean
comparison.
|
getConditionKey, getType, getValues, setConditionKey, setType, setValues, withConditionKey, withType, withValues, withValues
public BooleanCondition(String key, boolean value)
key
- The access policy condition key specifying where to get the
first boolean value for the comparison (ex:
aws:SecureTransport).value
- The boolean to compare against.Copyright © 2018. All rights reserved.