Class ThingGroupMembershipState


  • public final class ThingGroupMembershipState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • overrideDynamicGroup

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> overrideDynamicGroup()
        Returns:
        Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.
      • thingGroupName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> thingGroupName()
        Returns:
        The name of the group to which you are adding a thing.
      • thingName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> thingName()
        Returns:
        The name of the thing to add to a group.