Class StatementEntry

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<StatementEntryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class StatementEntry
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<StatementEntryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    StatementEntry models an AWS policy statement entry.
    See Also:
    Serialized Form
    • Constructor Detail

      • StatementEntry

        public StatementEntry()
        No args constructor for use in serialization
    • Method Detail

      • getAction

        public List<String> getAction()
        Action describes the particular AWS service actions that should be allowed or denied. (i.e. ec2:StartInstances, iam:ChangePassword)
      • setAction

        public void setAction​(List<String> action)
        Action describes the particular AWS service actions that should be allowed or denied. (i.e. ec2:StartInstances, iam:ChangePassword)
      • getEffect

        public String getEffect()
        Effect indicates if this policy statement is to Allow or Deny.
      • setEffect

        public void setEffect​(String effect)
        Effect indicates if this policy statement is to Allow or Deny.
      • getPolicyCondition

        public Map<String,​Map<String,​Object>> getPolicyCondition()
        PolicyCondition specifies under which condition StatementEntry will apply
      • setPolicyCondition

        public void setPolicyCondition​(Map<String,​Map<String,​Object>> policyCondition)
        PolicyCondition specifies under which condition StatementEntry will apply
      • getResource

        public String getResource()
        Resource specifies the object(s) this statement should apply to. (or "*" for all)
      • setResource

        public void setResource​(String resource)
        Resource specifies the object(s) this statement should apply to. (or "*" for all)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)