Class VpcIpamScopeState


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

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

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

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()  
      static VpcIpamScopeState.Builder builder()  
      static VpcIpamScopeState.Builder builder​(VpcIpamScopeState defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> ipamArn()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> ipamId()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> ipamScopeType()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isDefault()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> poolCount()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
      Deprecated.
      Please use `tags` instead.
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The Amazon Resource Name (ARN) of the scope.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        A description for the scope you're creating.
      • ipamArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ipamArn()
        Returns:
        The ARN of the IPAM for which you're creating this scope.
      • ipamId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ipamId()
        Returns:
        The ID of the IPAM for which you're creating this scope.
      • ipamScopeType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ipamScopeType()
      • isDefault

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isDefault()
        Returns:
        Defines if the scope is the default scope or not.
      • poolCount

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> poolCount()
        Returns:
        The number of pools in the scope.
      • tags

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

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.