Class ParameterGroupArgs


  • public final class ParameterGroupArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ParameterGroupArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Description for the parameter group.
      • family

        public com.pulumi.core.Output<java.lang.String> family()
        Returns:
        The engine version that the parameter group can be used with. The following arguments are optional:
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name of the parameter group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.
      • namePrefix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> namePrefix()
        Returns:
        Creates a unique name beginning with the specified prefix. Conflicts with `name`.
      • parameters

        public java.util.Optional<com.pulumi.core.Output<java.util.List<ParameterGroupParameterArgs>>> parameters()
        Returns:
        Set of MemoryDB parameters to apply. Any parameters not specified will fall back to their family defaults. Detailed below.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.