@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkAccessConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration settings for in-bound network access to your workspace.
When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required.
If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.
Constructor and Description |
---|
NetworkAccessConfiguration() |
Modifier and Type | Method and Description |
---|---|
NetworkAccessConfiguration |
clone() |
boolean |
equals(Object obj) |
List<String> |
getPrefixListIds()
An array of prefix list IDs.
|
List<String> |
getVpceIds()
An array of Amazon VPC endpoint IDs for the workspace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPrefixListIds(Collection<String> prefixListIds)
An array of prefix list IDs.
|
void |
setVpceIds(Collection<String> vpceIds)
An array of Amazon VPC endpoint IDs for the workspace.
|
String |
toString()
Returns a string representation of this object.
|
NetworkAccessConfiguration |
withPrefixListIds(Collection<String> prefixListIds)
An array of prefix list IDs.
|
NetworkAccessConfiguration |
withPrefixListIds(String... prefixListIds)
An array of prefix list IDs.
|
NetworkAccessConfiguration |
withVpceIds(Collection<String> vpceIds)
An array of Amazon VPC endpoint IDs for the workspace.
|
NetworkAccessConfiguration |
withVpceIds(String... vpceIds)
An array of Amazon VPC endpoint IDs for the workspace.
|
public List<String> getPrefixListIds()
An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration then no IP addresses will be allowed to access the workspace. You create a prefix list using the Amazon VPC console.
Prefix list IDs have the format pl-1a2b3c4d
.
For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
Prefix list IDs have the format pl-1a2b3c4d
.
For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
public void setPrefixListIds(Collection<String> prefixListIds)
An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration then no IP addresses will be allowed to access the workspace. You create a prefix list using the Amazon VPC console.
Prefix list IDs have the format pl-1a2b3c4d
.
For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
prefixListIds
- An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses
specified are allowed to access your workspace. If the list is not included in the configuration then no
IP addresses will be allowed to access the workspace. You create a prefix list using the Amazon VPC
console.
Prefix list IDs have the format pl-1a2b3c4d
.
For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
public NetworkAccessConfiguration withPrefixListIds(String... prefixListIds)
An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration then no IP addresses will be allowed to access the workspace. You create a prefix list using the Amazon VPC console.
Prefix list IDs have the format pl-1a2b3c4d
.
For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setPrefixListIds(java.util.Collection)
or withPrefixListIds(java.util.Collection)
if you want
to override the existing values.
prefixListIds
- An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses
specified are allowed to access your workspace. If the list is not included in the configuration then no
IP addresses will be allowed to access the workspace. You create a prefix list using the Amazon VPC
console.
Prefix list IDs have the format pl-1a2b3c4d
.
For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
public NetworkAccessConfiguration withPrefixListIds(Collection<String> prefixListIds)
An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration then no IP addresses will be allowed to access the workspace. You create a prefix list using the Amazon VPC console.
Prefix list IDs have the format pl-1a2b3c4d
.
For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
prefixListIds
- An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses
specified are allowed to access your workspace. If the list is not included in the configuration then no
IP addresses will be allowed to access the workspace. You create a prefix list using the Amazon VPC
console.
Prefix list IDs have the format pl-1a2b3c4d
.
For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
public List<String> getVpceIds()
An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed
Grafana workspace for access from within a VPC. If a NetworkAccessConfiguration
is specified then
only VPC endpoints specified here will be allowed to access the workspace.
VPC endpoint IDs have the format vpce-1a2b3c4d
.
For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the
com.amazonaws.[region].grafana-workspace
service endpoint). Other VPC endpoints will be ignored.
NetworkAccessConfiguration
is
specified then only VPC endpoints specified here will be allowed to access the workspace.
VPC endpoint IDs have the format vpce-1a2b3c4d
.
For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces
(using the com.amazonaws.[region].grafana-workspace
service endpoint). Other VPC endpoints
will be ignored.
public void setVpceIds(Collection<String> vpceIds)
An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed
Grafana workspace for access from within a VPC. If a NetworkAccessConfiguration
is specified then
only VPC endpoints specified here will be allowed to access the workspace.
VPC endpoint IDs have the format vpce-1a2b3c4d
.
For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the
com.amazonaws.[region].grafana-workspace
service endpoint). Other VPC endpoints will be ignored.
vpceIds
- An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed
Grafana workspace for access from within a VPC. If a NetworkAccessConfiguration
is specified
then only VPC endpoints specified here will be allowed to access the workspace.
VPC endpoint IDs have the format vpce-1a2b3c4d
.
For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces
(using the com.amazonaws.[region].grafana-workspace
service endpoint). Other VPC endpoints
will be ignored.
public NetworkAccessConfiguration withVpceIds(String... vpceIds)
An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed
Grafana workspace for access from within a VPC. If a NetworkAccessConfiguration
is specified then
only VPC endpoints specified here will be allowed to access the workspace.
VPC endpoint IDs have the format vpce-1a2b3c4d
.
For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the
com.amazonaws.[region].grafana-workspace
service endpoint). Other VPC endpoints will be ignored.
NOTE: This method appends the values to the existing list (if any). Use
setVpceIds(java.util.Collection)
or withVpceIds(java.util.Collection)
if you want to override
the existing values.
vpceIds
- An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed
Grafana workspace for access from within a VPC. If a NetworkAccessConfiguration
is specified
then only VPC endpoints specified here will be allowed to access the workspace.
VPC endpoint IDs have the format vpce-1a2b3c4d
.
For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces
(using the com.amazonaws.[region].grafana-workspace
service endpoint). Other VPC endpoints
will be ignored.
public NetworkAccessConfiguration withVpceIds(Collection<String> vpceIds)
An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed
Grafana workspace for access from within a VPC. If a NetworkAccessConfiguration
is specified then
only VPC endpoints specified here will be allowed to access the workspace.
VPC endpoint IDs have the format vpce-1a2b3c4d
.
For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the
com.amazonaws.[region].grafana-workspace
service endpoint). Other VPC endpoints will be ignored.
vpceIds
- An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed
Grafana workspace for access from within a VPC. If a NetworkAccessConfiguration
is specified
then only VPC endpoints specified here will be allowed to access the workspace.
VPC endpoint IDs have the format vpce-1a2b3c4d
.
For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces
(using the com.amazonaws.[region].grafana-workspace
service endpoint). Other VPC endpoints
will be ignored.
public String toString()
toString
in class Object
Object.toString()
public NetworkAccessConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.