File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ export default ({
6363 LoadBalancerPort,
6464 InstanceProtocol,
6565 InstancePort,
66+ SSLCertificateId,
6667 } ,
6768 } ) => {
6869 return {
@@ -74,6 +75,7 @@ export default ({
7475 loadBalancerProtocol : Protocol ,
7576 instancePort : InstancePort ,
7677 instanceProtocol : InstanceProtocol ,
78+ sslCertificateId : SSLCertificateId ,
7779 }
7880 }
7981 )
Original file line number Diff line number Diff line change @@ -72,4 +72,5 @@ type awsElbListener
7272 loadBalancerProtocol : String
7373 instancePort : Int
7474 instanceProtocol : String
75+ sslCertificateId : String
7576}
Original file line number Diff line number Diff line change @@ -2752,6 +2752,7 @@ export type AwsElbListener = {
27522752 loadBalancerPort ?: Maybe < Scalars [ 'Int' ] > ;
27532753 loadBalancerProtocol ?: Maybe < Scalars [ 'String' ] > ;
27542754 name ?: Maybe < Scalars [ 'String' ] > ;
2755+ sslCertificateId ?: Maybe < Scalars [ 'String' ] > ;
27552756} ;
27562757
27572758export type AwsElbSourceSecurityGroup = {
You can’t perform that action at this time.
0 commit comments