Class ReplicationSubnetGroupState


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

      • replicationSubnetGroupArn

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

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> replicationSubnetGroupDescription()
        Returns:
        Description for the subnet group.
      • replicationSubnetGroupId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> replicationSubnetGroupId()
        Returns:
        Name for the replication subnet group. This value is stored as a lowercase string. It must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens and cannot be `default`.
      • subnetIds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> subnetIds()
        Returns:
        List of at least 2 EC2 subnet IDs for the subnet group. The subnets must cover at least 2 availability zones.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        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.
      • 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.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • vpcId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> vpcId()
        Returns:
        The ID of the VPC the subnet group is in.