Class VPCEndpointServicePermissionsReference
A reference to a VPCEndpointServicePermissions resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VPCEndpointServicePermissionsReference : IVPCEndpointServicePermissionsReference
Syntax (vb)
Public Class VPCEndpointServicePermissionsReference Implements IVPCEndpointServicePermissionsReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.EC2;
var vPCEndpointServicePermissionsReference = new VPCEndpointServicePermissionsReference {
ServiceId = "serviceId"
};
Synopsis
Constructors
| VPCEndpointServicePermissionsReference() | A reference to a VPCEndpointServicePermissions resource. |
Properties
| ServiceId | The ServiceId of the VPCEndpointServicePermissions resource. |
Constructors
VPCEndpointServicePermissionsReference()
A reference to a VPCEndpointServicePermissions resource.
public VPCEndpointServicePermissionsReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.EC2;
var vPCEndpointServicePermissionsReference = new VPCEndpointServicePermissionsReference {
ServiceId = "serviceId"
};
Properties
ServiceId
The ServiceId of the VPCEndpointServicePermissions resource.
public string ServiceId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated