Command option Sample:aws ec2 create-vpc-endpoint-service-configuration

Search command sample in the internet.It is the result.

Creates a VPC endpoint service configuration to which serviceconsumers (AWS accounts, IAM users, and IAM roles) can connect.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/create-vpc-endpoint-service-configuration.html

aws ec2 create-vpc-endpoint-service-configuration \
    Building SaaS Services for AWS Customers with PrivateLink | AWS Architecture Blog : http://aws.amazon.com/blogs/architecture/building-saas-services-for-aws-customers-with-privatelink/
aws ec2 create-vpc-endpoint-service-configuration --network-load-balancer-arns arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/net/nlb-vpce/e94221227f1ba532 --acceptance-required
    modify-vpc-endpoint-service-configuration — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/create-vpc-endpoint-service-configuration.html
aws ec2 create-vpc-endpoint-service-configuration \
    VPC endpoint | Noise : http://noise.getoto.net/tag/vpc-endpoint/

aws のオプション一覧