Class: AWSPrivateLinkInfo
namespace.v1.AWSPrivateLinkInfo
Represents a AWSPrivateLinkInfo.
Implements
Constructors
constructor
• new AWSPrivateLinkInfo(properties?
): AWSPrivateLinkInfo
Constructs a new AWSPrivateLinkInfo.
Parameters
Name | Type | Description |
---|---|---|
properties? | IAWSPrivateLinkInfo | Properties to set |
Returns
Properties
allowedPrincipalArns
• allowedPrincipalArns: string
[]
The list of principal arns that are allowed to access the namespace on the private link.
Implementation of
IAWSPrivateLinkInfo.allowedPrincipalArns
vpcEndpointServiceNames
• vpcEndpointServiceNames: string
[]
The list of vpc endpoint service names that are associated with the namespace.
Implementation of
IAWSPrivateLinkInfo.vpcEndpointServiceNames
Methods
toJSON
▸ toJSON(): Object
Converts this AWSPrivateLinkInfo to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): AWSPrivateLinkInfo
Creates a new AWSPrivateLinkInfo instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | IAWSPrivateLinkInfo | Properties to set |
Returns
AWSPrivateLinkInfo instance
decode
▸ decode(reader
, length?
): AWSPrivateLinkInfo
Decodes a AWSPrivateLinkInfo message from the specified reader or buffer.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
AWSPrivateLinkInfo
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader
): AWSPrivateLinkInfo
Decodes a AWSPrivateLinkInfo message from the specified reader or buffer, length delimited.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
AWSPrivateLinkInfo
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing